:root {
  --catalog-term-heading--color:#000000;
  --catalog-term-heading--color-hover:#8559B0;
}

header ul li {
  list-style: none;
}

.header__compare {
  display: flex;
  align-items: center;
}
.header__compare .button-link--compare {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 24px;
  height: 24px;
}
.header__compare .button-link--compare:hover:first-child {
  text-decoration: none;
}
.header__compare .button-link--compare:hover::before {
  text-decoration: none;
}
.header__compare .button-link--compare:first-child {
  text-decoration: none;
}
.header__compare .button-link--compare::before {
  content: "\e99c";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 26px;
  line-height: 26px;
  color: inherit;
  text-decoration: none;
}

.header__favorites {
  display: flex;
  align-items: center;
}
.header__favorites .button-link--favorites {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 24px;
  height: 24px;
}
.header__favorites .button-link--favorites:hover:first-child {
  text-decoration: none;
}
.header__favorites .button-link--favorites:hover::before {
  text-decoration: none;
}
.header__favorites .button-link--favorites:first-child {
  text-decoration: none;
}
.header__favorites .button-link--favorites::before {
  content: "\e91d";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 26px;
  line-height: 26px;
  color: inherit;
  text-decoration: none;
}

.footer {
  margin: 0 -3000px;
  font-size: 18px;
  line-height: 26px;
  font-family: "manrope";
  font-weight: 700;
  color: #d9d9d9;
  padding: 0 3000px;
  background-color: #434343;
}
.footer .block {
  padding: 0;
  margin: 0;
  gap: 40px;
}
.footer a {
  color: #ffffff;
  text-decoration: #ffffff;
  text-underline-offset: 4px;
}
.footer a:hover {
  color: #ff7221;
  text-decoration: #ffffff;
}
.footer li {
  margin: 24px 0;
  list-style: none;
  margin: 30px 0;
}
@media (max-width: 1279px) {
  .footer li {
    margin: 20px 0;
  }
}
.footer .footer-content {
  display: grid;
  margin: 0 -3000px;
  gap: 20px;
  background-color: #434343;
  padding-left: 3000px;
  padding-right: 3000px;
  padding-top: 40px;
  padding-bottom: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 781px) {
  .footer .footer-content {
    grid-template-columns: 1fr;
  }
}
.footer .footer-bottom {
  display: grid;
  margin: 0 -3000px;
  background-color: #262626;
  padding-left: 3000px;
  padding-right: 3000px;
  padding-top: 40px;
  padding-bottom: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 781px) {
  .footer .footer-bottom {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 781px) {
  .footer .footer-bottom {
    grid-template-columns: 1fr;
  }
}
.footer .footer-bottom > * {
  margin-bottom: 12px;
}
.footer .footer-bottom .privacy-policy {
  text-align: center;
}
@media (max-width: 781px) {
  .footer .footer-bottom .privacy-policy {
    text-align: start;
  }
}
.footer .footer-bottom .created-by {
  text-align: end;
}
@media (max-width: 781px) {
  .footer .footer-bottom .created-by {
    text-align: start;
  }
}
.footer .menu a {
  font-size: 22px;
  line-height: 30px;
  font-family: "manrope";
  font-weight: 600;
  padding-left: 0px;
}
.footer ul {
  margin: 0;
  padding: 0;
}

aside .block:first-child {
  margin-top: 0;
}
aside .block:last-child {
  margin-bottom: 0;
}

form.search {
  display: flex;
  align-items: center;
}
form.search .form-item-clear button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 13px;
  height: 13px;
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 20px;
  padding-right: 20px;
  border-width: 1px;
  border-radius: 8px;
  height: 44px;
  gap: 16px;
  font-size: 14px;
  line-height: 20px;
  font-family: "manrope";
  font-weight: 600;
  border: none;
  background: none;
  padding-inline: 0;
  color: #ff7221;
  text-decoration: #ff7221;
  font-weight: 400;
}
form.search .form-item-clear button:hover:first-child {
  text-decoration: none;
}
form.search .form-item-clear button:hover::before {
  text-decoration: none;
}
form.search .form-item-clear button:first-child {
  text-decoration: none;
}
form.search .form-item-clear button::before {
  content: "\e900";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 13px;
  line-height: 13px;
  color: #262626;
  text-decoration: none;
}
form.search .form-item-clear button:hover {
  border: none;
  background: none;
  padding-inline: 0;
  color: #ffb073;
  text-decoration: #ffb073;
}
form.search .form-item-clear button:hover:before {
  color: #262626;
}
form.search .search-result {
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
form.search .search-result .search-result__footer {
  display: flex;
  justify-content: center;
}
form.search .search-result .search-result__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
form.search input {
  border-width: 1px;
  border-radius: 8px;
  border-color: #d9d9d9;
  color: #262626;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 20px;
  font-family: "manrope";
  font-weight: 400;
  background-color: #fafafa;
}
form.search input::placeholder {
  color: #262626;
}
form.search input:focus {
  border-color: #262626;
  background-color: #ffffff;
}
form.search .form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: none;
}
form.search .form-submit:hover:first-child {
  text-decoration: none;
}
form.search .form-submit:hover::before {
  text-decoration: none;
}
form.search .form-submit:first-child {
  text-decoration: none;
}
form.search .form-submit::before {
  content: "\e91e";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 20px;
  line-height: 20px;
  color: #262626;
  text-decoration: none;
}
form.search .form-submit:hover {
  background-color: transparent;
  border: none;
}
form.search .form-submit:hover:before {
  color: #262626;
}

:root {
  --catalog-term-heading--color:#000000;
  --catalog-term-heading--color-hover:#8559B0;
}

input[type=submit],
.btn, .btn-primary, .button, .button-primary,
button {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  height: 60px;
  gap: 16px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 8px;
  border-width: 1px;
  font-size: 18px;
  line-height: 26px;
  font-family: "manrope";
  font-weight: 600;
  background-color: #ff7221;
  border-color: #ff7221;
  color: #ffffff;
}
input[type=submit]:hover,
.btn:hover, .btn-primary:hover, .button:hover, .button-primary:hover,
button:hover {
  background-color: #d95411;
  border-color: #ff7221;
  color: #ffffff;
}

.btn-secondary, .button-secondary {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  height: 60px;
  gap: 16px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 8px;
  border-width: 1px;
  font-size: 18px;
  line-height: 26px;
  font-family: "manrope";
  font-weight: 600;
  background-color: #ffffff;
  border-color: #ff7221;
  color: #ff7221;
}
.btn-secondary:hover, .button-secondary:hover {
  background-color: #ffffff;
  border-color: #ffb073;
  color: #ffb073;
}

.btn-small, .button-small {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 20px;
  padding-right: 20px;
  border-width: 1px;
  border-radius: 8px;
  height: 44px;
  gap: 16px;
  font-size: 14px;
  line-height: 20px;
  font-family: "manrope";
  font-weight: 600;
  background-color: #ff7221;
  border-color: #ff7221;
  color: #ffffff;
}
.btn-small:hover, .button-small:hover {
  background-color: #d95411;
  border-color: #ff7221;
  color: #ffffff;
}

.btn-small.btn-secondary,
.button-small.button-secondary {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 20px;
  padding-right: 20px;
  border-width: 1px;
  border-radius: 8px;
  height: 44px;
  gap: 16px;
  font-size: 14px;
  line-height: 20px;
  font-family: "manrope";
  font-weight: 600;
  background-color: #ffffff;
  border-color: #ff7221;
  color: #ff7221;
}
.btn-small.btn-secondary:hover,
.button-small.button-secondary:hover {
  background-color: #ffffff;
  border-color: #ffb073;
  color: #ffb073;
}

.btn-link, .button-link {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  height: 60px;
  gap: 16px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 8px;
  border-width: 1px;
  font-size: 18px;
  line-height: 26px;
  font-family: "manrope";
  font-weight: 600;
  border: none;
  background: none;
  padding-inline: 0;
  color: #ff7221;
  text-decoration: #ff7221;
}
.btn-link:hover, .button-link:hover {
  border: none;
  background: none;
  padding-inline: 0;
  color: #ffb073;
  text-decoration: #ffb073;
}
.btn-link.btn-small, .btn-link .button-small, .button-link.btn-small, .button-link .button-small {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 20px;
  padding-right: 20px;
  border-width: 1px;
  border-radius: 8px;
  height: 44px;
  gap: 16px;
  font-size: 14px;
  line-height: 20px;
  font-family: "manrope";
  font-weight: 600;
  border: none;
  background: none;
  padding-inline: 0;
  color: #ff7221;
  text-decoration: #ff7221;
}
.btn-link.btn-small:hover, .btn-link .button-small:hover, .button-link.btn-small:hover, .button-link .button-small:hover {
  border: none;
  background: none;
  padding-inline: 0;
  color: #ffb073;
  text-decoration: #ffb073;
}

.buttons-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-block: 30px;
}

.button-switch {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  height: 20px;
  width: 20px;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-radius: 4px;
  font-size: 18px;
  line-height: 26px;
  font-family: "manrope";
  font-weight: 400;
  background-color: transparent;
  border: 1px solid transparent;
  color: #434343;
}
.button-switch:hover {
  background-color: transparent;
  border: 1px solid transparent;
  color: #ff7221;
}
.button-switch:hover .link__icon::before {
  color: #ff7221;
}
.button-switch.is-active {
  background-color: transparent;
  border: 1px solid transparent;
}
.button-switch.is-active .link__icon::before {
  color: #ff7221;
}
.button-switch.is-active:hover {
  background-color: transparent;
  border: 1px solid transparent;
  color: #ff7221;
}
.button-switch.is-active:hover .link__icon::before {
  color: #ff7221;
}
.button-switch span {
  display: none;
}

#filter-catalog-form .form-actions #clear-filter-form {
  background-color: #ffffff;
  border-color: #ff7221;
  color: #ff7221;
}
#filter-catalog-form .form-actions #clear-filter-form:hover {
  background-color: #ffffff;
  border-color: #ffb073;
  color: #ffb073;
}

.center.is-blured {
  filter: blur(3px);
}

.page-front .header {
  box-shadow: none;
}

form.search .search-result {
  background-color: #ffffff;
  padding-left: 16px;
  padding-right: 16px;
  position: absolute;
  top: 45px;
  border: 1px solid #e5e5e5;
  width: calc(100% - 44px);
}

.search:not(.is-focus) .search-result {
  display: none;
}

.footer .footer__logo {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer .footer__logo .phone-and-schedule {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer .footer__logo .phone-and-schedule .phone a {
  font-size: 18px;
  line-height: 26px;
  font-family: "manrope";
  font-weight: 700;
}
.footer .footer__logo .phone-and-schedule .schedule {
  font-size: 14px;
  line-height: 20px;
  font-family: "manrope";
  font-weight: 400;
}
.footer .footer__logo .mail a {
  font-size: 18px;
  line-height: 26px;
  font-family: "manrope";
  font-weight: 700;
}
.footer li {
  margin: 20px 0;
}
@media (max-width: 399px) {
  .footer li {
    margin: 16px 0;
  }
}
.footer .footer-contacts p:first-child {
  margin-top: 0;
}
.footer .footer-contacts p:last-child {
  margin-bottom: 0;
}
.footer .footer-contacts .footer-phone a {
  font-size: 36px;
  line-height: 44px;
  font-family: "manrope";
  font-weight: 700;
}
.footer .footer-contacts .footer-email {
  color: #d9d9d9;
}
.footer .footer-contacts .footer-email:hover {
  color: #00A0E3;
}
.footer .footer-contacts a.btn-primary {
  font-size: 28px;
  line-height: 36px;
  font-family: "manrope";
  font-weight: 700;
  height: 70px;
  text-transform: none;
}
.footer .footer-contacts a.btn-primary:hover {
  color: #ffffff;
}
@media (max-width: 1449px) {
  .footer .footer-contacts a.btn-primary {
    font-size: 18px;
    line-height: 26px;
    font-family: "manrope";
    font-weight: 700;
  }
}
@media (max-width: 1449px) {
  .footer .footer-contacts a.btn-primary {
    height: 50px;
  }
}
@media (max-width: 399px) {
  .footer .footer-contacts a.btn-primary {
    height: 70px;
  }
}
.footer .footer-content {
  padding-bottom: 60px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 40px;
}
@media (max-width: 1279px) {
  .footer .footer-content > div:first-child {
    grid-row: 1;
  }
}
@media (max-width: 1279px) {
  .footer .footer-content > div:first-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 399px) {
  .footer .footer-content > div:first-child {
    grid-column: unset;
  }
}
@media (max-width: 781px) {
  .footer .footer-content {
    grid-template-columns: 1fr;
  }
}
.footer .footer-bottom {
  padding-top: 60px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-top: none;
  justify-items: start;
  font-size: 14px;
  line-height: 20px;
  font-family: "manrope";
  font-weight: 400;
}
@media (max-width: 1279px) {
  .footer .footer-bottom {
    padding-top: 40px;
  }
}
@media (max-width: 781px) {
  .footer .footer-bottom {
    grid-template-columns: 1fr;
  }
}
.footer .footer-bottom .privacy-policy {
  text-align: start;
}

.footer .menu a {
  font-size: 18px;
  line-height: 26px;
  font-family: "manrope";
  font-weight: 700;
}

.mobile-navigation {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: #ffffff;
}
.mobile-navigation .mobile-navigation-title {
  display: none;
  color: #434343;
}
.mobile-navigation .menu {
  font-size: 18px;
  line-height: 26px;
  font-family: "manrope";
  font-weight: 400;
  padding: 0;
  margin: 0;
  position: relative;
}
.mobile-navigation .menu .menu__item {
  margin: 0px 0;
  padding: 12px 0;
  position: unset;
}
.mobile-navigation .menu .menu__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.mobile-navigation .menu .menu__item:first-child {
  padding-top: 0;
}
.mobile-navigation .menu .menu__item a {
  color: #324153;
  font-size: 28px;
  line-height: 36px;
  font-family: "manrope";
  font-weight: 700;
}
.mobile-navigation .menu .menu__item .menu-level-1 {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100vh;
  width: 100%;
  background-color: #ffffff;
  transform: translateX(-120%);
  transition: 0.3s;
}
.mobile-navigation .menu .menu__item .menu-level-1 .return-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.mobile-navigation .menu .menu__item .menu-level-1 .return-arrow:hover:first-child {
  text-decoration: none;
}
.mobile-navigation .menu .menu__item .menu-level-1 .return-arrow:hover::before {
  text-decoration: none;
}
.mobile-navigation .menu .menu__item .menu-level-1 .return-arrow::before {
  content: "\ea40";
  font-family: "icon-base";
  font-size: 20px;
  line-height: 20px;
  color: #8c8c8c;
  margin: 0;
  text-decoration: none;
}
.mobile-navigation .menu .menu__item .menu-level-1 .return-arrow:before {
  left: 0;
}
.mobile-navigation .menu .menu__item .menu-level-1 .return-arrow:hover:before {
  color: #595959;
}
.mobile-navigation .menu .menu__item .menu-level-1 a {
  font-size: 22px;
  line-height: 30px;
  font-family: "manrope";
  font-weight: 600;
  color: #262626;
}
.mobile-navigation .menu .menu__item.is-active .menu-level-1 {
  z-index: 2;
  transform: translateX(0);
}
.mobile-navigation .menu .menu__item.expanded > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mobile-navigation .menu .menu__item.expanded > a:hover:first-child {
  text-decoration: none;
}
.mobile-navigation .menu .menu__item.expanded > a:hover::before {
  text-decoration: none;
}
.mobile-navigation .menu .menu__item.expanded > a::before {
  content: "\e911";
  font-family: "icon-base";
  font-size: 11px;
  line-height: 11px;
  color: #9A97AF;
  margin: 0;
  text-decoration: none;
}
.mobile-navigation .menu .menu__item.expanded > a:before {
  position: absolute;
  right: 1px;
}
.mobile-navigation ul li {
  list-style: none;
}
.mobile-navigation ul li a {
  text-decoration: none;
}
.mobile-navigation ul li a:hover {
  text-decoration: underline;
}
.mobile-navigation .mobile__search {
  position: relative;
}
.mobile-navigation .mobile__search #custom-search-form .form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
  font-size: 0 !important;
  line-height: 0 !important;
  background-color: transparent;
  width: 24px;
  height: 24px;
  border: none;
  position: absolute;
  right: 16px;
  top: 10px;
}
.mobile-navigation .mobile__search #custom-search-form .form-submit:hover:first-child {
  text-decoration: none;
}
.mobile-navigation .mobile__search #custom-search-form .form-submit:hover::before {
  text-decoration: none;
}
.mobile-navigation .mobile__search #custom-search-form .form-submit:first-child {
  text-decoration: none;
}
.mobile-navigation .mobile__search #custom-search-form .form-submit::before {
  content: "\e91e";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 20px;
  line-height: 20px;
  color: #324153;
  text-decoration: none;
}
.mobile-navigation .mobile__search #custom-search-form .form-submit:hover {
  background-color: transparent;
  border: none;
}
.mobile-navigation .mobile__search #custom-search-form .search-result__footer {
  margin-top: 30px;
}
.mobile-navigation .mobile__search #custom-search-form .search-result__footer a {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 20px;
  padding-right: 20px;
  border-width: 1px;
  border-radius: 8px;
  height: 44px;
  gap: 16px;
  font-size: 14px;
  line-height: 20px;
  font-family: "manrope";
  font-weight: 600;
  background-color: #ffffff;
  border-color: #ff7221;
  color: #ff7221;
  font-size: 14px;
  line-height: 20px;
  font-family: "manrope";
  font-weight: 600;
  width: 230px;
}
.mobile-navigation .mobile__search #custom-search-form .search-result__footer a:hover {
  background-color: #ffffff;
  border-color: #ffb073;
  color: #ffb073;
}
.mobile-navigation .mobile__search #custom-search-form input.form-text {
  height: 45px;
  font-size: 22px;
  line-height: 30px;
  font-family: "manrope";
  font-weight: 400;
  padding-right: 38px;
  padding-left: 16px;
  color: #324153;
  background-color: #EFF4F9;
}
.mobile-navigation .mobile__search #custom-search-form input.form-text::placeholder {
  color: #324153;
}
.mobile-navigation .mobile__search #custom-search-form .form-item-clear {
  display: none;
}
.mobile-navigation .mobile__search .mobile__search__submit__btn {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
  font-size: 0 !important;
  line-height: 0 !important;
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 20px;
  padding-right: 20px;
  border-width: 1px;
  border-radius: 8px;
  height: 44px;
  gap: 16px;
  font-size: 14px;
  line-height: 20px;
  font-family: "manrope";
  font-weight: 600;
  border: none;
  background: none;
  padding-inline: 0;
  color: #ff7221;
  text-decoration: #ff7221;
  right: 0;
  top: 4px;
}
.mobile-navigation .mobile__search .mobile__search__submit__btn:hover:first-child {
  text-decoration: none;
}
.mobile-navigation .mobile__search .mobile__search__submit__btn:hover::before {
  text-decoration: none;
}
.mobile-navigation .mobile__search .mobile__search__submit__btn:first-child {
  text-decoration: none;
}
.mobile-navigation .mobile__search .mobile__search__submit__btn::before {
  content: "\e91e";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 14px;
  line-height: 14px;
  color: #262626;
  text-decoration: none;
}
.mobile-navigation .mobile__search .mobile__search__submit__btn:hover {
  border: none;
  background: none;
  padding-inline: 0;
  color: #ffb073;
  text-decoration: #ffb073;
}

.footer .footer-content {
  position: relative;
  overflow: hidden;
}
.footer .footer-content .menu {
  position: relative;
  z-index: 2;
}

.footer-decoration-1 {
  position: absolute;
  z-index: 1;
  right: calc(3000px + (100vw - 1370px) / -2);
  bottom: 0;
  transform: translateY(20%);
}
@media (max-width: 1449px) {
  .footer-decoration-1 {
    right: calc(3000px + (100vw - 1200px) / -2);
  }
}
@media (max-width: 1279px) {
  .footer-decoration-1 {
    right: 2984px;
  }
}
@media (max-width: 781px) {
  .footer-decoration-1 {
    right: 2984px;
  }
}
@media (max-width: 781px) {
  .footer-decoration-1 {
    transform: translateY(-15%);
  }
}

.footer-decoration-2 {
  position: absolute;
  z-index: 1;
  right: calc(3000px + (45vw - 1370px) / -2);
  bottom: 0;
  transform: translateY(50%);
}
@media (max-width: 1449px) {
  .footer-decoration-2 {
    right: calc(3000px + (45vw - 1200px) / -2);
  }
}
@media (max-width: 1279px) {
  .footer-decoration-2 {
    right: calc(3000px + 30vw);
  }
}
@media (max-width: 781px) {
  .footer-decoration-2 {
    right: 3100px;
  }
}