@charset "UTF-8";
.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row > * {
  padding-right: 15px;
  padding-left: 15px;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-underline {
  text-decoration: none !important;
}

.bg-white {
  background-color: #ffffff;
}

.clear_fix:before, .clear_fix:after {
  content: "";
  display: table;
}

.clear_fix:after {
  clear: both;
}

.display-none {
  display: none;
}

.position-relative {
  position: relative;
}

.text-red {
  color: #d52828;
}

.no-image {
  border: 1px solid #eee;
  position: relative;
  width: 320px;
  height: 320px;
  margin-bottom: 20px;
}
.no-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.cryptedmail:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}

.progress-loader-wrap {
  position: relative;
  width: 50px;
  float: right;
  top: 2rem;
}

.progress-loader {
  border: 3px solid hsla(203, 26%, 64%, 0.31);
  border-top-color: #ff4d9c;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.font-size-0 {
  font-size: 0;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.btn-full {
  display: inline-flex;
  padding: 12px 24px;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  background: linear-gradient(90deg, #167E24, #18A638 51%, #167E24) var(--x, 0)/200%;
  color: #F9FAF9;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.9px;
  cursor: pointer;
  transition: background 0.5s;
}
.btn-full:hover {
  --x: 100%;
}

.btn-transparent {
  display: inline-flex;
  padding: 16px 45px 16px 24px;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-family: Onest;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: none;
  position: relative;
  transition: 300ms ease;
  cursor: pointer;
  white-space: nowrap;
}
.btn-transparent:hover {
  border: 1px solid #FF4D9B;
}
.btn-transparent a {
  text-decoration: none;
  color: #FFFFFF !important;
}
.btn-transparent:after {
  content: url(/img/front/arrow-right.svg);
  position: absolute;
  top: 14px;
  right: 15px;
}
.btn-transparent:hover {
  --x: 100%;
}

.btn-white {
  display: inline-flex;
  padding: 16px 24px;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #013B53 !important;
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: none;
}
.btn-white a {
  text-decoration: none;
  color: #013B53 !important;
}

.btn-pink {
  display: inline-flex;
  padding: 16px 45px 16px 24px;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  background: linear-gradient(90deg, #FF4D9B, #f672ac 51%, #FF4D9B) var(--x, 0)/200%;
  border: 1px solid transparent;
  color: #ffffff !important;
  font-family: Onest;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: none;
  position: relative;
  transition: 300ms ease;
  cursor: pointer;
  white-space: nowrap;
}
.btn-pink:hover {
  --x: 100%;
}
.btn-pink a {
  text-decoration: none;
  color: #ffffff !important;
  font-family: Onest;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: none;
}
.btn-pink:after {
  content: url(/img/front/arrow-right.svg);
  position: absolute;
  top: 14px;
  right: 15px;
}

.btn-grey {
  display: inline-flex;
  padding: 16px 20px 16px 27px;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  background: #cfced3;
  border: 1px solid transparent;
  color: #0F0C23 !important;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  position: relative;
  transition: 300ms ease;
  cursor: pointer;
  white-space: nowrap;
  min-width: 200px;
  text-align: left;
}
.btn-grey a {
  color: #0F0C23 !important;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}
.btn-grey .btn-grey__text {
  flex-shrink: 0;
}
.btn-grey .btn-grey__arrow {
  position: relative;
  flex: 1;
  height: 16px;
}
.btn-grey .btn-grey__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 2px;
  background: #0F0C23;
  transform: translateY(-50%);
  transition: width 500ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
.btn-grey .btn-grey__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  border-top: 2px solid #0F0C23;
  border-right: 2px solid #0F0C23;
  transform: translateY(-50%) rotate(45deg);
}
.btn-grey:hover {
  background: #0F0C23;
  color: #fff !important;
}
.btn-grey:hover .btn-grey__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
  transition: width 500ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
.btn-grey:hover .btn-grey__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.btn-gold {
  display: inline-flex;
  padding: 16px 49px 16px 49px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: var(--Champagne-Gold, #E3CA83);
  border: 1px solid transparent;
  text-decoration: none;
  color: var(--Font-Dark, #090526) !important;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  overflow: hidden;
  transition: 300ms ease;
  cursor: pointer;
  white-space: nowrap;
}
.btn-gold .text-default,
.btn-gold .text-hover {
  display: block;
  transition: transform 350ms ease;
}
.btn-gold .text-default {
  color: var(--Font-Dark, #090526);
  transform: translateY(0) rotate(0deg);
  transform-origin: bottom left;
}
.btn-gold .text-hover {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Font-Dark, #090526);
  background: var(--Champagne-Gold-Hover, #C9AE63);
  transform: translateY(100%) rotate(7deg);
  transform-origin: bottom left;
}
.btn-gold:hover .text-default {
  transform: translateY(-100%) rotate(-7deg);
}
.btn-gold:hover .text-hover {
  transform: translateY(0) rotate(0deg);
}

.btn-green {
  display: inline-flex;
  padding: 16px 24px;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  background: #9CFFBD;
  border: 1px solid #9CFFBD;
  color: #013B53 !important;
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: none;
}
.btn-green a {
  text-decoration: none;
  color: #013B53 !important;
}

.btn-glass {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 200px;
  padding: 16px 20px 16px 27px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid transparent;
  color: #FFFFFF !important;
  font-family: "Google Sans Flex";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  position: relative;
  transition: 300ms ease;
  cursor: pointer;
  white-space: nowrap;
}
.btn-glass .btn-glass__arrow {
  position: relative;
  flex: 1;
  min-width: 26px;
  height: 16px;
}
.btn-glass .btn-glass__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 16px;
  height: 2px;
  background: #FFFFFF;
  transform: translateY(-50%);
  transition: width 500ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
.btn-glass .btn-glass__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: translateY(-50%) rotate(45deg);
}
.btn-glass:hover .btn-glass__arrow::before {
  width: 100%;
  background: #0c1119;
}
.btn-glass:hover .btn-glass__arrow::after {
  border-top: 2px solid #0c1119;
  border-right: 2px solid #0c1119;
}
.btn-glass.btn-glass--plain {
  background: transparent;
  color: white;
}

label {
  font-size: 12px;
  display: block;
  color: #002541;
  font-weight: 500;
  margin-bottom: 2px;
}

input[type=submit]:focus, input[type=button]:focus, button:focus, input[type=submit]:active, input[type=button]:active, button:active {
  outline: none;
}

input[type=password], input[type=text], input[type=number], input[type=date], textarea, select {
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  color: #002541;
  background: #ffffff;
  border: 1px solid #CEDBF0;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

input[type=password]:focus, input[type=text]:focus, input[type=number]:focus, input[type=date]:focus, textarea:focus, select:focus,
input[type=password]:active, input[type=text]:active, input[type=number]:active, input[type=date]:active, textarea:active, select:active {
  border: 1px solid #A4B5D0;
  outline: none;
}

input[readonly] {
  background-color: #eee;
}

label.radio {
  display: inline;
  margin-right: 10px;
}

input.radio {
  width: auto;
  margin: 0 5px;
}

.error {
  font-weight: 600;
  color: #e20613;
  padding: 4px 8px;
  font-size: 11px;
  display: none;
  border-radius: 9px;
  position: absolute;
  top: -3px !important;
  right: 9px !important;
}
.error::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -10px;
  background-image: url(/img/front/icons/input-error.svg);
  background-size: contain;
}

.error-box {
  color: #ffffff;
  font-weight: 600;
  background: #e20613;
  padding: 5px 10px;
  font-size: 12px;
  margin-top: 10px;
  border-radius: 10px;
}

.info-box {
  color: #ffffff;
  font-weight: 600;
  background: #0935e1;
  padding: 5px 10px;
  font-size: 12px;
  margin-top: 10px;
  border-radius: 10px;
}

.input-error {
  border-color: #e20613 !important;
}
.input-error ~ .error {
  display: block;
}

.with-checkbox {
  display: block;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  padding-top: 0;
  text-align: left;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 400;
}
.with-checkbox a {
  font-weight: 500;
  color: #E82121;
}
.with-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  display: none;
}
.with-checkbox input:checked ~ .checkmark {
  background: #FF1717;
  border-color: #E82121 !important;
}
.with-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.with-checkbox:hover input ~ .checkmark {
  border-color: #A4B5D0;
}
.with-checkbox .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #CEDBF0;
  border-radius: 4px;
  margin-right: 5px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.with-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form-block {
  border-radius: 8px;
  background: #FFFFFF;
  padding: 15px;
  margin-bottom: 20px;
}
.form-block h2.with-icon {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 20px;
  padding-left: 36px;
}
.form-block h2.with-icon:before {
  width: 29px;
  height: 28px;
}
.form-block h2.with-icon:after {
  width: 18px;
  height: 18px;
}
.form-block h2.with-toggler {
  cursor: pointer;
  margin: 0 0 5px;
}
.form-block h2 .toggler {
  position: absolute;
  top: 0;
  right: 5px;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  background: #F3F7FF;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.form-block h2 .toggler:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 7px;
  width: 7px;
  height: 7px;
  border: 2px solid #002541;
  border-top: 0;
  border-right: 0;
  transform: rotate(315deg);
}
.form-block h2.active .toggler {
  transform: rotate(180deg);
}
.form-block .company-block, .form-block .delivery-address-block, .form-block .register-block {
  display: none;
}

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  overflow-x: hidden;
  color: #002541;
  font-family: "Onest", sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
}
h1.with-icon {
  padding-left: 46px;
  position: relative;
}
h1.with-icon:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 5px;
  z-index: 0;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
h1.with-icon.cart::after {
  background-image: url("/img/front/icons/base/h1-cart.svg");
}
h1.with-icon.order {
  font-size: 18px;
  padding-left: 42px;
  padding-top: 5px;
  margin-bottom: 15px !important;
}
h1.with-icon.order:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background-color: #190427;
  background: linear-gradient(90deg, #190427 0%, #172050 100%);
}
h1.with-icon.order:after {
  background-image: url("/img/front/icons/base/h1-order.svg");
  background-size: 20px;
  top: 4px;
}

h2 {
  font-size: 22px;
  margin: 30px 0 10px;
  font-weight: 700;
}
h2.with-icon {
  padding-top: 3px;
  padding-left: 44px;
  position: relative;
  margin-bottom: 20px;
}
h2.with-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: #190427;
  background: linear-gradient(90deg, #190427 0%, #172050 100%);
}
h2.with-icon.with-icon.red:before {
  background-color: #FF1717;
  background-image: linear-gradient(90deg, #FF1717 0%, #A10D0D 50%, #FF1717 100%);
  background-size: 300% 100%;
  background-position: left center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
h2.with-icon:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 0;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
}
h2.with-icon.sale::after {
  background-image: url("/img/front/icons/base/h2-sale.svg");
}
h2.with-icon.new::after {
  background-image: url("/img/front/icons/base/h2-new.svg");
}
h2.with-icon.news::after {
  background-image: url("/img/front/icons/base/h2-news.svg");
}
h2.with-icon.info::after {
  background-image: url("/img/front/icons/base/h2-info.svg");
}
h2.with-icon.box::after {
  background-image: url("/img/front/icons/base/h2-box.svg");
}
h2.with-icon.import::after {
  background-image: url("/img/front/icons/base/h2-import.svg");
}
h2.with-icon.shipping::after {
  background-image: url("/img/front/icons/base/h2-shipping.svg");
}
h2.with-icon.payment::after {
  background-image: url("/img/front/icons/base/h2-payment.svg");
}
h2.with-icon.invoice-address::after {
  background-image: url("/img/front/icons/base/h2-invoice-address.svg");
}
h2.with-icon.delivery-address::after {
  background-image: url("/img/front/icons/base/h2-delivery-address.svg");
}
h2.with-icon.user::after {
  background-image: url("/img/front/icons/base/h2-user.svg");
}
h2.with-icon.company::after {
  background-image: url("/img/front/icons/base/h2-company.svg");
}
h2.with-icon.small {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 15px;
  padding-left: 36px;
}
h2.with-icon.small.with-icon:before {
  width: 27px;
  height: 27px;
}
h2.with-icon.small.with-icon:after {
  width: 17px;
  height: 17px;
}

h3 {
  font-size: 16px;
  font-weight: 600;
  color: #002541;
  margin-top: 30px;
  margin-bottom: 10px;
}

a {
  color: #002541;
  text-decoration: underline;
}
a:hover {
  color: #002541;
  text-decoration: none;
}
a.link-more {
  background: url("/img/front/icons/base/link-more.svg") center right no-repeat;
  padding-right: 26px;
  text-decoration: none;
  font-weight: 500;
}
a.link-more:hover {
  text-decoration: underline;
}

p {
  color: #002541;
  font-size: 13px;
  line-height: 21px;
  margin: 7px 0;
}

ol, ul {
  padding-left: 0;
}

ul {
  list-style: none;
}

ol {
  counter-reset: item;
}
ol li {
  display: block;
  padding-left: 18px;
  position: relative;
  margin-bottom: 35px;
}
ol li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  position: absolute;
  left: 0;
}
ol li ol li {
  margin-bottom: 7px;
}
ol li ol li:before {
  left: -10px;
}

img {
  max-width: 100%;
}

input::placeholder {
  color: #002541;
}

@media (max-width: 1024px) {
  body {
    overflow-x: visible;
  }
}
@media (max-width: 1200px) {
  h2 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 24px;
  }
}
.benefits-container {
  margin: 10px 0;
  padding: 30px;
  z-index: 20;
  position: relative;
  border-radius: 8px;
  background-color: #190427;
  background: linear-gradient(90deg, #190427 0%, #172050 100%);
}
.benefits-container .item {
  background: left center no-repeat;
  padding-left: 50px;
}
.benefits-container .item .headline {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
}
.benefits-container .item .subline {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.5;
}
.benefits-container .item.shipping {
  background-image: url("/img/front/icons/components/benefit/shipping.svg");
}
.benefits-container .item.delivery {
  background-image: url("/img/front/icons/components/benefit/delivery.svg");
}
.benefits-container .item.verified {
  background-image: url("/img/front/icons/components/benefit/verified.svg");
}

@media (max-width: 991px) {
  .benefits-container {
    padding-bottom: 20px;
  }
  .benefits-container .item {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .benefits-container .item {
    background: left center no-repeat;
    margin-bottom: 20px;
  }
}
.contact-box {
  margin-top: 25px;
  padding: 30px 20px;
  border-radius: 8px;
  color: #FFFFFF;
  background-color: #190427;
  background: linear-gradient(90deg, #190427 0%, #172050 100%);
}
.contact-box a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
}
.contact-box a:hover {
  text-decoration: underline;
}
.contact-box .headline {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
.contact-box .photo {
  margin-bottom: 15px;
  text-align: center;
}
.contact-box .subline {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.contact-box .contact {
  padding-left: 42px;
  margin: 25px 0 0 25px;
}
.contact-box .contact > div {
  font-size: 12px;
}
.contact-box .contact.phone {
  background: url("/img/front/icons/layout/footer/phone.svg") left center no-repeat;
}
.contact-box .contact.email {
  background: url("/img/front/icons/layout/footer/email.svg") left center no-repeat;
}

.free-shipping-block {
  border-radius: 8px;
  border: 1px solid #E6EFFD;
  background: #F3F7FF;
  padding: 10px 15px;
  margin: 25px 0;
}
.free-shipping-block .state {
  background: url("/img/front/icons/components/free-shipping/delivery-car.svg") left center no-repeat;
  font-size: 12px;
  font-weight: 500;
  padding-left: 24px;
  margin-bottom: 5px;
}
.free-shipping-block .loader {
  border-radius: 7px;
  background-color: #FFFFFF;
  height: 9px;
  margin: 8px 0 7PX;
  padding: 2px;
  font-size: 0;
}
.free-shipping-block .loader > span {
  display: inline-block;
  height: 5px;
  width: 80px;
  border-radius: 8px;
  background: #E82121;
  box-shadow: 0 2px 7px 0 rgba(67, 71, 103, 0.1) inset;
  position: relative;
}
.free-shipping-block .loader > span:after {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  width: 3px;
  height: 3px;
  border-radius: 2px;
  background-color: #FFFFFF;
}
.free-shipping-block .values {
  margin-top: 5px;
  font-size: 12px;
}
.free-shipping-block .values .current {
  color: #E82121;
  font-weight: 700;
}
.free-shipping-block .values .target {
  color: #6776AA;
}

.newsletter-container {
  position: relative;
  z-index: 40;
}
.newsletter-container .newsletter-block {
  border-radius: 8px;
  position: relative;
  margin: 30px 0;
  padding: 25px 30px;
  background-color: #190427;
  background: linear-gradient(90deg, #190427 0%, #172050 100%);
}
.newsletter-container .newsletter-block h2 {
  margin: 0 0 5px;
  font-size: 22px;
  font-weight: 600;
  color: #FFFFFF;
}
.newsletter-container .newsletter-block p {
  color: #B4BDDB;
  margin: 0;
}
.newsletter-container .newsletter-block .form {
  position: relative;
}
.newsletter-container .newsletter-block .form input[type=text] {
  font-size: 14px;
  line-height: 23px;
  color: #002541;
  width: 100%;
  border: none;
  padding: 11px 100px 12px 56px;
  font-weight: 400;
  background: #ffffff url("/img/front/icons/components/newsletter/email.svg") left 20px center no-repeat;
  border-radius: 27px;
}
.newsletter-container .newsletter-block .form ::placeholder {
  font-size: 14px;
  line-height: 23px;
  color: #002541;
}
.newsletter-container .newsletter-block .form input[type=button] {
  position: absolute;
  right: 3px;
  top: 3px;
  border-radius: 30px;
}
.newsletter-container .newsletter-block .message {
  display: none;
  margin-top: 4px;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 768px) {
  .newsletter-container .newsletter-block {
    margin-top: 0;
    padding: 20px;
  }
  .newsletter-container .newsletter-block p {
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .newsletter-container .newsletter-block .form input[type=text] {
    padding-left: 15px;
    background-image: none;
  }
}
.our-work {
  padding: 80px 0;
  scroll-margin: 100px;
}

.review-container .swiper {
  width: 100%;
  padding-top: 50px;
  overflow: visible !important;
}
.review-container .swiper-slide {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 240px;
  transition: all 0.4s ease;
  transform: scaleY(0.9) !important;
  opacity: 0.6;
  height: 310px;
  overflow: hidden;
  position: relative;
  width: 30%;
}
.review-container .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 8, 30, 0.58);
}
.review-container .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.review-container .swiper-slide-active {
  opacity: 1;
  z-index: 3;
  background: #ffffff;
  transform: scaleY(1) !important;
}
.review-container .swiper-slide-active:before {
  display: none;
}
.review-container .swiper-slide-next,
.review-container .swiper-slide-prev {
  opacity: 1;
  z-index: 2;
  background: #F1F6F9;
  transform: scaleY(1) !important;
}
.review-container .swiper-slide-next:before,
.review-container .swiper-slide-prev:before {
  display: none;
}
.review-container .stars {
  color: #ffb400;
  font-size: 30px;
  letter-spacing: 2px;
}
.review-container .quote {
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0px;
  color: #013B53;
  margin-bottom: 10px;
}
.review-container .text {
  font-family: Urbanist;
  font-weight: 400;
  font-style: Italic;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0px;
  color: #576583;
}
.review-container .user {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #DDEBF3;
}
.review-container .user img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #e3f2fd;
}
.review-container .user span {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0px;
  color: #013B53;
}
.review-container .swiper-button-prev {
  padding-left: 14px;
  justify-content: unset !important;
  left: -128px;
  top: -175px;
}
.review-container .swiper-button-next {
  padding-left: 18px;
  justify-content: unset !important;
  right: -128px;
  top: -175px;
}
.review-container .swiper-button-next,
.review-container .swiper-button-prev {
  color: #1B2D43;
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.review-container .swiper-button-next:after,
.review-container .swiper-button-prev:after {
  font-size: 16px;
  font-weight: bold;
}
.review-container .swiper-pagination-bullet {
  background: #D01AC7;
  opacity: 0.3;
  transition: all 0.2s ease;
}
.review-container .swiper-pagination-bullet-active {
  opacity: 1;
  background: #D01AC7;
  width: 30px;
  border-radius: 10px;
}
.review-container .navigation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-container .navigation .navigation-holder {
  width: 100%;
  position: relative;
  margin-top: 27px;
}
.review-container .navigation .swiper-pagination {
  bottom: -7px !important;
}

@media (max-width: 2100px) {
  .review-container .navigation .navigation-holder {
    width: 78%;
    position: relative;
    margin-top: 27px;
  }
}
@media (max-width: 1600px) {
  .review-container .navigation .navigation-holder {
    width: 53%;
    position: relative;
    margin-top: 27px;
  }
}
@media (max-width: 1200px) {
  .review-container {
    padding: 15px 0 30px;
    background: none;
  }
}
@media (max-width: 678px) {
  .review-container .navigation .navigation-holder {
    width: 100%;
  }
  .review-container {
    padding: 0;
    background: none;
  }
  .review-container .swiper {
    width: 100%;
    padding: 20px 15px;
    overflow: visible !important;
  }
  .review-container .swiper-button-next {
    padding-left: 18px;
    justify-content: unset !important;
    right: -30px;
    top: -175px;
  }
  .review-container .swiper-button-prev {
    padding-left: 18px;
    justify-content: unset !important;
    left: -30px;
    top: -175px;
  }
}
.register-action {
  padding: 120px 0;
}
.register-action .register-action-holder {
  background-image: url("/img/front/register-action-bg.webp");
  padding: 50px;
  border-radius: 50px;
  background-position: right center;
  background-size: cover;
}
.register-action .text {
  font-family: Urbanist;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0px;
  margin: 20px 0;
  color: #576583;
}
.register-action .img-holder {
  position: relative;
}
.register-action .img-holder .phone {
  position: absolute;
  top: -127px;
  height: 530px;
  right: -15px;
}
.register-action .img-holder .phone-bg {
  position: absolute;
  right: 103px;
  bottom: -364px;
}

@media (max-width: 678px) {
  .register-action {
    padding: 30px 0 90px 0;
  }
  .register-action .register-action-holder {
    background-position: center center;
    border-radius: 33px;
  }
  .register-action .img-holder .phone {
    display: none;
  }
}
.form-holder {
  background: #FFFFFF;
  padding: 10px;
  border-radius: 12px;
  margin-top: 25px;
}
.form-holder h2 {
  font-family: Urbanist;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0px;
  position: relative;
  color: #0E1B36;
}
.form-holder h2.with-image {
  padding-left: 20px;
}
.form-holder h2.with-image.food:before {
  content: url(/img/front/food-title.png);
  position: absolute;
  top: 0px;
  left: 0px;
}

.modal-dialog.add-to-cart.modal-lg {
  max-width: 650px;
}
.modal-dialog.add-to-cart .modal-content {
  padding: 5px 15px 15px;
}
.modal-dialog.add-to-cart .modal-content .modal-header {
  background: url("/img/front/icons/components/modal/check-ok.svg") left center no-repeat;
  padding-left: 40px;
}
.modal-dialog.add-to-cart .modal-content .modal-body {
  padding: 15px 0 0 0;
}
.modal-dialog.add-to-cart .modal-content .modal-body .name {
  font-size: 14px;
  font-weight: 600;
}
.modal-dialog.add-to-cart .modal-content .modal-body .code {
  font-size: 12px;
}
.modal-dialog.add-to-cart .modal-content .modal-body .code span {
  font-weight: 600;
}
.modal-dialog.add-to-cart .modal-content .modal-body .price {
  text-align: right;
  color: #E82121;
  font-weight: 700;
  font-size: 14px;
}
.modal-dialog.add-to-cart .modal-content .modal-body .free-shipping {
  color: #E87421;
  background: #fdf1e9;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 15px;
  margin: 15px 0 25px;
}
.modal-dialog.add-to-cart .modal-content .modal-body .free-shipping span {
  display: inline-block;
  background: url("/img/front/icons/components/modal/free-shipping.svg") left center no-repeat;
  padding-left: 32px;
}
.modal-dialog.add-to-cart .modal-content .modal-body .back-to-shop {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.modal-dialog.add-to-cart .modal-content .modal-body .back-to-shop:hover {
  text-decoration: underline;
}

@media (max-width: 576px) {
  .modal-dialog.add-to-cart .modal-content .modal-body .free-shipping {
    font-size: 14px;
  }
}
.modal-dialog.cookies-confirm .modal-content {
  padding: 5px 20px 15px;
  background-color: #1c1c18;
}
.modal-dialog.cookies-confirm .modal-content .modal-title {
  font-size: 26px;
  font-weight: 500;
  background: url("/img/front/icons/components/modal/cookies.svg") left center no-repeat;
  background-size: 36px;
  padding-left: 48px;
  color: #ffffff;
}
.modal-dialog.cookies-confirm .modal-content .modal-body {
  padding: 5px 0 0 0;
}
.modal-dialog.cookies-confirm .modal-content .modal-body .cookies-setings {
  color: white;
  font-size: 16px;
  margin-right: 20px;
  cursor: pointer;
}
.modal-dialog.cookies-confirm .modal-content .modal-body .save-cookies-setings {
  color: white;
  font-size: 16px;
  margin-right: 20px;
  cursor: pointer;
}
.modal-dialog.cookies-confirm .modal-content .modal-body .cookie-content p {
  color: #ffffff;
}
.modal-dialog.cookies-confirm .modal-content .modal-body .btn {
  cursor: pointer;
}
.modal-dialog.cookies-confirm .modal-content .modal-body .btn:hover {
  color: #ffffff !important;
}
.modal-dialog.cookies-confirm .modal-content .modal-body .block {
  margin: 10px 0;
  border: 0;
  padding: 6px;
  box-shadow: none;
  border-radius: 8px !important;
  background: rgba(227, 202, 131, 0.12);
}
.modal-dialog.cookies-confirm .modal-content .modal-body .block .block-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 15px;
}
.modal-dialog.cookies-confirm .modal-content .modal-body .block .block-header .active {
  color: #097D1C;
  font-size: 16px;
  font-weight: 500;
}
.modal-dialog.cookies-confirm .modal-content .modal-body .block .block-content {
  padding: 5px 15px;
}
.modal-dialog.cookies-confirm .modal-content .modal-body .block .toggler {
  display: inline-block;
  width: auto;
  padding: 10px 0 10px 55px;
  font-size: 14px;
  border: none;
  position: relative;
  color: white;
}
.modal-dialog.cookies-confirm .modal-content .modal-body .block .toggler:focus {
  box-shadow: none;
  text-decoration: none;
}
.modal-dialog.cookies-confirm .modal-content .modal-body .block .toggler:hover {
  text-decoration: underline;
}
.modal-dialog.cookies-confirm .modal-content .modal-body .block .toggler:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 4px;
  background: #ffffff url("/img/front/icons/components/modal/arrow-down.svg") center center no-repeat;
  width: 33px;
  height: 33px;
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  transform: rotate(180deg);
}
.modal-dialog.cookies-confirm .modal-content .modal-body .block .toggler.collapsed:after {
  transform: rotate(0deg);
}
.modal-dialog.cookies-confirm .modal-content .modal-body .custom-control-label {
  cursor: pointer;
}

.cookies-agreement {
  color: #E82121;
  text-decoration: underline;
  cursor: pointer;
}
.cookies-agreement:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .cookies-setings {
    margin-bottom: 15px;
  }
  .modal-content .modal-header .close {
    top: 25px !important;
    right: 19px !important;
  }
}
.modal-dialog.login .modal-header {
  padding: 0;
  font-size: 0;
  border: 0;
}
.modal-dialog.login .modal-body {
  padding: 0;
}
.modal-dialog.login .modal-body a {
  font-size: 14px;
  font-weight: 500;
}
.modal-dialog.login .modal-body .login-block {
  background: #F3F7FF;
  padding: 35px 30px;
  border-radius: 6px 0 0 6px;
}
.modal-dialog.login .modal-body .login-block .headline {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.modal-dialog.login .modal-body .login-block label {
  margin: 15px 0 2px;
}
.modal-dialog.login .modal-body .login-block .btn {
  width: 100%;
}
.modal-dialog.login .modal-body .benefits-block {
  padding: 35px 30px;
}
.modal-dialog.login .modal-body .benefits-block .headline {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.modal-dialog.login .modal-body .benefits-block ul {
  border-bottom: 1px solid #E6EFFD;
  padding-bottom: 15px;
}
.modal-dialog.login .modal-body .benefits-block ul li {
  font-size: 14px;
  font-weight: 400;
  margin: 15px 0;
  padding: 0 0 0 26px;
  background: url("/img/front/icons/components/modal/login-benefit.svg") left center no-repeat;
}

@media (max-width: 991px) {
  .modal-dialog.login .modal-header .close {
    right: -30px;
    background-color: rgb(217.5, 230, 255);
  }
}
.registration-info {
  max-width: 530px;
}
.registration-info .modal-content .modal-header .modal-title {
  margin: 0 auto;
  display: block;
}
.registration-info .modal-body {
  text-align: center;
}
.registration-info .modal-body .headline {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}
.registration-info .modal-body .or-separator {
  text-align: center;
  position: relative;
  margin-top: 25px;
  margin-bottom: 30px;
}
.registration-info .modal-body .or-separator > span {
  display: inline-block;
  padding: 0 15px;
  color: #AFB1C7;
  font-weight: 600;
  position: relative;
  background-color: #ffffff;
  z-index: 5;
}
.registration-info .modal-body .or-separator:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #AFB1C7;
  opacity: 0.3;
}

.cart-out-stock-info {
  max-width: 500px;
}
.cart-out-stock-info .modal-title {
  width: 100%;
  text-align: center;
}

.cart-clear-confirmation {
  max-width: 360px;
}
.cart-clear-confirmation .modal-content .modal-header .close {
  right: 0;
}
.cart-clear-confirmation .modal-title {
  text-align: center;
  width: 100%;
}
.cart-clear-confirmation .content {
  text-align: center;
}

.watchdog-confirmation {
  max-width: 360px;
}
.watchdog-confirmation .modal-content .modal-header .close {
  right: 0;
}
.watchdog-confirmation .modal-title {
  text-align: center;
  width: 100%;
}
.watchdog-confirmation .content {
  text-align: center;
}

.delete-address-confirmation {
  max-width: 360px;
}
.delete-address-confirmation .modal-content .modal-header .close {
  right: 0;
}
.delete-address-confirmation .modal-title {
  text-align: center;
  width: 100%;
}
.delete-address-confirmation .content {
  text-align: center;
}

.modal-content {
  border: none;
  border-radius: 6px;
  box-shadow: 0 12px 24px 0 rgba(22, 23, 51, 0.19);
}
.modal-content .modal-header {
  padding: 15px 0;
  border-bottom: 1px solid #E6EFFD;
}
.modal-content .modal-header h5 {
  font-size: 16px;
  font-weight: 600;
}
.modal-content .modal-header .close {
  background: #F3F7FF url("/img/front/icons/components/modal/close.svg") center center no-repeat;
  opacity: 1 !important;
  position: absolute;
  border: 0;
  z-index: 5;
  width: 34px;
  height: 34px;
  border-radius: 17px;
  top: -15px;
  right: -15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-content .modal-header .close:hover {
  background-color: rgb(217.5, 230, 255);
}

.modal-backdrop {
  opacity: 0.5;
  background: #130B30;
}

.news-list .news-item .image {
  height: 220px;
  background-position: center center;
  background-size: cover;
  border-radius: 6px;
  border: 1px solid #CEDBF0;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news-list .news-item .image:hover {
  border: 1px solid #A4B5D0;
}
.news-list .news-item h3 {
  padding: 0 15px;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 15px;
}
.news-list .news-item .info {
  padding: 10px 15px;
  border-radius: 5px;
  margin-bottom: 15px;
  background: #F3F7FF;
}
.news-list .news-item .info .date {
  background: url("/img/front/icons/components/news/date.svg") top 1px left no-repeat;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-right: 30px;
  padding-left: 24px;
}
.news-list .news-item .info .category {
  background: url("/img/front/icons/components/news/category.svg") top 3px left no-repeat;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding-left: 24px;
}
.news-list .news-item .perex {
  padding: 0 15px;
  font-size: 14px;
  line-height: 27px;
}

@media (max-width: 768px) {
  .news-list .news-item {
    margin-bottom: 40px;
  }
  .news-list .news-item h3 {
    padding: 0 10px;
  }
  .news-list .news-item .info {
    padding: 10px 10px;
  }
  .news-list .news-item .perex {
    padding: 0 10px;
    line-height: 24px;
  }
}
#cart-steps {
  margin: 30px 0 50px;
}
#cart-steps a {
  text-decoration: none;
  color: #002541;
}
#cart-steps .step {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 0;
  padding: 5px 0 5px 10px;
  border-radius: 8px;
  border: 1px solid #D8E4F7;
  background: #FFFFFF;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#cart-steps .step .name {
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
  color: #002541;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#cart-steps .step .counter {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-right: 12px;
  background: #FF1717;
  border-radius: 6px;
  width: 34px;
  min-width: 34px;
  height: 34px;
  background-size: contain;
  padding-top: 5px;
}
#cart-steps .step.active, #cart-steps .step:not(.inactive):hover {
  background: #FF1717;
  border: 1px solid transparent;
}
#cart-steps .step.active .name, #cart-steps .step:not(.inactive):hover .name {
  color: #FFFFFF;
}
#cart-steps .step.active .counter, #cart-steps .step:not(.inactive):hover .counter {
  color: #E82121;
  background: #FFFFFF;
}
#cart-steps .step.passed .counter {
  background: #E82121 url("/img/front/icons/components/order/cart-step-check.svg") center center no-repeat;
  font-size: 0;
}
#cart-steps .step.passed:hover .counter {
  background: #FFFFFF url("/img/front/icons/components/order/cart-step-check-hover.svg") center center no-repeat;
}
#cart-steps .step.inactive .name {
  opacity: 0.4;
}

#cart-steps .row .col-md-3:nth-of-type(4) .step:after {
  display: none;
}

@media (max-width: 1200px) {
  #cart-steps:before {
    display: none;
  }
  #cart-steps .step .counter {
    margin-right: 7px;
  }
  #cart-steps .step .name {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  #cart-steps .step .name {
    font-size: 14px;
    line-height: 15px;
  }
}
@media (max-width: 768px) {
  #cart-steps {
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
  }
  #cart-steps .step {
    margin-bottom: 5px;
  }
  #cart-steps .step .name {
    display: inline-block;
    margin-left: 5px;
    text-align: left;
  }
  #cart-steps .step:after {
    display: none;
  }
}
.order-recapitulation {
  padding: 15px;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 11px 33px 0 rgba(191, 211, 225, 0.45);
  margin-bottom: 10px;
  position: sticky;
  top: 0;
}
.order-recapitulation .headline {
  font-size: 14px;
  font-weight: 600;
}
.order-recapitulation .products {
  border-top: 1px solid #E6EFFD;
  margin-top: 10px;
  padding: 10px 0;
}
.order-recapitulation .products .info {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
}
.order-recapitulation .products .info .name a {
  font-weight: 600;
}
.order-recapitulation .products .info .image {
  margin-right: 15px;
  display: inline-block;
  text-align: center;
  width: 50px;
  flex: 0 0 auto;
}
.order-recapitulation .products .info .image img {
  max-width: 100%;
  max-height: 40px;
}
.order-recapitulation .products .price {
  font-weight: 600;
  font-size: 14px;
  color: #E82121;
  text-align: right;
}
.order-recapitulation .shipping, .order-recapitulation .payment {
  border-top: 1px solid #E6EFFD;
  padding: 10px 0;
}
.order-recapitulation .shipping .info, .order-recapitulation .payment .info {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
}
.order-recapitulation .shipping .info .name, .order-recapitulation .payment .info .name {
  font-weight: 600;
}
.order-recapitulation .shipping .info .image, .order-recapitulation .payment .info .image {
  margin-right: 15px;
  display: inline-block;
  text-align: center;
  width: 50px;
  flex: 0 0 auto;
}
.order-recapitulation .shipping .info .image img, .order-recapitulation .payment .info .image img {
  max-width: 100%;
  max-height: 40px;
}
.order-recapitulation .shipping .price, .order-recapitulation .payment .price {
  font-weight: 600;
  font-size: 14px;
  color: #E82121;
  text-align: right;
}
.order-recapitulation .total {
  padding: 15px;
  font-size: 14px;
  background: #F3F7FF;
  margin: 20px 0;
  border-radius: 9px;
}
.order-recapitulation .total .total-price-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.order-recapitulation .total .total-price-with-vat {
  font-weight: 600;
  font-size: 16px;
  color: #E82121;
}

@media (max-width: 1200px) {
  .order-recapitulation {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .order-recapitulation {
    padding: 10px;
  }
  .order-recapitulation .products .product-price {
    display: block;
    text-align: left;
  }
  .order-recapitulation .total-products .total-price {
    display: block;
    text-align: left;
  }
  .order-recapitulation .total .total-price, .order-recapitulation .total .total-vat, .order-recapitulation .total .total-price-vat {
    display: block;
    text-align: left;
    margin-bottom: 10px;
  }
}
.product-flags {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 5;
}
.product-flags .flag {
  border-radius: 6px;
  font-weight: 500;
  padding: 5px 12px;
  margin: 0 6px 6px 0;
  display: inline-block;
  font-size: 14px;
}
.product-flags .flag.discount {
  color: #dc773f;
  background: #FDE9DE;
}
.product-flags .flag.clearance-sale {
  color: #E82121;
  background: #FAD3D3;
}
.product-flags .flag.news {
  color: #01BC08;
  background: #D3FAD9;
}

@media (max-width: 768px) {
  .product-flags {
    top: 5px;
    left: 5px;
  }
  .product-flags .flag {
    padding: 3px 8px;
    font-size: 12px;
  }
}
.product-list .item-classic {
  position: relative;
  display: block;
  aspect-ratio: 348/495;
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  font-family: "Google Sans Flex";
}
.product-list .item-classic .image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 400ms ease;
}
.product-list .item-classic .image.no-image {
  background-size: contain;
  background-repeat: no-repeat;
}
.product-list .item-classic:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 140px;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
.product-list .item-classic:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 140px;
  z-index: 1;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.product-list .item-classic .flags {
  position: absolute;
  top: 14px;
  left: 12px;
  z-index: 2;
  display: flex;
  gap: 8px;
}
.product-list .item-classic .flags .flag {
  display: inline-flex;
  align-items: center;
  padding: 6px 20px;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #FFFFFF;
}
.product-list .item-classic .info {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
}
.product-list .item-classic .info h3 {
  margin: 0;
  font-family: "Google Sans Flex";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #FFFFFF;
}
.product-list .item-classic .info .price {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #E3CA83;
}
.product-list .item-classic:hover .image {
  transform: scale(1.04);
}

@media (min-width: 576px) and (max-width: 767px) {
  #category .product-list > [class*=col-],
  #search .product-list > [class*=col-] {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .product-list .item-classic .info {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
  .product-list .item-classic .info h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .product-list .item-classic .info .price {
    font-size: 14px;
  }
  .product-list .item-classic .flags .flag {
    padding: 4px 14px;
    font-size: 14px;
    line-height: 24px;
  }
}
.product-list .item-line {
  position: relative;
  margin-bottom: 15px;
  border: 1px solid #CEDBF0;
  border-radius: 10px;
  padding: 5px;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.product-list .item-line:hover {
  border: 1px solid #A4B5D0;
}
.product-list .item-line a {
  text-decoration: none;
}
.product-list .item-line .image-block {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  height: 80px;
}
.product-list .item-line .image-block img {
  max-width: 100%;
  max-height: 80px;
}
.product-list .item-line .favorite-block {
  position: absolute;
  top: 0;
  right: 0;
  background: url("/img/front/icons/components/product/favorite.svg") left center no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.product-list .item-line .favorite-block:hover {
  opacity: 0.7;
}
.product-list .item-line .name-block h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
  margin: 0;
}
.product-list .item-line .name-block h3:hover {
  text-decoration: underline;
}
.product-list .item-line .name-block .code {
  font-size: 13px;
}
.product-list .item-line .name-block .code span {
  font-size: 15px;
  font-weight: 500;
}
.product-list .item-line .availability-block {
  font-size: 12px;
  font-weight: 600;
}
.product-list .item-line .availability-block .availability.on-stock {
  color: #22DAA2;
  background: url("/img/front/icons/components/product/on-stock.svg") left center no-repeat;
  padding-left: 24px;
  font-size: 14px;
}
.product-list .item-line .availability-block .availability.out-stock {
  color: #E82121;
  background: url("/img/front/icons/components/product/out-stock.png") left center no-repeat;
  padding-left: 24px;
  font-size: 14px;
}
.product-list .item-line .price-block .original-with-vat {
  display: inline-block;
  font-size: 12px;
  color: #071029;
}
.product-list .item-line .price-block .original-with-vat span {
  text-decoration: line-through;
}
.product-list .item-line .price-block .with-vat {
  font-size: 16px;
  font-weight: 700;
  color: #E82121;
  line-height: 16px;
}
.product-list .item-line .price-block .without-vat {
  font-size: 12px;
  font-weight: 600;
  color: #071029;
}
.product-list .item-line .cart-block {
  display: flex;
  align-items: center;
  margin: 5px 10px;
}
.product-list .item-line .cart-block .row {
  margin: 0;
  width: 100%;
}
.product-list .item-line .cart-block .col-6 {
  padding: 0;
}
.product-list .item-line .cart-block .quantity {
  font-weight: 500;
  width: 30px;
  border: none;
  margin: 0 4px;
  padding: 5px 0;
  text-align: center;
}
.product-list .item-line .cart-block .quantity::-webkit-inner-spin-button,
.product-list .item-line .cart-block .quantity::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-list .item-line .cart-block .quantity[type=number] {
  -moz-appearance: textfield; /* Pro Firefox */
}
.product-list .item-line .cart-block .quantity-change {
  display: block;
  width: 32px;
  height: 32px;
  background-color: #F3F7FF;
  border-radius: 3px;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  line-height: 27px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.product-list .item-line .cart-block .quantity-change:hover {
  background-color: rgb(217.5, 230, 255);
}
.product-list .item-line .price-per-piece-block {
  margin-top: 5px;
  border-radius: 6px;
  background: #fff6f0 url("/img/front/icons/components/product/price-per-piece.svg") left 13px center no-repeat;
  padding: 5px 15px 5px 40px;
  color: #E87421;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
}
.product-list .item-line .price-per-piece-block .pieces {
  font-size: 11px;
  font-weight: 400;
  color: #071029;
}

#breadcrumb {
  margin: 15px 0;
  display: flex;
  align-items: center;
}
#breadcrumb a {
  font-size: 0;
}
#breadcrumb span {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  font-size: 12px;
  font-weight: 500;
  color: #6776AA;
}
#breadcrumb span:after {
  content: "/";
  position: absolute;
  left: -17px;
  width: 7px;
  height: 10px;
  color: #7F899D;
}
#breadcrumb span.home {
  width: 16px;
  height: 16px;
  background: url("/img/front/icons/layout/breadcrumb/home.svg") left top no-repeat;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#breadcrumb span.home:hover {
  opacity: 0.7;
}
#breadcrumb span:hover {
  text-decoration: underline;
}
#breadcrumb a:first-of-type span:after {
  display: none;
}
#breadcrumb a:last-of-type span {
  color: #002541;
  text-decoration: none;
}
#breadcrumb a:last-of-type span:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  #breadcrumb {
    display: block;
  }
  #breadcrumb span {
    padding-top: 0;
    line-height: 22px;
    margin-right: 20px;
  }
  #breadcrumb span:after {
    top: 1px;
    left: -14px;
  }
  #breadcrumb span.home {
    top: 4px;
  }
  #breadcrumb span.home:after {
    top: 0;
  }
}
.container {
  position: relative;
  max-width: 1352px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1240px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1352px;
  }
}
#content {
  padding-top: 0;
  min-height: 350px;
}
#content .left-side {
  padding-top: 20px;
}
#content.light-grey {
  padding: 50px 0 70px;
  background: #F3F7FF;
}

.gold-text {
  color: #E3CA83;
}

.section-separator {
  background: rgba(227, 202, 131, 0.12);
  text-align: center;
  padding: 38px 0;
  margin: 30px 0;
}
.section-separator h2 {
  color: var(--Font-Dark, #090526);
  text-align: center;
  font-family: "Google Sans Flex";
  font-size: 56px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 15px 0;
}
.section-separator p {
  color: var(--Font-Dark, #090526);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}

.gradient-border {
  position: relative;
  display: inline-block;
  padding: 3px;
}

.gradient-border::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  background: linear-gradient(135deg, #b67caa, #b8a8c4, #8b6286, #92819c);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
  border-radius: 15px;
}

.gradient-border-white {
  position: relative;
  display: inline-block;
  padding: 3px;
}

.gradient-border-white::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  background: linear-gradient(135deg, #ffffff, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0.41));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
  border-radius: 15px;
}

.modal-dialog {
  margin: 10rem auto !important;
}

h2 {
  font-family: Playfair Display;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 46px;
  leading-trim: NONE;
  line-height: 56px;
  letter-spacing: 0px;
  color: #013B53;
  position: relative;
  text-align: left;
  margin-top: 0;
}
h2.with-star:after {
  content: url(/img/front/star.png);
  position: absolute;
  top: -25px;
  left: -33px;
}
h2.with-white-star:after {
  content: url(/img/front/white-star.png);
  position: absolute;
  top: -25px;
  left: -33px;
}

@media (max-width: 678px) {
  h2 {
    font-size: 32px;
    line-height: 41px;
  }
  .section-separator h2 {
    color: var(--Font-Dark, #090526);
    text-align: center;
    font-family: "Google Sans Flex";
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 0 0 15px 0;
  }
  .section-separator {
    margin: 0px 0;
  }
}
#footer .contact-container {
  padding: 20px 0 45px;
}
#footer .contact-container a {
  text-decoration: none;
}
#footer .contact-container a:hover {
  text-decoration: underline;
}
#footer .contact-container .logo-block {
  position: relative;
  left: -22px;
}
#footer .contact-container .item {
  font-size: 16px;
  padding: 10px 0 10px 40px;
  background: left center no-repeat;
}
#footer .contact-container .item.opening-hours {
  background-image: url("/img/front/icons/layout/footer/opening-hours.svg");
}
#footer .contact-container .item.phone {
  background-image: url("/img/front/icons/layout/footer/phone.svg");
}
#footer .contact-container .item.email {
  background-image: url("/img/front/icons/layout/footer/email.svg");
}

@media (max-width: 991px) {
  #footer .contact-container {
    padding: 20px 0;
  }
  #footer .contact-container .logo-block {
    margin-bottom: 10px;
  }
  #footer .contact-container .item {
    display: inline-block;
  }
}
#footer .copyright-container {
  padding: 15px 0;
  position: relative;
}
#footer .copyright-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #DEE6F1;
  opacity: 10%;
}

#footer .menu-container {
  padding-bottom: 40px;
}
#footer .menu-container .headline {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #ffffff;
}
#footer .menu-container .subline {
  color: #ffffff;
}
#footer .menu-container ul {
  margin: 10px 0;
}
#footer .menu-container ul li {
  list-style: none;
  margin-bottom: 8px;
}
#footer .menu-container ul li a {
  text-decoration: none;
  line-height: 24px;
  color: #CEDBF0;
}
#footer .menu-container ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
#footer .menu-container .social {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
#footer .menu-container .social img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .menu-container .social img:hover {
  opacity: 0.6;
}
#footer .menu-container .payments {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  #footer .menu-container .payments {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  #footer .menu-container {
    padding-bottom: 0;
  }
  #footer .menu-container ul {
    margin-bottom: 30px;
  }
  #footer .menu-container ul li {
    margin-bottom: 4px;
  }
}
a.btn-pink {
  cursor: pointer;
}
a.btn-pink:hover {
  color: #ffffff !important;
}

#footer {
  position: relative;
  padding: 75px 0 0 0;
  background: var(--White, #FFF);
  overflow: hidden;
  color: black !important;
  background-repeat: no-repeat;
  background-size: cover;
  scroll-margin: 100px;
}
#footer .custom-select-container {
  position: relative;
  cursor: pointer;
  width: 100%;
}
#footer .custom-select-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: #6f4768;
  border-radius: 6px;
  color: white;
  position: relative;
}
#footer .custom-select-trigger:after {
  content: "▼";
  position: absolute;
  right: 10px;
  font-size: 8px;
}
#footer .custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #6f4768;
  color: white;
  z-index: 100;
  display: none;
  border-radius: 6px;
  border: 2px solid #53334c;
}
#footer .custom-select-container.open .custom-options {
  display: block;
}
#footer .custom-option {
  padding: 10px;
  transition: background 0.2s;
}
#footer .custom-option:hover {
  background: #52324c;
}
#footer .custom-option.selected {
  background: #52324c;
  color: white;
}
#footer .d-none {
  display: none;
}
#footer .menu-container {
  padding-bottom: 0px !important;
}
#footer .contact-us-section {
  display: flex;
  justify-content: space-between;
}
#footer .contact-us-section .info {
  width: 35%;
}
#footer .contact-us-section h2 {
  color: #FF4D9B;
  font-family: Oxanium;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 0;
}
#footer .contact-us-section .subline {
  color: #FFF;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
#footer .contact-us-section .company-info .name {
  color: #FF4D9B;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-top: 30px;
}
#footer .contact-us-section .company-info .info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
#footer .contact-us-section .company-info .info-item .icon-holder {
  background: rgba(144, 98, 133, 0.16);
  border-radius: 14px;
  padding: 10px;
}
#footer .contact-us-section .company-info .info-item .icon-holder img {
  width: 30px;
}
#footer .contact-us-section .company-info .info-item .info-text {
  color: var(--White, #FFF);
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
#footer .contact-us-section .company-info .info-item .info-text a {
  color: var(--White, #FFF);
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
#footer .contact-us-section .company-info .info-item .info-text a:hover {
  text-decoration: underline;
}
#footer .contact-us-section .company-info .info-item .info-text span {
  color: #FF4D9B;
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#footer .contact-us-section .form {
  border-radius: 16px;
  background: #4A1942;
  padding: 25px;
  font-family: Onest;
  width: 65%;
  max-height: 506px;
}
#footer .contact-us-section .form select option {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}
#footer .contact-us-section .form h3 {
  color: #FF4D9B;
  font-family: Oxanium;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  margin-top: 0;
}
#footer .contact-us-section .form p {
  color: var(--White, #FFF);
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
#footer .contact-us-section .form label {
  color: var(--White, #FFF);
  font-family: Onest;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 7px;
}
#footer .contact-us-section .form input {
  margin-bottom: 20px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.2);
  color: #FFF;
  border: 1px solid transparent;
}
#footer .contact-us-section .form input::placeholder {
  color: #FFF;
  opacity: 1;
}
#footer .contact-us-section .form select {
  margin-bottom: 20px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.2);
  color: #FFF;
  border: 1px solid transparent;
}
#footer .contact-us-section .form textarea {
  margin-bottom: 20px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.2);
  color: #FFF;
  border: 1px solid transparent;
}
#footer .contact-us-section .form textarea::placeholder {
  color: #FFF;
  opacity: 1;
}
#footer .footer-info {
  display: flex;
}
#footer .footer-info .basic {
  width: 35%;
}
#footer .footer-info .basic .logo img {
  width: 235px;
}
#footer .footer-info .basic .text {
  margin-top: 24px;
  color: var(--Font-Dark, #090526);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#footer .footer-info .basic .linkedin-holder {
  margin-top: 20px;
  border-radius: 50px;
  padding: 10px;
  transition: all 0.3s ease-in-out;
}
#footer .footer-info .basic .linkedin-holder:hover {
  background: rgba(144, 98, 133, 0.16);
}
#footer .footer-info .basic .linkedin-holder:before {
  border-radius: 50px;
}
#footer .footer-info .links {
  width: 65%;
  display: flex;
  padding-top: 25px;
}
#footer .footer-info .links .navigation {
  flex: 1;
}
#footer .footer-info .links .navigation .name {
  color: var(--gold-120, #A5925C);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px;
}
#footer .footer-info .links .navigation .navigation-items {
  display: flex;
}
#footer .footer-info .links .navigation .navigation-items .holder {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 280px;
}
#footer .footer-info .links .navigation .navigation-items a {
  color: var(--Font-Dark, #090526);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  position: relative;
  transition: 200ms ease;
}
#footer .footer-info .links .navigation .navigation-items a:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/img/front/right-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 3px;
  left: 0px;
  transition: 200ms ease;
  opacity: 0;
}
#footer .footer-info .links .navigation .navigation-items a:hover {
  opacity: 0.9;
  padding-left: 20px;
  color: var(--Font-Dark, #090526) !important;
}
#footer .footer-info .links .navigation .navigation-items a:hover:before {
  opacity: 1;
}
#footer .content {
  justify-content: space-between;
}
#footer .credits .credits-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
#footer .credits .rights {
  color: var(--Font-Dark, #090526);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#footer .credits .evidsoft {
  color: var(--Font-Dark, #090526);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#footer .copyright-container .copyright-holder {
  color: var(--Font-Dark, #090526);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
@media (max-width: 575px) {
  #footer .content {
    text-align: center;
  }
  #footer .content .block .text {
    width: 100%;
  }
}
#footer .footer-cookies {
  border-top: 1px solid rgba(116, 102, 61, 0.1);
  border-bottom: 1px solid rgba(116, 102, 61, 0.1);
  padding: 37px 0;
  margin-top: 42px;
}
#footer .footer-cookies .footer-cookies-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .footer-cookies .footer-cookies-holder .text {
  color: var(--Font-Light_Grey, #49475C);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 65%;
}
#footer .footer-cookies .footer-cookies-holder .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
#footer .footer-cookies .footer-cookies-holder .buttons a {
  color: var(--Font-Dark, #090526);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  position: relative;
  transition: 200ms ease;
}
#footer .footer-cookies .footer-cookies-holder .buttons a:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/img/front/right-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 3px;
  left: 0px;
  transition: 200ms ease;
  opacity: 0;
}
#footer .footer-cookies .footer-cookies-holder .buttons a:hover {
  opacity: 0.9;
  padding-left: 20px;
  color: var(--Font-Dark, #090526) !important;
  margin-right: -20px;
}
#footer .footer-cookies .footer-cookies-holder .buttons a:hover:before {
  opacity: 1;
}

.contact-form-info {
  text-align: right;
}

@media (max-width: 768px) {
  .contact-form-info {
    text-align: center;
  }
  #footer .credits {
    display: flex;
    align-items: center;
    padding: 20px 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  #footer .contact-us-section {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  #footer .contact-us-section .info {
    width: 100%;
  }
  #footer .footer-info .basic {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
    text-align: center;
  }
  #footer .footer-info .links .navigation .navigation-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    margin-bottom: 30px;
    align-items: center;
  }
  #footer .footer-info .links {
    width: 100%;
    display: flex;
    padding-top: 30px;
  }
  #footer .footer-info .links .navigation .name {
    text-align: center;
  }
  #footer .footer-info .links .navigation .navigation-items .holder {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  #footer .contact-us-section .form {
    width: 100%;
    padding: 15px;
  }
  #footer .contact-us-section h2 {
    font-size: 38px;
    line-height: 44px;
  }
  #footer {
    padding: 30px 0 0 0;
  }
  #footer .company-info {
    margin-bottom: 30px;
  }
  #footer .menu-container .block .socials {
    justify-content: center;
  }
  #footer .copyright-container .copyright-holder .info {
    text-align: center;
  }
  #footer .menu-container .block {
    margin-bottom: 25px;
  }
  #footer .footer-info {
    display: flex;
    flex-direction: column;
  }
  #footer .footer-info .links {
    flex-direction: column;
  }
  #footer .footer-cookies .footer-cookies-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 25px;
  }
  #footer .footer-cookies .footer-cookies-holder .text {
    text-align: center;
  }
  #footer .footer-cookies .footer-cookies-holder .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  #footer .credits .credits-holder {
    flex-direction: column;
    gap: 20px;
  }
  #footer .credits .rights {
    text-align: center;
  }
}
#header {
  background: #1C1B17;
  position: relative;
  z-index: 50;
  overflow-x: clip;
  transition: all 0.3s;
}
#header.white-menu {
  box-shadow: 0 23px 46px rgba(147, 151, 170, 0.1098039216);
  background: #1C1B17;
  padding: 20px 10px;
}
#header.white-menu .header-logo .logo-holder {
  height: 45px;
  width: 230px;
}
#header.white-menu .header-logo img {
  position: relative;
  height: 45px;
}
#header.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  overflow: visible;
  width: 100%;
  display: flex;
  align-items: center;
  margin: auto;
  border-radius: 0px;
  justify-content: space-between;
  margin-top: 0px;
  height: 67px;
  z-index: 20;
  padding: 50px 35px;
}
#header.fixed.scrolled {
  background: rgba(28, 27, 23, 0.84);
  margin-top: 0 !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 0;
  padding: 50px 35px;
}
#header.fixed.scrolled .header-main-menu-container .main-menu .standard-menu-wrapper {
  background: unset;
  backdrop-filter: unset;
  -webkit-backdrop-filter: unset;
  border-radius: unset;
  padding: 5px;
}
#header.fixed.scrolled .header-main-menu-container .main-menu .standard-menu-wrapper:before {
  display: none;
}
#header .header-right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 37px;
}
#header .header-right .buttons .btn-gold .text-hover {
  background: white;
}
#header .socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
#header .socials img {
  width: 25px;
  transition: 300ms ease;
}
#header .socials img:hover {
  transform: scale(1.1);
  filter: brightness(0) invert(1);
}
#header .mobile-menu {
  padding: 0 10px;
}
#header #menuToggle {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
#header #menuToggle .btn-pink:after {
  content: url(/img/front/arrow-right.svg);
  position: absolute;
  top: 19px;
  right: 15px;
}
#header #menuToggle a {
  text-decoration: none;
  color: #FFFFFF;
  transition: color 0.3s ease;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#header #menuToggle a:hover {
  color: #FFFFFF;
}
#header #menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
#header #menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  background: #FFFFFF;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#header #menuToggle span:first-child {
  transform-origin: 0% 0%;
}
#header #menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
#header #menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(5px, -1px);
  background: #FFFFFF;
}
#header #menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#header #menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(4px, 3px);
  background: #FFFFFF;
}
#header .header-logo {
  align-items: center;
}
#header .header-logo .logo-holder {
  height: 77px;
  background-image: url("/img/front/logo-header.svg");
  width: 234px;
  background-repeat: no-repeat;
  background-size: contain;
}
#header .header-logo img {
  position: relative;
  height: 45px;
}
#header .header-main-menu-container {
  font-size: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 0;
}
#header .header-main-menu-container .menu-button {
  display: none;
}
#header .header-main-menu-container .menu-button a {
  text-decoration: none !important;
}
#header .header-main-menu-container .main-menu {
  position: relative;
  display: flex;
  justify-content: space-between;
}
#header .header-main-menu-container .main-menu .menu-item {
  display: inline-block;
  padding: 0 35px 0 35px;
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#header .header-main-menu-container .main-menu .menu-item span {
  position: relative;
  display: inline-block;
}
#header .header-main-menu-container .main-menu .menu-item:hover span {
  color: #E3CA83;
}
#header .header-main-menu-container .main-menu .standard-menu-wrapper {
  display: flex;
  align-items: center;
}
#header .header-main-menu-container .main-menu .standard-menu-wrapper > a {
  flex-shrink: 0;
  white-space: nowrap;
}
#header .header-main-menu-container .main-menu .standard-menu-wrapper:before {
  border-radius: 50px;
}
#header .header-main-menu-container .main-menu .standard-menu-wrapper .menu-item {
  padding: 8px 35px;
  transition: all 0.3s ease;
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#header .header-main-menu-container .main-menu .standard-menu-wrapper a:last-child .menu-item:after {
  display: none;
}

@media (max-width: 678px) {
  #header .header-logo .logo-holder {
    height: 45px;
    width: 150px;
  }
}
#header #megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  background: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 250ms ease, transform 250ms ease, visibility 250ms;
  max-height: calc(100vh - 110px);
  overflow-y: auto;
  font-family: "Google Sans Flex";
}
#header #megamenu .megamenu-inner {
  padding: 39px 0 40px;
}
#header #megamenu .megamenu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 30px;
}
#header #megamenu .mega-group-label {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-transform: uppercase;
  color: #A5925C;
}
#header #megamenu .mega-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#header #megamenu .mega-item {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
}
#header #megamenu .mega-item .tile {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 4px;
  background-color: #EBF1F9;
  background-size: cover;
  background-position: center;
}
#header #megamenu .mega-item span:last-child {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #090526;
  transition: color 300ms ease;
}
#header #megamenu .mega-item:hover span:last-child {
  color: #A5925C;
}
#header #megamenu .mega-divider {
  margin: 31px 0 20px;
  border-top: 1px solid #A5925C;
}
#header.megamenu-open #megamenu {
  opacity: 1;
  visibility: visible;
  transform: none;
}
#header.megamenu-open .standard-menu-wrapper a.has-megamenu .menu-item {
  color: #E3CA83;
}
#header #header-nav-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  background: rgba(28, 27, 23, 0.97);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 250ms ease, transform 250ms ease, visibility 250ms;
  max-height: calc(100vh - 110px);
  overflow-y: auto;
  font-family: "Google Sans Flex";
  padding: 20px 0 30px;
}
#header #header-nav-panel .nav-panel-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header #header-nav-panel .nav-panel-items li {
  display: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#header #header-nav-panel .nav-panel-items li.pn-visible {
  display: block;
}
#header #header-nav-panel .nav-panel-items li a {
  display: block;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 300ms ease;
}
#header #header-nav-panel .nav-panel-items li a:hover {
  color: #E3CA83;
}
#header #header-nav-panel .nav-panel-cta {
  margin-top: 24px;
}
#header.nav-open #header-nav-panel {
  opacity: 1;
  visibility: visible;
  transform: none;
}
#header .standard-menu-wrapper a.pn-hidden {
  display: none;
}
#header .mobile-menu {
  display: none;
}
#header.has-hidden-items .mobile-menu {
  display: block;
}

#menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 15;
  background: rgba(28, 27, 23, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 250ms ease, visibility 250ms;
}

#header.megamenu-open ~ #menu-overlay,
#header.nav-open ~ #menu-overlay {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  #header #megamenu .megamenu-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  #header.fixed {
    padding: 20px 16px;
  }
  #header .header-right .socials,
  #header .header-right .buttons {
    display: none;
  }
}
#header #megamenu a.mega-group-label {
  display: block;
  text-decoration: none;
  transition: color 300ms ease;
}
#header #megamenu a.mega-group-label:hover {
  color: #E3CA83;
}
#header #megamenu .mega-group--wide .mega-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 30px;
}
#header #megamenu .mega-group--wide + .mega-group--wide {
  margin-top: 31px;
}

@media (max-width: 991px) {
  #header #megamenu .mega-group--wide .mega-items {
    grid-template-columns: 1fr;
  }
}
#header #megamenu .mega-item .tile {
  overflow: hidden;
}
#header #megamenu .mega-item .tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-menu .overlay {
  width: 100%;
  height: 0;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: rgba(69, 95, 174, 0.97);
  overflow-y: hidden;
  transition: all 0.3s cubic-bezier(0.165, 0.63, 0.14, 0.82);
}
.mobile-menu .overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  display: block;
  transition: 0.3s;
}
.mobile-menu .overlay a:after {
  display: block;
  content: "";
  width: 20%;
  height: 1px;
  background: #fff;
  margin: 5px auto;
}
.mobile-menu .overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  /*
  30px top margin to avoid conflict with the close button on smaller screens
  */
}
.mobile-menu .hamburger {
  position: absolute;
  top: 20px;
  right: 45px;
  cursor: pointer;
  z-index: 2;
  outline: none;
}
.mobile-menu .hamburger .hamburger-inner {
  background: rgba(69, 95, 174, 0.97);
}
.mobile-menu .hamburger .hamburger-inner:before, .mobile-menu .hamburger .hamburger-inner:after {
  background: rgba(69, 95, 174, 0.97);
}
.mobile-menu .hamburger:hover {
  opacity: 1;
}
.mobile-menu .is-active .hamburger .hamburger-inner {
  background: #fff;
}
.mobile-menu .is-active .hamburger .hamburger-inner:before, .mobile-menu .is-active .hamburger .hamburger-inner:after {
  background: #fff;
}
.mobile-menu .is-active .overlay {
  height: 100%;
}
.mobile-menu .is-active a {
  color: #fff;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
}
.cart-import-container {
  background: #F3F7FF;
  border: 1px solid #CEDBF0;
  border-radius: 8px;
  padding: 25px 25px 20px;
}
.cart-import-container h2 {
  margin: 0 0 15px;
}
.cart-import-container p {
  margin: 0;
}
.cart-import-container .file-upload-zone {
  border-radius: 8px;
  border: 1px dashed #FF1717;
  text-align: center;
  padding: 25px 15px;
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cart-import-container .file-upload-zone:hover {
  border: 1px dashed #A10D0D;
}
.cart-import-container .file-upload-zone:hover, .cart-import-container .file-upload-zone.dragover {
  background-color: #f8f9fa;
  border-color: #007bff;
}
.cart-import-container .file-upload-zone u {
  color: #007bff;
  cursor: pointer;
}
.cart-import-container .text-right {
  text-align: right;
}
.cart-import-container .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
}
.cart-import-container .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.cart-import-container .btn-primary:hover {
  background-color: #0069d9;
  border-color: #0062cc;
}
.cart-import-container .hidden-file-input {
  display: none;
}
.cart-import-container .file-info {
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-top: 15px;
  display: none;
}
.cart-import-container .file-info.has-file {
  display: flex;
  align-items: center;
}
.cart-import-container .form-group {
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: flex-end;
  gap: 10px;
}
.cart-import-container .form-group select {
  max-width: 25%;
  cursor: pointer;
}
.cart-import-container .file-name {
  flex-grow: 1;
}
.cart-import-container .file-size {
  margin-left: 10px;
  color: #6c757d;
}
.cart-import-container .file-remove {
  margin-left: 10px;
  color: #dc3545;
  cursor: pointer;
  position: relative;
  z-index: 9;
}
.cart-import-container .error-message {
  color: #dc3545;
  margin-top: 10px;
  display: none;
}
.cart-import-container .error-message.show {
  display: block;
}

@media (max-width: 768px) {
  .cart-import-container {
    padding: 15px;
  }
}
.products-container {
  margin: 40px 0 20px;
}
.products-container .headline {
  font-size: 12px;
  font-weight: 600;
  padding: 8px 0;
  border-bottom: 1px solid #E6EFFD;
}
.products-container .item {
  padding: 22px 0;
  border-bottom: 1px solid #E6EFFD;
}
.products-container .item:last-of-type {
  border: 0;
}
.products-container .item .name {
  font-size: 13px;
  font-weight: 700;
}
.products-container .item .code {
  font-size: 12px;
  font-weight: 500;
}
.products-container .item .code span {
  font-weight: 700;
}
.products-container .item .availability {
  background: url("/img/front/icons/components/product/on-stock.svg") left -3px center no-repeat;
  padding-left: 20px;
  color: #22DAA2;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}
.products-container .item .image {
  text-align: center;
  height: 50px;
}
.products-container .item .image img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
}
.products-container .item .quantity-block {
  font-size: 0;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-container .item .quantity-block .quantity {
  font-weight: 500;
  width: 38px;
  border: none;
  margin: 0 4px 0 12px;
  padding: 5px 0;
  text-align: center;
}
.products-container .item .quantity-block .quantity-change {
  display: block;
  width: 32px;
  height: 32px;
  background-color: #F3F7FF;
  border-radius: 3px;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  line-height: 27px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.products-container .item .quantity-block .quantity-change:hover {
  background-color: rgb(217.5, 230, 255);
}
.products-container .item .price {
  font-size: 14px;
  font-weight: 600;
}
.products-container .item .total-price {
  font-size: 16px;
  font-weight: 700;
  color: #E82121;
}
.products-container .item .remove-item {
  width: 13px;
  height: 13px;
  display: inline-block;
  background: url("/img/front/icons/pages/cart/remove-item.svg") center center no-repeat;
  cursor: pointer;
}
.products-container .item .remove-item:hover {
  opacity: 0.6;
}
.products-container .item.item-coupon .coupon-image {
  object-fit: contain;
  object-position: center;
  max-height: 40px;
}
.products-container .item.item-coupon .coupon-icon {
  color: #E82121;
  font-size: 25px;
}
.products-container .item.item-coupon .coupon-code {
  color: #6776AA;
  font-size: 10px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .products-container .headline {
    display: none;
  }
  .products-container .item .name {
    text-align: center;
  }
}
.summary-container {
  background: #F3F7FF;
  border: 1px solid #CEDBF0;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
}
.summary-container .coupon-block {
  position: relative;
}
.summary-container .coupon-block #coupon-form label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.summary-container .coupon-block #coupon-form input {
  width: 100%;
  background: #FFFFFF url("/img/front/icons/pages/cart/coupon.svg") left 15px center no-repeat;
  padding: 15px 15px 15px 48px;
  border-radius: 40px;
}
.summary-container .coupon-block #coupon-form button {
  position: absolute;
  right: 4px;
  bottom: 4px;
  padding: 12px 25px 12px;
  border-radius: 25px;
}
.summary-container .summary-block {
  font-size: 14px;
  font-weight: 500;
}
.summary-container .summary-block .total-with-vat {
  font-size: 16px;
  font-weight: 700;
  color: #E82121;
}

@media (max-width: 991px) {
  .summary-container {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .cart-products .header-row {
    display: none;
  }
  .cart-products .name {
    margin: 10px 0;
    text-align: center;
  }
  .cart-products .price, .cart-products .total-price {
    display: block;
    text-align: center;
  }
  .cart-products .delete-cart-item {
    margin-top: 10px;
  }
  .cart-summary {
    padding: 15px;
  }
  .cart-summary .coupon {
    margin-top: 0;
  }
  .cart-summary .with-vat {
    font-size: 18px;
  }
  .cart-summary .without-vat-label {
    font-size: 18px;
  }
  .coupon form {
    width: 100%;
  }
  .cart-products .cart-row .price {
    display: none;
  }
}
#cart {
  padding: 50px 0 70px;
}
#cart .clear-cart-btn-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
#cart .clear-cart-btn-wrapper .btn {
  padding: 5px 10px;
}

@media (max-width: 768px) {
  #cart {
    padding: 30px 0 50px;
  }
}
#category .category-headline {
  margin-top: 90px;
  background: #1C1F21;
  font-family: "Google Sans Flex";
}
#category .category-headline .headline-holder {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
}
#category .category-headline .headline-content {
  padding: 38px 0 40px;
}
#category .category-headline #breadcrumb {
  margin: 0;
}
#category .category-headline #breadcrumb span {
  font-family: "Google Sans Flex";
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #FFFFFF;
  margin-right: 22px;
}
#category .category-headline #breadcrumb span:after {
  content: "/";
  color: #FFFFFF;
  font-weight: 300;
  top: 0;
  left: -14px;
}
#category .category-headline #breadcrumb span.home {
  display: none;
}
#category .category-headline #breadcrumb a:first-of-type + a span:after {
  display: none;
}
#category .category-headline #breadcrumb a:last-of-type span {
  color: #E3CA83;
}
#category .category-headline h1 {
  margin: 40px 0 0;
  font-family: "Google Sans Flex";
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
  color: #FFFFFF;
}
#category .category-headline p {
  margin: 14px 0 0;
  max-width: 985px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #E6E0CE;
}
#category .category-headline .headline-image {
  flex-shrink: 0;
  align-self: flex-end;
  padding-top: 22px;
}
#category .category-headline .headline-image img {
  display: block;
  width: 397px;
  max-width: 100%;
  height: 258px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 991px) {
  #category .category-headline .headline-holder {
    flex-direction: column;
    gap: 0;
  }
  #category .category-headline .headline-content {
    padding-bottom: 24px;
  }
  #category .category-headline h1 {
    margin-top: 20px;
    font-size: 30px;
    line-height: 38px;
  }
  #category .category-headline .headline-image {
    align-self: stretch;
  }
  #category .category-headline .headline-image img {
    width: 100%;
    height: 180px;
  }
}

@media (max-width: 767px) {
  #category .category-headline .headline-content {
    padding-top: 24px;
  }
  #category .category-headline h1 {
    margin-top: 16px;
    font-size: 26px;
    line-height: 34px;
  }
  #category .category-headline p {
    font-size: 16px;
    line-height: 26px;
  }
  #category .category-headline .headline-image img {
    height: 150px;
  }
}
#category .filter-design {
  font-family: "Google Sans Flex";
  color: #090526;
}
#category .filter-design .filter-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
#category .filter-design .filter-head img {
  width: 23px;
  height: 23px;
}
#category .filter-design .filter-head span {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
#category .filter-design .filter-head .filter-head-caret {
  display: none;
  width: 20px;
  height: 20px;
  margin-left: auto;
  transition: transform 300ms ease;
}
#category .filter-design .filter-search {
  display: flex;
  align-items: center;
  gap: 11px;
  width: 100%;
  height: 66px;
  margin: 0;
  padding: 0 16px;
  background: #FBF8F0;
  border: 1px solid #E3CA83;
  border-radius: 8px;
  cursor: text;
}
#category .filter-design .filter-search img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
#category .filter-design .filter-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  font-family: "Google Sans Flex";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #090526;
  outline: none;
}
#category .filter-design .filter-search input::placeholder {
  color: #090526;
  opacity: 1;
}
#category .filter-design .group-label {
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #A5925C;
}
#category .filter-design .checkbox {
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #E3CA83;
  border-radius: 4px;
  background: #FFFFFF;
  position: relative;
}
#category .filter-design .is-checked .checkbox {
  background: #E3CA83;
}
#category .filter-design .is-checked .checkbox:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  width: 10px;
  height: 7px;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(-45deg);
}
#category .filter-design .filter-group {
  margin-top: 28px;
}
#category .filter-design .filter-group--divided {
  border-top: 1px solid rgba(15, 12, 35, 0.12);
  padding-top: 28px;
}
#category .filter-design .filter-group .group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#category .filter-design .filter-group .group-head .toggle {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#category .filter-design .filter-group .group-boxes {
  margin-top: 9px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#category .filter-design .filter-group .filter-box {
  display: flex;
  align-items: center;
  gap: 13px;
  height: 62px;
  margin: 0;
  padding: 0 15px 0 18px;
  border: 1px solid rgba(15, 12, 35, 0.16);
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 300ms ease;
}
#category .filter-design .filter-group .filter-box .name {
  flex: 1;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
#category .filter-design .filter-group .filter-box .info-icon {
  width: 20px;
  height: 20px;
}
#category .filter-design .filter-group .filter-box.is-checked, #category .filter-design .filter-group .filter-box:hover {
  border-color: #E3CA83;
}
#category .filter-design .filter-group .group-items {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
}
#category .filter-design .filter-group .filter-item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 36px;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  cursor: pointer;
}
#category .filter-design .filter-group .filter-item:hover .checkbox {
  border-color: #A5925C;
}

@media (max-width: 991px) {
  #category .filter-design {
    margin-bottom: 30px;
    padding: 0 16px;
    border: 1px solid #E3CA83;
    border-radius: 8px;
  }
  #category .filter-design .filter-head {
    margin: 0;
    padding: 14px 0;
    cursor: pointer;
    user-select: none;
  }
  #category .filter-design .filter-head .filter-head-caret {
    display: block;
    transform: rotate(180deg);
  }
  #category .filter-design .filter-search,
  #category .filter-design .filter-group {
    display: none;
  }
  #category .filter-design.open {
    padding-bottom: 24px;
  }
  #category .filter-design.open .filter-head {
    border-bottom: 1px solid rgba(15, 12, 35, 0.12);
    margin-bottom: 20px;
  }
  #category .filter-design.open .filter-head .filter-head-caret {
    transform: none;
  }
  #category .filter-design.open .filter-search {
    display: flex;
  }
  #category .filter-design.open .filter-group {
    display: block;
  }
}
#category .filter-design .filter-search input {
  font-family: "Google Sans Flex";
}
#category .filter-design .filter-box,
#category .filter-design .filter-item {
  text-decoration: none;
  color: #090526;
}
#category .filter-design .filter-box .count,
#category .filter-design .filter-item .count {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #A5925C;
}
#category .filter-design .filter-box.is-disabled,
#category .filter-design .filter-item.is-disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}
#category .filter-design .filter-item .name {
  flex: 1;
}
#category .filter-design .filter-item.has-color .color {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgba(15, 12, 35, 0.16);
}
#category .filter-design .filter-group .group-head {
  cursor: pointer;
  user-select: none;
}
#category .filter-design .filter-group .group-head .toggle {
  transition: transform 300ms ease;
}
#category .filter-design .filter-group.collapsed .group-head .toggle {
  transform: rotate(180deg);
}
#category .filter-design .filter-group.collapsed .group-items {
  display: none;
}

#category .active-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 56px 0 -34px;
  font-family: "Google Sans Flex";
}
#category .active-filter .active-filter-label {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #A5925C;
}
#category .active-filter .active-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border: 1px solid #E3CA83;
  border-radius: 20px;
  background: #FBF8F0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #090526;
  text-decoration: none;
  transition: background 300ms ease;
}
#category .active-filter .active-filter-chip .param {
  font-weight: 300;
  color: #A5925C;
}
#category .active-filter .active-filter-chip .remove {
  font-size: 18px;
  line-height: 1;
  color: #74663D;
}
#category .active-filter .active-filter-chip:hover {
  background: #E3CA83;
}
#category .active-filter .active-filter-clear {
  margin-left: auto;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #090526;
  text-decoration: underline;
}
#category .active-filter .active-filter-clear:hover {
  color: #A5925C;
}
@media (max-width: 991px) {
  #category .active-filter {
    margin: 0 0 20px;
  }
  #category .active-filter .active-filter-clear {
    margin-left: 0;
  }
}

#category .list-settings {
  margin: 0 0 22px;
  border-bottom: 1px solid #E3CA83;
}
#category .list-settings .sorting a {
  display: inline-block;
  padding: 16px 0;
  margin-right: 48px;
  font-family: "Google Sans Flex";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #090526;
  text-decoration: none;
  transition: color 300ms ease;
}
#category .list-settings .sorting a:hover {
  color: #A5925C;
}
#category .list-settings .sorting a.active {
  color: #A5925C;
}
#category .list-settings .grid {
  display: none;
}

@media (max-width: 767px) {
  #category .list-settings .sorting {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  #category .list-settings .sorting::-webkit-scrollbar {
    display: none;
  }
  #category .list-settings .sorting a {
    flex-shrink: 0;
    white-space: nowrap;
    padding: 12px 0;
    margin-right: 28px;
    font-size: 16px;
  }
  #category .list-settings .sorting a:last-child {
    margin-right: 0;
  }
}
#category .list-pagination {
  margin: 32px 0 60px;
  border-top: 1px solid #E3CA83;
  padding-top: 16px;
  font-family: "Google Sans Flex";
}
#category .list-pagination .pagination-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
#category .list-pagination .showing {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #090526;
}
#category .list-pagination .pages {
  display: flex;
  align-items: center;
  gap: 8px;
}
#category .list-pagination .pages a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #090526;
  text-decoration: none;
  transition: background 300ms ease, color 300ms ease;
}
#category .list-pagination .pages a:hover {
  background: #F6F7F8;
}
#category .list-pagination .pages a.active {
  background: #1C282F;
  color: #FFFFFF;
}
#category .list-pagination .pages a[rel=prev], #category .list-pagination .pages a[rel=next] {
  background: #E3CA83;
  color: #FFFFFF;
  font-weight: 400;
}
#category .list-pagination .pages a[rel=prev]:hover, #category .list-pagination .pages a[rel=next]:hover {
  background: #A5925C;
}
#category .list-pagination .pages span {
  color: #090526;
}
#category .list-pagination .per-page {
  display: flex;
  align-items: center;
  gap: 12px;
}
#category .list-pagination .per-page .per-page-select {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 50px;
  height: 30px;
  border-radius: 6px;
  background: #1C282F;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
#category .list-pagination .per-page .per-page-select .caret {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #FFFFFF;
}
#category .list-pagination .per-page .label {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #090526;
}
#category .display-more-wrapper {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #category .list-pagination .pagination-holder {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
}

#category .sub-categories-block {
  margin: 56px 0 8px;
  font-family: "Google Sans Flex";
  margin-right: -15px;
  margin-left: -15px;
}
#category .sub-categories-block .item {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 66px;
  margin-bottom: 10px;
  padding: 8px 16px 8px 8px;
  border: 1px solid rgba(15, 12, 35, 0.12);
  border-radius: 8px;
  text-decoration: none;
  transition: border-color 300ms ease;
}
#category .sub-categories-block .item .tile {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  background: #EBF1F9;
  overflow: hidden;
}
#category .sub-categories-block .item .tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#category .sub-categories-block .item .name {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #090526;
  transition: color 300ms ease;
}
#category .sub-categories-block .item:hover {
  border-color: #E3CA83;
}
#category .sub-categories-block .item:hover .name {
  color: #A5925C;
}
@media (max-width: 991px) {
  #category .sub-categories-block {
    margin-top: 30px;
  }
  #category .sub-categories-block .item {
    margin-bottom: 16px;
  }
}
@media (max-width: 575px) {
  #category .sub-categories-block .item {
    min-height: 72px;
    gap: 12px;
  }
  #category .sub-categories-block .item .tile {
    width: 56px;
    height: 56px;
  }
  #category .sub-categories-block .item .name {
    font-size: 14px;
    line-height: 20px;
  }
}

#category-products.loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
  z-index: 9999;
  opacity: 0.3;
}

#category {
  padding-bottom: 100px;
}
#category .category-main {
  padding-top: 55px;
}
#category .category-main .left-side {
  padding-top: 0;
}
#category .list-settings {
  margin-top: 20px;
}
@media (max-width: 991px) {
  #category .category-main {
    padding-top: 30px;
  }
  #category .list-settings {
    margin-top: 30px;
  }
}

#category-content {
  transition: opacity 200ms ease;
}
#category-content.is-loading {
  opacity: 0.45;
  pointer-events: none;
}

#category .category-empty {
  margin-top: 55px;
  padding: 56px 32px;
  border-radius: 8px;
  background: #F6F7F8;
  text-align: center;
  font-family: "Google Sans Flex";
}
#category .category-empty h2 {
  margin: 0;
  font-family: "Google Sans Flex";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #090526;
  text-align: center;
}
#category .category-empty p {
  max-width: 560px;
  margin: 12px auto 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #49475C;
}
#category .category-empty .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
}
#category #category-content > .category-empty:first-child {
  margin-top: 55px;
}
@media (max-width: 991px) {
  #category .category-empty {
    margin-top: 30px;
    padding: 36px 20px;
  }
  #category .category-empty h2 {
    font-size: 20px;
    line-height: 28px;
  }
}

#lost-password {
  padding: 40px 0;
}

#register {
  padding: 0 0 40px 0;
}
#register.step1 .gender-select {
  margin: 0 -15px 20px -15px;
}
#register.step1 .gender-select .gender-holder {
  display: flex;
  align-items: center;
  background: #D9D9D9;
  border-radius: 13px;
}
#register.step1 .gender-select .gender-holder .gender-item {
  text-align: center;
  width: 50%;
  padding: 15px;
}
#register.step1 .gender-select .gender-holder .gender-item.active {
  background: red;
  border-radius: 10px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}
#register .register-title {
  padding: 120px 0 125px 0;
  background-image: url("/img/front/login-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  text-align: center;
}
#register .register-title .register-title-holder h2 {
  text-align: center;
}
#register .register-title .register-title-holder .subtitle {
  font-family: Urbanist;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: center;
  color: #013B53;
}
#register .register-holder {
  width: 40%;
  margin: 0 auto;
  box-shadow: 0px 8px 26.5px -5px rgba(55, 57, 92, 0.1607843137);
  background: #ffffff;
  padding: 20px;
  margin-top: -105px;
  border-radius: 20px;
}
#register .register-holder .google-holder {
  border: 1px solid #EFF0F6;
  border-radius: 10px;
  padding: 15px;
}
#register .register-holder .google-holder .google-login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  letter-spacing: 0px;
  text-align: center;
  color: #0E1B36;
}
#register .register-holder .separator {
  font-family: Urbanist;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  color: #6C7278;
  text-align: center;
  position: relative;
  margin: 20px 0;
}
#register .register-holder .separator:before {
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
  display: inline-block;
  width: 35%;
  height: 1px;
  background-color: #EFF0F6;
  vertical-align: middle;
}
#register .register-holder .separator:after {
  position: absolute;
  right: 0;
  top: 9px;
  content: "";
  display: inline-block;
  width: 35%;
  height: 1px;
  background-color: #EFF0F6;
  vertical-align: middle;
}
#register .register-holder form input {
  font-family: Urbanist;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0px;
  border: 1px solid #EFF0F6;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}
#register .register-holder form .link-next-to-button {
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: right;
  vertical-align: middle;
  color: #4D81E7;
  text-decoration: none;
}
#register .register-holder form .btn-green {
  width: 100%;
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #013B53;
}
#register .register-holder .no-account {
  font-family: Urbanist;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #576583;
  text-align: center;
}
#register .register-holder .no-account a {
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #4D81E7;
  text-decoration: none;
}
#register .register-holder .form-block {
  border-radius: 8px;
  background: #FFFFFF;
  padding: 15px 15px 0 15px;
  margin-bottom: 0;
}
#register .register-holder hr {
  margin-top: 0;
}
#register .register-holder .terms-holder a, #register .register-holder .gdpr-holder a, #register .register-holder .emailing-holder a {
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0%;
  position: relative;
  color: #002541;
}

@media (max-width: 678px) {
  #register {
    background-position: bottom center;
  }
  #register .register-holder {
    width: 100%;
  }
  #register .register-holder .terms-holder a, #register .register-holder .gdpr-holder a, #register .register-holder .emailing-holder a {
    font-family: Urbanist;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 18px;
    letter-spacing: 0%;
    position: relative;
    color: #002541;
  }
}
.login-wrapper {
  padding-bottom: 150px;
}
.login-wrapper .login-title {
  padding: 120px 0 125px 0;
  background-image: url("/img/front/login-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  text-align: center;
}
.login-wrapper .login-title .login-title-holder h2 {
  text-align: center;
}
.login-wrapper .login-title .login-title-holder .subtitle {
  font-family: Urbanist;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: center;
  color: #013B53;
}
.login-wrapper .login-holder {
  width: 40%;
  margin: 0 auto;
  box-shadow: 0px 8px 26.5px -5px rgba(55, 57, 92, 0.1607843137);
  background: #ffffff;
  padding: 20px;
  margin-top: -105px;
  border-radius: 20px;
}
.login-wrapper .login-holder .google-holder {
  border: 1px solid #EFF0F6;
  border-radius: 10px;
  padding: 15px;
}
.login-wrapper .login-holder .google-holder .google-login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  letter-spacing: 0px;
  text-align: center;
  color: #0E1B36;
}
.login-wrapper .login-holder .separator {
  font-family: Urbanist;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  color: #6C7278;
  text-align: center;
  position: relative;
  margin: 20px 0;
}
.login-wrapper .login-holder .separator:before {
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
  display: inline-block;
  width: 35%;
  height: 1px;
  background-color: #EFF0F6;
  vertical-align: middle;
}
.login-wrapper .login-holder .separator:after {
  position: absolute;
  right: 0;
  top: 9px;
  content: "";
  display: inline-block;
  width: 35%;
  height: 1px;
  background-color: #EFF0F6;
  vertical-align: middle;
}
.login-wrapper .login-holder form input {
  font-family: Urbanist;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0px;
  border: 1px solid #EFF0F6;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}
.login-wrapper .login-holder form .link-next-to-button {
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: right;
  vertical-align: middle;
  color: #4D81E7;
  text-decoration: none;
}
.login-wrapper .login-holder form .btn-green {
  width: 100%;
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #013B53;
}
.login-wrapper .login-holder .no-account {
  font-family: Urbanist;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #576583;
  text-align: center;
}
.login-wrapper .login-holder .no-account a {
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #4D81E7;
  text-decoration: none;
}

@media (max-width: 678px) {
  .login-wrapper {
    background-position: bottom center;
  }
  .login-wrapper .login-holder {
    width: 100%;
  }
}
#empty-cart .info-container {
  background: #F3F7FF url("/img/front/icons/pages/cart/shopping-cart.png") left 20px center no-repeat;
  border: 1px solid #CEDBF0;
  border-radius: 8px;
  padding: 40px 25px 40px 135px;
  margin: 30px 0 50px;
}
#empty-cart .info-container .headline {
  font-size: 16px;
  font-weight: 600;
}
#empty-cart .info-container p {
  margin: 0;
}

#empty-cart {
  padding: 60px 0;
}

.hero .hero-container {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-direction: column;
}
.hero .hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}
.hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 2;
}
.hero .hero-overlay:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  background: rgba(28, 27, 23, 0.5);
}
.hero .hero-content-holder {
  height: 100%;
}
.hero .hero-content-holder .container {
  height: 100%;
}
.hero .hero-content-holder .hero-content {
  position: relative;
  z-index: 3;
  color: #ffffff;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  height: 100%;
  padding-bottom: 100px;
}
.hero .hero-content-holder .hero-content .heading-tag {
  display: flex;
  align-items: center;
  gap: 14px;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  background: linear-gradient(110deg, var(--Text-tertiary, #9CA3AF) 35%, #FFFFFF 50%, var(--Text-tertiary, #9CA3AF) 65%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: textFlash 4s infinite linear;
}
@keyframes textFlash {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.hero .hero-content-holder .hero-content h1 {
  color: #FFF;
  font-family: "Google Sans Flex";
  font-size: 92px;
  font-style: normal;
  font-weight: 400;
  line-height: 110px;
  margin-bottom: 10px;
  margin-top: 15px;
}
.hero .hero-content-holder .hero-content .subtext {
  color: var(--White, #FFF);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 177.778% */
  letter-spacing: 3px;
}
.hero .hero-bottom-holder {
  background: #FFF;
  z-index: 3;
  width: 100%;
}
.hero .hero-bottom-holder .hero-bottom {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(227, 202, 131, 0.5);
  padding: 45px 0;
  width: 100%;
}
.hero .hero-bottom-holder .hero-bottom .text {
  color: var(--Font-Dark, #090526);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
}
.hero .hero-bottom-holder .hero-bottom .buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .hero .hero-bottom-holder .hero-bottom {
    flex-wrap: wrap;
    text-align: center;
    gap: 30px;
  }
}
@media (max-width: 678px) {
  .hero .hero-overlay:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(28, 27, 23, 0.5);
  }
  .hero .hero-content-holder .hero-content h1 {
    color: #FFF;
    font-family: "Google Sans Flex";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .hero .hero-content-holder .hero-content .subtext {
    color: var(--White, #FFF);
    font-feature-settings: "liga" off, "clig" off;
    font-family: "Google Sans Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 3px;
  }
  .hero .hero-content-holder .hero-content .heading-tag {
    font-size: 15px;
    line-height: 19px;
  }
}
.hp-content .hp-section {
  padding: 60px 0;
}
.hp-content .hp-section .btn-gold {
  padding: 16px 30px;
}
.hp-content .hp-section .btn-grey {
  padding: 16px 30px;
}
.hp-content .hp-section.text-left .text-holder {
  padding-left: 0px;
}
.hp-content .hp-section.text-left .text-holder p {
  max-width: 95%;
}
.hp-content .hp-section .img-holder {
  min-height: 500px;
  display: flex;
}
.hp-content .hp-section .img-holder img {
  width: 100%;
  flex: 1;
  min-height: 0;
  object-fit: cover;
  border-radius: 12px;
}
.hp-content .hp-section .text-holder {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding-left: 30px;
}
.hp-content .hp-section .text-holder h2 {
  color: var(--Font-Dark, #090526);
  font-family: "Google Sans Flex";
  font-size: 56px;
  font-style: normal;
  font-weight: 300;
  line-height: 64px;
  margin: 0;
  margin-bottom: 10px;
}
.hp-content .hp-section .text-holder h2.first {
  color: var(--Font-Dark, #090526);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 47px;
  font-style: normal;
  font-weight: 300;
  line-height: 59px;
  margin: 0;
  margin-bottom: 20px;
}
.hp-content .hp-section .text-holder .subline {
  color: var(--gold-120, #A5925C);
  font-family: "Google Sans Flex";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 20px;
}
.hp-content .hp-section .text-holder p {
  color: var(--Font-Dark, #090526);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  margin-bottom: 40px;
}
.hp-content .hp-section .text-holder .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.hp-content .hp-section .text-holder .buttons.buttons-wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 25px;
}

@media (max-width: 991px) {
  .hp-content .hp-section.text-left .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .hp-content .hp-section .text-holder p {
    max-width: 100%;
    margin-bottom: 30px;
    padding: 0 !important;
  }
  .hp-content .hp-section .text-holder {
    padding: 0 !important;
  }
  .hp-content .hp-section .text-holder .buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
}
@media (max-width: 678px) {
  .hp-content .hp-section .text-holder h2.first {
    font-size: 38px;
    line-height: 44px;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .hp-content .hp-section .text-holder h2 {
    font-size: 36px;
    line-height: 45px;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .hp-content .hp-section .img-holder {
    min-height: 300px;
    display: flex;
  }
  .hp-content .hp-section {
    padding: 30px 0;
  }
  .hp-content .hp-section .text-holder .subline {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.fuel {
  padding: 60px 0;
}
.fuel .headline-holder {
  margin-bottom: 60px;
}
.fuel .headline-holder h2 {
  color: var(--Font-Dark, #090526);
  font-family: "Google Sans Flex";
  font-size: 56px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 30px;
}
.fuel .headline-holder p {
  color: var(--Font-Dark, #090526);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
.fuel .fuel-item-holder .video-holder {
  height: 220px;
}
.fuel .fuel-item-holder .video-holder video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.fuel .fuel-item-holder .text-holder a {
  color: var(--Font-Dark, #090526);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 30px;
  text-decoration: none;
}
.fuel .fuel-item-holder .text-holder a img {
  height: 24px;
  width: 24px;
}

@media (max-width: 678px) {
  .fuel {
    padding: 30px 0;
  }
  .fuel .headline-holder h2 {
    color: var(--Font-Dark, #090526);
    font-family: "Google Sans Flex";
    font-size: 42px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .fuel .headline-holder {
    margin-bottom: 30px;
  }
  .fuel .fuel-item-holder .text-holder a {
    margin-top: 15px;
  }
  .fuel .fuel-item-holder {
    margin-top: 15px;
  }
}
.logo-slider {
  border-top: 1px solid rgba(227, 202, 131, 0.52);
  border-bottom: 1px solid rgba(227, 202, 131, 0.52);
  padding: 50px 0 !important;
  margin: 60px 0;
}
.logo-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-slider img {
  height: 65px;
  max-width: 165px;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: filter 0.3s, opacity 0.3s;
}
.logo-slider img {
  height: 65px;
  max-width: 165px;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: filter 0.3s, opacity 0.3s;
}

@media (max-width: 678px) {
  .logo-slider {
    margin: 30px 0;
  }
}
.steps .steps-section {
  padding: 60px 0;
}
.steps .steps-section .btn-gold {
  padding: 16px 30px;
}
.steps .steps-section .btn-grey {
  padding: 16px 30px;
}
.steps .steps-section .img-holder img {
  width: 100%;
  border-radius: 12px;
  height: auto;
}
.steps .steps-section .text-holder {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.steps .steps-section .text-holder .marker-text {
  color: var(--gold-120, #A5925C);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.steps .steps-section .text-holder h2 {
  color: var(--Font-Dark, #090526);
  font-family: "Google Sans Flex";
  font-size: 56px;
  font-style: normal;
  font-weight: 300;
  line-height: 64px;
  margin: 0;
  margin-bottom: 10px;
}
.steps .steps-section .text-holder h2.first {
  color: var(--Font-Dark, #090526);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 47px;
  font-style: normal;
  font-weight: 300;
  line-height: 59px;
  margin: 0;
  margin-bottom: 20px;
}
.steps .steps-section .text-holder .subline {
  color: var(--gold-120, #A5925C);
  font-family: "Google Sans Flex";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 20px;
}
.steps .steps-section .text-holder p {
  color: var(--Font-Dark, #090526);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  margin-bottom: 40px;
}
.steps .steps-section .text-holder .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.steps .steps-section .text-holder .buttons.buttons-wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 25px;
}
.steps .steps-holder {
  padding: 60px 0;
}
.steps .steps-holder .step-item {
  border-top: 0.8px solid var(--gold-120, #A5925C);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 53px 10px;
}
.steps .steps-holder .step-item:last-child {
  border-bottom: 0.8px solid var(--gold-120, #A5925C);
}
.steps .steps-holder .step-item .step-number {
  color: var(--gold-120, #A5925C);
  font-family: "Google Sans Flex";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px; /* 100% */
  width: 16%;
}
.steps .steps-holder .step-item .step-headline {
  color: var(--Font-Dark, #090526);
  font-family: "Google Sans Flex";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 111.111% */
  width: 35%;
}
.steps .steps-holder .step-item .step-text {
  color: var(--Font-Dark, #090526);
  font-feature-settings: "liga" off, "clig" off;
  /* Odstavec 18 */
  font-family: "Google Sans Flex";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  width: 49%;
}

@media (max-width: 678px) {
  .steps .steps-section {
    padding: 30px 0;
  }
  .steps .steps-section .text-holder p {
    margin-bottom: 0px;
  }
  .steps .steps-section .text-holder h2 {
    font-size: 36px;
    line-height: 42px;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .steps .steps-section .text-holder {
    margin-top: 15px;
  }
  .steps .steps-holder {
    padding: 30px 0;
  }
  .steps .steps-section .text-holder .subline {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .steps .steps-section .text-holder .marker-text {
    margin-bottom: 0px;
  }
  .steps .steps-holder .step-item {
    flex-wrap: wrap;
    padding: 25px 10px;
  }
  .steps .steps-holder .step-item .step-text {
    width: 100%;
    margin-top: 20px;
  }
  .steps .steps-holder .step-item .step-headline {
    font-size: 26px;
    line-height: 31px;
    width: 70%;
  }
  .steps .steps-holder .step-item .step-number {
    width: 30%;
  }
}
.location .location-holder {
  height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 14px;
}
.location .location-holder .text-holder {
  width: 55%;
  background: url("/img/front/location-bg.webp");
  height: 100%;
  position: relative;
}
.location .location-holder .text-holder .text {
  position: absolute;
  bottom: 30px;
  left: 35px;
}
.location .location-holder .text-holder .headline-tag {
  color: var(--Champagne-Gold, #E3CA83);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 18px; /* 112.5% */
  text-transform: uppercase;
  margin-bottom: 24px;
}
.location .location-holder .text-holder h2 {
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 38px; /* 79.167% */
  margin-bottom: 20px;
}
.location .location-holder .text-holder p {
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.location .location-holder .text-holder p span {
  font-weight: 500;
}
.location .location-holder .map-holder {
  width: 45%;
  height: 100%;
}
.location .location-text-holder {
  text-align: center;
  margin-top: 60px;
}
.location .location-text-holder .gold {
  color: var(--gold-120, #A5925C);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
}
.location .location-text-holder .black {
  color: var(--Font-Dark, #090526);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
}

@media (max-width: 768px) {
  .location {
    padding: 30px 0;
  }
  .location .location-holder {
    height: unset;
    flex-direction: column;
  }
  .location .location-holder .text-holder {
    width: 100%;
    background: url(/img/front/location-bg.webp);
    height: 400px;
    position: relative;
  }
  .location .location-holder .map-holder {
    width: 100%;
    height: 300px;
  }
  .location .location-holder .text-holder h2 {
    color: #FFF;
    font-feature-settings: "liga" off, "clig" off;
    font-family: "Google Sans Flex";
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 44px;
    margin-bottom: 20px;
  }
}
.info {
  padding: 60px 0;
}
.info .info-holder {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.info .info-holder .info-item {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 90px 60px;
}
.info .info-holder .info-item.gold {
  border-radius: 20px;
  background: var(--Champagne-Gold, #E3CA83);
}
.info .info-holder .info-item.gold .gold-text {
  color: white;
}
.info .info-holder .info-item .top {
  margin-bottom: 90px;
}
.info .info-holder .info-item .top .headline-tag {
  color: #87743E;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
}
.info .info-holder .info-item .top h3 {
  color: var(--Font-Dark, #090526);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 44px;
  font-style: normal;
  font-weight: 300;
  line-height: 59px;
  margin-top: 15px;
  margin-bottom: 0;
}
.info .info-holder .info-item .image-holder {
  margin-bottom: 80px;
}
.info .info-holder .info-item .image-holder.less-margin {
  margin-bottom: 25px;
}
.info .info-holder .info-item .image-holder img {
  width: 100%;
}
.info .info-holder .info-item .bottom {
  text-align: center;
}
.info .info-holder .info-item .bottom p {
  color: var(--Font-Dark, #090526);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 25px;
}

@media (max-width: 678px) {
  .info {
    padding: 30px 10px;
  }
  .info .info-holder {
    flex-direction: column;
  }
  .info .info-holder .info-item {
    width: 100%;
    padding: 60px 40px;
  }
  .info .info-holder .info-item .top h3 {
    font-size: 31px;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .info .info-holder .info-item .top {
    margin-bottom: 50px;
  }
  .info .info-holder .info-item .image-holder {
    margin-bottom: 50px;
  }
}
.places-slider {
  padding: 80px 0;
  scroll-margin: 100px;
  position: relative;
  overflow: hidden;
}
.places-slider h2 {
  color: var(--Font-Dark, #090526);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 56px;
  font-style: normal;
  font-weight: 300;
  line-height: 72px;
}
.places-slider .buttons-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 24px;
  margin-top: 38px;
}

.places-container .swiper {
  width: 100%;
  padding-top: 50px;
  overflow: visible !important;
  position: relative;
  cursor: grab;
}
.places-container .swiper:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 180px;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  z-index: 999;
  pointer-events: none;
}
.places-container .swiper:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 180px;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  z-index: 999;
  pointer-events: none;
}
.places-container .swiper-slide {
  background: #ffffff !important;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 240px;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
  width: 30%;
}
.places-container .swiper-slide .img-holder {
  height: 550px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.places-container .swiper-slide .img-holder .places-tag-holder {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 23px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.places-container .swiper-slide .img-holder .places-tag-holder .tag-item {
  padding: 6px 20px;
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(10px);
}
.places-container .swiper-slide .img-holder .places-tag-holder .gradient-border::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(135deg, #ffffff, rgba(255, 255, 255, 0.1098039216), rgba(255, 255, 255, 0), #ffffff);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
  border-radius: 20px;
}
.places-container .swiper-slide .text-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 17px;
}
.places-container .swiper-slide .text-holder .name {
  color: var(--Font-Dark, #090526);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.places-container .swiper-slide .text-holder .place {
  color: var(--gold-120, #A5925C);
  text-align: right;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.places-container .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.places-container .swiper-slide-active {
  opacity: 1;
  z-index: 3;
  background: #ffffff;
  transform: scaleY(1) !important;
}
.places-container .swiper-slide-active:before {
  display: none;
}
.places-container .swiper-slide-next,
.places-container .swiper-slide-prev {
  opacity: 1;
  z-index: 2;
  background: #F1F6F9;
  transform: scaleY(1) !important;
}
.places-container .swiper-slide-next:before,
.places-container .swiper-slide-prev:before {
  display: none;
}
.places-container .stars {
  color: #ffb400;
  font-size: 30px;
  letter-spacing: 2px;
}
.places-container .quote {
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0px;
  color: #013B53;
  margin-bottom: 10px;
}
.places-container .text {
  font-family: Urbanist;
  font-weight: 400;
  font-style: Italic;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0px;
  color: #576583;
}
.places-container .user {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #DDEBF3;
}
.places-container .user img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #e3f2fd;
}
.places-container .user span {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0px;
  color: #013B53;
}
.places-container .swiper-button-prev {
  display: none !important;
}
.places-container .swiper-button-next {
  display: none !important;
}
.places-container .swiper-pagination {
  display: flex;
  margin-top: 60px;
}
.places-container .swiper-pagination-bullet {
  background: #E3CA83;
  opacity: 1;
  flex: 1;
  height: 2px;
  margin: 0 !important;
  transition: 200ms ease;
  border-radius: 0;
}
.places-container .swiper-pagination-bullet-active {
  opacity: 1;
  background: #090526;
}
.places-container .navigation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.places-container .navigation .navigation-holder {
  width: 100%;
  position: relative;
  margin-top: 60px;
}
.places-container .navigation .swiper-pagination {
  bottom: -7px !important;
}

@media (max-width: 2100px) {
  .review-container .navigation .navigation-holder {
    width: 78%;
    position: relative;
    margin-top: 27px;
  }
}
@media (max-width: 1600px) {
  .review-container .navigation .navigation-holder {
    width: 53%;
    position: relative;
    margin-top: 27px;
  }
}
@media (max-width: 1200px) {
  .review-container {
    padding: 15px 0 30px;
    background: none;
  }
}
@media (max-width: 678px) {
  .places-slider {
    padding: 30px 0;
  }
  .places-slider .buttons-holder {
    flex-wrap: wrap;
  }
  .places-container .swiper-slide .img-holder .places-tag-holder {
    flex-wrap: wrap;
  }
  .review-container .navigation .navigation-holder {
    width: 100%;
  }
  .places-container .navigation .navigation-holder {
    width: 100%;
    position: relative;
    margin-top: 20px;
  }
  .places-slider h2 {
    color: var(--Font-Dark, #090526);
    font-feature-settings: "liga" off, "clig" off;
    font-family: "Google Sans Flex";
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 41px;
  }
  .places-container .swiper {
    padding-top: 20px;
  }
  .review-container {
    padding: 0;
    background: none;
  }
  .review-container .swiper {
    width: 100%;
    padding: 20px 15px;
    overflow: visible !important;
  }
  .review-container .swiper-button-next {
    padding-left: 18px;
    justify-content: unset !important;
    right: -30px;
    top: -175px;
  }
  .review-container .swiper-button-prev {
    padding-left: 18px;
    justify-content: unset !important;
    left: -30px;
    top: -175px;
  }
}
@media (max-width: 678px) {
  .places-container {
    padding: 0 10px;
  }
  .places-container .swiper:after {
    display: none;
  }
  .places-container .swiper:before {
    display: none;
  }
}
#manufacturers .manufacturer-list {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 5rem 0;
}
#manufacturers .manufacturer-list .item {
  width: 250px;
  height: 116px;
  border-radius: 8px;
  border: 1px solid #CEDBF0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#manufacturers .manufacturer-list .item:hover {
  border: 1px solid #A4B5D0;
  color: white;
}
#manufacturers .manufacturer-list .item a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
#manufacturers .manufacturer-list .item img {
  max-width: 85%;
  max-height: 90px;
}

#my-account .layout .content-container {
  padding: 25px;
}
#my-account .layout .content-container #page-load {
  min-height: 500px;
}

#my-account #address-edit-load {
  height: 0;
  display: none;
  width: 0;
  opacity: 0;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#my-account #address-edit-load .progress-loader-wrap {
  right: 0;
  top: 0;
}
#my-account #address-edit-load.open {
  width: 100%;
  height: auto;
  opacity: 1;
}

#my-account .address-list {
  margin-top: 30px;
}
#my-account .address-list .addresses-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}
#my-account .address-list .address-heading {
  font-size: 16px;
  color: black;
  font-weight: 600;
  text-align: center;
  padding: 5px 0;
  background: #ebf1fb;
  border-radius: 8px;
}
#my-account .address-list .address-content {
  padding: 1rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  font-size: 16px;
  color: #1B1C29;
}
#my-account .address-list .address-content .value-name {
  font-weight: 500;
  width: 58px;
}
#my-account .address-list .address-content .value {
  font-weight: normal;
}
#my-account .address-list .address-content .basic-info {
  display: flex;
  gap: 2rem;
}
#my-account .address-list .address-buttons {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
#my-account .address-list .create-address-item {
  cursor: pointer;
  border: 2px dashed #CEDBF0;
  border-radius: 12px;
  min-height: 190px;
  max-height: 279px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border 0.3s;
}
#my-account .address-list .create-address-item:hover {
  border: 2px dashed #FF1717;
}
#my-account .address-list .create-address-item .address-content {
  font-size: 16px;
  font-weight: 600;
  color: #1B1C29;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#my-account .address-list .create-address-item .address-content::before {
  content: url("/img/front/icons/plus-white.svg");
  display: flex;
  align-items: center;
  background: red;
  padding: 5px 5px 0px;
  border-radius: 100%;
}
#my-account .address-list .item {
  border-radius: 8px;
  padding: 15px;
  border: 1px solid #CEDBF0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#my-account .address-list .item:hover {
  border: 1px solid #A4B5D0;
}

#my-account #order-detail-block .block {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #E6EFFD;
}
#my-account #order-detail-block .block table {
  width: 100%;
}
#my-account #order-detail-block .block table th {
  padding: 6px 7px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  border-bottom: 2px solid #E6EFFD;
}
#my-account #order-detail-block .block table td {
  padding: 15px 7px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  border-bottom: 1px solid #E6EFFD;
}
#my-account #order-detail-block .block table tr:last-child td {
  border-bottom: 0;
}
#my-account #order-detail-block .block.order-items .headline {
  font-size: 14px;
  font-weight: 600;
  padding: 8px 0;
  border-bottom: 1px solid #E6EFFD;
  margin: 0;
}
#my-account #order-detail-block .block.order-items .item {
  padding: 20px 0;
  border-bottom: 1px solid #E6EFFD;
}
#my-account #order-detail-block .block.order-items .item .name {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
}
#my-account #order-detail-block .block.order-items .item .code {
  font-size: 12px;
}
#my-account #order-detail-block .block.order-items .item .code span {
  font-weight: 500;
}
#my-account #order-detail-block .block.order-items .price {
  font-weight: 500;
}
#my-account #order-detail-block .block.order-items .price-total {
  font-weight: 600;
  color: #E82121;
}
#my-account #order-detail-block .block .order-summary {
  background: #F3F7FF;
  padding: 15px 20px;
  border-radius: 4px;
  margin-top: 25px;
}
#my-account #order-detail-block .block .order-summary .row {
  font-size: 14px;
  font-weight: 500;
  padding: 3px 0;
}
#my-account #order-detail-block .block .order-summary .row .price {
  font-weight: 600;
  text-align: right;
  color: #002541;
}
#my-account #order-detail-block .block .order-summary .row .total {
  font-weight: 700;
  font-size: 16px;
}
#my-account #order-detail-block .block .order-summary .row .total.price {
  color: #E82121;
}
#my-account #order-detail-block .block.address .value {
  font-weight: 600;
  padding-left: 0;
}

#my-account .order-list h2 {
  font-size: 18px;
  margin: 25px 0 10px;
}
#my-account .order-list table {
  width: 100%;
}
#my-account .order-list table th {
  padding: 15px 7px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  border-bottom: 2px solid #E6EFFD;
}
#my-account .order-list table td {
  padding: 15px 7px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  border-bottom: 1px solid #E6EFFD;
}
#my-account .order-list table a.open-order-detail {
  text-decoration: underline;
  cursor: pointer;
  font-weight: 500;
}
#my-account .order-list table a.open-order-detail:hover {
  text-decoration: none;
}
#my-account .order-list table .price {
  color: #E82121;
  font-weight: 600;
}

#my-account .layout .navigation-container {
  background: #ebf1fb;
  border-radius: 8px 8px 0 0;
}
#my-account .layout .navigation-container ul {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
#my-account .layout .navigation-container ul li {
  display: inline-block;
  list-style: none;
  position: relative;
}
#my-account .layout .navigation-container ul li a {
  cursor: pointer;
  padding: 13px 20px;
  color: #002541;
  display: inline-block;
  border-radius: 8px 8px 0 0;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#my-account .layout .navigation-container ul li a:hover {
  background: #FFFFFF;
}
#my-account .layout .navigation-container ul li.active a {
  background: #FFFFFF;
}
#my-account .layout .navigation-container ul li.active a:before {
  content: "";
  width: calc(100% - 20px);
  height: 2px;
  background: #FF1717;
  position: absolute;
  bottom: 0px;
  left: 10px;
}

#my-account h1 {
  margin: 0;
}
#my-account .logout-button {
  font-weight: 500;
  padding-left: 28px;
  background: url("/img/front/icons/pages/my-account/logout.svg") left center no-repeat;
}
#my-account .layout {
  border-radius: 8px;
  border: 1px solid #D8E4F7;
  background: #FFFFFF;
  box-shadow: 0 17px 14px -10px rgba(191, 211, 225, 0.45);
  min-height: 600px;
}
#my-account .order-state {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  color: white;
}
#my-account .order-headline {
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  color: #002541;
  text-decoration: none;
}
#my-account h2.with-icon.with-toggler.delivery-address {
  display: inline-block;
}
#my-account h2.with-icon.with-toggler.delivery-address .toggler {
  right: -26px;
}

#news .categories {
  border-bottom: 1px solid #CEDBF0;
  padding-bottom: 20px;
}
#news .categories .headline {
  font-size: 16px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px;
  background: url("/img/front/icons/components/news/category.svg") left center no-repeat;
  padding-left: 24px;
}
#news .categories a {
  text-decoration: none;
}
#news .categories .item {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 14px;
  margin-right: 15px;
  border-radius: 6px;
  border: 1px solid #CEDBF0;
  background: rgba(216, 228, 247, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#news .categories .item:hover, #news .categories .item.active {
  border: 1px solid #A4B5D0;
  background: rgba(216, 228, 247, 0.75);
}

#news .news-item {
  margin-bottom: 30px;
}

.day-holder {
  padding: 120px 0 0 0;
  background-image: url(/img/front/day-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  min-height: 1000px;
}
.day-holder .days-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.day-holder .days-container .day-item .day-name {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  color: #0E1B36;
}
.day-holder .days-container .day-item .day-number {
  font-family: Urbanist;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  color: #576583;
  border-radius: 77%;
  background-color: white;
  height: 31px;
  width: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
.day-holder .days-container .day-item.active .day-number {
  color: #FFFFFF;
  background-color: #0E1B36;
}

#download .download-hero {
  position: relative;
  margin-top: 90px;
  padding: 38px 0 24px;
  min-height: 364px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48)), url("/img/front/download/hero.webp");
  background-size: cover;
  background-position: center;
  font-family: "Google Sans Flex";
}
#download .download-hero .download-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
#download .download-hero .download-breadcrumb a {
  color: #FFFFFF;
  text-decoration: none;
}
#download .download-hero .download-breadcrumb a:hover {
  text-decoration: underline;
}
#download .download-hero .download-breadcrumb .current {
  color: #E3CA83;
}
#download .download-hero h1 {
  margin: 40px 0 0;
  font-family: "Google Sans Flex";
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
  color: #FFFFFF;
  text-align: center;
}
#download .download-hero .download-search {
  display: flex;
  align-items: center;
  gap: 11px;
  width: 725px;
  max-width: 100%;
  height: 56px;
  margin: 21px auto 0;
  padding: 0 16px;
  background: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: text;
}
#download .download-hero .download-search img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
#download .download-hero .download-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  font-family: "Google Sans Flex";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #090526;
  outline: none;
}
#download .download-hero .download-search input::placeholder {
  color: #090526;
  opacity: 1;
}
#download .download-hero .download-brands {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 21px;
  padding: 20px 37px;
  border-radius: 18px;
  background: rgba(28, 27, 23, 0.8);
}
#download .download-hero .download-brands .brand {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 0;
  opacity: 0.9;
  transition: opacity 300ms ease;
}
#download .download-hero .download-brands .brand img {
  max-width: 100%;
  max-height: 42px;
  object-fit: contain;
}
#download .download-hero .download-brands .brand:hover {
  opacity: 1;
}
#download .download-content {
  padding: 82px 0 120px;
  font-family: "Google Sans Flex";
}
#download .download-group,
#download .download-items {
  max-width: 978px;
  margin-left: auto;
  margin-right: auto;
}
#download .download-group {
  margin-top: 50px;
}
#download .download-group:first-child {
  margin-top: 0;
}
#download .download-group h2 {
  margin: 0 0 20px;
  font-family: "Google Sans Flex";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #090526;
}
#download .download-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#download .download-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 12px 20px 12px 11px;
  background: #F6F7F8;
  border: 1px solid transparent;
  border-radius: 6px;
  text-decoration: none;
  transition: background 300ms ease;
}
#download .download-item .file-icon {
  flex-shrink: 0;
  width: 18px;
  height: 24px;
}
#download .download-item .name {
  flex: 1;
  min-width: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #090526;
}
#download .download-item .download-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
#download .download-item:hover {
  background: rgba(227, 202, 131, 0.16);
}
@media (max-width: 991px) {
  #download .download-hero {
    padding-bottom: 24px;
  }
  #download .download-hero h1 {
    margin-top: 24px;
    font-size: 30px;
    line-height: 38px;
  }
  #download .download-hero .download-brands {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 32px;
    padding: 20px 24px;
  }
  #download .download-hero .download-brands .brand {
    flex: 0 0 auto;
  }
  #download .download-hero .download-brands .brand img {
    max-height: 34px;
  }
  #download .download-group h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  #download .download-hero h1 {
    font-size: 26px;
    line-height: 34px;
  }
  #download .download-hero .download-search {
    height: 50px;
  }
  #download .download-hero .download-search input {
    font-size: 16px;
  }
  #download .download-hero .download-brands img {
    max-height: 28px;
  }
  #download .download-item {
    padding: 12px 14px;
  }
  #download .download-item .name {
    font-size: 16px;
    line-height: 22px;
  }
}

#error-page {
  font-family: "Google Sans Flex";
}
#error-page .error-hero {
  position: relative;
  margin-top: 90px;
  padding: 100px 0 96px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48)), url("/img/front/download/hero.webp");
  background-size: cover;
  background-position: center;
  text-align: center;
}
#error-page .error-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #FFFFFF;
}
#error-page .error-breadcrumb a {
  color: #FFFFFF;
  text-decoration: none;
}
#error-page .error-breadcrumb a:hover {
  text-decoration: underline;
}
#error-page .error-breadcrumb .sep {
  color: rgba(255, 255, 255, 0.6);
}
#error-page .error-breadcrumb .current {
  color: #E3CA83;
}
#error-page .error-code {
  margin-top: 64px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #E3CA83;
}
#error-page h1 {
  margin: 8px 0 0;
  font-family: "Google Sans Flex";
  font-size: 50px;
  font-weight: 300;
  line-height: 64px;
  color: #FFFFFF;
}
#error-page .perex {
  max-width: 640px;
  margin: 20px auto 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #E6E0CE;
}
#error-page .error-search {
  display: flex;
  align-items: center;
  gap: 11px;
  width: 725px;
  max-width: 100%;
  height: 56px;
  margin: 36px auto 0;
  padding: 0 16px;
  background: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: text;
  text-align: left;
}
#error-page .error-search img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
#error-page .error-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  font-family: "Google Sans Flex";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #090526;
  outline: none;
}
#error-page .error-search input::placeholder {
  color: #090526;
  opacity: 1;
}
#error-page .error-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}
@media (max-width: 991px) {
  #error-page .error-hero {
    padding-bottom: 64px;
  }
  #error-page .error-code {
    margin-top: 40px;
    font-size: 20px;
    line-height: 28px;
  }
  #error-page h1 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  #error-page .error-hero {
    margin-top: 67px;
  }
  #error-page h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #error-page .perex {
    font-size: 16px;
    line-height: 24px;
  }
  #error-page .error-search {
    height: 50px;
  }
  #error-page .error-search input {
    font-size: 16px;
  }
  #error-page .error-buttons {
    flex-direction: column;
  }
}

#news-detail .info {
  padding: 10px 15px;
  border-radius: 5px;
  margin: 25px 0;
  background: #F3F7FF;
}
#news-detail .info .date {
  background: url("/img/front/icons/components/news/date.svg") top 1px left no-repeat;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-right: 30px;
  padding-left: 24px;
}
#news-detail .info .category {
  background: url("/img/front/icons/components/news/category.svg") top 3px left no-repeat;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding-left: 24px;
}

#news-detail .share-block {
  color: #FFFFFF;
  border-radius: 8px;
  font-size: 15px;
  padding: 15px 20px;
  margin: 30px 0 40px;
  background-color: #190427;
  background: linear-gradient(90deg, #190427 0%, #172050 100%);
}
#news-detail .share-block span {
  font-weight: 600;
}

#news-detail {
  padding-bottom: 50px;
}

.ppl-selected-pickup-point {
  background: #FFFFFF;
  padding: 5px 8px;
  border-radius: 8px;
  border: 1px solid #CEDBF0;
  display: none;
  margin-top: 8px;
}

#ppl-parcel-shop-modal {
  z-index: -999999;
  position: fixed;
  -webkit-backface-visibility: hidden;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 80%;
  height: 80%;
  overflow-y: scroll;
  background: white;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  border: 10px solid white;
  box-shadow: 0 3px 40px rgba(73, 98, 154, 0.1607843137);
  transition: opacity 0.5s;
}
#ppl-parcel-shop-modal #ppl-parcel-shop-map {
  height: auto !important;
}
#ppl-parcel-shop-modal .btn.btn-primary:not(.reverse):before {
  background: initial !important;
}
#ppl-parcel-shop-modal .ppl-modal-header {
  background: white;
}
#ppl-parcel-shop-modal .ppl-modal-header a {
  display: flex;
  justify-content: flex-end;
  font-size: 3rem;
  line-height: 29px;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  cursor: pointer;
}

.balikovna-selected-pickup-point {
  background: #FFFFFF;
  padding: 5px 8px;
  border-radius: 8px;
  border: 1px solid #CEDBF0;
  display: none;
  margin-top: 8px;
}

#order-step-1 .shippings, #order-step-1 .payments {
  background: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 35px;
  padding: 10px 10px 2px;
}
#order-step-1 .shippings h2, #order-step-1 .payments h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 20px;
  padding-left: 36px;
}
#order-step-1 .shippings h2.with-icon:before, #order-step-1 .payments h2.with-icon:before {
  width: 27px;
  height: 27px;
}
#order-step-1 .shippings h2.with-icon:after, #order-step-1 .payments h2.with-icon:after {
  width: 18px;
  height: 18px;
}
#order-step-1 .shippings .item, #order-step-1 .payments .item {
  padding: 15px 30px 15px 70px;
  border: 1px solid #CEDBF0;
  cursor: pointer;
  position: relative;
  border-radius: 8px;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#order-step-1 .shippings .item .image img, #order-step-1 .payments .item .image img {
  max-width: 100%;
}
#order-step-1 .shippings .item .headline, #order-step-1 .payments .item .headline {
  font-size: 14px;
  font-weight: 600;
  padding-top: 1px;
}
#order-step-1 .shippings .item .subline, #order-step-1 .payments .item .subline {
  font-size: 12px;
  font-weight: 400;
  color: #6776AA;
}
#order-step-1 .shippings .item:hover, #order-step-1 .payments .item:hover {
  border: 1px solid #A4B5D0;
}
#order-step-1 .shippings .item:before, #order-step-1 .payments .item:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #CEDBF0;
  position: absolute;
  left: 21px;
  top: 50%;
  transform: translateY(-50%);
}
#order-step-1 .shippings .item.active, #order-step-1 .payments .item.active {
  position: relative;
  background: rgba(232, 33, 33, 0.05);
  border: 1px solid #E82121;
}
#order-step-1 .shippings .item.active .price, #order-step-1 .payments .item.active .price {
  color: #E82121;
  font-size: 16px;
  font-weight: 600;
}
#order-step-1 .shippings .item.active:before, #order-step-1 .payments .item.active:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #FF1717;
  position: absolute;
  left: 21px;
  top: 50%;
  transform: translateY(-50%);
}
#order-step-1 .shippings .item.active:after, #order-step-1 .payments .item.active:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #FF1717;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
#order-step-1 .shippings .item .price, #order-step-1 .payments .item .price {
  font-size: 16px;
  font-weight: 600;
}
#order-step-1 .shippings .item.inactive, #order-step-1 .payments .item.inactive {
  cursor: default;
  color: #999;
  opacity: 0.5;
}
#order-step-1 .payments .item .image img {
  width: 60px;
  height: 40px;
}

.zasilkovna-selected-pickup-point {
  background: #FFFFFF;
  padding: 5px 8px;
  border-radius: 8px;
  border: 1px solid #CEDBF0;
  display: none;
  margin-top: 8px;
}

.address-block {
  padding: 15px;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 11px 33px 0 rgba(191, 211, 225, 0.45);
  font-size: 13px;
}
.address-block h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
  padding-left: 36px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E6EFFD;
}
.address-block h2.with-icon:before {
  width: 27px;
  height: 27px;
}
.address-block h2.with-icon:after {
  width: 18px;
  height: 18px;
}
.address-block .grid-wrap {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-gap: 10px;
}
.address-block .item-name {
  text-align: right;
  font-weight: 700;
}
.address-block .item-value {
  text-align: left;
  font-weight: normal;
}

#order-step-3 .redirection-box {
  padding: 15px;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 11px 33px 0 rgba(191, 211, 225, 0.45);
  font-size: 16px;
}
#order-step-3 h2 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
}
#order-step-3 h2 span {
  color: #E82121;
}

#page .contact-page .headline {
  margin-bottom: 20px;
}
#page .contact-page .headline h1 {
  margin-bottom: 10px;
}
#page .contact-page .contact-info {
  background-color: #F3F7FF;
  border: 1px solid #D8E4F7;
  border-radius: 8px;
  padding: 20px 20px;
}
#page .contact-page .contact-info .contact-item {
  padding: 5px 0 5px 45px;
}
#page .contact-page .contact-info .contact-item a {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #002541;
}
#page .contact-page .contact-info .contact-item.phone {
  background: url("/img/front/icons/contact-phone.png") left center no-repeat;
  background-size: 30px;
}
#page .contact-page .contact-info .contact-item.email {
  background: url("/img/front/icons/contact-email.png") left center no-repeat;
  background-size: 30px;
}
#page .contact-page .adress-info h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #002541;
  margin-top: 35px;
}
#page .contact-page .adress-info h3.with-icon {
  padding-top: 8px;
  padding-left: 44px;
  position: relative;
  margin-bottom: 20px;
}
#page .contact-page .adress-info h3.with-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: #190427;
  background: linear-gradient(90deg, #190427 0%, #172050 100%);
}
#page .contact-page .adress-info h3.with-icon:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 0;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
}
#page .contact-page .adress-info h3.with-icon.payment::after {
  background-image: url("/img/front/icons/base/h2-payment.svg");
}
#page .contact-page .adress-info h3.with-icon.company::after {
  background-image: url("/img/front/icons/base/h2-company.svg");
}
#page .contact-page .shop-location-holder {
  background: linear-gradient(90deg, #190427 0%, #172050 100%);
  padding: 10px 20px 5px 20px;
  border-radius: 10px;
}
#page .contact-page .shop-location-holder .shop-location-header {
  padding: 10px 0 15px 0;
}
#page .contact-page .shop-location-holder .shop-location-header h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  margin: 0;
}
#page .contact-page .shop-location-holder .shop-location-item {
  padding: 20px 0;
  border-top: 1px solid rgba(206, 219, 240, 0.23);
  display: flex;
  gap: 20px;
  align-items: center;
}
#page .contact-page .shop-location-holder .shop-location-item .img-holder {
  width: 30%;
  position: relative;
}
#page .contact-page .shop-location-holder .shop-location-item .img-holder img {
  width: 100%;
}
#page .contact-page .shop-location-holder .shop-location-item .img-holder:before {
  content: url(/img/front/location-pin.png);
  position: absolute;
  top: 10px;
  left: -10px;
}
#page .contact-page .shop-location-holder .shop-location-item .shop-info-holder p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #B4BDDB;
  margin: 0;
}
#page .contact-page .shop-location-holder .shop-location-item .shop-info-holder strong {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}
#page .contact-page .shop-location-holder .shop-location-item .shop-info-holder a {
  color: #E82121;
  font-size: 14px;
}
#page .contact-page .shop-location-holder .shop-location-item .shop-info-holder a.text-grey {
  color: #B4BDDB;
  text-decoration: none;
  transition: 200ms ease;
  font-size: 14px;
}
#page .contact-page .shop-location-holder .shop-location-item .shop-info-holder a.text-grey:hover {
  color: #E82121;
}
#page .contact-page .shop-location-holder .shop-location-item .shop-info-holder a.phone {
  padding-left: 25px;
  background: url("/img/front/shop-phone.png") left center no-repeat;
  background-size: 17px;
}
#page .contact-page .shop-location-holder .shop-location-item .shop-info-holder a.email {
  padding-left: 25px;
  background: url("/img/front/shop-email.png") left center no-repeat;
  background-size: 17px;
}
#page .contact-page .shop-location-holder .shop-location-item .shop-info-holder span {
  color: #B4BDDB;
  font-size: 14px;
  padding-left: 25px;
}
#page .contact-page .shop-location-holder .shop-location-item .shop-info-holder span.opening-hours {
  background: url("/img/front/shop-opening.png") left center no-repeat;
  background-size: 17px;
}
#page .contact-page .contacts {
  margin-top: 50px;
  padding: 20px 0;
  border-top: 1px solid rgba(46, 82, 153, 0.2);
}
#page .contact-page .contacts h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 32.6px;
  color: #002541;
  margin: 0;
}
#page .contact-page .contacts .contacts-holder {
  background-color: #F3F7FF;
  border: 1px solid #D8E4F7;
  border-radius: 8px;
  padding: 20px 15px 5px 15px;
  margin-top: 25px;
}
#page .contact-page .contacts .contacts-holder h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #002541;
  margin: 0;
}
#page .contact-page .contacts .contacts-holder .contacts-item {
  border-top: solid 1px rgba(46, 82, 153, 0.24);
  padding: 10px 0;
}
#page .contact-page .contacts .contacts-holder .contacts-item:first-child {
  border-top: none;
  padding-top: 0;
}
#page .contact-page .contacts .contacts-holder .contacts-item .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 31px;
  color: #002541;
}
#page .contact-page .contacts .contacts-holder .contacts-item .position {
  font-weight: 400;
  font-size: 14px;
  color: #E82121;
}
#page .contact-page .contacts .contacts-holder .contacts-item .phone {
  padding-left: 25px;
  background: url("/img/front/shop-phone.png") left top 9px no-repeat;
  background-size: 17px;
}
#page .contact-page .contacts .contacts-holder .contacts-item .email {
  padding-left: 25px;
  background: url("/img/front/shop-email.png") left top 9px no-repeat;
  background-size: 17px;
}
#page .contact-page .contacts .contacts-holder .contacts-item a {
  font-weight: 400;
  font-size: 16px;
  line-height: 31px;
  color: #002541;
}

@media (max-width: 768px) {
  #page .contact-page .contacts .contacts-holder .contacts-item:first-child {
    border-top: solid 1px rgba(46, 82, 153, 0.24);
    padding: 10px 0;
    margin-top: 15px;
  }
}
@media (max-width: 500px) {
  #page .contact-page .shop-location-holder .shop-location-item {
    flex-wrap: wrap;
    padding-top: 20px;
  }
  #page .contact-page .shop-location-holder .shop-location-item .img-holder {
    width: 100%;
  }
}
.complaint-container h2 .text-small {
  color: #002541;
  font-size: 13px;
  line-height: 21px;
  margin: 7px 0 7px 15px;
  font-weight: 400;
}
.complaint-container .form-block .complaint-item {
  border-top: 1px solid #d4d8e0;
  margin-top: 25px;
  padding-top: 35px;
}
.complaint-container .form-block .complaint-item textarea {
  height: 105px;
}
.complaint-container .form-block .complaint-item:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.complaint-container .form-block .complaint-item:first-child .complaint-item-title {
  margin-top: 20px;
}
.complaint-container .form-block .complaint-item .complaint-item-title {
  margin-top: 0px;
}
.complaint-container .form-block .complaint-item .complaint-item-title-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.complaint-container .form-block .complaint-item .remove-complaint-item {
  position: relative;
  width: 30px;
  height: 30px;
  padding: 0;
}
.complaint-container .form-block .complaint-item .remove-complaint-item:before {
  content: url(/img/front/icons/trashcan.svg);
  position: absolute;
  top: 7px;
  left: 8px;
  width: 14px;
}
.complaint-container .select2-container {
  width: 100% !important;
}
.complaint-container .input-error .select2-selection--single {
  border-color: #FF0000 !important;
}
.complaint-container .select2-container--default .select2-selection--single {
  height: 39px !important;
  border-radius: 7px !important;
  padding: 5px !important;
  border: 1px solid #CEDBF0;
}
.complaint-container .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px !important;
}

#page #contact .contact-info .item, #page #contact .address-info .item {
  margin: 1rem 0;
  padding-left: 40px;
  font-size: 20px;
}
#page #contact .contact-info .item a, #page #contact .address-info .item a {
  text-decoration: none;
}
#page #contact .contact-info .item a:hover, #page #contact .address-info .item a:hover {
  text-decoration: underline;
}
#page #contact .contact-info .item.phone, #page #contact .address-info .item.phone {
  background: url("/img/front/icons/contact-page-phone.svg") left center no-repeat;
  background-size: 30px;
}
#page #contact .contact-info .item.email, #page #contact .address-info .item.email {
  background: url("/img/front/icons/contact-page-email.svg") left center no-repeat;
  background-size: 30px;
}
#page #contact .contact-form {
  background: #FFFFFF 0 0 no-repeat padding-box;
  box-shadow: 0px 6px 46px 0px rgba(39, 42, 52, 0.1);
  border-radius: 16px;
  padding: 25px 25px 35px 25px;
  margin-bottom: 50px;
  margin-top: -50px;
}
#page ul {
  list-style: disc;
  padding-left: 22px;
}

#product-detail .product-hero {
  position: relative;
  margin-top: 90px;
  height: clamp(640px, 44.84vw, 861px);
  overflow: hidden;
  color: #FFFFFF;
}
#product-detail .product-hero .product-hero-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
#product-detail .product-hero .product-hero-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.9) 100%);
}
#product-detail .product-hero .product-hero-top {
  position: relative;
  z-index: 2;
  padding-top: 38px;
}
#product-detail .product-hero .product-hero-top .product-brand-logo {
  margin-top: 33px;
}
#product-detail .product-hero .product-hero-top .product-brand-logo img {
  width: 46px;
  height: 33px;
}
#product-detail .product-hero .product-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-family: "Google Sans Flex";
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
#product-detail .product-hero .product-breadcrumb a {
  color: #FFFFFF;
  text-decoration: none;
}
#product-detail .product-hero .product-breadcrumb a:hover {
  text-decoration: underline;
}
#product-detail .product-hero .product-breadcrumb .separator {
  color: #FFFFFF;
}
#product-detail .product-hero .product-breadcrumb .current {
  color: #E3CA83;
}
#product-detail .product-hero .product-hero-side-tags {
  position: absolute;
  top: 43px;
  right: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#product-detail .product-hero .product-hero-side-tags img {
  display: block;
  width: 43px;
}
#product-detail .product-hero .product-hero-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 1px 0 41px;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
#product-detail .product-hero .product-hero-bottom h1 {
  margin: 0;
  max-width: 560px;
  font-family: "Google Sans Flex";
  font-size: 50px;
  font-weight: 300;
  line-height: 64px;
  color: #FFFFFF;
}
#product-detail .product-hero .product-hero-bottom .subtext {
  margin: 20px 0 0;
  max-width: 583px;
  font-family: "Google Sans Flex";
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #FFFFFF;
}
#product-detail .product-hero .product-hero-bottom .product-price-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 804px;
  margin-top: 26px;
  padding: 21px 25px 21px 22px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}
#product-detail .product-hero .product-hero-bottom .product-price-bar .price-holder {
  font-family: "Google Sans Flex";
}
#product-detail .product-hero .product-hero-bottom .product-price-bar .price-holder .label {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #FFFFFF;
}
#product-detail .product-hero .product-hero-bottom .product-price-bar .price-holder .price {
  margin-top: 6px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #E3CA83;
  white-space: nowrap;
}
#product-detail .product-hero .product-hero-bottom .product-price-bar .price-holder .price-vat {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  color: #FFFFFF;
}
#product-detail .product-hero .product-hero-bottom .product-price-bar .buttons {
  display: flex;
  align-items: center;
  gap: 17px;
}
@media (max-width: 991px) {
  #product-detail .product-hero {
    height: auto;
    min-height: 640px;
    display: flex;
    flex-direction: column;
  }
  #product-detail .product-hero .product-hero-bottom {
    position: relative;
    margin-top: auto;
  }
  #product-detail .product-hero .product-hero-bottom h1 {
    font-size: 34px;
    line-height: 44px;
  }
  #product-detail .product-hero .product-hero-bottom .product-price-bar {
    flex-direction: column;
    align-items: flex-start;
  }
  #product-detail .product-hero .product-hero-bottom .product-price-bar .buttons {
    flex-wrap: wrap;
  }
  #product-detail .product-hero .product-hero-side-tags {
    display: none;
  }
}

#product-detail .product-hero .product-hero-top #breadcrumb {
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#product-detail .product-hero .product-hero-top #breadcrumb span {
  font-family: "Google Sans Flex";
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #FFFFFF;
  margin-right: 22px;
}
#product-detail .product-hero .product-hero-top #breadcrumb span:after {
  content: "/";
  color: #FFFFFF;
  font-weight: 300;
  top: 0;
  left: -14px;
}
#product-detail .product-hero .product-hero-top #breadcrumb span.home {
  display: none;
}
#product-detail .product-hero .product-hero-top #breadcrumb a:first-of-type + a span:after {
  display: none;
}
#product-detail .product-hero .product-hero-top #breadcrumb a:last-of-type span {
  color: #E3CA83;
}

#product-detail .product-gallery {
  padding: 58px 0 59px;
  background: #FFFFFF;
}
#product-detail .product-gallery .product-gallery-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
#product-detail .product-gallery .product-gallery-items .item {
  position: relative;
  display: block;
  aspect-ratio: 348/245;
  border-radius: 12px;
  overflow: hidden;
}
#product-detail .product-gallery .product-gallery-items .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}
#product-detail .product-gallery .product-gallery-items .item:hover .zoom-overlay {
  opacity: 1;
}
#product-detail .product-gallery .product-gallery-items .item:hover img {
  transform: scale(1.04);
}
#product-detail .product-gallery .product-gallery-items .item .zoom-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.51);
  opacity: 0;
}
#product-detail .product-gallery .product-gallery-items .item .zoom-overlay img {
  width: 69px;
  height: 69px;
  object-fit: contain;
}
@media (max-width: 991px) {
  #product-detail .product-gallery {
    padding: 30px 0;
  }
  #product-detail .product-gallery .product-gallery-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

#product-detail .product-info {
  padding: 44px 0 60px;
}
#product-detail .product-info .product-info-holder {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 499px;
  gap: 70px;
  align-items: start;
}
#product-detail .product-info .product-info-content {
  font-family: "Google Sans Flex";
  color: #090526;
}
#product-detail .product-info .product-info-content h2 {
  margin: 0;
  font-family: "Google Sans Flex";
  font-size: 32px;
  font-weight: 400;
  line-height: 46px;
  color: #090526;
}
#product-detail .product-info .product-info-content h3 {
  margin: 32px 0 0;
  font-family: "Google Sans Flex";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #A5925C;
}
#product-detail .product-info .product-info-content p {
  margin: 12px 0 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}
#product-detail .product-info .product-info-content p.perex {
  font-size: 18px;
  line-height: 28px;
}
#product-detail .product-info .product-info-content p strong {
  font-weight: 600;
}
#product-detail .product-info .product-info-content .content-image {
  margin-top: 48px;
  margin-bottom: 50px;
}
#product-detail .product-info .product-info-content .content-image img {
  display: block;
  width: 100%;
  border-radius: 12px;
}
#product-detail .product-info .product-info-content .content-section h3 {
  margin-top: 60px;
}
#product-detail .product-info .product-info-content .product-bullets {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}
#product-detail .product-info .product-info-content .product-bullets li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}
#product-detail .product-info .product-info-content .product-bullets li + li {
  margin-top: 14px;
}
#product-detail .product-info .product-info-content .product-bullets li:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #A5925C;
}
#product-detail .product-info .product-info-content .product-bullets li strong {
  font-weight: 600;
}
#product-detail .product-info .product-params {
  font-family: "Google Sans Flex";
}
#product-detail .product-info .product-params h2 {
  margin: 0 0 12px;
  font-family: "Google Sans Flex";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #090526;
}
#product-detail .product-info .product-params .params-table .info-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 23px;
  padding: 12px;
  border-radius: 6px;
}
#product-detail .product-info .product-params .params-table .info-row:nth-child(odd) {
  background: #F6F7F8;
}
#product-detail .product-info .product-params .params-table .info-row .name,
#product-detail .product-info .product-params .params-table .info-row .value {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #090526;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#product-detail .product-info .product-params .params-more {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px auto 0;
  padding: 4px;
  border: 0;
  background: none;
  font-family: "Google Sans Flex";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #090526;
  cursor: pointer;
}
#product-detail .product-info .product-params .params-more img {
  width: 19px;
  height: 19px;
  transition: transform 300ms ease;
}
#product-detail .product-info .product-params .params-more:hover {
  text-decoration: underline;
}
#product-detail .product-info .product-params .params-more.open img {
  transform: rotate(45deg);
}
#product-detail .product-info .product-params .params-pdf {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 52px;
  padding: 16px 18px 16px 11px;
  border: 1px solid #E3CA83;
  border-radius: 6px;
  font-family: "Google Sans Flex";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #090526;
  text-decoration: none;
  transition: background 300ms ease;
}
#product-detail .product-info .product-params .params-pdf .pdf-icon {
  width: 18px;
  height: 24px;
}
#product-detail .product-info .product-params .params-pdf span {
  flex: 1;
}
#product-detail .product-info .product-params .params-pdf .download-icon {
  width: 24px;
  height: 24px;
}
#product-detail .product-info .product-params .params-pdf:hover {
  background: rgba(227, 202, 131, 0.12);
}
@media (max-width: 1199px) {
  #product-detail .product-info .product-info-holder {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  #product-detail .product-info .product-params .params-table .row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  }
}

@media (max-width: 1199px) {
  #product-detail .product-info .product-params .params-table .info-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
    border-radius: 6px;
  }
  #product-detail .product-info .product-params .params-table .info-row .name {
    font-weight: 500;
  }
}
#product-detail .product-info .product-info-content ul {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}
#product-detail .product-info .product-info-content ul li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}
#product-detail .product-info .product-info-content ul li + li {
  margin-top: 14px;
}
#product-detail .product-info .product-info-content ul li:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #A5925C;
}
#product-detail .product-info .product-info-content ul li strong {
  font-weight: 600;
}
#product-detail .product-info .product-info-content h3 {
  margin-top: 32px;
}
#product-detail .product-info .product-params .params-table .info-row.is-extra {
  display: none;
}
#product-detail .product-info .product-params .params-table.expanded .info-row.is-extra {
  display: grid;
}

#product-detail .product-brand-banner {
  margin-top: 50px;
}
#product-detail .product-brand-banner .product-brand-banner-holder {
  width: 1550px;
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 65px 57px 60px;
  border-radius: 20px;
  background-color: #1C282F;
  background-size: cover;
  background-position: center right;
  overflow: hidden;
}
#product-detail .product-brand-banner .product-brand-banner-holder:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.88) 100%);
}
#product-detail .product-brand-banner .banner-holder {
  font-family: "Google Sans Flex";
  color: #FFFFFF;
}
#product-detail .product-brand-banner .banner-holder .brand-logo {
  width: 244px;
  position: absolute;
  top: 0px;
  right: 0px;
}
#product-detail .product-brand-banner .banner-holder > * {
  position: relative;
}
#product-detail .product-brand-banner .banner-holder .banner-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
#product-detail .product-brand-banner .banner-holder .banner-head h2 {
  margin: 0;
  font-family: "Google Sans Flex";
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
  color: #FFFFFF;
}
#product-detail .product-brand-banner .banner-holder .subline {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #E3CA83;
}
#product-detail .product-brand-banner .banner-holder .text {
  margin-top: 26px;
}
#product-detail .product-brand-banner .banner-holder .text p {
  color: var(--White, #FFF);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
#product-detail .product-brand-banner .banner-holder .text p:last-child {
  margin-bottom: 0;
}
#product-detail .product-brand-banner .banner-holder .btn-glass {
  margin-top: 30px;
}
@media (max-width: 991px) {
  #product-detail .product-brand-banner .banner-holder {
    padding: 32px 24px;
  }
  #product-detail .product-brand-banner .banner-holder .banner-head {
    flex-direction: column-reverse;
  }
  #product-detail .product-brand-banner .banner-holder .banner-head .brand-logo {
    width: 160px;
    max-width: none;
    margin: 0;
  }
  #product-detail .product-brand-banner .banner-holder .banner-head h2 {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 1550px) {
  #product-detail .product-brand-banner {
    margin-top: 50px;
  }
  #product-detail .product-brand-banner .product-brand-banner-holder {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
#product-detail .product-related {
  padding: 120px 0 99px;
  overflow: hidden;
}
#product-detail .product-related h2 {
  margin: 0 0 50px;
  font-family: "Google Sans Flex";
  font-size: 50px;
  font-weight: 300;
  line-height: 64px;
  color: #090526;
}
#product-detail .product-related .product-related-slider {
  position: relative;
  overflow: visible;
}
#product-detail .product-related .product-related-slider .swiper-slide {
  height: auto;
}
#product-detail .product-related .product-related-slider-holder {
  position: relative;
}
#product-detail .product-related .product-related-slider-holder:before, #product-detail .product-related .product-related-slider-holder:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 189px;
  z-index: 2;
  pointer-events: none;
}
#product-detail .product-related .product-related-slider-holder:before {
  left: 0;
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
#product-detail .product-related .product-related-slider-holder:after {
  right: 0;
  background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
#product-detail .product-related .related-card {
  position: relative;
  display: block;
  aspect-ratio: 348/495;
  border-radius: 8px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  font-family: "Google Sans Flex";
}
#product-detail .product-related .related-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 140px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
#product-detail .product-related .related-card:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 140px;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
#product-detail .product-related .related-card .brand {
  position: absolute;
  top: 17px;
  right: 16px;
  z-index: 2;
}
#product-detail .product-related .related-card .brand img {
  display: block;
  height: 33px;
  max-width: 70px;
  object-fit: contain;
}
#product-detail .product-related .related-card .info {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
}
#product-detail .product-related .related-card .info .name {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #FFFFFF;
}
#product-detail .product-related .related-card .info .price {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #E3CA83;
}
#product-detail .product-related .related-progress {
  margin-top: 40px;
}
#product-detail .product-related .related-progress .swiper-progress {
  position: relative;
  height: 2px;
  background: #E3CA83;
}
#product-detail .product-related .related-progress .swiper-progress .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 148px;
  height: 2px;
  background: #090526;
  transition: left 300ms ease;
}
#product-detail .product-related .related-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 38px;
}
@media (max-width: 991px) {
  #product-detail .product-related {
    padding: 60px 0;
  }
  #product-detail .product-related h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 30px;
  }
  #product-detail .product-related .related-buttons {
    flex-wrap: wrap;
  }
}

#search-result .category-list {
  margin-top: 30px;
  margin-bottom: 30px;
  row-gap: 20px;
}
#search-result .category-list a {
  text-decoration: none;
  font-weight: 500;
}
#search-result .category-list a:hover .item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#search-result .category-list .item {
  border: 1px solid #CEDBF0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  transition: all 0.3s;
}
#search-result .category-list .item .item-name {
  font-size: 16px;
}

body > .pnotify {
  position: fixed;
  z-index: 100040;
}

body > .pnotify.pnotify-modal {
  z-index: 100042;
}

.pnotify {
  position: absolute;
  height: auto;
  z-index: 1;
  display: none;
  transition: opacity 0.1s linear;
  opacity: 0;
}

.pnotify.pnotify-modal {
  z-index: 3;
}

.pnotify.pnotify-in {
  display: block;
  opacity: 1;
}

.pnotify.pnotify-initial {
  display: block;
}

.pnotify-hidden {
  visibility: hidden;
}

.pnotify.pnotify-move {
  transition: left 0.4s ease, top 0.4s ease, right 0.4s ease, bottom 0.4s ease;
}

.pnotify.pnotify-fade-slow {
  transition: opacity 0.4s linear;
  opacity: 0;
}

.pnotify.pnotify-fade-slow.pnotify.pnotify-move {
  transition: opacity 0.4s linear, left 0.4s ease, top 0.4s ease, right 0.4s ease, bottom 0.4s ease;
}

.pnotify.pnotify-fade-normal {
  transition: opacity 0.25s linear;
  opacity: 0;
}

.pnotify.pnotify-fade-normal.pnotify.pnotify-move {
  transition: opacity 0.25s linear, left 0.4s ease, top 0.4s ease, right 0.4s ease, bottom 0.4s ease;
}

.pnotify.pnotify-fade-fast {
  transition: opacity 0.1s linear;
  opacity: 0;
}

.pnotify.pnotify-fade-fast.pnotify.pnotify-move {
  transition: opacity 0.1s linear, left 0.4s ease, top 0.4s ease, right 0.4s ease, bottom 0.4s ease;
}

.pnotify.pnotify-masking {
  display: block;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 30px, transparent);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 30px, transparent);
}

.pnotify.pnotify-masking.pnotify-stack-up {
  -webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent 30px, transparent);
  mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent 30px, transparent);
}

.pnotify.pnotify-masking.pnotify-stack-left {
  -webkit-mask-image: linear-gradient(270deg, rgba(0, 0, 0, 0.8), transparent 30px, transparent);
  mask-image: linear-gradient(270deg, rgba(0, 0, 0, 0.8), transparent 30px, transparent);
}

.pnotify.pnotify-masking.pnotify-stack-right {
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), transparent 30px, transparent);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), transparent 30px, transparent);
}

.pnotify.pnotify-fade-in, .pnotify.pnotify-masking-in {
  opacity: 1;
}

.pnotify .pnotify-shadow {
  -webkit-box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.1);
}

.pnotify-container {
  position: relative;
  background-position: 0 0;
  padding: 0.8em;
  height: 100%;
  margin: 0;
}

.pnotify-container:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.pnotify-closer, .pnotify-sticker {
  float: right;
  margin-left: 0.5em;
  cursor: pointer;
}

[dir=rtl] .pnotify-closer, [dir=rtl] .pnotify-sticker {
  float: left;
  margin-right: 0.5em;
  margin-left: 0;
}

.pnotify-title {
  display: block;
  white-space: pre-line;
  margin-bottom: 0.4em;
  margin-top: 0;
}

.pnotify.pnotify-with-icon .pnotify-content {
  margin-left: 24px;
}

[dir=rtl] .pnotify.pnotify-with-icon .pnotify-content {
  margin-right: 24px;
  margin-left: 0;
}

.pnotify-pre-line {
  white-space: pre-line;
}

.pnotify-icon, .pnotify-icon span {
  display: block;
  float: left;
}

[dir=rtl] .pnotify-icon, [dir=rtl] .pnotify-icon span {
  float: right;
}

.pnotify-modal-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  transition: opacity 0.25s linear;
  opacity: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.pnotify-modal-overlay-up {
  align-items: flex-start;
}

.pnotify-modal-overlay-left {
  justify-content: flex-start;
  align-items: center;
}

.pnotify-modal-overlay-right {
  justify-content: flex-end;
  align-items: center;
}

.pnotify-modal-overlay.pnotify-modal-overlay-in {
  opacity: 1;
}

.pnotify-modal-overlay-closes:after {
  content: "×";
  font-family: Arial;
  font-size: 3rem;
  color: #fff;
  text-shadow: 0 0 0.4rem #fff;
}

body > .pnotify-modal-overlay {
  position: fixed;
  z-index: 100041;
}

.pnotify {
  bottom: 25px !important;
  top: initial !important;
}
.pnotify .pnotify-container {
  padding: 7px 15px 7px;
  border-radius: 4px;
  background-color: #071029;
  color: #071029;
  box-shadow: 0 0 15px 0 rgba(7, 16, 41, 0.4);
}
.pnotify .pnotify-container .pnotify-closer {
  line-height: 18px;
  color: #071029;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pnotify .pnotify-container .pnotify-closer:hover {
  color: black;
}
.pnotify .pnotify-container .pnotify-content {
  margin-bottom: -7px;
}
.pnotify .pnotify-container .pnotify-content .pnotify-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.32px;
  margin: 0;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(90deg, #190427 0%, #172050 100%) !important;
  margin: 0 -15px;
  margin-top: -7px;
  margin-bottom: 7px;
  padding: 7px 15px;
  color: white;
}
.pnotify .pnotify-container .pnotify-content .pnotify-text {
  margin-top: -7px;
}
.pnotify .pnotify-container .pnotify-content .pnotify-text::-webkit-scrollbar {
  height: 14px;
  width: 14px;
}
.pnotify .pnotify-container .pnotify-content .pnotify-text::-webkit-scrollbar-thumb {
  background: rgba(243, 247, 255, 0.65);
  border-radius: 7px;
}
.pnotify .pnotify-container .pnotify-content .pnotify-text::-webkit-scrollbar-thumb:hover {
  background: #002541;
}
.pnotify .pnotify-container .pnotify-content .pnotify-text::-webkit-scrollbar-thumb:active {
  background: rgb(0, 22.4846153846, 39.5);
}
.pnotify .pnotify-container .pnotify-content .pnotify-text::-webkit-scrollbar-track {
  background: transparent;
}
.pnotify .pnotify-container .pnotify-content .pnotify-text .pnotify-pre-line {
  display: block;
  white-space: initial;
  font-weight: 500;
  padding: 7px 0;
  margin-bottom: 7px;
  color: #071029;
}
.pnotify .pnotify-container .pnotify-content .pnotify-text .pnotify-pre-line:empty {
  display: none;
}
.pnotify .pnotify-container.bootstrap4-error {
  color: #071029;
  background-color: #ffbdbd;
}
.pnotify .pnotify-container.bootstrap4-error .pnotify-closer {
  color: #071029;
}
.pnotify .pnotify-container.bootstrap4-error .pnotify-closer:hover {
  color: black;
}
.pnotify .pnotify-container.bootstrap4-error .pnotify-content .pnotify-title {
  background-color: #ff8a8a;
}
.pnotify .pnotify-container.bootstrap4-notice {
  color: #071029;
  background-color: #fff5bd;
}
.pnotify .pnotify-container.bootstrap4-notice .pnotify-closer {
  color: #071029;
}
.pnotify .pnotify-container.bootstrap4-notice .pnotify-closer:hover {
  color: black;
}
.pnotify .pnotify-container.bootstrap4-notice .pnotify-content .pnotify-title {
  background-color: rgb(255, 237.2727272727, 138);
}
.pnotify .pnotify-container.bootstrap4-success {
  color: #071029;
  background-color: rgba(211, 205, 191, 0.13);
}
.pnotify .pnotify-container.bootstrap4-success .pnotify-closer {
  color: #071029;
}
.pnotify .pnotify-container.bootstrap4-success .pnotify-closer:hover {
  color: black;
}
.pnotify .pnotify-container.bootstrap4-success .pnotify-content .pnotify-title {
  background-color: rgba(190.2222222222, 181.3888888889, 160.7777777778, 0.13);
}
.pnotify.pnotify-with-icon .pnotify-content {
  margin-left: 0;
}

.slider-container {
  border-radius: 8px;
  border: 2px solid transparent;
  margin-bottom: 30px;
  box-shadow: 0 12px 24px 0 rgba(22, 23, 51, 0.19);
  margin-left: -2px !important;
}
.slider-container a {
  color: #002541;
  font-weight: 600;
}
.slider-container .slider-headline {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 600;
  padding: 6px 15px;
  background: linear-gradient(90deg, #190427 0%, #172050 100%);
  border-radius: 8px 8px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slider-container .slider-headline .btn {
  padding: 5px 10px;
}
.slider-container .slider-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.slider-container .slider-item .content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 25px;
}
.slider-container .slider-item .content {
  width: 100%;
  padding-top: 10px;
}
.slider-container .slider-item .content .row {
  margin-left: 0;
  margin-right: 0;
}
.slider-container .slider-item .content .headline {
  font-weight: 700;
  color: #071029;
  font-size: 24px;
  margin-bottom: 25px;
  margin-top: 5px;
  position: relative;
  line-height: 26px;
}
.slider-container .slider-item .content .code-info {
  margin-top: -20px;
}
.slider-container .slider-item .content .subline {
  color: #071029;
  font-size: 14px;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.slider-container .slider-item .content .subline .action-price {
  font-size: 28px;
  font-weight: 700;
  color: #E82121;
}
.slider-container .slider-item .content .subline .origin-price {
  font-size: 20px;
  font-weight: 400;
  margin-left: 14px;
  color: #002541;
  text-decoration: line-through;
}
.slider-container .slider-item .content .subline .discount {
  font-size: 22px;
  font-weight: 700;
}
.slider-container .slider-item .content .image {
  width: 100%;
  height: 250px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.slider-container .centered-btns_tabs {
  width: 100%;
  position: relative;
  margin-top: 0;
  left: 0;
  padding: 10px 5px;
  display: flex;
  border-radius: 0 0 8px 8px;
  margin-bottom: 0;
  justify-content: center;
  border-top: 1px solid rgba(103, 118, 170, 0.2);
}
.slider-container .centered-btns_tabs li {
  margin: 0;
  display: block;
  position: relative;
  width: 26px;
  z-index: 5;
}
.slider-container .centered-btns_tabs li a {
  text-indent: 0;
  overflow: visible;
  display: block;
  text-align: center;
  width: 100%;
  height: auto;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border: 0 !important;
  box-shadow: none;
  border-radius: 4px;
}
.slider-container .centered-btns_tabs li a:hover {
  background: #f8f8f8;
}
.slider-container .centered-btns_tabs li.centered-btns_here a {
  color: #FFFFFF;
  z-index: 10;
  background-color: #FF1717;
  background-image: linear-gradient(90deg, #FF1717 0%, #A10D0D 50%, #FF1717 100%);
  background-size: 300% 100%;
  background-position: left center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1400px) {
  .slider-container .slider-item .content {
    left: 40px;
  }
}
@media (max-width: 991px) {
  .slider-container .slider-item .content .subline {
    display: none;
  }
}
@media (max-width: 768px) {
  .slider-container .slider-item .content {
    left: 15px;
  }
  .slider-container .slider-item .content .headline {
    background: none;
    padding: 0;
    font-size: 18px;
  }
  .slider-container .slider-item .content .headline:before {
    display: none;
  }
}

/*# sourceMappingURL=web.css.map */