html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

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

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
  line-height: 0;
}

button {
  cursor: pointer;
  color: inherit;
  font-family: inherit;
  display: inline-block;
  font-size: inherit;
  border: none;
}

input, textarea {
  font-family: inherit;
}

input::placeholder, textarea::placeholder {
  font-family: inherit;
}

input:focus, textarea:focus {
  outline: none !important;
}

textarea {
  resize: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
  background-color: white !important;
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
}

textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:focus {
  background-color: white !important;
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=radio i], input[type=checkbox i] {
  margin: 0 0 0 0;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
.header-mobile {
  display: none;
}

@media (max-width: 61.99875em) {
  .header-mobile {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 1.25rem;
    padding-bottom: 0.125rem;
    z-index: 130;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 10px 0 rgba(6, 44, 65, 0.16);
    margin-bottom: 2rem;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: transparent;
}

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 8px;
  padding-inline: 0.9375rem;
  z-index: 150;
  box-shadow: 0px 2px 3px rgba(108, 37, 13, 0.5);
  border-bottom-left-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(242, 163, 84, 0.5215686275);
  border-bottom: 4px solid #cc4614;
  border-right: 2px solid #cc4614;
  border-left: 2px solid #cc4614;
  color: rgb(108, 36, 13);
  font-weight: 500;
  margin: 0 auto;
  max-width: 81.25rem;
}
@media (max-width: 29.99875em) {
  .header__wrapper {
    width: 100%;
  }
}

.header-logo__container {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 29.99875em) {
  .header-logo__container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}

.header-logo__slogan {
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (max-width: 29.99875em) {
  .header-logo__slogan {
    width: 110px;
    flex: 0 2 40%;
  }
}

.header-contacts__container {
  font-size: 0.875rem;
  text-align: center;
}
@media (max-width: 29.99875em) {
  .header-contacts__container {
    display: none;
  }
}

.header-contacts__tel {
  font-size: 24px;
}
@media (max-width: 29.99875em) {
  .header-contacts__tel {
    display: none;
  }
}

.header-contacts__tel-link {
  display: none;
}
@media (max-width: 29.99875em) {
  .header-contacts__tel-link {
    display: inline-block;
  }
}

img.icon {
  filter: brightness(0) saturate(100%) invert(16%) sepia(39%) saturate(2719%) hue-rotate(351deg) brightness(96%) contrast(96%);
}

.header-contacts__time {
  margin-bottom: 0.375rem;
  font-size: 12px;
}

.header__messenger-wrapper {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.header__messenger-container {
  width: 1.875rem;
  height: 1.875rem;
  background-color: rgb(108, 36, 13);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__messenger-container a > img {
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 100%;
}

@media (max-width: 29.99875em) {
  .header-action {
    display: none;
  }
}

.header-btn {
  display: flex;
  border: none;
  position: relative;
  align-items: center;
  justify-content: center;
  background-size: 140% auto;
  background-image: linear-gradient(90deg, #b66214 0%, rgb(108, 36, 13) 50%, rgb(108, 36, 13) 90%);
  color: #f1edbf;
  transition: all 0.3s ease-out;
  box-shadow: 0px 0px 5px rgba(108, 37, 13, 0.5), inset 2px 2px 5px rgba(182, 98, 20, 0.5), inset -2px -2px 5px rgba(108, 37, 13, 0.35);
  transition: all 0.3s ease-out;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 0.625rem;
  padding: 0.3125rem;
  overflow: hidden;
  width: 100%;
  height: 2.75rem;
  width: 13.75rem;
}
@media (any-hover: hover) {
  .header-btn:hover {
    background-position: right top;
    transform: translateY(2px);
  }
}

.footer {
  padding-top: 4.5rem;
  padding-bottom: 2.25rem;
  font-weight: 500;
  background-color: rgb(108, 36, 13);
  color: #f1edbf;
}
@media (max-width: 61.99875em) {
  .footer {
    padding-top: 1.5rem;
    padding-bottom: 4.6875rem;
  }
}

@media (max-width: 61.99875em) {
  .footer__container {
    padding: 0 1.125rem !important;
  }
}

.footer__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 29.99875em) {
  .footer__wrapper {
    flex-direction: column;
    gap: 1rem;
  }
}

.footer__logo-content {
  margin-bottom: 1.25rem;
}
@media (max-width: 29.99875em) {
  .footer__logo-content {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 29.99875em) {
  .footer__logo-content img {
    display: inline-block;
    text-align: center;
    margin-left: 30px;
  }
}

.footer__slogan {
  margin-bottom: 1.25rem;
}

.footer__bussness-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 29.99875em) {
  .footer__bussness-wrapper {
    margin: 0 auto;
    text-align: center;
    gap: 1.25rem;
  }
}

.footer__contacts-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 29.99875em) {
  .footer__contacts-wrapper {
    margin: 0 auto;
    text-align: center;
  }
}

.footer__contacts-email {
  text-decoration: underline;
  margin-bottom: 1rem;
}

.footer__messenger-wrapper {
  display: flex;
  gap: 1rem;
}
@media (max-width: 29.99875em) {
  .footer__messenger-wrapper {
    margin: 0 auto;
    text-align: center;
  }
}

.footer__messenger-container {
  width: 2.3125rem;
  height: 2.3125rem;
  background-color: #f1edbf;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__messenger-container a > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
@media (max-width: 29.99875em) {
  .footer__messenger-container {
    display: none;
  }
}

.modal {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(108, 36, 13, 0.5);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease-out;
  z-index: 1100;
}

.modal._open {
  opacity: 1;
  visibility: visible;
}

.modal__overlay {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.625rem;
  z-index: 300;
}
@media (max-width: 35.99875em) {
  .modal__overlay {
    padding: 0;
  }
}

.modal__body {
  position: relative;
  background-color: #f5d79d;
  border: 3px solid #cc4614;
  padding: 1.5rem;
  width: 100%;
  max-width: 25.875rem;
  border-radius: 0.625rem;
  cursor: default;
  transition: all 0.3s ease-out;
  box-shadow: 0 0 10px 0 rgba(6, 44, 65, 0.16);
}
@media (max-width: 35.99875em) {
  .modal__body {
    max-width: none;
    width: 100%;
    height: 100vh;
    border-radius: unset;
    padding-top: 3.75rem;
    padding-inline: 1rem;
  }
}

.modal__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
  color: rgb(108, 36, 13);
  font-weight: 400;
}

.modal__title {
  margin-bottom: 1rem;
  line-height: 2.75rem;
  color: rgb(108, 36, 13);
}

.form__item {
  padding: 0 0 8px 0;
}

.form__label {
  display: block;
  margin-bottom: 5px;
  color: rgb(108, 36, 13);
  font-weight: 500;
}

.form__input {
  font-size: 18px;
  height: 40px;
  border-radius: 5px;
  width: 100%;
  padding: 0 15px;
  border: 2px solid #cc4614;
}

textarea.form__input {
  font-size: 18px;
  min-height: 110px;
  resize: vertical;
  padding: 10px 15px;
}

.form__btn {
  display: flex;
  border: none;
  position: relative;
  align-items: center;
  justify-content: center;
  background-size: 140% auto;
  background-image: linear-gradient(90deg, #b66214 0%, rgb(108, 36, 13) 50%, rgb(108, 36, 13) 90%);
  color: #f1edbf;
  transition: all 0.3s ease-out;
  box-shadow: 0px 0px 5px rgba(108, 37, 13, 0.5), inset 2px 2px 5px rgba(182, 98, 20, 0.5), inset -2px -2px 5px rgba(108, 37, 13, 0.35);
  transition: all 0.3s ease-out;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 0.625rem;
  padding: 0.3125rem;
  overflow: hidden;
  width: 100%;
  height: 44px;
  margin-bottom: 20px;
}
@media (any-hover: hover) {
  .form__btn:hover {
    background-position: right top;
    transform: translateY(2px);
  }
}

.policy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.checkbox-wrapper {
  font-size: 12px;
  line-height: 1.1;
  color: rgb(108, 36, 13);
  font-weight: 500;
  display: flex;
  gap: 8px;
}

.form__note {
  text-decoration: underline;
}

.scroll {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 3rem;
  right: 3rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: #f5d79d;
  border-radius: 50%;
  text-align: center;
  border: 3px solid #cc4614;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  font-size: 2.25rem;
  font-weight: 500;
  color: #cc4614;
}
@media (max-width: 29.99875em) {
  .scroll {
    bottom: 6rem;
    right: 1.2rem;
  }
}

.scroll.visible {
  opacity: 0.7;
  visibility: visible;
}

::-webkit-scrollbar {
  width: 12px;
  height: 4px;
  background-color: #f5d79d;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(108, 36, 13);
  border-radius: 0.4rem;
  box-shadow: inset 1px 1px 10px #cc4614;
}

::-webkit-scrollbar-track {
  background-color: rgba(218, 186, 162, 0.6901960784);
}

.body {
  font-family: "Montserrat", sans-serif;
  color: #303030;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f1edbf;
}

.app__wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container {
  width: 100%;
  max-width: 81.25rem;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 47.99875em) {
  .container {
    max-width: 752px;
    padding: 0 20px;
  }
}
@media (max-width: 29.99875em) {
  .container {
    padding: 0 10px;
  }
}

h2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 3.875rem;
  color: #303030;
}
@media (max-width: 61.99875em) {
  h2 {
    font-size: 2.625rem;
    line-height: 3rem;
  }
}

h3 {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 3rem;
  color: #303030;
  line-height: 1.3;
}
@media (max-width: 61.99875em) {
  h3 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: #303030;
}

h5 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: #303030;
}

a {
  transition: all 0.3s ease-out;
}

select {
  -webkit-appearance: none;
  appearance: none;
}

.main-section {
  padding-top: 10rem;
  padding-bottom: 5rem;
  border-bottom: 4px solid rgb(108, 36, 13);
}
@media (max-width: 29.99875em) {
  .main-section {
    padding-bottom: 2.875rem;
    padding-top: 21.625rem;
    min-height: unset;
    position: relative;
  }
}

.main-note__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  color: rgb(108, 36, 13);
  gap: 2rem;
  margin-bottom: 3.125rem;
}
@media (max-width: 29.99875em) {
  .main-note__wrapper {
    position: absolute;
    gap: 0.25rem;
    font-size: 12px;
    display: inline-flex;
    width: calc(100% - 20px);
    line-height: 1.3;
    bottom: 28vh;
  }
}

@media (max-width: 29.99875em) {
  .main-note {
    flex: 1;
    text-align: center;
  }
}

.main-video {
  border-top-left-radius: 30px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 70px;
  outline: 4px solid #cc4614;
  border: 4px solid #cc4614;
  outline-offset: 6px;
}

@media (max-width: 29.99875em) {
  .main-note:first-child {
    text-align: left;
  }
}

@media (max-width: 29.99875em) {
  .main-note:last-child {
    text-align: right;
    display: inline-block;
  }
}

.main-note:not(:last-child) {
  position: relative;
}
.main-note:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -11vw;
  height: 100%;
  width: 0.1875rem;
  background-color: rgb(108, 36, 13);
}
@media (max-width: 29.99875em) {
  .main-note:not(:last-child)::after {
    right: -1.7vw;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
}

.main-section__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  color: #303030;
}
@media (max-width: 29.99875em) {
  .main-section__wrapper {
    flex-direction: column;
    gap: 80px;
  }
}

.main-content {
  flex: 1 2 auto;
}
@media (max-width: 29.99875em) {
  .main-content {
    order: 2;
  }
}

.main-img {
  flex: 2 1 970px;
}
@media (max-width: 29.99875em) {
  .main-img {
    flex: none;
    width: 95%;
  }
}
.main-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-top-right-radius: 30px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 70px;
  border-bottom-left-radius: 20px;
  outline: 4px solid #cc4614;
  border: 4px solid #cc4614;
  outline-offset: 6px;
}
@media (max-width: 29.99875em) {
  .main-img img {
    outline: 3px solid #cc4614;
    border: 3px solid #cc4614;
    outline-offset: 4px;
    object-fit: contain;
  }
}
@media (max-width: 29.99875em) {
  .main-img {
    order: 1;
  }
}

.main-content__title {
  font-size: 3.25rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 2.25rem;
  color: #f09f54;
}
.main-content__title span {
  color: rgb(108, 36, 13);
}
@media (max-width: 29.99875em) {
  .main-content__title {
    font-size: 2.25rem;
    margin-bottom: 2rem;
    position: absolute;
    top: 100px;
  }
}

.main-content__text {
  font-weight: 500;
  color: rgb(108, 36, 13);
  font-size: 1.25rem;
  margin-bottom: 2.875rem;
}
@media (max-width: 29.99875em) {
  .main-content__text {
    margin-bottom: 2rem;
    font-size: 1rem;
  }
}

.main-btn__wrapper {
  display: flex;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 29.99875em) {
  .main-btn__wrapper {
    flex-direction: column;
    gap: 2.25rem;
  }
}

.order-btn {
  position: relative;
  display: inline-block;
  background-color: #f5d79d;
  color: rgb(108, 36, 13);
  font-weight: 700;
  text-align: center;
  border: none;
  border-radius: 0.625rem;
  left: 0.4375rem;
  cursor: pointer;
  transition: all 0.3s ease-out;
  flex: 1;
  height: 3.125rem;
}
.order-btn::before {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: -7px;
  border: 4px solid #cc4614;
  border-radius: 0.8125rem;
}
.order-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 4px solid #cc4614;
  border-radius: 0.5rem;
}
@media (any-hover: hover) {
  .order-btn:hover {
    background-color: rgb(108, 36, 13);
    transform: translateY(2px);
    color: #f5d79d;
  }
  .order-btn:hover::before {
    border-color: rgb(108, 36, 13);
  }
  .order-btn:hover::after {
    border-color: rgb(108, 36, 13);
  }
}
@media (max-width: 29.99875em) {
  .order-btn {
    width: 96.2%;
    margin-right: 16px;
    flex: none;
    height: 38px;
  }
}

.main-btn {
  display: flex;
  border: none;
  position: relative;
  align-items: center;
  justify-content: center;
  background-size: 140% auto;
  background-image: linear-gradient(90deg, #b66214 0%, rgb(108, 36, 13) 50%, rgb(108, 36, 13) 90%);
  color: #f1edbf;
  transition: all 0.3s ease-out;
  box-shadow: 0px 0px 5px rgba(108, 37, 13, 0.5), inset 2px 2px 5px rgba(182, 98, 20, 0.5), inset -2px -2px 5px rgba(108, 37, 13, 0.35);
  transition: all 0.3s ease-out;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 0.625rem;
  padding: 0.3125rem;
  overflow: hidden;
  width: 100%;
  flex: 1;
  height: 3.9375rem;
}
@media (any-hover: hover) {
  .main-btn:hover {
    background-position: right top;
    transform: translateY(2px);
  }
}
@media (max-width: 29.99875em) {
  .main-btn {
    flex: none;
    height: 52px;
  }
}

.timer-section {
  padding-top: 3.75rem;
  padding-bottom: 5rem;
  border-bottom: 4px solid rgb(108, 36, 13);
}
@media (max-width: 29.99875em) {
  .timer-section {
    padding-top: 1.875rem;
    padding-bottom: 2.875rem;
  }
}

.timer-note__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  color: rgb(108, 36, 13);
  gap: 2rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 29.99875em) {
  .timer-note__wrapper {
    gap: 2rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 29.99875em) {
  .timer-note {
    flex: 1;
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
  }
}

.timer-note:not(:last-child) {
  position: relative;
}
.timer-note:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -9vw;
  height: 100%;
  width: 0.1875rem;
  background-color: rgb(108, 36, 13);
}
@media (max-width: 29.99875em) {
  .timer-note:not(:last-child)::after {
    right: -4vw;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
}

.timer-content__body {
  border: 4px solid rgb(108, 36, 13);
  border-radius: 0.625rem;
  padding: 2.25rem 1.5rem;
}
@media (max-width: 29.99875em) {
  .timer-content__body {
    padding: 1rem;
  }
}

.timer-content__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 29.99875em) {
  .timer-content__wrapper {
    flex-direction: column;
    gap: 1rem;
  }
}

.timer-content__action {
  flex: 1;
  text-align: center;
}

.timer-content__text {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: rgb(108, 36, 13);
  margin-bottom: 4.5rem;
}
@media (max-width: 29.99875em) {
  .timer-content__text {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
}

.timer-btn {
  position: relative;
  display: inline-block;
  background-color: #f5d79d;
  color: rgb(108, 36, 13);
  font-weight: 700;
  text-align: center;
  border: none;
  border-radius: 0.625rem;
  left: 0.4375rem;
  cursor: pointer;
  transition: all 0.3s ease-out;
  height: 2.75rem;
  width: 50%;
}
.timer-btn::before {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: -7px;
  border: 4px solid #cc4614;
  border-radius: 0.8125rem;
}
.timer-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 4px solid #cc4614;
  border-radius: 0.5rem;
}
@media (any-hover: hover) {
  .timer-btn:hover {
    background-color: rgb(108, 36, 13);
    transform: translateY(2px);
    color: #f5d79d;
  }
  .timer-btn:hover::before {
    border-color: rgb(108, 36, 13);
  }
  .timer-btn:hover::after {
    border-color: rgb(108, 36, 13);
  }
}
@media (max-width: 29.99875em) {
  .timer-btn {
    width: 96%;
    margin-right: 13px;
    height: 2.375rem;
    margin-bottom: 1.5rem;
  }
}

.timer-content__countdown {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 29.99875em) {
  .timer-content__countdown {
    gap: 0.5rem;
    width: 100%;
  }
}

.timer-content__countdown-item {
  display: flex;
  flex-direction: column;
  width: 100px;
  padding: 1.25rem 1rem;
  border-radius: 0.625rem;
  background-color: rgb(108, 36, 13);
  gap: 1rem;
  position: relative;
  text-align: center;
  box-shadow: 3px 3px 5px rgba(108, 37, 13, 0.7);
}
@media (max-width: 29.99875em) {
  .timer-content__countdown-item {
    padding: 8px;
    width: 50px;
    gap: 0.5rem;
  }
}

.timer-content__countdown-devider {
  font-size: 3.75rem;
  font-weight: 700;
  color: rgb(108, 36, 13);
}
@media (max-width: 29.99875em) {
  .timer-content__countdown-devider {
    font-size: 2.5rem;
  }
}

.timer-content__countdown-number {
  font-size: 3rem;
  font-weight: 700;
  color: #f1edbf;
}
@media (max-width: 29.99875em) {
  .timer-content__countdown-number {
    font-size: 1.25rem;
  }
}

.timer-content__countdown-text {
  text-align: center;
  color: #f1edbf;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 29.99875em) {
  .timer-content__countdown-text {
    font-size: 0.75rem;
  }
}

.benefits-product__section {
  padding-top: 3.75rem;
  padding-bottom: 5rem;
  border-bottom: 4px solid rgb(108, 36, 13);
}
@media (max-width: 29.99875em) {
  .benefits-product__section {
    padding-top: 1.875rem;
    padding-bottom: 2.875rem;
  }
}

.benefits-product__title {
  color: rgb(108, 36, 13);
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  margin-bottom: 3rem;
}
.benefits-product__title span {
  color: #f09f54;
}

.benefits-product__subtitle {
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 500;
  text-align: center;
  color: rgb(108, 36, 13);
  margin-bottom: 3rem;
  max-width: 37.5rem;
  margin: 0 auto;
  margin-bottom: 4rem;
}

.benefits-product__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  margin-bottom: 2rem;
}
@media (max-width: 29.99875em) {
  .benefits-product__wrapper {
    flex-direction: column;
  }
}

.benefits-product__img-container {
  flex: 2;
}
.benefits-product__img-container img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 70px;
  outline: 4px solid #cc4614;
  border: 4px solid #cc4614;
  outline-offset: 6px;
}
@media (max-width: 29.99875em) {
  .benefits-product__img-container img {
    outline: 3px solid #cc4614;
    border: 3px solid #cc4614;
    outline-offset: 4px;
  }
}

.benefits-product__content {
  flex: 1;
}
@media (max-width: 29.99875em) {
  .benefits-product__content {
    flex: none;
    width: 100%;
  }
}

.benefits-product__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 100%;
}
@media (max-width: 29.99875em) {
  .benefits-product__list {
    flex: none;
    width: 100%;
  }
}

.benefits-product__item-wrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.benefits-product__text {
  display: inline-block;
  color: rgb(108, 36, 13);
  font-weight: 500;
  width: 660px;
}

.benefit-note__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  align-items: center;
  color: rgb(108, 36, 13);
  font-weight: 500;
}
@media (max-width: 29.99875em) {
  .benefit-note__wrapper {
    flex-direction: column;
    gap: 2rem;
  }
}

.benefit-note__energy {
  text-align: center;
  font-style: italic;
  flex: 2;
  max-width: 530px;
}

.benefit-note__action-wrapper {
  flex: 2;
}
@media (max-width: 29.99875em) {
  .benefit-note__action-wrapper p {
    text-align: center;
    flex: none;
    width: 100%;
  }
}

.benefit-note__btn {
  display: flex;
  border: none;
  position: relative;
  align-items: center;
  justify-content: center;
  background-size: 140% auto;
  background-image: linear-gradient(90deg, #b66214 0%, rgb(108, 36, 13) 50%, rgb(108, 36, 13) 90%);
  color: #f1edbf;
  transition: all 0.3s ease-out;
  box-shadow: 0px 0px 5px rgba(108, 37, 13, 0.5), inset 2px 2px 5px rgba(182, 98, 20, 0.5), inset -2px -2px 5px rgba(108, 37, 13, 0.35);
  transition: all 0.3s ease-out;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 0.625rem;
  padding: 0.3125rem;
  overflow: hidden;
  width: 100%;
  height: 3.25rem;
}
@media (any-hover: hover) {
  .benefit-note__btn:hover {
    background-position: right top;
    transform: translateY(2px);
  }
}
@media (max-width: 29.99875em) {
  .benefit-note__btn {
    width: 100%;
  }
}

.benefits-product__text span {
  font-weight: 700;
}

.benefits-product__list.together {
  width: 37.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 29.99875em) {
  .benefits-product__list.together {
    width: 100%;
  }
}

.benefit-work__btn {
  position: relative;
  display: inline-block;
  background-color: #f5d79d;
  color: rgb(108, 36, 13);
  font-weight: 700;
  text-align: center;
  border: none;
  border-radius: 0.625rem;
  left: 0.4375rem;
  cursor: pointer;
  transition: all 0.3s ease-out;
  height: 2.75rem;
  width: 100%;
}
.benefit-work__btn::before {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: -7px;
  border: 4px solid #cc4614;
  border-radius: 0.8125rem;
}
.benefit-work__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 4px solid #cc4614;
  border-radius: 0.5rem;
}
@media (any-hover: hover) {
  .benefit-work__btn:hover {
    background-color: rgb(108, 36, 13);
    transform: translateY(2px);
    color: #f5d79d;
  }
  .benefit-work__btn:hover::before {
    border-color: rgb(108, 36, 13);
  }
  .benefit-work__btn:hover::after {
    border-color: rgb(108, 36, 13);
  }
}
@media (max-width: 29.99875em) {
  .benefit-work__btn {
    width: 96.2%;
    margin-right: 16px;
    flex: none;
    height: 38px;
  }
}

.benefits-product__wrapper.work .benefits-product__content {
  order: 2;
  flex: 1 2 auto;
}
.benefits-product__wrapper.work .benefits-product__img-container {
  order: 1;
}

.questions-section {
  padding-top: 3.75rem;
  padding-bottom: 5rem;
  border-bottom: 4px solid rgb(108, 36, 13);
}
@media (max-width: 29.99875em) {
  .questions-section {
    padding-top: 1.875rem;
    padding-bottom: 2.875rem;
  }
}

.questions-section__title {
  color: rgb(108, 36, 13);
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  margin-bottom: 3rem;
}
.questions-section__title span {
  color: #f09f54;
}

.questions-section__subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  color: rgb(108, 36, 13);
  max-width: 37.5rem;
  margin: 0 auto;
  margin-bottom: 3rem;
  font-style: italic;
}

.questions-section__questions-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: rgb(108, 36, 13);
  font-weight: 500;
}

.questions-section__questions-row {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}

@media (max-width: 29.99875em) {
  .questions-section__questions-row.right {
    gap: 0;
  }
}
.questions-section__questions-row.right .questions-section__questions-item {
  flex: 0 0 45%;
  margin-left: auto;
  margin-bottom: 2rem;
}
@media (max-width: 29.99875em) {
  .questions-section__questions-row.right .questions-section__questions-item {
    margin: 0;
    flex: none;
    width: 100%;
    text-align: center;
    margin-inline: auto;
  }
}

.questions-section__questions-title {
  font-size: 1.5rem;
  color: rgb(108, 36, 13);
  max-width: 37.5rem;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-weight: 900;
}

.questions-section__solve-title {
  font-size: 1.5rem;
  color: #f09f54;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-weight: 900;
}

.questions__point-wrapper {
  max-width: 750px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  justify-content: center;
  margin: 0 auto;
}

.point__accordion {
  position: relative;
  background-color: rgba(242, 163, 84, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 4px solid #cc4614;
  border-radius: 10px;
  box-shadow: 3px 3px 5px rgba(108, 37, 13, 0.7);
  padding: 24px;
  margin: 0 auto;
  text-align: center;
  min-height: 200px;
}

.point__accordion-title {
  display: flex;
  justify-content: center;
  gap: 48px;
  align-items: center;
  color: rgb(108, 36, 13);
  cursor: pointer;
  line-height: 1.3;
}

.questions-plus {
  font-size: 48px;
  color: rgb(108, 36, 13);
  font-weight: 700;
  cursor: pointer;
}

.point__accordion-title-text p:first-child {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.point__accordion-title-text p:last-child {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  font-style: italic;
}

.point__accordion-content {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.point__accordion-content._open {
  padding: 0.75rem 0;
  max-height: 18.75rem;
}

.point__accordion-wrapper-content {
  text-align: center;
  margin: 0 auto;
}
.point__accordion-wrapper-content span {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 12px;
  text-transform: uppercase;
  display: block;
  color: #cc4614;
}
.point__accordion-wrapper-content p {
  color: rgb(108, 36, 13);
  font-weight: 700;
  max-width: 740px;
  text-align: center;
  margin: 0 auto;
}

.questions-section__questions-text {
  margin: 0;
  text-align: center;
  font-style: italic;
}

.questions-section__solve-text {
  margin: 0;
  font-style: italic;
}

.questions-section__questions-body {
  padding: 1.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 35.99875em) {
  .questions-section__questions-body {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 0;
    padding-bottom: 2rem;
  }
}

.questions-section__questions-body:not(:last-child) {
  border-bottom: 4px solid rgb(108, 36, 13);
  border-radius: 4px;
}

.product-desc__questions-text {
  font-style: oblique;
  margin-bottom: 0.75rem;
}

.timer-section-bottom {
  padding-top: 3.75rem;
  padding-bottom: 5rem;
  border-bottom: 4px solid rgb(108, 36, 13);
}
@media (max-width: 29.99875em) {
  .timer-section-bottom {
    padding-top: 1.875rem;
    padding-bottom: 2.875rem;
  }
}

.timer-section-bottom__content {
  text-align: center;
}

.timer-section-bottom__title {
  color: rgb(108, 36, 13);
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  margin-bottom: 3rem;
}
.timer-section-bottom__title span {
  color: #f09f54;
}

.timer-section-bottom__text {
  text-align: center;
  font-weight: 500;
  color: rgb(108, 36, 13);
  font-size: 1.25rem;
  margin-bottom: 3rem;
}

.timer-content__countdown.timer-bottom {
  margin: 0 auto;
  max-width: 37.5rem;
  margin-bottom: 3rem;
  justify-content: space-evenly;
}

.timer-section-bottom__btn {
  position: relative;
  display: inline-block;
  background-color: #f5d79d;
  color: rgb(108, 36, 13);
  font-weight: 700;
  text-align: center;
  border: none;
  border-radius: 0.625rem;
  left: 0.4375rem;
  cursor: pointer;
  transition: all 0.3s ease-out;
  height: 2.75rem;
  width: 50%;
}
.timer-section-bottom__btn::before {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: -7px;
  border: 4px solid #cc4614;
  border-radius: 0.8125rem;
}
.timer-section-bottom__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 4px solid #cc4614;
  border-radius: 0.5rem;
}
@media (any-hover: hover) {
  .timer-section-bottom__btn:hover {
    background-color: rgb(108, 36, 13);
    transform: translateY(2px);
    color: #f5d79d;
  }
  .timer-section-bottom__btn:hover::before {
    border-color: rgb(108, 36, 13);
  }
  .timer-section-bottom__btn:hover::after {
    border-color: rgb(108, 36, 13);
  }
}
@media (max-width: 29.99875em) {
  .timer-section-bottom__btn {
    width: 96%;
    margin-right: 13px;
    height: 2.375rem;
    margin-bottom: 1.5rem;
  }
}

.social {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 7rem;
  right: 3rem;
  width: 3rem;
  height: 6rem;
  cursor: pointer;
  background-color: #f5d79d;
  border-radius: 10px;
  text-align: center;
  border: 3px solid #cc4614;
  z-index: 1000;
  transition: all 0.3s ease;
  font-size: 2.25rem;
  font-weight: 500;
  color: #cc4614;
  box-shadow: 1px 1px 3px rgba(108, 37, 13, 0.7);
}
.social .social__messenger-container {
  width: 2.125rem;
  height: 2.125rem;
  background-color: #cc4614;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social .social__messenger-container a > img {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 100%;
}
@media (max-width: 29.99875em) {
  .social {
    display: none;
  }
}
.social .social__wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.bottom-menu {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -1%;
  width: 100%;
  height: 6rem;
  background-color: #f5d79d;
  transition: all 0.3s ease;
  text-align: center;
  z-index: 140;
  display: none;
  box-shadow: 0px 2px 3px rgba(108, 37, 13, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(242, 163, 84, 0.5215686275);
  border-top: 4px solid #cc4614;
  color: rgb(108, 36, 13);
}
@media (max-width: 29.99875em) {
  .bottom-menu {
    display: block;
  }
}
.bottom-menu .bottom-menu__wrapper {
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1.5rem;
}
.bottom-menu .footer__messenger-container {
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgb(108, 36, 13);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom-menu .footer__messenger-container a > img {
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 100%;
}