.how-to-order {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 959px) {
  .how-to-order__container_hero {
    padding: 0;
  }
}
.how-to-order .container {
  --container-py: 0px;
}
@media (max-width: 959px) {
  .how-to-order .container {
    --container-px: 0px;
  }
  .how-to-order .container:not(.how-to-order .container.how-to-order__container_hero) {
    --container-px: 16px;
  }
}
.how-to-order__hero {
  box-sizing: border-box;
  padding: 0 40px;
  width: 100%;
  min-height: 296px;
  border-radius: 16px;
  background-color: #f8f8f9;
  background: #f8f8f9;
  background: linear-gradient(90deg, #faca03 0%, #f8f8f9 67%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}
@media (max-width: 1199px) {
  .how-to-order__hero {
    padding: 0 24px;
  }
}
@media (max-width: 959px) {
  .how-to-order__hero {
    padding: 20px 16px 0px 16px;
    margin-bottom: -40px;
    border-radius: 0;
    flex-direction: column;
    align-items: start;
    gap: 16px;
    background: linear-gradient(180deg, #faca03 0%, #ffffff 46%);
  }
}
.how-to-order__hero-text {
  width: 750px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: start;
}
@media (max-width: 1599px) {
  .how-to-order__hero-text {
    width: 590px;
  }
}
@media (max-width: 1199px) {
  .how-to-order__hero-text {
    width: 443px;
  }
}
@media (max-width: 959px) {
  .how-to-order__hero-text {
    width: 100%;
  }
}
.how-to-order__hero-title {
  margin: 0;
  font-family: var(--font-random-grotesque-standard);
  font-weight: 400;
  font-size: 48px;
  color: black;
  line-height: 110%;
}
@media (max-width: 959px) {
  .how-to-order__hero-title {
    font-size: 30px;
  }
}
.how-to-order__hero-description {
  width: 100%;
  max-width: 550px;
  font-family: var(--font-mevermind-compact);
  font-weight: 500;
  font-size: 17px;
  color: #1d2c40;
  line-height: 135%;
}
@media (max-width: 1199px) {
  .how-to-order__hero-description {
    max-width: 443px;
  }
}
@media (max-width: 959px) {
  .how-to-order__hero-description {
    max-width: 550px;
  }
}
@media (max-width: 639px) {
  .how-to-order__hero-description {
    font-size: 17px;
  }
}
.how-to-order__hero-img {
  aspect-ratio: 454 / 296;
  width: 454px;
  height: auto;
  mix-blend-mode: darken;
  user-select: none;
  -webkit-user-drag: none;
}
@media (max-width: 1199px) {
  .how-to-order__hero-img {
    aspect-ratio: 417 / 272;
    width: 417px;
  }
}
@media (max-width: 959px) {
  .how-to-order__hero-img {
    aspect-ratio: 375 / 245;
    width: 375px;
  }
}
@media (max-width: 639px) {
  .how-to-order__hero-img {
    aspect-ratio: 328 / 213;
    width: 100%;
  }
}
.how-to-order__quickanswers {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}
@media (max-width: 1199px) {
  .how-to-order__quickanswers {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 639px) {
  .how-to-order__quickanswers {
    grid-template-columns: 1fr;
  }
}
.how-to-order__quickanswer {
  position: relative;
  height: 223px;
}
@media (max-width: 1599px) {
  .how-to-order__quickanswer {
    height: 223px;
  }
}
@media (max-width: 1199px) {
  .how-to-order__quickanswer {
    height: 208px;
  }
}
@media (max-width: 959px) {
  .how-to-order__quickanswer {
    height: 218px;
  }
}
@media (max-width: 639px) {
  .how-to-order__quickanswer {
    height: auto;
  }
}
.how-to-order__quickanswer_overflow {
  cursor: pointer;
}
.how-to-order__quickanswer_overflow .how-to-order__quickanswer-spoiler {
  opacity: 1;
}
@media (max-width: 639px) {
  .how-to-order__quickanswer_overflow .how-to-order__quickanswer-spoiler {
    opacity: 0;
  }
}
@media (min-width: 639px) {
  .how-to-order__quickanswer_expand .how-to-order__quickanswer-spoiler {
    opacity: 0;
  }
  .how-to-order__quickanswer_expand .how-to-order__quickanswer-card {
    box-shadow: 0 4px 16px 0 rgba(34, 60, 80, 0.1);
    max-height: 250%;
  }
}
.how-to-order__quickanswer-card {
  box-sizing: border-box;
  padding: 16px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  max-height: 100%;
  min-height: 223px;
  height: auto;
  border-radius: 16px;
  background-color: #f3f4f5;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  transition: box-shadow 0.3s ease-out, max-height 0.3s ease-out;
}
@media (max-width: 1599px) {
  .how-to-order__quickanswer-card {
    min-height: 223px;
  }
}
@media (max-width: 1199px) {
  .how-to-order__quickanswer-card {
    min-height: 208px;
  }
}
@media (max-width: 959px) {
  .how-to-order__quickanswer-card {
    min-height: 218px;
  }
}
@media (max-width: 639px) {
  .how-to-order__quickanswer-card {
    position: static;
    min-height: none;
  }
}
.how-to-order__quickanswer-spoiler {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 60px;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(180deg, rgba(243, 244, 245, 0) 0%, rgba(243, 244, 245, 0.8) 30%, #f3f4f5 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease-out;
}
.how-to-order__quickanswer-spoiler-text {
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 17px;
  color: #1d2c40;
  line-height: 135%;
  user-select: none;
}
.how-to-order__quickanswer-spoiler-icon {
  user-select: none;
  -webkit-user-drag: none;
}
.how-to-order__quickanswer-card-header {
  box-sizing: border-box;
  padding-bottom: 10px;
  margin-bottom: -4px;
  border: 0;
  border-bottom: 1px solid rgba(29, 44, 64, 0.1);
  font-family: var(--font-mevermind-compact);
  font-weight: 500;
  font-size: 17px;
  color: black;
  line-height: 135%;
}
.how-to-order__quickanswer-card-point {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.how-to-order__quickanswer-card-point-title {
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 17px;
  color: rgba(29, 44, 64, 0.5);
  line-height: 135%;
  text-transform: uppercase;
}
@media (max-width: 639px) {
  .how-to-order__quickanswer-card-point-title {
    font-size: 15px;
  }
}
.how-to-order__quickanswer-card-point-content {
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 17px;
  color: #1d2c40;
  line-height: 135%;
}
@media (max-width: 639px) {
  .how-to-order__quickanswer-card-point-content {
    font-size: 15px;
  }
}
.how-to-order__quickanswer-card-point-content-ul {
  margin: 4px 0;
  padding-inline-start: 23px;
}
.how-to-order__quickanswer-card-point-content-ul li::marker {
  color: #1d2c40;
  font-size: 0.6em;
}
.how-to-order__faq {
  width: 100%;
  max-width: 765px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 959px) {
  .how-to-order__faq {
    max-width: 608px;
  }
}
.how-to-order__faq-title {
  margin: 0;
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 40px;
  color: #1d2c40;
  line-height: 110%;
}
@media (max-width: 639px) {
  .how-to-order__faq-title {
    font-size: 26px;
  }
}
.how-to-order__faq-item {
  border: none;
  border-bottom: 1px solid rgba(29, 44, 64, 0.1);
}
.how-to-order__faq-item:hover .how-to-order__faq-item-header-icon {
  opacity: 1;
  background-color: #1d2c4017;
}
.how-to-order__faq-item_open .how-to-order__faq-item-header-icon {
  opacity: 1;
  rotate: 45deg;
}
.how-to-order__faq-item_open:hover .how-to-order__faq-item-header-icon {
  background-color: transparent;
}
.how-to-order__faq-item_open .how-to-order__faq-item-content {
  max-height: 1500px;
  opacity: 1;
}
.how-to-order__faq-item-header {
  box-sizing: border-box;
  width: 100%;
  padding: 16px 0;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.how-to-order__faq-item-header-title {
  font-family: var(--font-mevermind-compact);
  font-weight: 400;
  font-size: 22px;
  color: #1d2c40;
  line-height: 110%;
}
@media (max-width: 639px) {
  .how-to-order__faq-item-header-title {
    font-size: 20px;
  }
}
.how-to-order__faq-item-header-icon {
  opacity: 0.5;
  border-radius: 100px;
  background-color: transparent;
  user-select: none;
  -webkit-user-drag: none;
  transition: opacity 0.3s ease-out, background-color 0.3s ease-out, rotate 0.3s ease-out;
}
.how-to-order__faq-item-content {
  max-height: 0px;
  width: 100%;
  max-width: 600px;
  opacity: 0;
  font-family: var(--font-mevermind-compact);
  font-weight: 300;
  font-size: 17px;
  color: #1d2c40;
  line-height: 135%;
  overflow: hidden;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
}
@media (max-width: 639px) {
  .how-to-order__faq-item-content {
    font-size: 15px;
  }
}
.how-to-order__faq-item-content .text_shift {
  margin-left: -10px;
}
.how-to-order__faq-item-content picture,
.how-to-order__faq-item-content img {
  width: 400px;
  max-width: 100%;
  margin: 6px 0;
  display: block;
  border-radius: 24px;
  user-select: none;
  -webkit-user-drag: none;
}
.how-to-order__faq-item-content h3,
.how-to-order__faq-item-content b {
  font-family: var(--font-mevermind-compact);
  font-weight: 500;
  font-size: 17px;
  color: #1d2c40;
  line-height: 135%;
}
.how-to-order__faq-item-content h3 {
  margin: 12px 0 5px 0;
}
.how-to-order__faq-item-content ul,
.how-to-order__faq-item-content ol {
  padding-inline-start: 23px;
}
.how-to-order__faq-item-content p,
.how-to-order__faq-item-content li {
  margin: 6px 0;
}
.how-to-order__faq-item-content ul li::marker {
  color: #1d2c40;
  font-size: 0.6em;
}