@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: #98FF09;
  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: 17px 32px;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  background: #ffffff;
  border: 1px solid transparent;
  text-decoration: none;
  position: relative;
  transition: 300ms ease;
  cursor: pointer;
  white-space: nowrap;
  color: #000 !important;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "League Gothic";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 1;
}
.btn-white a {
  color: #000 !important;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "League Gothic";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  z-index: 2;
  transition: color 300ms ease;
}
.btn-white::after {
  content: "";
  position: absolute;
  width: 150%;
  padding-top: 150%;
  border-radius: 999px;
  background: #98FF09;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 420%;
  transition: all 300ms ease;
  z-index: -1;
}
.btn-white:hover {
  color: #000 !important;
  border: 1px solid #98FF09;
}
.btn-white:hover a {
  color: #000 !important;
}
.btn-white:hover::after {
  top: 100%;
}

.btn-pink {
  display: inline-flex;
  padding: 16px 45px 16px 24px;
  align-items: center;
  gap: 8px;
  border-radius: 48px;
  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-green {
  display: inline-flex;
  padding: 17px 32px;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  background: #98FF09;
  border: 1px solid transparent;
  text-decoration: none;
  position: relative;
  transition: 300ms ease;
  cursor: pointer;
  white-space: nowrap;
  color: #000 !important;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "League Gothic";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 1;
}
.btn-green a {
  color: #000 !important;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "League Gothic";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  z-index: 2;
  transition: color 300ms ease;
}
.btn-green::after {
  content: "";
  position: absolute;
  width: 150%;
  padding-top: 150%;
  border-radius: 999px;
  background: white;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 420%;
  transition: all 300ms ease;
  z-index: -1;
}
.btn-green:hover {
  color: black !important;
  border: 1px solid white;
}
.btn-green:hover a {
  color: #000 !important;
}
.btn-green:hover::after {
  top: 100%;
}

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-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: #172609;
}
.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 .cookie-content p {
  color: #ffffff;
}
.modal-dialog.cookies-confirm .modal-content .modal-body .cookie-content .btn-settings {
  color: #ffffff !important;
}
.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: #F3F7FF;
}
.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 .block-content p {
  color: grey;
}
.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;
}
.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;
  height: 425px;
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid #CEDBF0;
  border-radius: 10px;
  padding: 10px;
  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-classic:hover {
  border: 1px solid #A4B5D0;
}
.product-list .item-classic a {
  text-decoration: none;
}
.product-list .item-classic .favorite-block {
  position: absolute;
  top: 18px;
  right: 18px;
  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-classic .favorite-block:hover {
  opacity: 0.7;
}
.product-list .item-classic .image-block {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  height: 200px;
  padding: 10px;
}
.product-list .item-classic .image-block img {
  max-width: 100%;
  max-height: 180px;
}
.product-list .item-classic .image-block.with-pieces {
  height: 165px;
}
.product-list .item-classic .image-block.with-pieces img {
  max-height: 145px;
}
.product-list .item-classic .name-block {
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 80px;
  justify-content: center;
}
.product-list .item-classic .name-block .code {
  color: #6776AA;
  font-size: 13px;
}
.product-list .item-classic .name-block .code span {
  font-size: 15px;
  font-weight: 500;
}
.product-list .item-classic .name-block h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
  margin: 0;
}
.product-list .item-classic .name-block h3:hover {
  text-decoration: underline;
}
.product-list .item-classic .price-per-piece-block {
  background: #fff6f0 url("/img/front/icons/components/product/price-per-piece.svg") left 13px center no-repeat;
  border-radius: 6px;
  padding: 5px 10px 6px 45px;
  color: #E87421;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  margin-bottom: -10px;
}
.product-list .item-classic .price-per-piece-block .pieces {
  font-size: 11px;
  font-weight: 400;
  color: #071029;
}
.product-list .item-classic .price-block {
  height: 72px;
  display: flex;
  align-items: center;
  padding: 0 4px;
  margin: 5px 0 0;
}
.product-list .item-classic .price-block .row {
  margin: 0;
  width: 100%;
}
.product-list .item-classic .price-block .col-6 {
  padding: 0;
}
.product-list .item-classic .price-block .availability {
  font-size: 12px;
  font-weight: 600;
}
.product-list .item-classic .price-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-classic .price-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-classic .price-block .original-with-vat {
  display: inline-block;
  font-size: 12px;
  color: #071029;
}
.product-list .item-classic .price-block .original-with-vat span {
  text-decoration: line-through;
}
.product-list .item-classic .price-block .with-vat {
  font-size: 18px;
  font-weight: 700;
  color: #E82121;
  line-height: 16px;
}
.product-list .item-classic .price-block .without-vat {
  font-size: 12px;
  font-weight: 700;
  color: #071029;
}
.product-list .item-classic .cart-block {
  display: flex;
  align-items: center;
  margin: 5px 0;
}
.product-list .item-classic .cart-block .row {
  margin: 0;
  width: 100%;
}
.product-list .item-classic .cart-block .col-6 {
  padding: 0;
}
.product-list .item-classic .cart-block .quantity {
  font-weight: 500;
  width: 30px;
  border: none;
  margin: 0 4px;
  padding: 5px 0;
  text-align: center;
}
.product-list .item-classic .cart-block .quantity::-webkit-inner-spin-button,
.product-list .item-classic .cart-block .quantity::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-list .item-classic .cart-block .quantity[type=number] {
  -moz-appearance: textfield; /* Pro Firefox */
}
.product-list .item-classic .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-classic .cart-block .quantity-change:hover {
  background-color: rgb(217.5, 230, 255);
}

.row-product-list {
  margin: 15px 0;
  font-size: 12px;
}

@media (max-width: 1024px) {
  .row-product-list .header-row {
    display: none;
  }
}
@media (max-width: 768px) {
  .category-container .product-list .item {
    margin-bottom: 15px;
  }
  .manufacturer-page .product-list.row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 2rem;
  }
}
.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;
}

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

a:hover {
  color: #98FF09 !important;
}

.gradient-border::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  background: linear-gradient(135deg, rgba(152, 255, 9, 0.2), rgba(210, 251, 168, 0.2), rgba(152, 255, 9, 0.2), rgba(210, 251, 168, 0.2));
  -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: 50px;
}

.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;
  }
}
#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 {
  border-top: 1px solid var(--Outline, #4A4A4A);
  background: var(--Background, #050505);
  scroll-margin: 100px;
  padding-top: 50px;
  position: relative;
  z-index: 999;
  overflow: hidden;
}
#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 {
  height: 73px;
}
#footer .footer-info .basic .text {
  color: var(--Font---Light, #CAC9D7);
  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-top: 30px;
}
#footer .footer-info .basic .socials {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 35px;
}
#footer .footer-info .basic .socials a img {
  transition: 200ms;
  width: 24px;
}
#footer .footer-info .basic .socials a:hover img {
  transform: scale(1.09);
}
#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: 51px;
}
#footer .footer-info .links .navigation {
  flex: 1;
}
#footer .footer-info .links .navigation .name {
  color: #FF4D9B;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}
#footer .footer-info .links .navigation .navigation-items {
  display: flex;
  gap: 101px;
  justify-content: flex-end;
}
#footer .footer-info .links .navigation .navigation-items .holder {
  display: flex;
  flex-direction: column;
}
#footer .footer-info .links .navigation .navigation-items .holder .headline {
  color: var(--White, #FFF);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bebas Neue";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
#footer .footer-info .links .navigation .navigation-items .holder .invoice .name {
  color: var(--White, #FFF);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 10px;
}
#footer .footer-info .links .navigation .navigation-items .holder .invoice .info {
  color: var(--Font---Light, #CAC9D7);
  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 .links .navigation .navigation-items .holder .email-contact {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 15px;
}
#footer .footer-info .links .navigation .navigation-items .holder .email-contact .text .green {
  color: var(--Primary, #98FF09);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 3px;
}
#footer .footer-info .links .navigation .navigation-items .holder .email-contact .text a {
  color: var(--White, #FFF);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bebas Neue";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  margin-bottom: 0;
}
#footer .content {
  justify-content: space-between;
}
#footer .credits {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #4A4A4A;
  padding: 20px 0;
  margin-top: 40px;
}
#footer .credits .rights {
  color: var(--Font---Light, #CAC9D7);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#footer .credits .evidsoft {
  font-family: Urbanist;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0px;
  color: #FFFFFF;
}
#footer .credits .evidsoft img {
  height: 19px;
}
#footer .copyright-container .copyright-holder {
  color: #FFFFFF;
  padding: 15px 0;
  border-top: 1px solid #324668;
}
@media (max-width: 575px) {
  #footer .content {
    text-align: center;
  }
  #footer .content .block .text {
    width: 100%;
  }
}

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

@media (max-width: 768px) {
  .contact-form-info {
    text-align: center;
  }
  #footer .credits {
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.231372549);
    padding: 20px 0;
    margin-top: 40px;
    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: 60px 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;
  }
}
#header {
  background-color: transparent;
  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);
  padding: 20px 10px;
}
#header.white-menu .header-logo {
  align-items: center;
}
#header.white-menu .header-logo .logo-holder {
  height: 40px;
  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: 8px;
  justify-content: space-between;
  margin-top: 0px;
  height: 67px;
  z-index: 99999;
  padding: 60px 60px 40px 60px;
}
#header.fixed.bg-purple {
  background: rgba(5, 5, 5, 0.72);
  margin-top: 0 !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 0;
  padding: 40px 60px 40px 60px;
}
#header.fixed.bg-purple .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.bg-purple .header-main-menu-container .main-menu .standard-menu-wrapper:before {
  display: none;
}
#header .mobile-menu {
  display: none;
  padding: 20px 30px;
}
#header #menuToggle {
  display: none;
  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 {
  color: var(--White, #FFF);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bebas Neue";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}
#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: #99ff06;
  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: #99ff06;
}
#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: #99ff06;
}
#header #menu1 {
  position: fixed;
  top: 63px;
  left: 0;
  width: 100%;
  height: 100vh !important;
  list-style-type: none;
  padding: 20px 0;
  margin: 0;
  transform: translateY(-200%);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  background: rgba(5, 5, 5, 0.98);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
#header #menu1 .socials {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
}
#header #menu1 .socials img {
  width: 30px;
}
#header #menu1 li {
  padding: 15px 20px;
  text-align: center;
}
#header #menu1 li:last-child {
  border-bottom: none;
}
#header #menuToggle input:checked ~ ul {
  transform: translateY(0); /* Menu se zobrazí při otevření */
}
#header #menuToggle input:not(:checked) ~ ul {
  transform: translateY(-200%); /* Menu se schová při zavření */
}
#header .header-main-container .main-row-holder {
  height: 100px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
#header .header-main-container .main-row-holder .header-logo {
  align-items: center;
}
#header .header-main-container .main-row-holder .header-logo .logo-holder {
  height: 45px;
  background-image: url("/img/front/logo.svg");
  width: 230px;
  background-repeat: no-repeat;
  background-size: contain;
}
#header .header-main-container .main-row-holder .header-logo img {
  position: relative;
  height: 45px;
}
#header .header-main-container .main-row-holder .header-contact {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#header .header-main-container .main-row-holder .header-contact a {
  text-decoration: none;
}
#header .header-main-container .main-row-holder .header-contact a:hover {
  text-decoration: underline;
}
#header .header-main-container .main-row-holder .header-contact .header-email {
  font-size: 16px;
  background: url("/img/front/icons/header-email.svg") left center no-repeat;
  padding: 10px 0 10px 22px;
  background-size: 18px;
}
#header .header-main-container .main-row-holder .header-contact .header-phone {
  font-size: 16px;
  background: url("/img/front/icons/header-phone.svg") left center no-repeat;
  padding: 10px 0 10px 22px;
  background-size: 18px;
}
#header .buttons {
  display: flex;
  align-items: center;
  gap: 30px;
}
#header .buttons .socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#header .buttons .socials a img {
  transition: 200ms;
  width: 24px;
}
#header .buttons .socials a:hover img {
  transform: scale(1.09);
}
#header .buttons .btn-white {
  margin-left: 25px;
}
#header .buttons .btn-transparent {
  position: relative;
  padding: 16px 45px 16px 24px !important;
}
#header .buttons .btn-transparent.account:before {
  content: url(/img/front/account.svg);
  position: absolute;
  top: 13px;
  right: 13px;
  padding: 0px 6px;
  border-radius: 5px;
}
#header .header-main-menu-container {
  font-size: 0;
  display: inline-flex;
  align-items: center;
}
#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;
  position: relative;
  color: var(--White, #FFF);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "League Gothic";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 92.308% */
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}
#header .header-main-menu-container .main-menu .menu-item span {
  position: relative;
  display: inline-block;
}
@keyframes underline-animation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
#header .header-main-menu-container .main-menu .menu-item a {
  text-decoration: none;
  color: #0D170F;
}
#header .header-main-menu-container .main-menu .menu-item .sub-menu {
  display: none;
  position: absolute;
  top: 4rem;
  left: 0;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.3607843137);
  width: 100%;
  height: auto;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 10;
  background: #ffffff;
}
#header .header-main-menu-container .main-menu .menu-item .sub-menu .row {
  margin-left: initial;
  margin-right: initial;
}
#header .header-main-menu-container .main-menu .menu-item .sub-menu a {
  text-decoration: none;
}
#header .header-main-menu-container .main-menu .menu-item .sub-menu img {
  max-width: 100%;
}
#header .header-main-menu-container .main-menu .menu-item .sub-menu .item {
  margin-bottom: 30px;
}
#header .header-main-menu-container .main-menu .menu-item .sub-menu .item .image {
  width: 50px;
}
#header .header-main-menu-container .main-menu .menu-item .sub-menu .item > a {
  display: flex;
  align-items: center;
  max-height: 60px;
  min-height: 60px;
  gap: 0.4rem;
}
#header .header-main-menu-container .main-menu .menu-item .sub-menu .item .sub-headline {
  font-size: 18px;
  font-weight: 800;
  line-height: 18px;
  margin-bottom: 6px;
  display: block;
  text-decoration: none;
}
#header .header-main-menu-container .main-menu .menu-item .sub-menu .item .sub-headline:hover {
  text-decoration: underline;
}
#header .header-main-menu-container .main-menu .menu-item .sub-menu .item .subitems {
  font-size: 13px;
  line-height: 18px;
  padding-left: 68px;
}
#header .header-main-menu-container .main-menu .menu-item .sub-menu .item .subitems a {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
#header .header-main-menu-container .main-menu .menu-item .sub-menu .item .subitems a:before {
  content: "";
  border-radius: 100%;
  width: 6px;
  height: 6px;
}
#header .header-main-menu-container .main-menu .menu-item .sub-menu .item .subitems a:hover {
  text-decoration: none;
}
#header .header-main-menu-container .main-menu .standard-menu-wrapper {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
#header .header-main-menu-container .main-menu .standard-menu-wrapper .menu-item {
  padding: 8px 20px;
  transition: all 0.3s ease;
  border-radius: 50px;
  position: relative;
}
#header .header-main-menu-container .main-menu .standard-menu-wrapper .menu-item:before {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: -5px;
  left: 0;
  background-color: #98FF09;
  transform-origin: bottom left;
  transition: transform 0.25s ease-out;
}
#header .header-main-menu-container .main-menu .standard-menu-wrapper .menu-item:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  top: -5px;
  left: 0;
  background-color: #98FF09;
  transform-origin: top right;
  transition: transform 0.25s ease-out;
}
#header .header-main-menu-container .main-menu .standard-menu-wrapper .menu-item:hover {
  color: #98FF09;
}
#header .header-main-menu-container .main-menu .standard-menu-wrapper .menu-item:hover:before {
  transform: scaleX(1);
  transform-origin: bottom right;
}
#header .header-main-menu-container .main-menu .standard-menu-wrapper .menu-item:hover:after {
  transform: scaleX(1);
  transform-origin: top left;
}

@media (max-width: 1200px) {
  #header .header-main-container .main-row-holder {
    grid-template-columns: 1fr 2fr 3fr 2fr;
  }
  #header .header-main-container .main-row-holder .header-search form > input {
    font-size: 15px;
    padding-left: 45px;
    background: #F2F6F8 url(/img/front/icons/search.svg) left 15px center no-repeat;
    background-size: 16px;
  }
  #header .header-main-container .main-row-holder .header-contact .header-phone, #header .header-main-container .main-row-holder .header-contact .header-email {
    font-size: 15px;
    background-size: 16px;
  }
  #header .header-main-container .main-row-holder .header-logo .slogan {
    padding-left: 27px;
    font-size: 13px;
  }
  #header .header-main-menu-container .main-menu .menu-item {
    font-size: 16px;
    background: none !important;
  }
  #header .header-main-menu-container .main-menu .menu-item .link-holder {
    font-size: 16px;
  }
  #header .header-main-menu-container .main-menu .menu-item .sub-menu {
    top: 44px;
  }
  #header .header-main-menu-container .main-menu a.flex:after {
    right: -30px;
  }
}
@media (max-width: 991px) {
  #header .header-main-container .main-row-holder .header-logo .logo-holder {
    height: 45px;
    background-image: url("/img/front/logo.svg");
    width: 180px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #header.fixed {
    padding: 11px 20px;
  }
  #header .header-main-container .main-row-holder .header-logo {
    align-items: center;
  }
  #header #toggleMenuStandard {
    display: inline-block;
  }
  #header .header-main-container .main-row-holder {
    grid-template-columns: 1fr 3fr 2fr;
    gap: 10px;
  }
  #header .header-main-menu-container .menu-button {
    display: block;
    width: 215px;
  }
  #header .header-main-menu-container .menu-container {
    width: auto;
    margin: 0;
    padding: 0;
  }
  #header .header-main-menu-container .main-menu .standard-menu {
    position: relative;
    width: 30%;
  }
  #header .header-main-menu-container .main-menu .standard-menu .menu-item {
    width: 100%;
  }
  #header .header-main-menu-container .main-menu .standard-menu .standard-menu-wrapper {
    display: none;
    position: absolute;
    background: #F9FAF9;
    right: -34px;
    top: 3rem;
    width: 236px;
  }
  #header .header-main-menu-container .main-menu .standard-menu .standard-menu-wrapper .btn-full {
    display: none;
  }
  #header .header-main-menu-container .main-menu .standard-menu .standard-mobile-menu {
    width: 32px;
    height: 26px;
    float: right;
    background: url("/img/front/icons/mobile-menu.png") center center no-repeat;
    cursor: pointer;
    margin-left: 15px;
    background-size: contain;
  }
}
@media (max-width: 768px) {
  #header.white-menu {
    box-shadow: 0 23px 46px rgba(147, 151, 170, 0.1098039216);
    background: #050505;
  }
  #header.fixed.bg-purple {
    padding: 11px 20px;
  }
}
@media (max-width: 495px) {
  #header .header-main-menu-container .menu-button {
    display: none;
  }
}
@media (max-width: 1626px) {
  #header .header-main-menu-container .main-menu .standard-menu-wrapper {
    padding-left: 20px;
  }
}
@media (max-width: 1411px) {
  #header .header-main-menu-container .main-menu .btn-full {
    display: none;
  }
}
@media (max-width: 1227px) {
  .header-main-menu-container {
    display: none !important;
  }
  #header .header-main-menu-container .main-menu .standard-menu-wrapper {
    padding-right: 0;
  }
  #header .header-main-menu-container .main-menu .standard-menu-wrapper .menu-item {
    padding: 12px 24px 12px 0;
    text-align: right;
  }
  #header .mobile-menu {
    text-align: left;
    display: block;
    position: absolute;
    right: 180px;
    top: -22px;
  }
  #header #menuToggle {
    display: block;
    position: absolute;
    left: 180px;
    top: 37px;
    background: transparent;
    padding: 8px;
    padding-bottom: 3px;
    border-radius: 6px;
  }
  #header .buttons {
    display: none;
  }
  #header #menuToggle span {
    width: 27px;
  }
  #header.bg-purple {
    background: #23081E;
  }
  #header {
    margin-top: 0 !important;
    border-radius: 0 0 8px 8px !important;
  }
  #header.bg-white {
    width: 100% !important;
  }
  #header .mobile-menu {
    text-align: left;
    display: block;
    position: absolute;
    right: 180px;
    top: -22px;
  }
  #header .buttons {
    display: none;
  }
}
@media (max-width: 991px) {
  #header .header-main-menu-container .main-menu .standard-menu-wrapper {
    padding-right: 0;
  }
  #header .header-main-menu-container .main-menu .standard-menu-wrapper .menu-item {
    padding: 12px 24px 12px 0;
    text-align: right;
  }
  #header .mobile-menu {
    text-align: left;
    display: block;
    position: absolute;
    right: 180px;
    top: -22px;
  }
  #header #menuToggle {
    display: block;
    position: absolute;
    left: 180px;
    top: 37px;
    background: transparent;
    padding: 8px;
    padding-bottom: 3px;
    border-radius: 6px;
  }
  #header .buttons {
    display: none;
  }
}
@media (max-width: 2000px) {
  #header .header-main-container .main-row-holder .header-logo .logo-holder {
    height: 45px;
    background-image: url(/img/front/logo.svg);
    width: 100px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #header .buttons {
    display: flex;
    align-items: center;
    gap: 0px;
  }
}
@media (max-width: 991px) {
  #header #menuToggle span {
    width: 27px;
  }
  #header.bg-purple {
    background: #23081E;
  }
  #header {
    margin-top: 0 !important;
    border-radius: 0 0 8px 8px !important;
  }
  #header.bg-white {
    width: 100% !important;
  }
  #header .mobile-menu {
    text-align: left;
    display: block;
    position: absolute;
    right: 180px;
    top: -22px;
  }
  #header .buttons {
    display: none;
  }
}
.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;
  }
}
.active-filter-container {
  margin: 30px 0 40px;
  border-radius: 8px;
  background: #F3F7FF;
  border: 1px solid #D8E4F7;
  padding: 15px 20px;
}
.active-filter-container .headline {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #D8E4F7;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.active-filter-container .item {
  margin-bottom: 15px;
}
.active-filter-container .item .name {
  text-align: right;
  font-size: 14px;
  font-weight: 600;
}
.active-filter-container .item .value {
  display: inline-block;
  margin-right: 6px;
  border-radius: 4px;
  padding: 3px 20px 3px 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  background: #FF1717 url("/img/front/icons/pages/category/filter-remove.png") center right 5px no-repeat;
}
.active-filter-container .item .value:hover {
  opacity: 0.9;
  text-decoration: line-through;
  background-color: #FF1717;
}
.active-filter-container .item a {
  text-decoration: none;
}
.active-filter-container .remove-all {
  text-align: right;
  border-top: 1px solid #D8E4F7;
  padding-top: 10px;
}

#category .filter {
  border-radius: 8px;
  background: #F3F7FF;
  border: 1px solid #D8E4F7;
  padding: 15px 20px 0;
  position: relative;
  margin-bottom: 20px;
}
#category .filter .heading {
  font-size: 16px;
  font-weight: 700;
  background: url("/img/front/icons/pages/category/filter.svg") top 3px left no-repeat;
  padding-left: 27px;
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #D8E4F7;
  padding-bottom: 5px;
}
#category .filter .block {
  margin-bottom: 10px;
}
#category .filter .block .headline {
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  margin-top: 10px;
}
#category .filter .block .content {
  padding: 10px 0;
}
#category .filter .block .content a {
  text-decoration: none;
}
#category .filter .block .content a:hover {
  text-decoration: underline;
}
#category .filter .block .content .item {
  margin-bottom: 5px;
  font-size: 13px;
  padding-left: 25px;
  position: relative;
}
#category .filter .block .content .item:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #D8E4F7;
}
#category .filter .block .content .item.on:before {
  border: 1px solid #E82121;
  background: #FF1717 url("/img/front/icons/pages/category/check-on.svg") center center no-repeat;
}
#category .filter .block .content .item .counter {
  color: #aaaaaa;
}
#category .filter .block .content .item.disabled {
  opacity: 0.4;
}
#category .filter .block .content .item.has-color {
  position: relative;
  padding-left: 50px;
}
#category .filter .block .content .item.has-color .color {
  position: absolute;
  left: 26px;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 12px;
  border: 1px solid #B1C6D1;
  display: inline-block;
  margin-right: 10px;
}
#category .filter .block .range-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  top: -8px;
}
#category .filter .block .range-info .range-from, #category .filter .block .range-info .range-to {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#category .filter .block .range-info .range-from:after, #category .filter .block .range-info .range-to:after {
  content: " Kč";
  font-size: 12px;
  font-weight: 400;
}
#category .filter .block .range {
  padding: 15px 0 10px;
  width: 100%;
}
#category .filter .block .range .theme-green .back-bar {
  height: 5px;
  border-radius: 4px;
  background: #D8E4F7;
}
#category .filter .block .range .theme-green .back-bar .selected-bar {
  background: #FF1717 !important;
}
#category .filter .block .range .theme-green .back-bar .pointer {
  background: #FF1717;
  border: none;
}
#category .filter .block .range .scale {
  display: none !important;
}

@media (max-width: 991px) {
  #category .filter {
    padding: 10px 15px;
    margin-bottom: 0;
  }
  #category .filter .block {
    display: none;
  }
  #category .filter .heading {
    margin-bottom: 0;
    cursor: pointer;
    border-bottom: 0;
    padding-bottom: 0;
  }
  #category .filter .filter-box {
    display: none;
    padding-top: 10px;
    margin-bottom: 0;
  }
}
#category .list-settings {
  margin: 20px 0 30px 0;
}
#category .list-settings .sorting a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #002541;
  border-radius: 6px;
  padding: 8px 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;
}
#category .list-settings .sorting a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  width: 1px;
  height: 100%;
  background: #CEDBF0;
}
#category .list-settings .sorting a:hover {
  color: #FFFFFF;
  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;
}
#category .list-settings .sorting a:hover:after {
  display: none;
}
#category .list-settings .sorting a.active {
  color: #FFFFFF;
  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;
}
#category .list-settings .sorting a.active:after {
  display: none;
}
#category .list-settings .sorting a:last-child:after {
  display: none;
}
#category .list-settings .grid {
  text-align: right;
}
#category .list-settings .grid a {
  text-decoration: none;
}
#category .list-settings .grid .item {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: center center no-repeat;
  opacity: 0.2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#category .list-settings .grid .item.classic {
  background-image: url("/img/front/icons/pages/category/grid-classic.svg");
}
#category .list-settings .grid .item.line {
  background-image: url("/img/front/icons/pages/category/grid-line.svg");
}
#category .list-settings .grid .item:hover, #category .list-settings .grid .item.active {
  opacity: 1;
}

@media (max-width: 576px) {
  #category .list-settings .sorting a {
    padding: 4px 8px;
  }
}
#category .list-pagination {
  margin: 20px 0 35px;
}
#category .list-pagination .showing span {
  font-weight: 600;
}
#category .list-pagination .pages {
  text-align: right;
}
#category .list-pagination .pages a {
  margin: 0 6px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  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;
}
#category .list-pagination .pages a:hover {
  text-decoration: underline;
}
#category .list-pagination .pages a.active {
  color: #fff;
  padding: 5px 0;
  width: 32px;
  border-radius: 8px;
  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;
}
#category .list-pagination .pages span {
  display: inline-block;
  margin: 0 3px;
}

@media (max-width: 576px) {
  #category .list-pagination {
    margin: 5px 0 20px;
  }
}
#category .sub-categories-block {
  margin-top: 25px;
  margin-bottom: 15px;
}
#category .sub-categories-block a {
  text-decoration: none;
}
#category .sub-categories-block .item {
  font-size: 12px;
  font-weight: 500;
  display: flex;
  min-height: 56px;
  align-items: center;
  transition: all 0.5s;
  border-radius: 8px;
  margin-bottom: 10px;
  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;
  padding: 0 15px;
}
#category .sub-categories-block .item:hover {
  border: 1px solid #A4B5D0;
}
#category .sub-categories-block .item .image {
  display: inline-block;
  width: 50px;
  text-align: center;
  margin-right: 10px;
}
#category .sub-categories-block .item .image img {
  max-width: 50px;
}
#category .sub-categories-block .item a {
  text-decoration: none;
  display: block;
  width: 100%;
}

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

#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;
}

.about-container {
  padding: 30px 25px 15px;
  margin: 30px 0;
  border-radius: 8px;
  background-color: #190427;
  background: linear-gradient(90deg, #190427 0%, #172050 100%);
}
.about-container h2 {
  margin-top: 0;
  color: #FFFFFF;
}
.about-container a {
  color: #E82121;
}
.about-container p {
  color: #B4BDDB;
  line-height: 23px;
}
.about-container .headline {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}
.about-container .links-block a {
  display: inline-block;
  position: relative;
  margin-right: 30px;
}
.about-container .links-block a:after {
  content: "";
  background-color: #E82121;
  position: absolute;
  right: -20px;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 3px;
}
.about-container .links-block a:last-child:after {
  display: none;
}
.about-container .branch-block .item {
  padding: 15px 0;
  position: relative;
}
.about-container .branch-block .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  opacity: 0.1;
}
.about-container .branch-block .item:last-child:after {
  display: none;
}
.about-container .branch-block .item .image-block {
  position: relative;
}
.about-container .branch-block .item .image-block:after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  top: 10px;
  left: -18px;
  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;
  border-radius: 18px;
}
.about-container .branch-block .item .image-block:before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  top: 10px;
  left: -18px;
  background: url("/img/front/icons/pages/homepage/pin.svg") center center no-repeat;
  z-index: 10;
}
.about-container .branch-block .item .image-block img {
  border-radius: 6px;
}
.about-container .branch-block .item .contact {
  padding-left: 28px;
}
.about-container .branch-block .item .contact a {
  color: #B4BDDB;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.about-container .branch-block .item .contact a:hover {
  text-decoration: underline;
}
.about-container .branch-block .item .contact.phone {
  background: url("/img/front/icons/pages/homepage/phone.svg") left center no-repeat;
}
.about-container .branch-block .item .contact.email {
  background: url("/img/front/icons/pages/homepage/email.svg") left center no-repeat;
}

@media (max-width: 991px) {
  .about-container {
    margin: 10px 0;
  }
}
#homepage .info-container {
  padding: 20px 0;
}

@media (max-width: 768px) {
  #homepage .info-container {
    padding: 10px 0;
  }
}
.latest-news-container {
  margin: 0;
  padding: 30px 0;
}

@media (max-width: 768px) {
  .latest-news-container {
    padding: 0;
  }
}
.products-container {
  padding: 20px 0;
}
.products-container .container {
  position: relative;
}

@media (max-width: 1200px) {
  .products-container {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .products-container .product-list {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
  }
  .products-container .product-list::-webkit-scrollbar {
    height: 14px;
    width: 14px;
  }
  .products-container .product-list::-webkit-scrollbar-thumb {
    background: rgba(243, 247, 255, 0.65);
    border-radius: 7px;
  }
  .products-container .product-list::-webkit-scrollbar-thumb:hover {
    background: #002541;
  }
  .products-container .product-list::-webkit-scrollbar-thumb:active {
    background: rgb(0, 22.4846153846, 39.5);
  }
  .products-container .product-list::-webkit-scrollbar-track {
    background: transparent;
  }
  .products-container .product-list .product {
    flex: 0 0 calc(85% - 20px);
    scroll-snap-align: center;
  }
  .products-container .product-list .product .item {
    margin-bottom: 1.5rem;
  }
}
.access {
  padding-top: 120px;
}
.access .access-holder {
  background-image: url("/img/front/access-bg.webp");
  padding: 50px;
  border-radius: 50px;
  background-position: right center;
  background-size: cover;
}
.access .access-holder .items-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.access .access-holder .items-holder .item-holder {
  position: relative;
  display: inline-block;
  padding: 3px;
  width: 32%;
}
.access .access-holder .items-holder .item-holder:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  background: linear-gradient(135deg, transparent, white, transparent, white);
  -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;
}
.access .access-holder .items-holder .item-holder .item {
  position: relative;
  z-index: 2;
  padding: 15px 30px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  min-height: 320px;
  justify-content: center;
}
.access .access-holder .items-holder .item-holder .item img {
  width: 80px;
  height: 80px;
}
.access .access-holder .items-holder .item-holder .item .text-holder {
  text-align: center;
}
.access .access-holder .items-holder .item-holder .item .text-holder .title {
  font-family: Playfair Display;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: center;
  color: #013B53;
  margin-bottom: 15px;
}
.access .access-holder .items-holder .item-holder .item .text-holder .text {
  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: #576583;
}

@media (max-width: 678px) {
  .access .access-holder {
    border-radius: 33px;
  }
  .access .access-holder h2 {
    margin-left: 20px;
    margin-top: 15px;
  }
  .access .access-holder {
    padding: 25px;
  }
  .access .access-holder .items-holder {
    flex-direction: column;
    gap: 15px;
  }
  .access .access-holder .items-holder .item-holder {
    width: 100%;
  }
}
.feedback {
  padding: 120px 0;
}
.feedback .text-holder .text {
  font-family: Urbanist;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  color: #576583;
  max-width: 90%;
  margin: 20px 0;
}
.feedback .feedback-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feedback .feedback-items .feedback-item {
  background-color: #F1F6F9;
  border-radius: 12px;
  width: 32%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  min-height: 154px;
}
.feedback .feedback-items .feedback-item .text {
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0px;
  color: #0E1B36;
}
.feedback .feedback-items .feedback-item img {
  width: 42px;
  height: 42px;
}
.feedback .feedback-items .feedback-item.green {
  background-image: url("/img/front/feedback-green.webp");
  background-size: cover;
  background-position: center;
  gap: 5px;
}
.feedback .feedback-items .feedback-item.green .headline {
  font-family: Playfair Display;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: center;
  color: #0E1B36;
}
.feedback .feedback-items .feedback-item.green .text {
  font-family: Urbanist;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;
  color: #576583;
}

@media (max-width: 678px) {
  .feedback {
    padding: 90px 0 60px 0;
  }
  .feedback .text-holder {
    padding: 0 20px;
  }
  .feedback .feedback-items {
    flex-direction: column;
    gap: 20px;
  }
  .feedback .feedback-items .feedback-item {
    width: 100%;
  }
}
.notes .text-holder .text {
  font-family: Urbanist;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  color: #576583;
  max-width: 90%;
  margin: 20px 0;
}
.notes .text-holder .subline {
  font-family: Playfair Display;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0px;
  color: #013B53;
}
.notes .list {
  position: relative;
  z-index: 10;
  font-family: Sour Gummy;
  font-weight: 500;
  font-style: Medium;
  font-size: 19px;
  leading-trim: NONE;
  line-height: 47px;
  letter-spacing: 0%;
  color: #013B53;
}
.notes .list ul {
  list-style: disc;
  position: relative;
  z-index: 10;
}
.notes .list:before {
  content: "";
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  background-image: url(/img/front/list-bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 135%;
  height: 125%;
}

@media (max-width: 678px) {
  .notes {
    padding: 30px 0;
  }
  .notes .text-holder {
    padding: 0 20px;
  }
  .notes .list {
    margin-top: 75px;
    padding-left: 30px;
  }
  .notes .list:before {
    left: -40px;
    width: 113%;
  }
}
.skin {
  padding: 120px 0;
}
.skin .text-holder .text {
  font-family: Urbanist;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  color: #576583;
  max-width: 90%;
  margin: 20px 0;
}
.skin .text-holder .list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.skin .text-holder .list .list-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.skin .text-holder .list .list-item img {
  width: 22px;
  height: 22px;
}
.skin .text-holder .list .list-item p {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0px;
  color: #013B53;
  margin: 5px 0 0 0;
}
.skin .skin-items-holder {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.skin .skin-items-holder:after {
  content: url(/img/front/skin-after.png);
  position: absolute;
  top: -40px;
  left: 254px;
}
.skin .skin-items-holder .item-border {
  position: relative;
  display: inline-block;
  padding: 3px;
}
.skin .skin-items-holder .item-border.green .skin-item {
  background: rgba(156, 255, 189, 0.3019607843);
}
.skin .skin-items-holder .item-border.green:before {
  background: linear-gradient(135deg, transparent, #9CFFBD, transparent, #9CFFBD);
}
.skin .skin-items-holder .item-border.pink .skin-item {
  background-color: rgba(249, 201, 255, 0.3019607843);
}
.skin .skin-items-holder .item-border.pink:before {
  background: linear-gradient(135deg, rgb(249, 201, 255), transparent, rgb(249, 201, 255), transparent);
}
.skin .skin-items-holder .item-border.purple .skin-item {
  background-color: rgba(193, 191, 253, 0.3019607843);
}
.skin .skin-items-holder .item-border.purple:before {
  background: linear-gradient(135deg, transparent, rgb(193, 191, 253), transparent, rgb(193, 191, 253));
}
.skin .skin-items-holder .item-border::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  -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: 13px;
}
.skin .skin-items-holder .skin-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 24px;
  position: relative;
  z-index: 2;
  border-radius: 9px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #013B53;
}
.skin .skin-items-holder .skin-item .text {
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0px;
  color: #013B53;
}

@media (max-width: 678px) {
  .skin {
    padding: 90px 0;
  }
  .skin .text-holder {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .skin .skin-items-holder:after {
    top: 0;
    right: 0;
    left: unset;
  }
}
#application {
  padding: 120px 0 0 0;
  background-image: url("/img/front/title-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: 1;
}
#application:before {
  content: url(/img/front/green-bg.webp);
  mix-blend-mode: color-dodge;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
#application:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(/img/front/hp-main.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  width: 100%;
  height: 87%;
  z-index: 1;
}
#application .gradient-bottom {
  background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, var(--Background, #050505) 100%);
  width: 100%;
  height: 130px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
#application .row {
  margin: 0 !important;
}
#application .slogan {
  color: var(--Primary, #98FF09);
  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% */
  background: rgba(152, 255, 9, 0.1);
  padding: 5px 13px;
  margin-bottom: 40px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#application .slogan .green-dot {
  border-radius: 9999px;
  background: var(--Primary, #98FF09);
  width: 10px;
  height: 10px;
}
#application .headline {
  max-width: 53%;
}
#application .headline h1 {
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bebas Neue";
  font-size: 200px;
  font-style: normal;
  font-weight: 700;
  line-height: 151px;
  text-transform: uppercase;
}
#application .headline h1 .white {
  background: linear-gradient(180deg, #FFF 40.4%, var(--Background, #050505) 74%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#application .headline h1 .green {
  background: linear-gradient(180deg, #98FF09 40.4%, var(--Background, #050505) 74%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#application .headline .subline {
  color: var(--Secondary, #EFFF00);
  text-align: right;
  font-feature-settings: "liga" off, "clig" off;
  text-shadow: 0 0 12px rgba(239, 255, 0, 0.4);
  font-family: "Google Sans Flex";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 80% */
  margin-top: -47px;
}
#application .bottom {
  display: flex;
  align-items: center;
  gap: 75px;
  position: absolute;
  bottom: 30%;
  z-index: 999;
  width: 55%;
}
#application .bottom .white {
  color: var(--White, #FFF);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "League Gothic";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
#application .bottom .scroll-mouse {
  width: 21px;
  height: 35px;
  border: 1px solid #ffffff;
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 4px;
  box-sizing: border-box;
  margin-left: auto;
}
#application .bottom .scroll-wheel {
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 50%;
  animation: scrollAnim 2s infinite ease-in-out;
}
@keyframes scrollAnim {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(19px);
  }
}
#application .btn-content {
  position: relative;
  z-index: 2;
  padding: 15px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #013B53;
  display: flex;
  align-items: center;
  gap: 10px;
}
#application .title-img-holder {
  margin-top: -130px;
}
#application .title-img-holder img {
  height: 860px;
  width: unset;
  max-width: unset;
}
#application .holder {
  margin-top: 170px;
  height: 100%;
  position: relative;
}
#application .phone {
  margin-top: -150px;
}
#application .section1 {
  align-items: center;
  margin-bottom: 54px !important;
}
#application .section1 .logo {
  width: 145.478px;
  height: 142.087px;
}
#application .section1 .column .chytra {
  width: 228.337px;
  height: 56.882px;
}
#application .section1 .column .fve {
  width: 101.782px;
  height: 43.218px;
  margin-top: 18px;
}
#application .section2 {
  margin-bottom: 24px !important;
}
#application .section2 .normal {
  color: #F9FAF9;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 61.6px */
  letter-spacing: 2.8px;
}
#application .section2 .yellow {
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 2.8px;
}
#application .section3 {
  margin-bottom: 24px !important;
}
#application .section3 span {
  color: #F9FAF9;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 30px */
}
#application .section4 {
  margin-bottom: 12px !important;
}
#application .section5 {
  margin-bottom: 50px !important;
}
#application .greenbox-section {
  padding: 15px;
  background: linear-gradient(to right, rgba(17, 64, 25, 0.76) 50%, rgb(10, 50, 20) 100%);
  text-align: center;
  border-radius: 8px;
}
#application .greenbox-section .green-text {
  font-size: 22px;
  color: #1ea538;
  font-weight: 500;
}
#application .greenbox-section .price {
  font-size: 32px;
  color: #ffffff;
  font-weight: 500;
}
#application .greenbox-section .light {
  font-size: 17px;
  color: #c5c5c5;
  font-weight: 300;
}
#application .section6 span {
  color: #F9FAF9;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 12px !important;
}
#application .section6 .ios {
  margin-right: 15px !important;
}
@media (max-width: 1130px) {
  #application .phone {
    margin-top: 0 !important;
  }
}

@media (max-width: 991px) {
  #application .main-title-bottom .specialists {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
  }
  #application .container {
    margin-top: 0;
  }
  #application .main-title-bottom {
    flex-direction: column;
  }
  .no-padding-mobile {
    padding: 0 !important;
  }
  #application .slogan {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 5px 8px;
    white-space: nowrap;
  }
  #application .headline {
    font-family: "Bebas Neue";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
  }
  #application .bottom {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 18px;
    position: absolute;
    bottom: 10%;
    z-index: 999;
    width: 100%;
  }
  #application .bottom .scroll-mouse {
    margin-left: unset;
  }
  #application .headline .subline {
    color: var(--Secondary, #EFFF00);
    text-align: right;
    font-feature-settings: "liga" off, "clig" off;
    text-shadow: 0 0 12px rgba(239, 255, 0, 0.4);
    font-family: "Google Sans Flex";
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: -36px;
    margin-right: -100px;
  }
  #application .headline h1 {
    font-family: "Bebas Neue";
    font-size: 85px;
    font-style: normal;
    font-weight: 600;
    line-height: 59px;
    margin-bottom: 15px;
  }
  #application .buttons {
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  #application .phone {
    display: none;
  }
}
@media (max-width: 991px) {
  #application:after {
    height: 68%;
  }
}
@media (max-width: 450px) {
  #application {
    padding: 91px 0 0 0;
    max-width: 100%;
    overflow: hidden;
  }
  #application:after {
    height: 56%;
  }
  #application .slogan {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    padding: 6px 8px;
    white-space: nowrap;
    margin-bottom: 20px;
  }
  #application .scroll-mouse {
    display: none !important;
  }
  #application .bottom .white {
    display: none !important;
  }
}
@media (max-width: 2000px) {
  #application .holder {
    margin-top: 100px;
    height: 100%;
    position: relative;
  }
}
.hp-special {
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7411764706);
  box-shadow: 0px -90px 83px rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hp-special .video-holder {
  border-radius: 12px;
  border: 8px solid rgba(255, 255, 255, 0.2);
  background: black 50%/cover no-repeat;
  box-shadow: 0 146px 80px -81px rgba(152, 255, 9, 0.04);
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
.hp-special .video-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.hp-special .video-holder .video-cover {
  position: relative;
  background: url(/img/front/hp-special-video.webp) left center no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
  border-radius: 13px;
  cursor: pointer;
}
.hp-special .video-holder .video-cover:hover .play-icon {
  transform: scale(1.15);
}
.hp-special .video-holder .video-cover .play-arrow {
  position: relative;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.hp-special .video-holder .video-cover .play-arrow .spinning-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: spin 15s linear infinite;
}
.hp-special .video-holder .video-cover .play-arrow .spinning-text path {
  fill: none;
}
.hp-special .video-holder .video-cover .play-arrow .spinning-text text {
  font-size: 12.5px;
  fill: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  transform-origin: 50px 50px;
  animation: pulse 2s ease-in-out infinite alternate;
}
.hp-special .video-holder .video-cover .play-arrow .spinning-text text .green-text {
  fill: #98ff09;
}
.hp-special .video-holder .video-cover .play-arrow .play-icon {
  position: relative;
  z-index: 2;
  width: 60px;
  height: 60px;
  transition: transform 0.3s ease;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.05);
  }
}
.hp-special .video-holder .custom-content {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hp-special .video-holder .custom-content .text {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.hp-special .video-holder .custom-content .text .green {
  color: var(--Primary, #98FF09);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bebas Neue";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.hp-special .video-holder .custom-content .text .white {
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bebas Neue";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  font-variant: all-small-caps;
}

@media (max-width: 678px) {
  .hp-special {
    box-shadow: 0px -93px 37px rgba(0, 0, 0, 0.75);
    padding: 0 10px;
  }
  .hp-special .video-holder .video-cover .play-arrow {
    position: relative;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .hp-special .video-holder .custom-content .text {
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  .hp-special .video-holder .custom-content .text .green {
    color: var(--Primary, #98FF09);
    font-feature-settings: "liga" off, "clig" off;
    font-family: "Bebas Neue";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
  }
  .hp-special .video-holder .custom-content .text .white {
    color: #FFF;
    font-feature-settings: "liga" off, "clig" off;
    font-family: "Bebas Neue";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    font-variant: all-small-caps;
  }
  .hp-special .video-holder .video-cover .play-arrow .play-icon {
    position: relative;
    z-index: 2;
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
  }
}
.socials-block {
  padding: 130px 0;
  position: relative;
  z-index: 31;
  background-color: black;
  box-shadow: 0px -90px 83px rgb(0, 0, 0);
}
.socials-block::before, .socials-block::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  opacity: 0.4;
  z-index: -1;
  border-radius: 474px;
  background: rgba(152, 255, 9, 0.77);
  filter: blur(180.1000061035px);
}
.socials-block::before {
  top: -50px;
  left: 0px;
}
.socials-block::after {
  bottom: -50px;
  right: 0px;
}
.socials-block h2 {
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bebas Neue";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px; /* 100% */
  font-variant: all-small-caps;
  text-align: center;
}
.socials-block h2 span {
  color: var(--Primary, #98FF09);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bebas Neue";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  font-variant: all-small-caps;
}
.socials-block .subline-text {
  color: var(--Font---Light, #CAC9D7);
  text-align: center;
  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-bottom: 35px;
}
.socials-block .socials-holder {
  flex-wrap: nowrap;
}
.socials-block .socials-holder .socials-item {
  height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 13px;
  padding: 20px;
}
.socials-block .socials-holder .socials-item .top .right img {
  transition: 300ms ease;
}
.socials-block .socials-holder .socials-item .top .right a:hover img {
  transform: scale(1.05);
}
.socials-block .socials-holder .socials-item.instagram {
  background: url("/img/front/instagram-bg.webp");
  background-size: cover;
}
.socials-block .socials-holder .socials-item.instagram .top .left .link {
  border-radius: 32px;
  border: 1px solid rgba(236, 72, 153, 0.2);
  background: rgba(236, 72, 153, 0.1);
  padding: 2px 10px;
  color: #EC4899;
  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% */
  text-transform: uppercase;
}
.socials-block .socials-holder .socials-item.instagram .btn-instagram {
  display: inline-flex;
  padding: 17px 32px;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  background: transparent;
  border: 1px solid white;
  text-decoration: none;
  position: relative;
  transition: 300ms ease;
  cursor: pointer;
  white-space: nowrap;
  color: white !important;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "League Gothic";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}
.socials-block .socials-holder .socials-item.instagram .btn-instagram a {
  color: #000 !important;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "League Gothic";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  z-index: 2;
  transition: color 300ms ease;
}
.socials-block .socials-holder .socials-item.instagram .btn-instagram::after {
  content: "";
  position: absolute;
  width: 150%;
  padding-top: 150%;
  border-radius: 999px;
  background: #EC4899;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 700%;
  transition: all 300ms ease;
  z-index: -1;
}
.socials-block .socials-holder .socials-item.instagram .btn-instagram:hover {
  color: white !important;
  border: 1px solid #EC4899;
}
.socials-block .socials-holder .socials-item.instagram .btn-instagram:hover a {
  color: white !important;
}
.socials-block .socials-holder .socials-item.instagram .btn-instagram:hover::after {
  top: 100%;
}
.socials-block .socials-holder .socials-item.facebook {
  background: url("/img/front/facebook-bg.webp");
  background-size: cover;
}
.socials-block .socials-holder .socials-item.facebook .top .left .link {
  border-radius: 32px;
  border: 1px solid rgba(59, 130, 246, 0.2);
  background: rgba(59, 130, 246, 0.1);
  padding: 2px 10px;
  color: #3B82F6;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.socials-block .socials-holder .socials-item.facebook .btn-facebook {
  display: inline-flex;
  padding: 17px 32px;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  background: transparent;
  border: 1px solid white;
  text-decoration: none;
  position: relative;
  transition: 300ms ease;
  cursor: pointer;
  white-space: nowrap;
  color: white !important;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "League Gothic";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}
.socials-block .socials-holder .socials-item.facebook .btn-facebook a {
  color: #000 !important;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "League Gothic";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  z-index: 2;
  transition: color 300ms ease;
}
.socials-block .socials-holder .socials-item.facebook .btn-facebook::after {
  content: "";
  position: absolute;
  width: 150%;
  padding-top: 150%;
  border-radius: 999px;
  background: #3B82F6;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 700%;
  transition: all 300ms ease;
  z-index: -1;
}
.socials-block .socials-holder .socials-item.facebook .btn-facebook:hover {
  color: white !important;
  border: 1px solid #3B82F6;
}
.socials-block .socials-holder .socials-item.facebook .btn-facebook:hover a {
  color: white !important;
}
.socials-block .socials-holder .socials-item.facebook .btn-facebook:hover::after {
  top: 100%;
}
.socials-block .socials-holder .socials-item.youtube {
  background: url("/img/front/youtube-bg.webp");
  background-size: cover;
}
.socials-block .socials-holder .socials-item.youtube .top .left .link {
  border-radius: 32px;
  border: 1px solid rgba(255, 0, 0, 0.2);
  background: rgba(255, 0, 0, 0.1);
  padding: 2px 10px;
  color: #F00;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.socials-block .socials-holder .socials-item.youtube .btn-youtube {
  display: inline-flex;
  padding: 17px 32px;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  background: transparent;
  border: 1px solid white;
  text-decoration: none;
  position: relative;
  transition: 300ms ease;
  cursor: pointer;
  white-space: nowrap;
  color: white !important;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "League Gothic";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}
.socials-block .socials-holder .socials-item.youtube .btn-youtube a {
  color: #000 !important;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "League Gothic";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  z-index: 2;
  transition: color 300ms ease;
}
.socials-block .socials-holder .socials-item.youtube .btn-youtube::after {
  content: "";
  position: absolute;
  width: 150%;
  padding-top: 150%;
  border-radius: 999px;
  background: #e70203;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 700%;
  transition: all 300ms ease;
  z-index: -1;
}
.socials-block .socials-holder .socials-item.youtube .btn-youtube:hover {
  color: white !important;
  border: 1px solid #e70203;
}
.socials-block .socials-holder .socials-item.youtube .btn-youtube:hover a {
  color: white !important;
}
.socials-block .socials-holder .socials-item.youtube .btn-youtube:hover::after {
  top: 100%;
}
.socials-block .socials-holder .socials-item .bottom .main-text {
  color: var(--White, #FFF);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bebas Neue";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 15px;
}
.socials-block .socials-holder .socials-item .bottom .subtext {
  color: var(--Font---Light, #CAC9D7);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}
.socials-block .socials-holder .socials-item .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.socials-block .socials-holder .socials-item .top img {
  height: 33px;
}

@media (max-width: 678px) {
  .socials-block::after {
    bottom: -50px;
    right: 0px;
  }
  .socials-block {
    padding: 60px 0;
  }
  .socials-block .socials-holder .socials-item {
    margin-bottom: 10px;
  }
  .socials-block h2 {
    font-size: 56px;
    line-height: 33px;
  }
}
@media (max-width: 991px) {
  .socials-block .socials-holder {
    flex-wrap: wrap;
  }
}
.about-us {
  position: relative;
  z-index: 30;
  background-color: black;
  box-shadow: 0px -90px 83px rgb(0, 0, 0);
  padding: 120px 0;
}
.about-us .about-us-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
}
.about-us .img-holder {
  position: relative;
  width: 390px;
  flex-shrink: 0;
  background: url(/img/front/about-us.webp);
  align-self: stretch;
  background-size: cover;
  border-radius: 13px;
}
.about-us .img-holder img {
  width: 100%;
  border-radius: 10px;
}
.about-us .img-holder .white-text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: var(--White, #FFF);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bebas Neue";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
.about-us .img-holder .info {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.about-us .img-holder .info .green {
  color: var(--Primary, #98FF09);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bebas Neue";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.about-us .img-holder .info .white {
  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: 28px;
}
.about-us .text-holder {
  padding: 49px 0;
}
.about-us .text-holder h2 {
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bebas Neue";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  font-variant: all-small-caps;
}
.about-us .text-holder h2 span {
  color: var(--Primary, #98FF09);
}
.about-us .text-holder p {
  color: var(--Font---Light, #CAC9D7);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.about-us .text-holder p .white {
  color: var(--White, #FFF);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.about-us .text-holder p .green {
  color: var(--Primary, #98FF09);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

@media (max-width: 678px) {
  .about-us {
    padding: 60px 0;
  }
  .about-us .about-us-holder {
    gap: 40px;
    flex-wrap: wrap;
  }
  .about-us .img-holder {
    position: relative;
    width: 100%;
    aspect-ratio: 150/191;
    flex-shrink: 0;
    background: url(/img/front/about-us.webp);
    align-self: stretch;
    background-size: cover;
    border-radius: 13px;
  }
  .about-us .text-holder h2 {
    color: #FFF;
    font-feature-settings: "liga" off, "clig" off;
    font-family: "Bebas Neue";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    font-variant: all-small-caps;
  }
  .about-us .text-holder h2 span {
    font-size: 56px;
    line-height: 33px;
  }
}
.about-show {
  position: relative;
  z-index: 30;
  background-color: black;
  box-shadow: 0px -90px 83px rgb(0, 0, 0);
  padding: 120px 0;
}
.about-show .text-holder {
  padding: 49px 0;
}
.about-show .text-holder h2 {
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bebas Neue";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  font-variant: all-small-caps;
  text-align: center;
}
.about-show .text-holder h2 span {
  color: var(--Primary, #98FF09);
}
.about-show .text-holder p {
  color: var(--Font---Light, #CAC9D7);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
.about-show .text-holder p .white {
  color: var(--White, #FFF);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

@media (max-width: 678px) {
  .about-us {
    padding: 60px 0;
  }
  .about-us .about-us-holder {
    gap: 40px;
    flex-wrap: wrap;
  }
  .about-us .img-holder {
    position: relative;
    width: 100%;
    aspect-ratio: 150/191;
    flex-shrink: 0;
    background: url(/img/front/about-us.webp);
    align-self: stretch;
    background-size: cover;
    border-radius: 13px;
  }
  .about-us .text-holder h2 {
    color: #FFF;
    font-feature-settings: "liga" off, "clig" off;
    font-family: "Bebas Neue";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    font-variant: all-small-caps;
  }
  .about-us .text-holder h2 span {
    font-size: 56px;
    line-height: 33px;
  }
}
@media (max-width: 678px) {
  .about-show {
    padding: 60px 0;
  }
  .about-show .text-holder p {
    color: var(--Font---Light, #CAC9D7);
    font-feature-settings: "liga" off, "clig" off;
    font-family: "Google Sans Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
  }
  .about-show .text-holder p .white {
    color: var(--White, #FFF);
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: "Google Sans Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
  }
}
.contact-us {
  position: relative;
  z-index: 30;
  background-color: black;
  padding: 120px 0;
}
.contact-us::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  opacity: 0.4;
  z-index: -1;
  border-radius: 474px;
  background: rgba(152, 255, 9, 0.77);
  filter: blur(180.1000061035px);
}
.contact-us::after {
  bottom: -50px;
  left: -50px;
}
.contact-us h2 {
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bebas Neue";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  font-variant: all-small-caps;
}
.contact-us h2 span {
  color: var(--Primary, #98FF09);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bebas Neue";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  font-variant: all-small-caps;
}
.contact-us p {
  color: var(--Font---Light, #CAC9D7);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.contact-us .email-contact {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}
.contact-us .email-contact .text .green {
  color: var(--Primary, #98FF09);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 3px;
}
.contact-us .email-contact .text a {
  color: var(--White, #FFF);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bebas Neue";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  margin-bottom: 0;
}
.contact-us .form {
  border-radius: 12px;
  background: var(--Card, #131415);
  padding: 40px;
  font-family: Onest;
  position: relative;
}
.contact-us .form::after {
  content: "";
  position: absolute;
  width: 192px;
  height: 192px;
  opacity: 0.4;
  z-index: 0;
  border-radius: 9999px;
  background: rgba(255, 95, 0, 0.05);
  filter: blur(20px);
}
.contact-us .form::after {
  top: -62px;
  left: -52px;
}
.contact-us .form .custom-select-container {
  position: relative;
  cursor: pointer;
  width: 100%;
}
.contact-us .form .custom-select-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 12px;
  border: 1px solid rgba(74, 74, 74, 0.5);
  background: var(--Background, #050505);
  position: relative;
  z-index: 20;
  color: var(--Font---Light, #CAC9D7);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contact-us .form .custom-select-trigger:after {
  content: url(/img/front/icons/select-trigger.svg);
  position: absolute;
  right: 10px;
  font-size: 8px;
  top: 11px;
}
.contact-us .form .custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #070707;
  color: white;
  z-index: 100;
  display: none;
  border-radius: 6px;
  border: 2px solid #2a2a2a;
}
.contact-us .form .custom-select-container.open .custom-options {
  display: block;
}
.contact-us .form .custom-option {
  padding: 10px;
  transition: background 0.2s;
  color: var(--Font---Light, #CAC9D7);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contact-us .form .custom-option:hover {
  background: rgba(150, 248, 5, 0.1882352941);
  border-radius: 4px;
}
.contact-us .form .custom-option.selected {
  background: rgba(150, 248, 5, 0.1882352941);
  color: white;
  border-radius: 4px;
}
.contact-us .form select option {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}
.contact-us .form h3 {
  color: #FF4D9B;
  font-family: Oxanium;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  margin-top: 0;
}
.contact-us .form p {
  color: var(--White, #FFF);
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.contact-us .form label {
  color: var(--Primary, #98FF09);
  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: 6px;
}
.contact-us .form input {
  margin-bottom: 20px;
  border-radius: 12px;
  border: 1px solid rgba(74, 74, 74, 0.5);
  background: var(--Background, #050505);
  position: relative;
  z-index: 20;
  color: var(--Font---Light, #CAC9D7);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contact-us .form input::placeholder {
  color: var(--Font---Light, #CAC9D7);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 1;
}
.contact-us .form select {
  margin-bottom: 20px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.2);
  color: #FFF;
  border: 1px solid transparent;
}
.contact-us .form textarea {
  margin-bottom: 20px;
  border-radius: 12px;
  border: 1px solid rgba(74, 74, 74, 0.5);
  background: var(--Background, #050505);
  position: relative;
  z-index: 20;
  color: var(--Font---Light, #CAC9D7);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contact-us .form textarea::placeholder {
  color: var(--Font---Light, #CAC9D7);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.contact-us .form .btn-contact {
  display: inline-flex;
  padding: 17px 32px;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  background: white;
  border: 1px solid white;
  text-decoration: none;
  position: relative;
  transition: 300ms ease;
  cursor: pointer;
  white-space: nowrap;
  color: black !important;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "League Gothic";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}
.contact-us .form .btn-contact a {
  color: #000 !important;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "League Gothic";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  z-index: 2;
  transition: color 300ms ease;
}
.contact-us .form .btn-contact::after {
  content: "";
  position: absolute;
  width: 150%;
  padding-top: 98%;
  border-radius: 999px;
  background: #98FF09;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 700%;
  transition: all 300ms ease;
  z-index: -1;
}
.contact-us .form .btn-contact:hover {
  color: black !important;
  border: 1px solid #98FF09;
}
.contact-us .form .btn-contact:hover a {
  color: black !important;
}
.contact-us .form .btn-contact:hover::after {
  top: 100%;
}

@media (max-width: 678px) {
  .contact-us {
    padding: 60px 0;
  }
  .contact-us h2 {
    color: #FFF;
    font-feature-settings: "liga" off, "clig" off;
    font-family: "Bebas Neue";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    font-variant: all-small-caps;
  }
  .contact-us h2 span {
    font-size: 56px;
    line-height: 33px;
  }
  .contact-us .email-contact {
    margin: 15px 0;
  }
  .contact-us .form {
    padding: 25px;
  }
}
.map {
  position: relative;
  z-index: 32;
}
.map .map-search {
  position: absolute;
  top: 6%;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 999;
  justify-content: center;
  align-items: center;
}
.map .map-search .input-holder {
  width: 700px;
  position: relative;
  margin-top: 40px;
  max-width: 100%;
}
.map .map-search .input-holder:before {
  content: url(/img/front/icons/search-location-icon.svg);
  position: absolute;
  left: 13px;
  top: 14px;
  z-index: 999;
}
.map .map-search .input-holder input {
  width: 100%;
  padding: 18px 0;
  border-radius: 50px;
  padding-left: 50px;
  color: var(--Font---dark, #0B0B0B);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.map .map-search .input-holder input input::placeholder {
  color: var(--Font---dark, #0B0B0B);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.map .map-search .input-holder .search-icon-holder {
  position: absolute;
  top: 7px;
  right: 8px;
  background: black;
  border-radius: 50px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.map .map-search .input-holder .search-icon-holder:hover img {
  transform: scale(1.1);
}
.map .map-search .input-holder .search-icon-holder img {
  width: 33px;
  transition: 200ms ease;
}
.map .map-search h2 {
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bebas Neue";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px; /* 100% */
  font-variant: all-small-caps;
}
.map .map-search h2 span {
  color: #98FF09;
}
.map .map-search p {
  color: var(--Font---Light, #CAC9D7);
  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-top: 10px;
}
.map #map {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000 !important;
  box-shadow: none !important;
  z-index: 998;
}
.map #map .btn-white {
  font-size: 16px;
  padding: 2px 10px;
  text-align: center;
  margin-top: 10px;
}
.map #map .leaflet-popup-content {
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bebas Neue";
  font-size: 16px;
}
.map #map::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.87) 5%, transparent 15%, transparent 85%, #000000 95%, #000000 100%);
  pointer-events: none;
  z-index: 1000;
}
.map .leaflet-container {
  background: #000 !important;
}
.map .custom-popup .leaflet-popup-content-wrapper {
  background: #222;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #333;
}
.map .custom-popup .leaflet-popup-tip {
  background: #222;
}
.map .leaflet-interactive {
  fill: #98FF09 !important;
  stroke: #98FF09 !important;
  animation: pulseGlow 2s infinite ease-in-out;
  transform-origin: center;
}
@keyframes pulseGlow {
  0% {
    stroke-width: 1px;
    stroke-opacity: 0.9;
    fill-opacity: 0.9;
  }
  50% {
    stroke-width: 12px;
    stroke-opacity: 0.3;
    fill-opacity: 1;
  }
  100% {
    stroke-width: 1px;
    stroke-opacity: 0.9;
    fill-opacity: 0.9;
  }
}

@media (max-width: 678px) {
  .map .map-search p {
    font-size: 15px;
    max-width: 90%;
    line-height: 22px;
  }
}
.shows {
  position: relative;
  z-index: 35;
  padding: 120px 0;
  background-color: black;
  box-shadow: 0px -90px 83px rgb(0, 0, 0), 0px 20px 83px rgb(0, 0, 0);
}
.shows::before, .shows::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  opacity: 0.4;
  z-index: -1;
  border-radius: 474px;
  background: rgba(152, 255, 9, 0.77);
  filter: blur(180.1000061035px);
}
.shows::before {
  top: 20%;
  right: 0px;
}
.shows::after {
  bottom: 40%;
  left: 0px;
}
.shows h2 {
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bebas Neue";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  font-variant: all-small-caps;
}
.shows h2 span {
  color: var(--Primary, #98FF09);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bebas Neue";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  font-variant: all-small-caps;
}
.shows .subline {
  color: var(--Font---Light, #CAC9D7);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.shows .filters {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.shows .filters .city-holder {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.shows .filters .city-holder .city-item {
  color: var(--White, #FFF);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bebas Neue";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  border-left: 1px solid #4A4A4A;
  padding: 8px 30px;
  cursor: pointer;
  transition: 200ms ease;
}
.shows .filters .city-holder .city-item:hover {
  color: #98FF09;
}
.shows .filters .city-holder .city-item.active {
  color: #98FF09;
}
.shows .nearest {
  display: flex;
  gap: 5px;
  color: var(--White, #FFF);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bebas Neue";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  text-decoration: none;
  padding: 8px 10px 8px 0px;
}
.shows .shows-holder {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.shows .shows-holder .show-item {
  border-radius: 12px;
  border: 1px solid rgba(152, 255, 9, 0.6);
  background: var(--Card, #131415);
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 65px;
}
.shows .shows-holder .show-item.tour {
  border: 1px solid transparent;
}
.shows .shows-holder .show-item.tour .left .date .show-type {
  background: #FF5F00;
  color: var(--White, #FFF);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  text-shadow: 0 0 8px rgba(239, 255, 0, 0.5);
  /* Text 16 B */
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.shows .shows-holder .show-item.tour .left .date .day {
  color: #FF5F00;
}
.shows .shows-holder .show-item.tour .left .info .city {
  color: #FF5F00;
}
.shows .shows-holder .show-item.tour .right .button-holder .btn-white::after {
  background: #FF5F00;
}
.shows .shows-holder .show-item.tour .right .button-holder .btn-white:hover {
  color: white !important;
  border: 1px solid #FF5F00;
}
.shows .shows-holder .show-item .left {
  display: flex;
  align-items: center;
  gap: 30px;
}
.shows .shows-holder .show-item .left .date {
  background: var(--Font---dark, #0B0B0B);
  padding-bottom: 20px;
  min-width: 120px;
}
.shows .shows-holder .show-item .left .date .show-type {
  padding: 4px 12px;
  border-radius: 10px 0 0 0;
  background: var(--Primary, #98FF09);
  color: var(--Background, #050505);
  font-feature-settings: "liga" off, "clig" off;
  text-shadow: 0 0 8px rgba(239, 255, 0, 0.5);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 12px;
}
.shows .shows-holder .show-item .left .date .day {
  color: var(--Primary, #98FF09);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bebas Neue";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
}
.shows .shows-holder .show-item .left .date .month {
  color: #FFF;
  font-family: "Bebas Neue";
  font-size: 24px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 125% */
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.shows .shows-holder .show-item .left .info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 240px;
}
.shows .shows-holder .show-item .left .info .time {
  color: var(--Font---Light, #CAC9D7);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.shows .shows-holder .show-item .left .info .location {
  color: var(--White, #FFF);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bebas Neue";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.shows .shows-holder .show-item .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  padding-right: 30px;
}
.shows .shows-holder .show-item .right .show-description {
  max-width: 580px;
}
.shows .shows-holder .show-item .right .show-description .show-name {
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.shows .shows-holder .show-item .right .show-description .show-info {
  color: var(--Font---Light, #CAC9D7);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.shows .shows-holder .show-item .right .show-description .city {
  display: flex;
  align-items: center;
  gap: 7px;
  color: white;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bebas Neue";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px;
}
.shows .shows-holder .show-item .right .show-description .city img {
  width: 28px;
}
.shows .shows-holder .button-holder-bottom {
  width: 100%;
  margin-top: 10px;
}
.shows .shows-holder .button-holder-bottom .btn-green {
  background: transparent;
  border: 1px solid #98FF09;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white !important;
}
.shows .shows-holder .button-holder-bottom .btn-green::after {
  background: #98FF09;
  top: 1825%;
  width: 100%;
}
.shows .shows-holder .button-holder-bottom .btn-green:hover {
  color: black !important;
  border: 1px solid #98FF09;
}
.shows .shows-holder .button-holder-bottom .btn-green:hover::after {
  top: 100%;
}
.shows .newsletter-block {
  margin-top: 120px;
  border-radius: 20px;
  background: var(--Card, #131415);
  padding: 40px;
  position: relative;
}
.shows .newsletter-block .row {
  gap: 0;
}
.shows .newsletter-block::after, .shows .newsletter-block::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 10px;
  background: #98ff09;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}
.shows .newsletter-block::after {
  bottom: 0;
  box-shadow: 0 0 40px 20px rgba(152, 255, 9, 0.3294117647);
  opacity: 0.6;
}
.shows .newsletter-block::before {
  top: 0;
  box-shadow: 0 0 60px 30px rgba(152, 255, 9, 0.4588235294);
  opacity: 0.2;
}
.shows .newsletter-block.lighted::before {
  opacity: 0.8;
}
.shows .newsletter-holder {
  max-width: 65%;
}
.shows .newsletter-holder .green {
  color: var(--Primary, #98FF09);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bebas Neue";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 10px;
}
.shows .newsletter-holder .main-text {
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bebas Neue";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 13px;
}
.shows .newsletter-holder .sub-text {
  color: var(--Font---Light, #CAC9D7);
  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: 30px;
}
.shows .newsletter-holder form label {
  color: var(--Primary, #98FF09);
  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: 6px;
}
.shows .newsletter-holder form .newsletter-email-holder {
  position: relative;
}
.shows .newsletter-holder form .newsletter-email-holder:before {
  content: url(/img/front/icons/newsletter-email.svg);
  position: absolute;
  left: 13px;
  top: 15px;
  z-index: 999;
}
.shows .newsletter-holder form .custom-select-trigger:before {
  content: url(/img/front/icons/newsletter-location.svg);
  position: absolute;
  left: 13px;
  top: 14px;
  z-index: 999;
}
.shows .newsletter-holder form .custom-select-trigger:after {
  top: 13px;
}
.shows .newsletter-holder form .button-holder {
  margin-top: -6px;
}
.shows .newsletter-holder form input {
  border-radius: 12px;
  border: 1px solid rgba(74, 74, 74, 0.5);
  background: var(--Background, #050505);
  position: relative;
  z-index: 20;
  color: var(--Font---Light, #CAC9D7);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 12px 12px 12px 45px;
}
.shows .newsletter-holder form input::placeholder {
  color: var(--Font---Light, #CAC9D7);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 1;
}
.shows .newsletter-holder form .custom-select-container {
  position: relative;
  cursor: pointer;
  width: 100%;
}
.shows .newsletter-holder form .custom-select-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 45px;
  border-radius: 12px;
  border: 1px solid rgba(74, 74, 74, 0.5);
  background: var(--Background, #050505);
  position: relative;
  z-index: 20;
  color: var(--Font---Light, #CAC9D7);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.shows .newsletter-holder form .custom-select-trigger:after {
  content: url(/img/front/icons/select-trigger.svg);
  position: absolute;
  right: 10px;
  font-size: 8px;
  top: 11px;
}
.shows .newsletter-holder form .custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #070707;
  color: white;
  z-index: 100;
  display: none;
  border-radius: 6px;
  border: 2px solid #2a2a2a;
  max-height: 250px;
  overflow-y: auto;
}
.shows .newsletter-holder form .custom-select-container.open .custom-options {
  display: block;
}
.shows .newsletter-holder form .custom-option {
  padding: 10px;
  transition: background 0.2s;
  color: var(--Font---Light, #CAC9D7);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Google Sans Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.shows .newsletter-holder form .custom-option:hover {
  background: rgba(150, 248, 5, 0.1882352941);
  border-radius: 4px;
}
.shows .newsletter-holder form .custom-option.selected {
  background: rgba(150, 248, 5, 0.1882352941);
  color: white;
  border-radius: 4px;
}

@media (max-width: 678px) {
  .shows .filters {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .shows .nearest {
    display: flex;
    gap: 5px;
    color: var(--White, #FFF);
    font-feature-settings: "liga" off, "clig" off;
    font-family: "Bebas Neue";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    text-decoration: none;
    padding: 8px 10px 8px 0px;
  }
  .shows .shows-holder .show-item {
    border-radius: 12px;
    border: 1px solid rgba(152, 255, 9, 0.6);
    background: var(--Card, #131415);
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: column;
  }
  .shows .shows-holder .show-item .left .date {
    width: 50%;
    flex-shrink: 0;
  }
  .shows .shows-holder .show-item .left .info .location {
    color: var(--White, #FFF);
    font-feature-settings: "liga" off, "clig" off;
    font-family: "Bebas Neue";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
  }
  .shows .shows-holder .show-item .left .info .time {
    color: var(--Font---Light, #CAC9D7);
    font-feature-settings: "liga" off, "clig" off;
    font-family: "Google Sans Flex";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .shows .shows-holder .show-item .left .info {
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 240px;
  }
  .shows .shows-holder .show-item .left .date .day {
    color: var(--Primary, #98FF09);
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: "Bebas Neue";
    font-size: 43px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
  }
  .shows .shows-holder .show-item .right .show-description .city {
    display: flex;
    align-items: center;
    gap: 7px;
    color: white;
    font-feature-settings: "liga" off, "clig" off;
    font-family: "Bebas Neue";
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
  }
  .shows .shows-holder .show-item .left .date .show-type {
    text-align: center;
  }
  .shows .shows-holder .show-item .right .show-description {
    max-width: 580px;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .shows::before {
    top: 20%;
    right: 0px;
  }
  .shows .filters .city-holder .city-item {
    text-align: center;
    color: var(--White, #FFF);
    font-feature-settings: "liga" off, "clig" off;
    font-family: "Bebas Neue";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    border-left: unset;
    padding: 8px 30px;
    width: 100%;
  }
  .shows .shows-holder .show-item .left {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    border-bottom: 1px solid #0b0b0b;
  }
  .shows .shows-holder .show-item .right {
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding-right: 0px;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 20px;
  }
  .shows .newsletter-holder {
    max-width: 100%;
  }
  .shows .newsletter-block {
    margin-top: 120px;
    border-radius: 20px;
    background: var(--Card, #131415);
    padding: 20px;
    position: relative;
  }
  .shows .newsletter-holder .main-text {
    color: #FFF;
    font-size: 40px;
  }
  .shows .newsletter-holder .green {
    font-size: 24px;
    margin-bottom: 0px;
  }
  .shows .newsletter-block .row {
    gap: 15px;
  }
  .shows .newsletter-holder form .button-holder {
    text-align: center;
    margin-top: 15px;
  }
  .shows h2 {
    color: #FFF;
    font-feature-settings: "liga" off, "clig" off;
    font-family: "Bebas Neue";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    font-variant: all-small-caps;
    text-align: center;
  }
  .shows h2 span {
    font-size: 56px;
    line-height: 33px;
  }
  .shows .subline {
    color: var(--Font---Light, #CAC9D7);
    font-feature-settings: "liga" off, "clig" off;
    font-family: "Google Sans Flex";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
  }
  .shows .filters .button-holder {
    width: 100%;
    text-align: center;
  }
}
.who-are-we {
  background-color: #23081E;
  background-image: url("/img/front/who-are-we-bg.webp");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 57% 100%;
  scroll-margin: 100px;
}
.who-are-we .who-are-we-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 80px 0;
}
.who-are-we .left {
  width: 34%;
}
.who-are-we .left h2 {
  color: #FF4D9B;
  font-family: Oxanium;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
}
.who-are-we .left p {
  color: #F1F6F9;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.who-are-we .right {
  width: 66%;
}
.who-are-we .right .team-holder {
  display: flex;
  align-items: center;
  gap: 25px;
}
.who-are-we .right .team-holder .team-member {
  flex: 1;
  border-radius: 14px;
  background: #642F5B;
  box-shadow: 0 4px 47.4px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.who-are-we .right .team-holder .team-member .img-holder {
  position: relative;
}
.who-are-we .right .team-holder .team-member .img-holder .linkedin-holder {
  border-radius: 50px;
  padding: 10px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 10px;
  left: 10px;
}
.who-are-we .right .team-holder .team-member .img-holder .linkedin-holder:hover {
  background: rgba(255, 255, 255, 0.19);
}
.who-are-we .right .team-holder .team-member .img-holder .linkedin-holder:before {
  border-radius: 50px;
}
.who-are-we .right .team-holder .team-member .info-holder {
  padding: 20px 15px;
}
.who-are-we .right .team-holder .name {
  color: #FFF;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 5px;
}
.who-are-we .right .team-holder .position {
  color: #FF4D9B;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 5px;
}
.who-are-we .right .team-holder .description {
  color: #FFF;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

@media (max-width: 991px) {
  .who-are-we {
    background-color: #23081E;
    background-image: url(/img/front/who-are-we-bg.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100% 60%;
    scroll-margin: 100px;
  }
  .who-are-we .who-are-we-wrapper {
    flex-direction: column;
    padding: 60px 0;
  }
  .who-are-we .left {
    width: 100%;
  }
  .who-are-we .right {
    width: 100%;
  }
  .who-are-we .right .team-holder {
    flex-direction: column;
  }
  .who-are-we .left h2 {
    font-family: Oxanium;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
  }
  .who-are-we .left p {
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
}
.services {
  padding: 80px 0;
  scroll-margin: 100px;
}
.services h2 {
  color: #FF4D9B;
  font-family: Oxanium;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
}
.services .subline {
  color: #1B2D43;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.services .services-holder {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 45px;
}
.services .services-holder .services-item {
  background-color: #23081E;
  border-radius: 14px;
  flex: 1;
  padding: 30px 25px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  min-height: 325px;
  gap: 15px;
  position: relative;
  overflow: hidden;
}
.services .services-holder .services-item.audits:after {
  content: url(/img/front/audit-bg.png);
  position: absolute;
  top: -115px;
  left: 254px;
}
.services .services-holder .services-item.engineering:after {
  content: url(/img/front/engineering-bg.png);
  position: absolute;
  top: -174px;
  right: -200px;
}
.services .services-holder .services-item.aircraft-support:after {
  content: url(/img/front/support-bg.png);
  position: absolute;
  top: -97px;
  left: 254px;
}
.services .services-holder .services-item .icon-holder {
  background: rgba(144, 98, 133, 0.16);
  border-radius: 14px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services .services-holder .services-item h3 {
  color: #FFF;
  font-family: Oxanium;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  margin: 0;
}
.services .services-holder .services-item ul {
  color: #FFF;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
.services .services-holder .services-item ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}
.services .services-holder .services-item ul li:before {
  content: url(/img/front/check-icon.svg);
  position: absolute;
  top: 3px;
  left: 0px;
  margin-bottom: 5px;
}
.services .types h3 {
  color: #FF4D9B;
  font-family: Oxanium;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 25px;
  margin-top: 45px;
}
.services .types .types-holder {
  display: flex;
  gap: 30px;
}
.services .types .types-holder .types-item {
  color: #FFF;
  font-family: Oxanium;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 115px 0;
  background-size: cover;
  background-position: center;
}
.services .types .types-holder .types-item.boeing {
  background-image: url("/img/front/boeing-bg.webp");
  flex: 1;
}
.services .types .types-holder .types-item.airbus {
  background-image: url("/img/front/airbus-bg.webp");
  flex: 1;
}

@media (max-width: 991px) {
  .services {
    padding: 60px 0;
    scroll-margin: 100px;
  }
  .services h2 {
    font-family: Oxanium;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
  }
  .services .services-holder {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 25px;
    margin-top: 25px;
  }
  .services .types .types-holder {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .services .types .types-holder .types-item {
    background-position: right;
    padding: 65px 0;
  }
}
.graphs {
  padding-top: 120px;
}
.graphs .graphs-holder {
  background-image: url("/img/front/graphs-bg.webp");
  padding: 50px;
  border-radius: 50px;
  background-position: right center;
  background-size: cover;
  height: 530px;
  position: relative;
}
.graphs .graphs-holder .list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 15px;
}
.graphs .graphs-holder .list .list-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.graphs .graphs-holder .list .list-item img {
  width: 22px;
  height: 22px;
}
.graphs .graphs-holder .list .list-item p {
  font-family: Urbanist;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0px;
  color: #013B53;
  margin: 0;
}
.graphs .graphs-holder:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  bottom: 0;
  background-image: url(/img/front/graphs-img.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 92%;
  height: 112%;
}
.graphs .graphs-holder:after {
  content: "";
  position: absolute;
  right: 70px;
  z-index: 9;
  bottom: 0;
  background-image: url(/img/front/cosmetics.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 220px;
  height: 173px;
}

@media (max-width: 678px) {
  .graphs {
    padding-top: 30px;
  }
  .graphs .graphs-holder {
    padding: 41px;
    height: 570px;
  }
  .graphs .graphs-holder:before {
    display: none;
  }
}
.our-work {
  background: #23081E;
  overflow: hidden;
}
.our-work h2 {
  color: #FF4D9B;
  font-family: Oxanium;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
}
.our-work .subline {
  color: #FFF;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

@media (max-width: 991px) {
  .our-work {
    padding: 60px 0;
  }
  .our-work h2 {
    color: #FF4D9B;
    font-family: Oxanium;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
  }
}
.trust {
  padding: 80px 0;
  scroll-margin: 100px;
}
.trust .headline-holder {
  text-align: center;
}
.trust .headline-holder h2 {
  color: #FF4D9B;
  text-align: center;
  font-family: Oxanium;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
}
.trust .headline-holder span {
  color: #0E1B36;
  text-align: center;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.trust .wizz-air {
  background-image: url("/img/front/wizz-bg.webp");
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 28px;
  border-radius: 15px;
  gap: 28px;
  margin-top: 50px;
}
.trust .wizz-air .wizz-air-logo {
  background: white;
  padding: 80px 60px;
  border-radius: 6px;
}
.trust .wizz-air .wizz-text .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.64);
  padding-bottom: 20px;
}
.trust .wizz-air .wizz-text .top h3 {
  color: #FFF;
  font-family: Oxanium;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  margin-top: 0;
  margin-bottom: 0;
}
.trust .wizz-air .wizz-text .top p {
  color: #FFF;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
  margin-top: 0;
}
.trust .wizz-air .wizz-text .bottom {
  color: #FFF;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 100px;
  padding-top: 20px;
}
.trust .wizz-air .wizz-text .bottom span {
  color: #FF4D9B;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.trust .certificates {
  margin-top: 100px;
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .trust .wizz-air .wizz-text .bottom {
    color: #FFF;
    font-family: Onest;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: unset;
    padding-top: 20px;
  }
  .trust .wizz-air .wizz-air-logo {
    background: white;
    padding: 80px 60px;
    border-radius: 6px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .trust .headline-holder h2 {
    font-size: 38px;
  }
  .trust .wizz-air .wizz-text .top h3 {
    font-size: 26px;
    line-height: 32px;
  }
  .trust .wizz-air .wizz-text .top p {
    font-size: 16px;
  }
  .trust {
    padding: 60px 0;
  }
  .trust .wizz-air {
    flex-direction: column;
    background-size: cover;
    background-position: center;
    padding: 10px;
  }
  .trust .wizz-air .wizz-text {
    padding: 0 10px 10px 10px;
  }
  .trust .certificates {
    margin-top: 100px;
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: center;
  }
  .trust .certificates img {
    width: 100px;
  }
}
@media (max-width: 501px) {
  .trust .certificates {
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: unset;
  }
}
#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;
}

#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 .basic-info {
  font-size: 13px;
}
#product .basic-info span {
  font-weight: 500;
  font-size: 15px;
}

#product .control-block a {
  text-decoration: none;
}
#product .control-block .item {
  display: inline-block;
  padding-left: 28px;
  font-weight: 500;
  text-decoration: underline;
}
#product .control-block .item:hover {
  text-decoration: none;
}
#product .control-block .item.favorite {
  background: url("/img/front/icons/pages/product/favorite.svg") left center no-repeat;
}
#product .control-block .item.compare {
  background: url("/img/front/icons/pages/product/compare.svg") left center no-repeat;
}

#product .extended-info-container {
  padding: 10px 0;
}
#product .extended-info-container .params-block .item {
  font-size: 14px;
  font-weight: 400;
  padding: 7px 9px;
  border-radius: 4px;
  color: #6776AA;
}
#product .extended-info-container .params-block .item:nth-child(even) {
  background: #F3F7FF;
}
#product .extended-info-container .params-block .item .value {
  font-weight: 500;
  color: #002541;
}
#product .extended-info-container .documments-block .item {
  background: #F3F7FF url("/img/front/icons/pages/product/document.svg") left 10px center no-repeat;
  border: 1px solid #E6EFFD;
  border-radius: 8px;
  display: block;
  margin-bottom: 12px;
  font-weight: 500;
  padding: 15px 20px 15px 50px;
}

#product .images-block {
  background: #ffffff;
  margin-bottom: 40px;
}
#product .images-block .image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding: 25px;
  position: relative;
  flex-wrap: wrap;
}
#product .images-block .images {
  padding: 0 15px;
  justify-content: center;
}
#product .images-block .images .item {
  display: flex;
  width: 100%;
  padding: 5px 0 0;
  justify-content: center;
  align-items: center;
  float: left;
  margin-bottom: 10px;
  -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 .images-block .images .item:hover {
  border-color: #DEE5EF;
  opacity: 0.7;
}
#product .images-block .images .item img {
  border-radius: 8px;
}

@media (max-width: 991px) {
  #product .images-block .image img {
    max-height: 400px;
  }
}
@media (max-width: 768px) {
  #product .images-block {
    margin-bottom: 10px;
  }
  #product .images-block .image {
    padding: 0;
  }
  #product .images-block .images {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
  }
  #product .images-block .images::-webkit-scrollbar {
    height: 14px;
    width: 14px;
  }
  #product .images-block .images::-webkit-scrollbar-thumb {
    background: rgba(243, 247, 255, 0.65);
    border-radius: 7px;
  }
  #product .images-block .images::-webkit-scrollbar-thumb:hover {
    background: #002541;
  }
  #product .images-block .images::-webkit-scrollbar-thumb:active {
    background: rgb(0, 22.4846153846, 39.5);
  }
  #product .images-block .images::-webkit-scrollbar-track {
    background: transparent;
  }
  #product .images-block .images {
    justify-content: start !important;
  }
  #product .images-block .images .p-image {
    flex: 0 0 33%;
    scroll-snap-align: center;
  }
}
#product .main-info {
  margin: 25px 0;
  position: relative;
  border-radius: 8px;
  border: 1px solid #D8E4F7;
  background: #FFFFFF;
  box-shadow: 0 17px 14px -10px rgba(191, 211, 225, 0.45);
}
#product .main-info .availability-block {
  padding: 10px 10px 5px;
  border-bottom: 1px solid #E6EFFD;
  font-weight: 500;
  font-size: 14px;
}
#product .main-info .availability-block .availability {
  padding-left: 24px;
  background: url("/img/front/icons/pages/product/on-stock.svg") left center no-repeat;
  margin-left: 5px;
}
#product .main-info .availability-block .quantity {
  text-align: right;
  font-weight: 700;
  padding-right: 10px;
}
#product .main-info .availability-block .branches {
  margin: 5px 0 0;
}
#product .main-info .availability-block .branches .item {
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 12px;
}
#product .main-info .availability-block .branches .item .name {
  font-weight: 600;
}
#product .main-info .availability-block .branches .item .quantity {
  padding-right: 0;
}
#product .main-info .availability-block .branches .item .opening-hours {
  color: #6776AA;
}
#product .main-info .availability-block .branches .item:nth-child(odd) {
  background-color: #F8FAFF;
}
#product .main-info .availability-block .on-stock {
  color: #22DAA2;
}
#product .main-info .availability-block .out-stock {
  color: #E82121;
}
#product .main-info .availability-block .out-stock.availability {
  background: url("/img/front/icons/pages/product/out-stock.png") left center no-repeat;
}
#product .main-info .delivery-block {
  padding: 10px 20px;
  border-bottom: 1px solid #E6EFFD;
  font-weight: 500;
  font-size: 14px;
}
#product .main-info .delivery-block span {
  font-weight: 400;
  color: #6776AA;
}
#product .main-info .price-block {
  padding: 10px 20px;
}
#product .main-info .price-block .with-vat {
  font-weight: 700;
  font-size: 18px;
  color: #E82121;
  display: inline-block;
}
#product .main-info .price-block .without-vat {
  font-weight: 600;
  font-size: 12px;
}
#product .main-info .price-block .original-with-vat {
  color: #6776AA;
  text-decoration: line-through;
  display: inline-block;
  font-size: 12px;
}
#product .main-info .price-block .cart-block {
  display: flex;
  justify-content: end;
  align-items: center;
}
#product .main-info .price-block .cart-block .input-block {
  border-radius: 8px;
  background: #F3F7FF;
  box-shadow: 0 2px 7px 0 rgba(67, 71, 103, 0.1) inset;
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  width: 120px;
  height: 46px;
  margin-right: 20px;
}
#product .main-info .price-block .cart-block .input-block .quantity {
  font-weight: 500;
  width: 38px;
  border: none;
  margin: 0 4px;
  padding: 5px 0;
  text-align: center;
  background: #F3F7FF;
}
#product .main-info .price-block .cart-block .input-block .quantity::-webkit-inner-spin-button,
#product .main-info .price-block .cart-block .input-block .quantity::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#product .main-info .price-block .cart-block .input-block .quantity[type=number] {
  -moz-appearance: textfield; /* Pro Firefox */
}
#product .main-info .price-block .cart-block .input-block .quantity-change {
  display: block;
  width: 32px;
  height: 32px;
  background-color: #FFFFFF;
  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 .main-info .price-block .cart-block .input-block .quantity-change:hover {
  background-color: #F8FAFD;
}
#product .main-info .price-per-piece-block {
  border-radius: 6px;
  background: #fff6f0 url("/img/front/icons/pages/product/price-per-piece.svg") left 13px center no-repeat;
  padding: 15px 15px 15px 40px;
  margin: 0 8px 8px 8px;
  color: #E87421;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
}
#product .main-info .price-per-piece-block .pieces {
  font-size: 11px;
  font-weight: 400;
  color: #071029;
}
#product .main-info #cart-msg {
  display: none;
}

@media (max-width: 768px) {
  #product .main-info .availability-block .branches .item .opening-hours {
    display: block;
  }
}
@media (max-width: 576px) {
  #product .main-info .price-block .with-vat, #product .main-info .price-block .without-vat, #product .main-info .price-block .original-with-vat {
    display: block;
    text-align: right;
  }
  #product .main-info .price-block .without-vat {
    margin: -5px 0 10px;
  }
}
#product .similiar-products-container {
  padding: 0 0 30px;
}

#product {
  padding-bottom: 40px;
}
#product h1 {
  margin: 15px 0 5px;
}

#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 */