.theme-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 22, 18, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  display: none;
}
.theme-shadow.opened {
  z-index: 101;
  opacity: 1;
  pointer-events: auto;
}
.theme-shadow .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.theme-shadow .popup .close {
  position: absolute;
  top: clamp(35 / 10 * 1rem, 25 * (100vw - 375px) / 905 + 35px, 60 / 10 * 1rem);
  right: clamp(25 / 10 * 1rem, 35 * (100vw - 375px) / 905 + 25px, 60 / 10 * 1rem);
  width: clamp(42 / 10 * 1rem, 10 * (100vw - 375px) / 905 + 42px, 52 / 10 * 1rem);
  height: clamp(42 / 10 * 1rem, 10 * (100vw - 375px) / 905 + 42px, 52 / 10 * 1rem);
  cursor: pointer;
}
.theme-shadow .popup .close svg {
  max-width: 100%;
  height: auto;
}
.theme-shadow .popup .custom-date:after {
  display: none;
}
.theme-shadow .popup#thank-you {
  width: 116rem;
  max-width: calc(100% - 2.4rem);
  background: var(--color-dark);
  border-radius: 1.2rem;
}
.theme-shadow .popup#thank-you .popup-body {
  padding: clamp(92 / 10 * 1rem, 58 * (100vw - 375px) / 905 + 92px, 150 / 10 * 1rem) clamp(25 / 10 * 1rem, 35 * (100vw - 375px) / 905 + 25px, 60 / 10 * 1rem) clamp(35 / 10 * 1rem, 55 * (100vw - 375px) / 905 + 35px, 90 / 10 * 1rem);
  text-align: center;
}
.theme-shadow .popup#thank-you .popup-body .title {
  font-family: var(--font-manrope);
  font-weight: 700;
  font-size: clamp(26 / 10 * 1rem, 38 * (100vw - 375px) / 905 + 26px, 64 / 10 * 1rem);
  line-height: 120%;
  margin-bottom: clamp(10 / 10 * 1rem, 10 * (100vw - 375px) / 905 + 10px, 20 / 10 * 1rem);
  color: var(--color-orange);
  text-transform: uppercase;
}
.theme-shadow .popup#thank-you .popup-body .sub-title-top {
  margin: 0 auto clamp(35 / 10 * 1rem, 5 * (100vw - 375px) / 905 + 35px, 40 / 10 * 1rem);
  font-family: var(--font-manrope);
  font-size: clamp(14 / 10 * 1rem, 10 * (100vw - 375px) / 905 + 14px, 24 / 10 * 1rem);
  line-height: 170%;
  color: var(--color-orange);
  text-transform: uppercase;
  width: 73.6rem;
  max-width: 100%;
}
.theme-shadow .popup#thank-you .popup-body .sub-title-top strong {
  font-weight: 700;
}
.theme-shadow .popup#thank-you .popup-body .white_text {
  margin-bottom: 2rem;
  font-family: var(--font-manrope);
  font-size: clamp(14 / 10 * 1rem, 6 * (100vw - 375px) / 905 + 14px, 20 / 10 * 1rem);
  line-height: 170%;
  color: white;
}
.theme-shadow .popup#thank-you .popup-body .d-flex {
  gap: 1.9rem;
  margin-bottom: 4rem;
}
.theme-shadow .popup#thank-you .popup-body .d-flex > a:first-child {
  font-family: var(--font-manrope);
  font-size: clamp(14 / 10 * 1rem, 4 * (100vw - 375px) / 905 + 14px, 18 / 10 * 1rem);
  line-height: 150%;
  color: white;
}
.theme-shadow .popup#thank-you .popup-body .d-flex > a:first-child span {
  display: inline-block;
  position: relative;
}
.theme-shadow .popup#thank-you .popup-body .d-flex > a:first-child span:after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  height: 1px;
  background: white;
  opacity: 0;
  transition: opacity var(--transition);
}
.theme-shadow .popup#thank-you .popup-body .d-flex > a:first-child svg {
  margin-right: 8px;
  position: relative;
  top: 3px;
}
.theme-shadow .popup#thank-you .popup-body .d-flex > a:first-child:hover span:after {
  opacity: 1;
}
.theme-shadow .popup#thank-you .popup-body .d-flex > a:last-child {
  font-family: var(--font-manrope);
  font-size: clamp(16 / 10 * 1rem, 2 * (100vw - 375px) / 905 + 16px, 18 / 10 * 1rem);
  line-height: 150%;
  color: white;
  text-transform: uppercase;
}
.theme-shadow .popup#thank-you .popup-body .d-flex > a:last-child svg {
  margin-right: 8px;
  position: relative;
  top: 3px;
}
.theme-shadow .popup#thank-you .popup-body .d-flex > a:last-child span {
  display: inline-block;
  position: relative;
}
.theme-shadow .popup#thank-you .popup-body .d-flex > a:last-child span:after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  height: 1px;
  background: white;
  opacity: 0;
  transition: opacity var(--transition);
}
.theme-shadow .popup#thank-you .popup-body .d-flex > a:last-child:hover span:after {
  opacity: 1;
}
.theme-shadow .popup#thank-you .popup-body .sub-title-bottom {
  margin-bottom: clamp(35 / 10 * 1rem, 5 * (100vw - 375px) / 905 + 35px, 40 / 10 * 1rem);
  font-family: var(--font-manrope);
  font-size: clamp(14 / 10 * 1rem, 10 * (100vw - 375px) / 905 + 14px, 24 / 10 * 1rem);
  line-height: 170%;
  color: var(--color-orange);
  font-weight: 600;
  text-transform: uppercase;
}
.theme-shadow .popup#order, .theme-shadow .popup#order-premium {
  width: 93.7rem;
  max-width: calc(100% - 2.4rem);
  background: var(--color-dark);
  border-radius: 1.2rem;
  padding: clamp(96 / 10 * 1rem, 10 * (100vw - 375px) / 905 + 96px, 106 / 10 * 1rem) clamp(25 / 10 * 1rem, 35 * (100vw - 375px) / 905 + 25px, 60 / 10 * 1rem) clamp(50 / 10 * 1rem, 10 * (100vw - 375px) / 905 + 50px, 60 / 10 * 1rem);
}
.theme-shadow .popup#order .close, .theme-shadow .popup#order-premium .close {
  position: absolute;
  top: clamp(35 / 10 * 1rem, 5 * (100vw - 375px) / 905 + 35px, 40 / 10 * 1rem);
  right: clamp(25 / 10 * 1rem, 35 * (100vw - 375px) / 905 + 25px, 60 / 10 * 1rem);
  width: clamp(21 / 10 * 1rem, 5 * (100vw - 375px) / 905 + 21px, 26 / 10 * 1rem);
  height: clamp(21 / 10 * 1rem, 5 * (100vw - 375px) / 905 + 21px, 26 / 10 * 1rem);
}
.theme-shadow .popup#order .order-wrap > .row, .theme-shadow .popup#order-premium .order-wrap > .row {
  --bs-gutter-y: 5.5rem;
}
.theme-shadow .popup#order .order-wrap > .row > .col:first-child, .theme-shadow .popup#order-premium .order-wrap > .row > .col:first-child {
  flex: 0 0 auto;
  width: calc(100% - 260px);
}
.theme-shadow .popup#order .order-wrap > .row > .col:first-child .inner, .theme-shadow .popup#order-premium .order-wrap > .row > .col:first-child .inner {
  width: 350px;
  max-width: 100%;
}
.theme-shadow .popup#order .order-wrap > .row > .col:nth-child(2), .theme-shadow .popup#order-premium .order-wrap > .row > .col:nth-child(2) {
  flex: 0 0 auto;
  width: 260px;
}
.theme-shadow .popup#order .order-wrap > .row > .col:nth-child(3), .theme-shadow .popup#order-premium .order-wrap > .row > .col:nth-child(3) {
  flex: 0 0 auto;
  width: 33%;
}
.theme-shadow .popup#order .order-wrap > .row > .col:nth-child(3) .inner, .theme-shadow .popup#order-premium .order-wrap > .row > .col:nth-child(3) .inner {
  width: 206px;
  max-width: 100%;
}
.theme-shadow .popup#order .order-wrap > .row > .col:nth-child(4), .theme-shadow .popup#order-premium .order-wrap > .row > .col:nth-child(4) {
  flex: 0 0 auto;
  width: 33%;
}
.theme-shadow .popup#order .order-wrap > .row > .col:nth-child(4) .inner, .theme-shadow .popup#order-premium .order-wrap > .row > .col:nth-child(4) .inner {
  width: 176px;
  max-width: 100%;
  margin: 0 auto;
}
.theme-shadow .popup#order .order-wrap > .row > .col:nth-child(5), .theme-shadow .popup#order-premium .order-wrap > .row > .col:nth-child(5) {
  flex: 0 0 auto;
  width: 33%;
}
.theme-shadow .popup#order .order-wrap > .row > .col:nth-child(5) .inner, .theme-shadow .popup#order-premium .order-wrap > .row > .col:nth-child(5) .inner {
  width: 179px;
  max-width: 100%;
  margin: 0 0 0 auto;
}
.theme-shadow .popup#order .order-wrap > .row > .col-12 .inner, .theme-shadow .popup#order-premium .order-wrap > .row > .col-12 .inner {
  text-align: center;
}
.theme-shadow .popup#order .order-wrap > .row .custom-select-wrap, .theme-shadow .popup#order-premium .order-wrap > .row .custom-select-wrap {
  display: block;
}
.theme-shadow .popup#order .order-wrap > .row .custom-select-wrap .custom-select-current, .theme-shadow .popup#order-premium .order-wrap > .row .custom-select-wrap .custom-select-current {
  width: 100%;
}
.theme-shadow .popup#order .order-wrap > .row > .col:has(.custom-select-wrap.open) .theme-label p, .theme-shadow .popup#order-premium .order-wrap > .row > .col:has(.custom-select-wrap.open) .theme-label p {
  color: var(--color-orange);
}
.theme-shadow .popup#order .order-wrap > .row > .col:has(input:focus) .theme-label p, .theme-shadow .popup#order-premium .order-wrap > .row > .col:has(input:focus) .theme-label p {
  color: var(--color-orange);
}
.theme-shadow .popup#order:has(input[name=select-variation-input].wpcf7-not-valid) .select-variation-label p, .theme-shadow .popup#order-premium:has(input[name=select-variation-input].wpcf7-not-valid) .select-variation-label p {
  color: red;
}
.theme-shadow .popup#general-order {
  width: 713px;
  max-width: calc(100% - 2.4rem);
  background: var(--color-dark);
  border-radius: 1.2rem;
  padding: clamp(90 / 10 * 1rem, 107px - (17) * (100vw - 375px) / 905, 107 / 10 * 1rem) clamp(25 / 10 * 1rem, 35 * (100vw - 375px) / 905 + 25px, 60 / 10 * 1rem) 6rem clamp(25 / 10 * 1rem, 35 * (100vw - 375px) / 905 + 25px, 60 / 10 * 1rem);
}
.theme-shadow .popup#general-order .close {
  position: absolute;
  top: clamp(25 / 10 * 1rem, 15 * (100vw - 375px) / 905 + 25px, 40 / 10 * 1rem);
  right: clamp(25 / 10 * 1rem, 35 * (100vw - 375px) / 905 + 25px, 60 / 10 * 1rem);
  width: 2.6rem;
  height: 2.6rem;
}
.theme-shadow .popup#general-order .title {
  font-family: var(--font-boldonse);
  font-size: 3rem;
  line-height: 130%;
  margin-bottom: 7px;
  text-align: center;
}
.theme-shadow .popup#general-order .content {
  font-size: 18px;
  line-height: 170%;
  text-align: center;
  margin-bottom: 40px;
}
.theme-shadow .popup#general-order .content strong {
  font-weight: 700;
}
.theme-shadow .popup#general-order .wpcf7 .row {
  --bs-gutter-y: 5.5rem;
}
.theme-shadow .popup#general-order .wpcf7 .row .has-border:after {
  display: none;
}
.theme-shadow .popup#general-order .wpcf7 .row > .col .theme-label p {
  display: flex;
  gap: 8px;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 4px;
  color: rgba(244, 244, 244, 0.6);
  transition: color var(--transition);
}
.theme-shadow .popup#general-order .wpcf7 .row > .col:has(.custom-select-wrap.open) .theme-label p {
  color: var(--color-orange);
}
.theme-shadow .popup#general-order .wpcf7 .row > .col:has(input:focus) .theme-label p {
  color: var(--color-orange);
}
.theme-shadow .popup#general-order .wpcf7 .row > .col:has(.wpcf7-not-valid) .theme-label p {
  color: red;
}
.theme-shadow .popup#general-order .wpcf7 .row > .col:first-child {
  flex: 0 0 auto;
  width: 50%;
}
.theme-shadow .popup#general-order .wpcf7 .row > .col:first-child > * {
  width: 206px;
  max-width: 100%;
}
.theme-shadow .popup#general-order .wpcf7 .row > .col:nth-child(2) {
  flex: 0 0 auto;
  width: 50%;
  justify-content: end;
}
.theme-shadow .popup#general-order .wpcf7 .row > .col:nth-child(2) > * {
  width: 206px;
  max-width: 100%;
  margin-left: auto;
}
.theme-shadow .popup#general-order .wpcf7 .row > .col:nth-child(3) {
  flex: 0 0 auto;
  width: 50%;
}
.theme-shadow .popup#general-order .wpcf7 .row > .col:nth-child(3) > * {
  width: 206px;
  max-width: 100%;
}
.theme-shadow .popup#general-order .wpcf7 .row > .col:nth-child(4) {
  flex: 0 0 auto;
  width: 50%;
  justify-content: end;
}
.theme-shadow .popup#general-order .wpcf7 .row > .col:nth-child(4) > * {
  width: 206px;
  max-width: 100%;
  margin-left: auto;
}
.theme-shadow .popup#general-order .wpcf7 .row > .col:nth-child(5) {
  flex: 0 0 auto;
  width: 100%;
  text-align: center;
}
.theme-shadow .popup#general-order .wpcf7 .row input[type=text] {
  display: block;
  width: 100%;
  height: 2.8rem;
  padding: 0;
  border: none;
  border-radius: 0.8rem;
  background-color: transparent;
  outline: none;
  font-family: var(--font-manrope);
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: rgb(244, 244, 244);
}
.theme-shadow .popup#general-order .wpcf7 .row input[type=text]::-moz-placeholder {
  color: rgb(244, 244, 244);
}
.theme-shadow .popup#general-order .wpcf7 .row input[type=text]::placeholder {
  color: rgb(244, 244, 244);
}
.theme-shadow .popup#general-order .wpcf7 .row .custom-select-wrap {
  display: block;
}
.theme-shadow .popup#general-order .wpcf7 .row .custom-select-wrap .custom-select-current {
  width: 100%;
}
.theme-shadow .popup#cert {
  width: 842px;
  max-width: calc(100% - 2.4rem);
  background-color: var(--color-dark);
  padding: clamp(117 / 10 * 1rem, 35 * (100vw - 375px) / 905 + 117px, 152 / 10 * 1rem) clamp(25 / 10 * 1rem, 35 * (100vw - 375px) / 905 + 25px, 60 / 10 * 1rem) clamp(35 / 10 * 1rem, 25 * (100vw - 375px) / 905 + 35px, 60 / 10 * 1rem);
  border-radius: 12px;
}
.theme-shadow .popup#cert.hide-content .popup-body .bottom-text {
  display: none;
}
.theme-shadow .popup#cert .close {
  position: absolute;
  top: clamp(35 / 10 * 1rem, 25 * (100vw - 375px) / 905 + 35px, 60 / 10 * 1rem);
  right: clamp(25 / 10 * 1rem, 35 * (100vw - 375px) / 905 + 25px, 60 / 10 * 1rem);
  width: clamp(42 / 10 * 1rem, 10 * (100vw - 375px) / 905 + 42px, 52 / 10 * 1rem);
  height: clamp(42 / 10 * 1rem, 10 * (100vw - 375px) / 905 + 42px, 52 / 10 * 1rem);
  cursor: pointer;
}
.theme-shadow .popup#cert .popup-body {
  text-align: center;
}
.theme-shadow .popup#cert .popup-body .title {
  font-weight: 500;
  font-size: clamp(24 / 10 * 1rem, 8 * (100vw - 375px) / 905 + 24px, 32 / 10 * 1rem);
  line-height: 120%;
  margin-bottom: clamp(6 / 10 * 1rem, 10px - (4) * (100vw - 375px) / 905, 10 / 10 * 1rem);
}
.theme-shadow .popup#cert .popup-body .sub-title {
  font-weight: 500;
  font-size: clamp(14 / 10 * 1rem, 6 * (100vw - 375px) / 905 + 14px, 20 / 10 * 1rem);
  line-height: 120%;
  margin-bottom: clamp(50 / 10 * 1rem, 30 * (100vw - 375px) / 905 + 50px, 80 / 10 * 1rem);
}
.theme-shadow .popup#cert .popup-body .wpcf7 {
  margin: 0 auto clamp(0 / 10 * 1rem, 50 * (100vw - 375px) / 905 + 0px, 50 / 10 * 1rem);
  width: 350px;
  max-width: 100%;
}
.theme-shadow .popup#cert .popup-body .wpcf7 .form-row {
  margin-bottom: 55px;
}
.theme-shadow .popup#cert .popup-body .wpcf7 .form-row input[type=text] {
  height: 32px;
  line-height: 20px;
  background-color: transparent;
  display: block;
  width: 100%;
  border: none;
  font-size: 16px;
  color: rgb(244, 244, 244);
  outline: none;
  padding-bottom: 12px;
  border-bottom: 1px solid rgb(244, 244, 244);
}
.theme-shadow .popup#cert .popup-body .wpcf7 .form-row input[type=text]:focus {
  border-color: var(--color-orange);
}
.theme-shadow .popup#cert .popup-body .wpcf7 .form-row input[type=text].wpcf7-not-valid {
  border-color: red;
}
.theme-shadow .popup#cert .popup-body .wpcf7 .form-row input[type=text]::-moz-placeholder {
  color: rgba(244, 244, 244, 0.7);
}
.theme-shadow .popup#cert .popup-body .wpcf7 .form-row input[type=text]::placeholder {
  color: rgba(244, 244, 244, 0.7);
}
.theme-shadow .popup#cert .popup-body .wpcf7 .form-row input[type=submit] {
  width: 100%;
}
.theme-shadow .popup#cert .popup-body .bottom-text {
  font-weight: 500;
  font-size: clamp(14 / 10 * 1rem, 6 * (100vw - 375px) / 905 + 14px, 20 / 10 * 1rem);
  line-height: 120%;
}

.order-wrap p {
  margin-bottom: 0;
}
.order-wrap .theme-label {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: clamp(12 / 10 * 1rem, 2 * (100vw - 375px) / 905 + 12px, 14 / 10 * 1rem);
  line-height: 150%;
  color: rgba(244, 244, 244, 0.6);
  text-transform: uppercase;
}
.order-wrap .theme-label svg {
  margin-right: 8px;
  position: relative;
  top: 3px;
}
.order-wrap .custom-select-wrap .custom-select-current {
  height: 27px;
  line-height: 27px;
  padding-bottom: 0;
}
.order-wrap .custom-select-wrap.colored .custom-select-current {
  font-size: clamp(20 / 10 * 1rem, 4 * (100vw - 375px) / 905 + 20px, 24 / 10 * 1rem);
  font-weight: 400;
  color: var(--color-orange);
  padding-bottom: 12px;
  border-bottom: 1.5px solid rgb(255, 86, 0);
  height: clamp(48 / 10 * 1rem, 5 * (100vw - 375px) / 905 + 48px, 53 / 10 * 1rem);
  line-height: clamp(48 / 10 * 1rem, 5 * (100vw - 375px) / 905 + 48px, 53 / 10 * 1rem);
  text-transform: uppercase;
}
.order-wrap .custom-select-wrap.colored .custom-select-current span.service {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.order-wrap .custom-select-wrap.colored .custom-select-current span.master {
  display: block;
  font-size: 18px;
  line-height: 120%;
  text-transform: none;
  position: relative;
  top: -10px;
}
.order-wrap .custom-select-wrap.colored .custom-select-current:has(span.master) {
  height: clamp(70 / 10 * 1rem, 5 * (100vw - 375px) / 905 + 70px, 75 / 10 * 1rem);
}
.order-wrap .custom-select-wrap.colored.bold .custom-select-current {
  font-weight: 700;
}
.order-wrap .custom-select-wrap.colored.bold .custom-select-current span.master {
  font-weight: 400;
}
.order-wrap input[type=text] {
  height: clamp(21 / 10 * 1rem, 6 * (100vw - 375px) / 905 + 21px, 27 / 10 * 1rem);
  line-height: clamp(21 / 10 * 1rem, 6 * (100vw - 375px) / 905 + 21px, 27 / 10 * 1rem);
  background-color: transparent;
  display: block;
  width: 100%;
  border: none;
  font-size: 18px;
  color: rgb(244, 244, 244);
  outline: none;
}
.order-wrap input[type=text]::-moz-placeholder {
  font-size: 18px;
  color: rgb(244, 244, 244);
}
.order-wrap input[type=text]::placeholder {
  font-size: 18px;
  color: rgb(244, 244, 244);
}
.order-wrap .custom-select-dropdown {
  padding: 10px;
}
.order-wrap .custom-select-dropdown .custom-select-dropdown-item {
  padding: 12px 16px;
  font-size: clamp(14 / 10 * 1rem, 4 * (100vw - 375px) / 905 + 14px, 18 / 10 * 1rem);
  line-height: 120%;
  color: rgb(244, 244, 244);
  border-bottom: 0.5px solid rgb(244, 244, 244);
}
.order-wrap .custom-select-dropdown .custom-select-dropdown-item span.master {
  display: block;
  font-size: clamp(12 / 10 * 1rem, 2 * (100vw - 375px) / 905 + 12px, 14 / 10 * 1rem);
}
.order-wrap .custom-select-dropdown .custom-select-dropdown-item:hover {
  color: var(--color-orange);
}
.order-wrap > .row > .col:has(.custom-select-wrap.open) .theme-label p {
  color: var(--color-orange);
}
.order-wrap > .row > .col:has(input:focus) .theme-label p {
  color: var(--color-orange);
}
.order-wrap > .row > .col:has(.wpcf7-not-valid) .theme-label p {
  color: red;
}

footer.footer {
  padding-bottom: clamp(60 / 10 * 1rem, 20 * (100vw - 375px) / 905 + 60px, 80 / 10 * 1rem);
  padding-top: clamp(60 / 10 * 1rem, 20 * (100vw - 375px) / 905 + 60px, 80 / 10 * 1rem);
  background-color: var(--color-dark);
}
footer.footer .row-slogan {
  padding-bottom: clamp(45 / 10 * 1rem, 25 * (100vw - 375px) / 905 + 45px, 70 / 10 * 1rem);
}
footer.footer .row-slogan .slogan-small {
  font-size: clamp(12 / 10 * 1rem, 6 * (100vw - 375px) / 905 + 12px, 18 / 10 * 1rem);
  line-height: 120%;
  font-weight: 600;
  padding-right: clamp(40 / 10 * 1rem, 60 * (100vw - 375px) / 905 + 40px, 100 / 10 * 1rem);
  color: rgb(232, 227, 224);
}
footer.footer .row-slogan .slogan-big {
  color: var(--color-orange);
  font-weight: 700;
  font-size: clamp(44 / 10 * 1rem, 44 * (100vw - 375px) / 905 + 44px, 88 / 10 * 1rem);
  line-height: 100%;
  padding-right: clamp(20 / 10 * 1rem, 44 * (100vw - 375px) / 905 + 20px, 64 / 10 * 1rem);
}
footer.footer .row-slogan .slogan-line {
  height: 1.5px;
  background-color: var(--color-orange);
  position: relative;
}
footer.footer .row-slogan .slogan-line.slogan-line-small {
  top: 2px;
}
footer.footer .row-slogan .slogan-line.slogan-line-big {
  top: 7px;
}
footer.footer .menu-row {
  margin-bottom: clamp(45 / 10 * 1rem, 25 * (100vw - 375px) / 905 + 45px, 70 / 10 * 1rem);
}
footer.footer .menu-row .menu-wrap .column-menu-title {
  margin-bottom: clamp(35 / 10 * 1rem, 5 * (100vw - 375px) / 905 + 35px, 40 / 10 * 1rem);
  position: relative;
}
footer.footer .menu-row .menu-wrap .column-menu-title a {
  font-family: var(--font-manrope);
  font-weight: 700;
  font-size: clamp(20 / 10 * 1rem, 6 * (100vw - 375px) / 905 + 20px, 26 / 10 * 1rem);
  line-height: 120%;
  color: var(--color-orange);
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
footer.footer .menu-row .menu-wrap .column-menu-title a:after {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-orange);
  opacity: 0;
  transition: opacity var(--transition);
}
footer.footer .menu-row .menu-wrap .column-menu-title a:hover:after {
  opacity: 1;
}
footer.footer .menu-row .menu-wrap ul.menu li {
  margin-bottom: 2.2rem;
}
footer.footer .menu-row .menu-wrap ul.menu li:last-child {
  margin-bottom: 0;
}
footer.footer .menu-row .menu-wrap ul.menu li a {
  font-family: var(--font-manrope);
  font-weight: 600;
  font-size: clamp(16 / 10 * 1rem, 2 * (100vw - 375px) / 905 + 16px, 18 / 10 * 1rem);
  line-height: 150%;
  color: white;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
footer.footer .menu-row .menu-wrap ul.menu li a:after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  height: 1px;
  background: white;
  opacity: 0;
  transition: opacity var(--transition);
}
footer.footer .menu-row .menu-wrap ul.menu li a:hover:after {
  opacity: 1;
}
footer.footer .row-addreses {
  --bs-gutter-x: 7.3rem;
  justify-content: center;
  padding-bottom: clamp(10 / 10 * 1rem, 15 * (100vw - 375px) / 905 + 10px, 25 / 10 * 1rem);
}
footer.footer .row-addreses .footer-address {
  margin-bottom: 35px;
}
footer.footer .row-addreses .footer-address .city {
  margin-bottom: 1.6rem;
  font-weight: 700;
  font-size: clamp(14 / 10 * 1rem, 8 * (100vw - 375px) / 905 + 14px, 22 / 10 * 1rem);
  line-height: 120%;
  color: var(--color-orange);
}
footer.footer .row-addreses .footer-address .address {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 1.6rem;
  color: rgb(244, 244, 244);
  font-size: clamp(14 / 10 * 1rem, 4 * (100vw - 375px) / 905 + 14px, 18 / 10 * 1rem);
  line-height: 150%;
  text-transform: uppercase;
}
footer.footer .row-addreses .footer-address .phone {
  display: flex;
  gap: 8px;
  align-items: center;
}
footer.footer .row-addreses .footer-address .phone a {
  color: rgb(244, 244, 244);
  font-size: clamp(14 / 10 * 1rem, 4 * (100vw - 375px) / 905 + 14px, 18 / 10 * 1rem);
  line-height: 150%;
}
footer.footer .row-addreses .footer-address .phone a span {
  display: inline-block;
  position: relative;
}
footer.footer .row-addreses .footer-address .phone a span:after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  height: 1px;
  background: rgb(244, 244, 244);
  opacity: 0;
  transition: opacity var(--transition);
}
footer.footer .row-addreses .footer-address .phone a:hover span:after {
  opacity: 1;
}
footer.footer .row-social {
  display: flex;
  justify-content: center;
  gap: 6.5rem;
  padding-bottom: clamp(45 / 10 * 1rem, 15 * (100vw - 375px) / 905 + 45px, 60 / 10 * 1rem);
}
footer.footer .row-social div.header-social {
  display: flex;
  gap: 8px;
  font-size: clamp(16 / 10 * 1rem, 2 * (100vw - 375px) / 905 + 16px, 18 / 10 * 1rem);
  line-height: 150%;
  text-transform: uppercase;
  color: var(--color-orange);
  align-items: center;
}
footer.footer .row-social div.header-social strong {
  font-weight: 400;
}
footer.footer .row-social a.header-social {
  display: flex;
  gap: 8px;
  font-size: clamp(16 / 10 * 1rem, 2 * (100vw - 375px) / 905 + 16px, 18 / 10 * 1rem);
  line-height: 150%;
  text-transform: uppercase;
  color: var(--color-orange);
  align-items: center;
}
footer.footer .row-social a.header-social span {
  position: relative;
  display: inline-block;
}
footer.footer .row-social a.header-social span:after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-orange);
  opacity: 0;
  transition: opacity var(--transition);
}
footer.footer .row-social a.header-social:hover span:after {
  opacity: 1;
}
footer.footer .bottom-line {
  height: 1.5px;
  background-color: rgb(255, 86, 0);
  margin-bottom: clamp(45 / 10 * 1rem, 25 * (100vw - 375px) / 905 + 45px, 70 / 10 * 1rem);
}
footer.footer .bottom-row ul.menu {
  display: flex;
  gap: 4rem;
}
footer.footer .bottom-row ul.menu li a {
  font-weight: 600;
  font-size: clamp(12 / 10 * 1rem, 6 * (100vw - 375px) / 905 + 12px, 18 / 10 * 1rem);
  line-height: 150%;
  color: rgb(244, 244, 244);
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
footer.footer .bottom-row ul.menu li a:after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  height: 1px;
  background: white;
  opacity: 0;
  transition: opacity var(--transition);
}
footer.footer .bottom-row ul.menu li a:hover:after {
  opacity: 1;
}
footer.footer .bottom-row .copyright {
  text-align: right;
  font-size: clamp(12 / 10 * 1rem, 6 * (100vw - 375px) / 905 + 12px, 18 / 10 * 1rem);
  line-height: 150%;
  color: rgb(244, 244, 244);
  text-transform: uppercase;
}

@media all and (max-width: 1399px) {
  footer.footer .row-addreses {
    --bs-gutter-x: 3rem;
  }
}
@media all and (max-width: 991px) and (min-width: 768px) {
  footer.footer .menu-row .menu-wrap .column-menu-title .has-children {
    display: none !important;
  }
}
@media all and (max-width: 991px) {
  footer.footer .row-addreses {
    --bs-gutter-x: 2.4rem;
  }
}
@media all and (max-width: 767px) {
  footer.footer .menu-row .menu-wrap .column-menu-title .has-children {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
  }
  footer.footer .menu-row .menu-wrap .column-menu-title:last-child {
    margin-bottom: 0;
  }
  footer.footer .menu-row .menu-wrap ul.menu {
    padding-bottom: 3.5rem;
    display: none;
  }
  footer.footer .row-social {
    display: block;
  }
  footer.footer .row-social > .header-social:first-child {
    margin-bottom: 2rem;
  }
  footer.footer .bottom-row .copyright {
    text-align: left;
    margin-top: 2rem;
  }
  .theme-shadow .popup#order .order-wrap > .row,
  .theme-shadow .popup#order-premium .order-wrap > .row {
    --bs-gutter-y: 2rem;
  }
  .theme-shadow .popup#order .order-wrap > .row > .col:first-child, .theme-shadow .popup#order .order-wrap > .row > .col:nth-child(2), .theme-shadow .popup#order .order-wrap > .row > .col:nth-child(3), .theme-shadow .popup#order .order-wrap > .row > .col:nth-child(4), .theme-shadow .popup#order .order-wrap > .row > .col:nth-child(5),
  .theme-shadow .popup#order-premium .order-wrap > .row > .col:first-child,
  .theme-shadow .popup#order-premium .order-wrap > .row > .col:nth-child(2),
  .theme-shadow .popup#order-premium .order-wrap > .row > .col:nth-child(3),
  .theme-shadow .popup#order-premium .order-wrap > .row > .col:nth-child(4),
  .theme-shadow .popup#order-premium .order-wrap > .row > .col:nth-child(5) {
    flex: 0 0 auto;
    width: 100%;
  }
  .theme-shadow .popup#order .order-wrap > .row > .col:first-child .inner, .theme-shadow .popup#order .order-wrap > .row > .col:nth-child(2) .inner, .theme-shadow .popup#order .order-wrap > .row > .col:nth-child(3) .inner, .theme-shadow .popup#order .order-wrap > .row > .col:nth-child(4) .inner, .theme-shadow .popup#order .order-wrap > .row > .col:nth-child(5) .inner,
  .theme-shadow .popup#order-premium .order-wrap > .row > .col:first-child .inner,
  .theme-shadow .popup#order-premium .order-wrap > .row > .col:nth-child(2) .inner,
  .theme-shadow .popup#order-premium .order-wrap > .row > .col:nth-child(3) .inner,
  .theme-shadow .popup#order-premium .order-wrap > .row > .col:nth-child(4) .inner,
  .theme-shadow .popup#order-premium .order-wrap > .row > .col:nth-child(5) .inner {
    width: 100%;
    max-width: 100%;
  }
  .theme-shadow .popup#order .order-wrap > .row > .col:first-child,
  .theme-shadow .popup#order-premium .order-wrap > .row > .col:first-child {
    padding-bottom: 15px;
  }
  .theme-shadow .popup#order .order-wrap > .row > .col:nth-child(2),
  .theme-shadow .popup#order-premium .order-wrap > .row > .col:nth-child(2) {
    padding-bottom: 20px;
  }
  .theme-shadow .popup#order .order-wrap > .row > .col:nth-child(3), .theme-shadow .popup#order .order-wrap > .row > .col:nth-child(4),
  .theme-shadow .popup#order-premium .order-wrap > .row > .col:nth-child(3),
  .theme-shadow .popup#order-premium .order-wrap > .row > .col:nth-child(4) {
    padding-bottom: 20px;
    position: relative;
  }
  .theme-shadow .popup#order .order-wrap > .row > .col:nth-child(3):after, .theme-shadow .popup#order .order-wrap > .row > .col:nth-child(4):after,
  .theme-shadow .popup#order-premium .order-wrap > .row > .col:nth-child(3):after,
  .theme-shadow .popup#order-premium .order-wrap > .row > .col:nth-child(4):after {
    content: "";
    position: absolute;
    width: calc(100% - 2.4rem);
    height: 1px;
    top: 100%;
    left: 1.2rem;
    background-color: rgb(244, 244, 244);
  }
  .theme-shadow .popup#order .order-wrap > .row > .col:nth-child(5),
  .theme-shadow .popup#order-premium .order-wrap > .row > .col:nth-child(5) {
    padding-bottom: 30px;
  }
  .theme-shadow .popup#order .order-wrap > .row .custom-select-wrap.open .custom-select-dropdown,
  .theme-shadow .popup#order-premium .order-wrap > .row .custom-select-wrap.open .custom-select-dropdown {
    padding-left: 0;
    padding-right: 0;
  }
  .theme-shadow .popup#order .order-wrap .custom-select-wrap:has(select.colored) .custom-select-current,
  .theme-shadow .popup#order-premium .order-wrap .custom-select-wrap:has(select.colored) .custom-select-current {
    height: 36px;
    line-height: 20px;
    font-size: 20px;
  }
  .theme-shadow .popup#general-order .wpcf7 {
    border: 1px solid rgb(255, 255, 255);
    border-radius: 12px;
    padding: 30px 20px 20px;
  }
  .theme-shadow .popup#general-order .wpcf7 .row {
    --bs-gutter-y: 4rem;
  }
  .theme-shadow .popup#general-order .wpcf7 .row > .col:first-child, .theme-shadow .popup#general-order .wpcf7 .row > .col:nth-child(2), .theme-shadow .popup#general-order .wpcf7 .row > .col:nth-child(3), .theme-shadow .popup#general-order .wpcf7 .row > .col:nth-child(4), .theme-shadow .popup#general-order .wpcf7 .row > .col:nth-child(5) {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
  }
  .theme-shadow .popup#general-order .wpcf7 .row > .col:first-child > *, .theme-shadow .popup#general-order .wpcf7 .row > .col:nth-child(2) > *, .theme-shadow .popup#general-order .wpcf7 .row > .col:nth-child(3) > *, .theme-shadow .popup#general-order .wpcf7 .row > .col:nth-child(4) > *, .theme-shadow .popup#general-order .wpcf7 .row > .col:nth-child(5) > * {
    width: 100%;
    max-width: 100%;
  }
  .theme-shadow .popup#general-order .wpcf7 .row > .col:first-child:after, .theme-shadow .popup#general-order .wpcf7 .row > .col:nth-child(2):after, .theme-shadow .popup#general-order .wpcf7 .row > .col:nth-child(3):after, .theme-shadow .popup#general-order .wpcf7 .row > .col:nth-child(4):after {
    height: 1px;
    width: calc(100% - 2.4rem);
    background: rgb(244, 244, 244);
    content: "";
    position: absolute;
    top: calc(100% + 20px);
    left: 1.2rem;
  }
}
@media all and (max-width: 575px) {
  footer.footer .row-slogan .slogan-small {
    margin-bottom: 1.8rem;
  }
}
/*# sourceMappingURL=footer.css.map */
