@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.green_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  gap: 8px;
  background: #4A7C59;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 576px) {
  .green_btn {
    font-size: 14px;
    line-height: 18px;
  }
}

.title {
  font-family: "Unbounded", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 89px;
  text-align: center;
}

.verb-swap {
  display: inline-block;
  height: 1lh;
  overflow: hidden;
  vertical-align: bottom;
}
.verb-swap__inner {
  display: block;
  animation: verbCycle 5s cubic-bezier(0.7, 0, 0.2, 1) infinite;
}
.verb-swap__inner span {
  display: block;
  height: 1lh;
}
@media (prefers-reduced-motion: reduce) {
  .verb-swap__inner {
    animation: none;
  }
}
@keyframes verbCycle {
  0%, 22% {
    transform: translateY(0);
  }
  28%, 55% {
    transform: translateY(-33.333%);
  }
  61%, 94% {
    transform: translateY(-66.666%);
  }
  100% {
    transform: translateY(-66.666%);
  }
}

.blur {
  filter: blur(6px);
  transition: filter 0.25s ease;
}

.hidden {
  display: none;
}

.main {
  background: #1F1F1D;
}
.main .container {
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1344px) {
  .main .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.main .top {
  padding-top: 32px;
  padding-bottom: 32px;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: #1F1F1D;
  z-index: 999;
  transition: background 0.3s ease, backdrop-filter 0.3s ease, border-color 0.3s ease;
  border-bottom: 1px solid transparent;
}
.main .top.top_scrolled {
  background: rgba(44, 44, 42, 0.7254901961);
  backdrop-filter: saturate(180%) blur(20px);
  border-bottom-color: rgba(255, 255, 255, 0.18);
}
@media (max-width: 756px) {
  .main .top {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.main .top .top_case {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.main .top .top_case .top_logo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
@media (max-width: 756px) {
  .main .top .top_case .top_logo .top_logo_text {
    display: none;
  }
}
.main .top .top_case .top_data {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 48px;
}
.main .top .top_case .top_data .top_phone {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.8px;
  color: #FFFFFF;
}
@media (max-width: 576px) {
  .main .top .top_case .top_data .top_phone {
    display: none;
  }
}
.main .top .top_case .top_data .top_city {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.main .top .top_case .top_data .top_city span {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.8px;
  color: #FFFFFF;
}
.main .top .top_promo {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 20px;
  border-radius: 999px;
  background: #F7CB4B;
  color: #2C2C2A;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0.4px;
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  transform: translate(-50%, -50%);
  animation: promoPulse 2.2s ease-in-out infinite;
}
.main .top .top_promo::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E4353F;
}
@keyframes promoPulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
@media (prefers-reduced-motion: reduce) {
  .main .top .top_promo {
    animation: none;
  }
}
@media (max-width: 900px) {
  .main .top .top_promo {
    font-size: 13px;
    padding: 7px 14px;
  }
}
@media (max-width: 620px) {
  .main .top .top_promo {
    display: none;
  }
}
.main .home {
  background: #1F1F1D;
}
.main .home .container {
  position: relative;
  z-index: 3;
}
.main .home .home_roll {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: -120px;
}
@media (max-width: 756px) {
  .main .home .home_roll {
    margin-top: -50px;
  }
}
@media (max-width: 756px) {
  .main .home .home_roll .home_roll1 {
    display: none;
  }
}
.main .home .home_roll .home_roll2 {
  margin-left: -90px;
  margin-right: -50px;
}
@media (max-width: 756px) {
  .main .home .home_roll .home_roll2 {
    display: none;
  }
}
@media (max-width: 756px) {
  .main .home .home_roll .home_roll3 {
    min-width: 141px;
    min-height: 141px;
  }
}
.main .home .home_roll .home_roll4 {
  margin-left: -50px;
  margin-bottom: -40px;
}
@media (max-width: 756px) {
  .main .home .home_roll .home_roll4 {
    margin-left: 0;
    margin-right: 0;
    min-width: 191px;
    min-height: 191px;
  }
}
.main .home .home_roll .home_roll5 {
  margin-left: -60px;
  margin-right: -90px;
  margin-bottom: -50px;
}
@media (max-width: 756px) {
  .main .home .home_roll .home_roll5 {
    margin-left: 0;
    margin-right: 0;
    min-width: 173px;
    min-height: 173px;
  }
}
.main .home .home_roll .home_roll6 {
  margin-bottom: 50px;
}
@media (max-width: 756px) {
  .main .home .home_roll .home_roll6 {
    display: none;
  }
}
.main .home .home_case {
  padding-top: 144px;
}
@media (max-width: 756px) {
  .main .home .home_case {
    padding-top: 88px;
  }
}
.main .home .home_case .home_toStart {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  position: relative;
}
@media (max-width: 576px) {
  .main .home .home_case .home_toStart {
    font-size: 14px;
    line-height: 18px;
  }
}
.main .home .home_case .home_toStart::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='242' height='88' viewBox='0 0 242 88' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M1.65411 65.9195C23.3317 106.517 231.629 85.5705 240.444 47.8881C254.335 -11.4967 64.8122 -6.09812 37.7994 13.3369C36.7989 14.0567 36.9626 15.3864 37.7994 15.1005C111.003 -9.91314 244.337 5.88686 233.042 47.8881C220.016 79.8839 6.60486 102.774 5.73967 58.7213C5.17 29.7159 100.717 2.39572 169.835 11.1055C171.902 10.7456 170.275 9.17177 168.009 8.83803C93.8918 -0.45721 -14.7052 27.1859 1.65411 65.9195Z' fill='white'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  pointer-events: none;
  width: 241px;
  height: 88px;
  left: 50%;
  top: -34px;
  transform: translateX(-50%);
}
.main .home .home_case .home_toDate {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 39px;
  line-height: 49px;
  text-align: center;
  color: #948f88;
  margin-top: 36px;
  position: relative;
  z-index: 5;
  transform: rotate(-4.6deg);
}
@media (max-width: 576px) {
  .main .home .home_case .home_toDate {
    font-size: 28px;
    line-height: 35px;
  }
}
.main .home .home_case .home_toDate::before {
  width: 220px;
  height: 80px;
  margin: 0 auto;
  content: "";
  position: absolute;
  inset: -13px;
  background-color: #7A3050;
  clip-path: polygon(0 22.98%, 92.62% 0%, 99.82% 76.35%, 4.01% 98.54%);
  z-index: -1;
}
@media (max-width: 576px) {
  .main .home .home_case .home_toDate::before {
    width: 160.73px;
    height: 44.32px;
  }
}
.main .home .home_case .home_toDate span {
  transform: rotate(355deg);
  position: relative;
  display: block;
  color: #fff;
}
.main .home .home_case .home_title {
  margin-top: 48px;
  font-family: "Unbounded", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 72px;
  line-height: 89px;
  text-align: center;
  max-width: 500px;
  color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 576px) {
  .main .home .home_case .home_title {
    margin-top: 32px;
    font-size: 48px;
    line-height: 56px;
  }
}
.main .home .home_case .gradient-text {
  background: linear-gradient(90deg, #ff007f, #7928ca, #ff007f);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: shine 3s linear infinite;
}
.main .home .home_case .melting-text {
  position: relative;
  animation: melt 3s infinite ease-in-out;
}
.main .home .home_case .melting-text::before, .main .home .home_case .melting-text::after {
  content: "16 роллов";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ff6f61, #ffbd44, #ff6f61);
  -webkit-background-clip: text;
  color: transparent;
  z-index: -1;
  transform: scaleY(1);
  opacity: 0.5;
  animation: drip 3s infinite ease-in-out;
}
.main .home .home_case .melting-text::after {
  filter: blur(10px);
  opacity: 0.3;
}
@keyframes melt {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}
@keyframes drip {
  0%, 100% {
    transform: scaleY(1);
    opacity: 0.5;
  }
  50% {
    transform: scaleY(1.5);
    opacity: 0.7;
  }
}
@keyframes shine {
  to {
    background-position: -200% center;
  }
}
.main .home .home_case .homeSubtitle {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 16px;
}
@media (max-width: 576px) {
  .main .home .home_case .homeSubtitle {
    margin-top: 16px;
    font-size: 16px;
    line-height: 20px;
  }
}
.main .home .home_case .home_image {
  margin-top: 48px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
}
@media (max-width: 992px) {
  .main .home .home_case .home_image {
    width: 100%;
    margin-top: 40px;
  }
}
.main .home .home_case .home_compound {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .main .home .home_case .home_compound {
    font-size: 14px;
    line-height: 18px;
  }
}
.main .home .home_case .home_btn {
  margin-top: 48px;
  width: 389px;
  height: 52px;
  margin-bottom: 16px;
  background: #FF4D5A;
}
@media (max-width: 576px) {
  .main .home .home_case .home_btn {
    width: 100%;
    margin-top: 40px;
  }
}
.main .home .home_case.tc {
  padding-top: 140px;
  padding-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.main .home .home_case.tc .tc-text {
  text-align: left;
}
.main .home .home_case.tc .home_toStart {
  text-align: left;
}
.main .home .home_case.tc .tc-head {
  display: inline-block;
  text-align: center;
}
@media (max-width: 1400px) {
  .main .home .home_case.tc .tc-head {
    margin-left: 30px;
  }
}
@media (max-width: 900px) {
  .main .home .home_case.tc .tc-head {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.main .home .home_case.tc .home_toStart .tc-underline {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.main .home .home_case.tc .home_toStart .tc-underline::after {
  content: "";
  position: absolute;
  left: -3px;
  right: -3px;
  bottom: -1px;
  height: 9px;
  background: #ec4752;
  border-radius: 2px;
  z-index: -1;
}
.main .home .home_case.tc .tc-date {
  display: inline-block;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 44px;
  color: #fff;
  position: relative;
  transform: rotate(-2deg);
  margin-top: 22px;
  padding: 6px 26px;
  z-index: 2;
}
.main .home .home_case.tc .tc-date::before {
  content: "";
  position: absolute;
  inset: -6px -4px;
  background: #7A3050;
  z-index: -1;
  clip-path: polygon(0 22.98%, 92.62% 0%, 99.82% 76.35%, 4.01% 98.54%);
}
.main .home .home_case.tc .tc-date span {
  display: inline-block;
  transform: rotate(-4deg);
}
.main .home .home_case.tc .tc-date.tc-hidden {
  display: none;
}
.main .home .home_case.tc .tc-timer {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 22px;
}
.main .home .home_case.tc .tc-timer.tc-hidden {
  display: none;
}
.main .home .home_case.tc .tc-timer__unit {
  --tc-tilt: 3deg;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .home .home_case.tc .tc-timer__unit_minutes {
  --tc-tilt: -3deg;
}
.main .home .home_case.tc .tc-timer__card {
  position: relative;
  overflow: hidden;
  min-width: 76px;
  padding: 14px 10px;
  background: #7A3050;
}
.main .home .home_case.tc .tc-timer__card_hours {
  clip-path: polygon(11.76% 0%, 94.12% 8.51%, 98.04% 100%, 0% 95.74%);
}
.main .home .home_case.tc .tc-timer__card_minutes {
  clip-path: polygon(0% 10.64%, 86.54% 0%, 98.08% 91.49%, 7.69% 97.87%);
}
.main .home .home_case.tc .tc-timer__card_seconds {
  clip-path: polygon(8.16% 0%, 100% 0%, 95.92% 97.83%, 0% 95.65%);
}
.main .home .home_case.tc .tc-timer__card.is-tick .tc-timer__num {
  animation: tcTick 0.35s ease;
}
.main .home .home_case.tc .tc-timer__num {
  display: block;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 44px;
  line-height: 56px;
  text-align: center;
  color: #FFFFFF;
  font-variant-numeric: tabular-nums;
  transform: rotate(var(--tc-tilt));
}
.main .home .home_case.tc .tc-timer__label {
  margin-top: 10px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  opacity: 0.85;
  transform: rotate(var(--tc-tilt));
}
.main .home .home_case.tc .tc-timer__sep {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 34px;
  line-height: 84px;
  color: #FFFFFF;
  opacity: 0.85;
}
@keyframes tcTick {
  0% {
    opacity: 0.2;
    transform: translateY(-40%) rotate(var(--tc-tilt));
  }
  100% {
    opacity: 1;
    transform: rotate(var(--tc-tilt));
  }
}
@media (prefers-reduced-motion: reduce) {
  .main .home .home_case.tc .tc-timer .tc-timer__card.is-tick .tc-timer__num {
    animation: none;
  }
}
.main .home .home_case.tc .tc-dateNote {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.95;
  margin-top: 16px;
}
.main .home .home_case.tc .tc-title {
  font-family: "Unbounded", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 72px;
  line-height: 89px;
  color: #FFFFFF;
  margin: 48px 0 0;
}
.main .home .home_case.tc .tc-title .tc-title-sm {
  font-size: 0.5em;
}
.main .home .home_case.tc .tc-priceRow {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-top: 22px;
}
.main .home .home_case.tc .tc-priceOld {
  position: relative;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  opacity: 0.7;
}
.main .home .home_case.tc .tc-priceOld::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  top: 52%;
  height: 3px;
  background: #fff;
  transform: rotate(-8deg);
}
.main .home .home_case.tc .tc-badge {
  display: inline-block;
  background: #ec4752;
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 20px;
  padding: 8px 16px;
  border-radius: 10px;
  transform: translateY(-2px) rotate(-6deg);
}
.main .home .home_case.tc .tc-compound {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
  opacity: 0.9;
  margin-top: 16px;
  max-width: 460px;
}
.main .home .home_case.tc .home_btn {
  margin-top: 32px;
  margin-left: 0;
  margin-right: 0;
}
.main .home .home_case.tc .tc-note {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
}
.main .home .home_case.tc .tc-img {
  position: relative;
}
.main .home .home_case.tc .tc-glow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 760px;
  height: 620px;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.3) 0%, rgba(255, 77, 90, 0) 68%);
}
.main .home .home_case.tc .home_image {
  position: relative;
  z-index: 2;
  width: 136%;
  max-width: none;
  margin: 56px 0 0 -14%;
  filter: drop-shadow(0 34px 50px rgba(0, 0, 0, 0.45));
}
.main .home .home_roll.tc-rolls {
  transform: scale(0.72);
  transform-origin: center bottom;
  margin-top: -300px;
  position: relative;
  z-index: 1;
}
.main .qa {
  padding-bottom: 104px;
}
.main .qa .qa_case {
  max-width: 866px;
  margin-left: auto;
  margin-right: auto;
}
.main .qa .qa_case .qa_title {
  color: #FFFFFF;
  margin-bottom: 48px;
}
.main .qa .qa_case .qa_go {
  margin-top: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  color: #FFFFFF;
  gap: 24px;
}
@media (max-width: 756px) {
  .main .qa .qa_case .qa_go {
    font-size: 24px;
    line-height: 32px;
  }
  .main .qa .qa_case .qa_go svg {
    width: 100%;
    height: auto;
  }
}
.main .qa .qa_case .qa_btn {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 232px;
  height: 52px;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  font-family: "Mulish", sans-serif;
  margin-top: 48px;
  cursor: pointer;
}
.main .qa .qa_case .qa_btn .qa_btn_textOne {
  display: block;
}
.main .qa .qa_case .qa_btn .qa_btn_textTwo {
  display: none;
}
.main .qa .qa_case .qa_btn_active .qa_btn_textOne {
  display: none;
}
.main .qa .qa_case .qa_btn_active .qa_btn_textTwo {
  display: block;
}
.main .qa .qa_case .qa_container .qa_box {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1294117647);
}
.main .qa .qa_case .qa_container .qa_box:last-child {
  border-top: 2px solid rgba(255, 255, 255, 0.1294117647);
}
.main .qa .qa_case .qa_container .qa_box .qa_box_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.main .qa .qa_case .qa_container .qa_box .qa_box_top .qa_box_title {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
}
.main .qa .qa_case .qa_container .qa_box .qa_box_top .qa_box_cross {
  transition: 0.3s ease;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.main .qa .qa_case .qa_container .qa_box .qa_box_top .qa_box_cross svg {
  transition: 0.3s ease;
}
.main .qa .qa_case .qa_container .qa_box .qa_box_bottom {
  display: none;
  padding-top: 8px;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.8;
}
.main .qa .qa_case .qa_container .qa_box_hidden {
  display: none;
}
.main .qa .qa_case .qa_container .qa_active .qa_box_top .qa_box_cross svg {
  transform: rotate(-45deg);
}
.main .pickup {
  padding-bottom: 96px;
}
.main .pickup .pickup_case {
  position: relative;
}
.main .pickup .pickup_case .pickup_title {
  color: #FFFFFF;
  margin-bottom: 8px;
}
.main .pickup .pickup_case .pickup_list_case {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.main .pickup .pickup_case .pickup_list_case .list_toggle_btn {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 232px;
  height: 52px;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  font-family: "Mulish", sans-serif;
  margin-top: 48px;
  cursor: pointer;
}
.main .pickup .pickup_case .pickup_list_case .list_toggle_btn .list_toggle_btnOne {
  display: block;
}
.main .pickup .pickup_case .pickup_list_case .list_toggle_btn .list_toggle_btnTwo {
  display: none;
}
.main .pickup .pickup_case .pickup_list_case .list_toggle_btn.list_toggle_btn_active .list_toggle_btnOne {
  display: none;
}
.main .pickup .pickup_case .pickup_list_case .list_toggle_btn.list_toggle_btn_active .list_toggle_btnTwo {
  display: block;
}
.main .pickup .pickup_case .pickup_list_case .list {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 2px solid rgba(255, 255, 255, 0.3215686275);
  width: 100%;
}
.main .pickup .pickup_case .pickup_list_case .list.list_hidden {
  display: none;
}
.main .pickup .pickup_case .pickup_list_case .list:first-child {
  border: none;
}
.main .pickup .pickup_case .pickup_list_case .list .list_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .main .pickup .pickup_case .pickup_list_case .list .list_box {
    flex-direction: column-reverse;
    gap: 8px;
  }
}
.main .pickup .pickup_case .pickup_list_case .list .list_box > div {
  display: flex;
  flex-direction: column;
}
.main .pickup .pickup_case .pickup_list_case .list .list_box > div > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
}
.main .pickup .pickup_case .pickup_list_case .list .list_box > div > div > p {
  /* Wait Time */
  padding-left: 8px;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  /* identical to box height, or 100% */
  color: #FFFFFF;
  opacity: 0.5;
}
.main .pickup .pickup_case .pickup_list_case .list .list_box > div > div > span {
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  max-width: 12px;
  max-height: 12px;
  border-radius: 100%;
  background: #4A7C59;
  margin-right: 6px;
}
.main .pickup .pickup_case .pickup_list_case .list .list_box > div > a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.8px;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #FFFFFF;
}
.main .pickup .pickup_case .pickup_list_case .list .list_box > div > h6 {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.main .pickup .pickup_case .pickup_list_case .list .list_box > div > h6 span {
  padding-left: 16px;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  opacity: 0.5;
}
@media (max-width: 600px) {
  .main .pickup .pickup_case .pickup_list_case .list .list_box > div > h6 span {
    padding-left: 0;
    display: block;
    margin-top: 8px;
  }
}
.main .pickup .pickup_case .pickup_navigation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  height: 36px;
  width: 252px;
  background: #1F1F1D;
  border: 2px solid #FFFFFF;
  position: relative;
  cursor: pointer;
  margin-bottom: 24px;
}
.main .pickup .pickup_case .pickup_navigation::before {
  width: 124px;
  height: 36px;
  background: #FFFFFF;
  position: absolute;
  z-index: 0;
  content: "";
  left: 0px;
  top: 0px;
  transition: 0.4s;
}
.main .pickup .pickup_case .pickup_navigation > div {
  z-index: 9;
  background: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #1F1F1D;
  width: 128px;
  height: 100%;
}
.main .pickup .pickup_case .pickup_navigation > div.pickup_navigation_list {
  color: #FFFFFF;
  opacity: 0.5;
}
.main .pickup .pickup_case .pickup_navigation > div.pickup_navigation_list svg path {
  fill: #FFFFFF;
}
.main .pickup .pickup_case .pickup_subtitle {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.7;
  margin-bottom: 72px;
}
.main .pickup .pickup_case .pickup_cart_pagination {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media (max-width: 600px) {
  .main .pickup .pickup_case .pickup_cart_pagination {
    flex-wrap: wrap;
  }
}
.main .pickup .pickup_case .pickup_cart_pagination > div {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 16px;
}
.main .pickup .pickup_case .pickup_cart_pagination > div span {
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
.main .pickup .pickup_case .pickup_cart_pagination > div .pickup_cart_paginationGreen {
  background: #4A7C59;
}
.main .pickup .pickup_case .pickup_cart_pagination > div .pickup_cart_paginationYellow {
  background: #D96B2B;
}
.main .pickup .pickup_case .pickup_cart_pagination > div .pickup_cart_paginationRed {
  background: #C0392B;
}
.main .pickup .pickup_case .pickup_cart {
  height: 708px;
  width: 100%;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 7%, 95% 93%, 5% 100%);
}
@media (max-width: 756px) {
  .main .pickup .pickup_case .pickup_cart {
    height: 320px;
    clip-path: polygon(0 0, 100% 8%, 92% 92%, 8% 100%);
  }
}
.main .pickup .pickup_case .pickup_cart #pickup-map {
  width: 100%;
  height: 100%;
}
.main .pickup .pickup_case .pickup_cart #map_rest {
  width: 100%;
  height: 100%;
}
.main .pickup .pickup_case .pickup_cart #map_rest .wait_map {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #2C2C2A;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  opacity: 0.8;
}
.main .pickup .pickup_case .pickup_cart .ymaps-2-1-79-controls__control {
  z-index: 5;
}
.main .pickup .pickup_case .pickup_cart [class*=-balloon] {
  border-radius: 0 !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}
.main .pickup .pickup_case .pickup_cart [class*=-balloon__layout] {
  background: #FFFFFF;
}
.main .pickup .pickup_case .pickup_cart [class*=-balloon__content] {
  margin: 0 !important;
  padding: 0 !important;
  background: #FFFFFF;
  font: inherit;
  line-height: normal;
}
.main .pickup .pickup_case .pickup_cart [class*=-balloon__tail] {
  display: none !important;
}
.main .pickup .pickup_case .pickup_cart [class*=-balloon__close] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  opacity: 1;
}
.main .pickup .pickup_case .pickup_cart [class*=-balloon__close-button] {
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  background-size: 14px 14px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}
.main .pickup .pickup_case.pickup_list_active .pickup_cart_case {
  display: none;
}
.main .pickup .pickup_case.pickup_list_active .pickup_list_case {
  display: flex;
}
.main .pickup .pickup_case.pickup_list_active .pickup_navigation::before {
  left: 130px;
}
.main .pickup .pickup_case.pickup_list_active .pickup_navigation .pickup_navigation_cart {
  color: #FFFFFF;
  opacity: 0.5;
}
.main .pickup .pickup_case.pickup_list_active .pickup_navigation .pickup_navigation_cart svg path {
  fill: #FFFFFF;
}
.main .pickup .pickup_case.pickup_list_active .pickup_navigation .pickup_navigation_list {
  color: #1F1F1D;
  opacity: 1;
}
.main .pickup .pickup_case.pickup_list_active .pickup_navigation .pickup_navigation_list svg path {
  fill: #1F1F1D;
}
.main .map-card {
  width: 300px;
  max-width: 100%;
  font-family: "Mulish", sans-serif;
  color: #2C2C2A;
}
.main .map-card__photo {
  position: relative;
  width: 100%;
  height: 190px;
  overflow: hidden;
  background: #EDEDED;
}
.main .map-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .map-card__body {
  padding: 20px 24px 24px;
}
.main .map-card__address {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.5px;
  color: #2C2C2A;
}
@media (max-width: 756px) {
  .main .map-card {
    width: 240px;
  }
  .main .map-card__photo {
    height: 150px;
  }
  .main .map-card__body {
    padding: 16px 18px 18px;
  }
  .main .map-card__address {
    font-size: 18px;
    line-height: 24px;
  }
}
.main footer {
  margin-top: 137px;
  position: relative;
  z-index: 11;
}
.main footer::before {
  z-index: 0;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background: #2C2C2A;
  clip-path: polygon(0 100%, 0 0, 100% 30%, 100% 100%);
}
.main footer .footer_case {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 99;
  position: relative;
  padding-bottom: 64px;
}
.main footer .footer_case > div {
  display: flex;
  flex-direction: column;
}
.main footer .footer_case > div .soc {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
.main footer .footer_case > div .soc > a {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 10.2857px;
}
.main footer .footer_case > div > span {
  margin-top: 80px;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  opacity: 0.5;
}
.main footer .footer_case > div > a {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  margin-top: 20px;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

.popap {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9000;
  background: rgba(44, 44, 42, 0.55);
  backdrop-filter: blur(6px);
}

.overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9500;
  overflow-y: auto;
  padding: 40px 16px;
  font-family: "Mulish", sans-serif;
}
.overlay,
.overlay *,
.overlay *::before,
.overlay *::after {
  box-sizing: border-box;
}
.overlay .inner {
  position: relative;
  width: min(720px, 100%);
  margin: 0 auto;
  padding: 48px 48px 40px;
  background: #FFFFFF;
  color: #2C2C2A;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
}
.overlay .inner h2,
.overlay .inner h3 {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #2C2C2A;
}
.overlay .inner small {
  display: block;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.7;
  margin-bottom: 20px;
}
.overlay .inner small a {
  color: #EA3E4A;
  text-decoration: underline;
}
.overlay .close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.overlay .close::before, .overlay .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 2px;
  background: #2C2C2A;
}
.overlay .close::before {
  transform: rotate(45deg);
}
.overlay .close::after {
  transform: rotate(-45deg);
}
@media (max-width: 576px) {
  .overlay {
    padding: 16px 12px;
  }
  .overlay .inner {
    padding: 56px 20px 28px;
  }
  .overlay .inner h2,
  .overlay .inner h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 16px;
  }
}

#city_popap .links {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#city_popap .links li {
  display: flex;
}
#city_popap .links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 12px;
  background: #FF4D5A;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
  transition: background 0.2s ease;
}
#city_popap .links a:hover {
  background: #EA3E4A;
}

#politika_popap .inner {
  width: min(880px, 100%);
  font-size: 14px;
  line-height: 22px;
  max-height: 85vh;
  overflow-y: auto;
}

#call_popap .inner {
  width: min(520px, 100%);
}
#call_popap label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  color: #2C2C2A;
}
#call_popap input[type=text] {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 16px;
  border: 1px solid #DBDBE2;
  border-radius: 0;
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
  color: #2C2C2A;
  outline: none;
}
#call_popap input[type=text]:focus {
  border-color: #EA3E4A;
}
#call_popap .input-group {
  display: flex;
  align-items: stretch;
}
#call_popap .input-group-before {
  display: flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid #DBDBE2;
  border-right: 0;
  background: #F5F5F7;
  font-weight: 700;
  color: #2C2C2A;
}
#call_popap .phone_block,
#call_popap .phone_block_code,
#call_popap .email_block,
#call_popap .email_block_code {
  margin-bottom: 20px;
}
#call_popap .btn_input {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 16px 24px;
  background: #4A7C59;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
}

.message_error,
.message_ok {
  padding: 12px 16px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
}

.message_error {
  background: #FDE7E8;
  color: #C0322B;
}

.message_ok {
  background: #E8F3EB;
  color: #4A7C59;
}

body.app-modal-open {
  overflow: hidden;
}

.app-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.app-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.app-modal.is-open .app-modal__panel {
  transform: none;
}
.app-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(255, 77, 90, 0.28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.app-modal__panel {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  background: #FFFFFF;
  border-radius: 0;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
  transform: translateY(12px) scale(0.98);
  transition: transform 0.28s ease;
}
.app-modal__close {
  position: absolute;
  top: -48px;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.app-modal__close:hover {
  opacity: 0.88;
}
.app-modal__inner {
  padding: 40px;
}
.app-modal__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 36px;
}
.app-modal__title {
  margin: 0;
  flex: 1;
  font-family: "Unbounded", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #2C2C2A;
}
.app-modal__qr {
  flex-shrink: 0;
  width: 160px;
  height: 160px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.app-modal__stores {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.app-modal__store {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-sizing: border-box;
  height: 48px;
  min-height: 48px;
  padding: 0 12px;
  background: #4A7C59;
  color: #FFFFFF;
  text-decoration: none;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.2px;
  white-space: nowrap;
  transition: background 0.2s ease, opacity 0.2s ease;
}
.app-modal__store:hover {
  background: rgb(58.7515151515, 98.4484848485, 70.6606060606);
}
.app-modal__store-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media (max-width: 900px) {
  .app-modal {
    padding: 48px 24px 24px;
  }
  .app-modal__panel {
    width: min(480px, 100%);
  }
  .app-modal__inner {
    padding: 36px 28px 28px;
  }
  .app-modal__top {
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
    margin-bottom: 28px;
  }
  .app-modal__title {
    font-size: 28px;
    line-height: 36px;
    text-align: left;
  }
  .app-modal__qr {
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }
  .app-modal__stores {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .app-modal {
    align-items: flex-end;
    padding: 56px 0 0;
  }
  .app-modal__panel {
    width: 100%;
    overflow: visible;
    transform: translateY(24px);
  }
  .app-modal.is-open .app-modal__panel {
    transform: none;
  }
  .app-modal__close {
    top: -52px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    z-index: 2;
  }
  .app-modal__inner {
    padding: 40px 20px 28px;
    max-height: calc(92vh - 56px);
    overflow: auto;
  }
  .app-modal__top {
    margin-bottom: 28px;
  }
  .app-modal__title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
  .app-modal__qr {
    display: none;
  }
  .app-modal__stores {
    gap: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .app-modal, .app-modal__panel {
    transition: none;
  }
}

@media (max-width: 992px) {
  .main .title {
    font-size: 48px;
    line-height: 60px;
  }
  .main .why .why_case .why_box {
    gap: 16px;
  }
  .main .why .why_case .why_box .why_case svg {
    width: 72px;
    height: 72px;
  }
  .main .why .why_case .why_box .why_case span {
    font-size: 20px;
    line-height: 26px;
  }
  .main .qa .qa_case .qa_container .qa_box .qa_box_top .qa_box_title {
    font-size: 20px;
    line-height: 26px;
  }
  .main .qa .qa_case .qa_container .qa_box .qa_box_bottom {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 900px) {
  .main .home .home_case.tc {
    grid-template-columns: 1fr;
    text-align: center;
    padding-top: 120px;
    gap: 8px;
  }
  .main .home .home_case.tc .tc-text {
    text-align: center;
  }
  .main .home .home_case.tc .home_toStart {
    text-align: center;
  }
  .main .home .home_case.tc .tc-title {
    font-size: 64px;
    line-height: 74px;
    margin-top: 32px;
  }
  .main .home .home_case.tc .tc-priceRow {
    justify-content: center;
  }
  .main .home .home_case.tc .tc-compound {
    margin-left: auto;
    margin-right: auto;
  }
  .main .home .home_case.tc .home_btn {
    margin-left: auto;
    margin-right: auto;
  }
  .main .home .home_case.tc .tc-note {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .main .home .home_case.tc .tc-glow {
    width: 460px;
    height: 380px;
  }
  .main .home .home_case.tc .home_image {
    width: 100%;
    max-width: 560px;
    margin: 8px auto 0;
  }
}
@media (max-width: 600px) {
  .main .title {
    font-size: 34px;
    line-height: 42px;
  }
  .main .home .home_case.tc {
    padding-top: 104px;
  }
  .main .home .home_case.tc .tc-title {
    font-size: 52px;
    line-height: 60px;
    margin-top: 28px;
  }
  .main .home .home_case.tc .home_toStart {
    font-size: 18px;
    line-height: 24px;
  }
  .main .home .home_case.tc .tc-date {
    font-size: 28px;
    line-height: 34px;
  }
  .main .home .home_case.tc .tc-timer {
    gap: 8px;
    margin-top: 18px;
  }
  .main .home .home_case.tc .tc-timer__card {
    min-width: 58px;
    padding: 10px 8px;
  }
  .main .home .home_case.tc .tc-timer__num {
    font-size: 32px;
    line-height: 42px;
  }
  .main .home .home_case.tc .tc-timer__label {
    margin-top: 8px;
    font-size: 13px;
    line-height: 16px;
  }
  .main .home .home_case.tc .tc-timer__sep {
    font-size: 24px;
    line-height: 62px;
  }
  .main .home .home_case.tc .tc-priceOld {
    font-size: 24px;
  }
  .main .home .home_case.tc .tc-badge {
    font-size: 18px;
  }
  .main .home .home_case.tc .tc-compound {
    font-size: 16px;
    line-height: 22px;
  }
  .main .home .home_case.tc .tc-glow {
    width: 100%;
    height: 100%;
  }
  .main .why .why_case .why_box {
    margin-top: 32px;
    flex-wrap: wrap;
    gap: 28px 16px;
    justify-content: space-around;
  }
  .main .why .why_case .why_box .why_case {
    width: 45%;
  }
  .main .why .why_case .why_box .why_case svg {
    width: 56px;
    height: 56px;
  }
  .main .why .why_case .why_box .why_case span {
    font-size: 18px;
    line-height: 24px;
  }
  .main .pickup .pickup_case .pickup_cart {
    height: 480px;
  }
  .main .qa {
    padding-bottom: 16px;
  }
  .main .qa .qa_case .qa_container .qa_box .qa_box_top .qa_box_title {
    font-size: 16px;
    line-height: 22px;
  }
  .main .qa .qa_case .qa_container .qa_box .qa_box_top .qa_box_cross {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
  }
  .main .qa .qa_case .qa_container .qa_box .qa_box_bottom {
    font-size: 14px;
    line-height: 20px;
  }
  .main footer::before {
    height: 100%;
    clip-path: polygon(0 100%, 0 0, 100% 10%, 100% 100%);
  }
  .main footer .footer_case {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 28px;
    padding-top: 48px;
  }
  .main footer .footer_case > div {
    align-items: center;
  }
  .main footer .footer_case > div .soc {
    justify-content: center;
  }
  .main footer .footer_case > div > span {
    margin-top: 16px;
  }
}/*# sourceMappingURL=style.css.map */