@charset "UTF-8";
:root {
  --background: #FDFFFD;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-6: #CECECE;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --grey-bg-7: #F1F1F1;
  --dark-grey: #535353;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --DarkGreen: #021B0D;
  --light-blue: #4AC4E6;
  --white: #FDFDFD;
}

/* Tenant 1 (Spranz) theme */
.tenant1 {
  --brandPrimary: #03A84E;
  --brandPrimaryHover: #03A84E;
  --brandSecondary: #03A84E;
  --brandSecondaryHover: #03A84E;
  --brandTertiary: #03A84E;
  --brandTertiaryHover: #03A84E;
  --newAdvertiseBg: #414141;
  --newAdvertiseColor: white;
  --blackPrimary:#535353;
  --DarkGreen:#021B0D;
  --logoImg: url("/images/amp/logo.png");
  --padlockImg: url("/images/amp/padlock.png");
  --productReturnImg: url("/images/amp/product-return.png");
  --wheelbarrowImg: url("/images/amp/made-in-germany.png");
  --locationImg: url("/images/amp/location.png");
  --businessAccountBbImg: url("/images/amp/spranz-business-account-bg.png");
  --rightArrowImg: url("/images/amp/right-arrow.svg");
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
}
@font-face {
  font-family: "Barlow";
  src: url("/fonts/Barlow-Thin.ttf") format("truetype");
  font-weight: 100;
}
@font-face {
  font-family: "Barlow";
  src: url("/fonts/Barlow-ExtraLight.ttf") format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "Barlow";
  src: url("/fonts/Barlow-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Barlow";
  src: url("/fonts/Barlow-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Barlow";
  src: url("/fonts/Barlow-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Barlow";
  src: url("/fonts/Barlow-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Barlow";
  src: url("/fonts/Barlow-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Barlow";
  src: url("/fonts/Barlow-ExtraBold.ttf") format("truetype");
  font-weight: 900;
}
body {
  background-color: var(--background);
  font-size: 16px !important;
  font-family: "Roboto", sans-serif !important;
  animation: fadeInAnimation ease 1s;
  scrollbar-gutter: stable;
  color: var(--dark-grey);
}
body h1 {
  font-size: 30px;
  font-weight: 900;
  color: var(--DarkGreen);
}
body h2 {
  font-size: 25px;
  font-weight: bold;
  color: var(--DarkGreen);
}
body h3 {
  font-size: 20px;
  font-weight: 500;
  color: var(--DarkGreen);
}
body h4 {
  font-size: 16px;
  font-weight: 900;
  color: var(--DarkGreen);
}
body .small-text {
  font-size: 12px;
}
body .link-like-text {
  cursor: pointer;
}
body .link-like-text:hover {
  text-decoration: underline;
}
body .form-check {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  padding: 20px;
  border-bottom: 1px solid #DCDCDC;
}
body .form-check:last-child {
  border-bottom: none;
}
body .form-check .type-text {
  margin-left: 20px;
  margin-bottom: 0;
}
body .form-check .type-text .form-check-input, body .form-check .type-text .title, body .form-check .type-text .description {
  cursor: pointer;
}
body .form-check .form-check-input {
  width: 20px;
  height: 20px;
  accent-color: var(--brandPrimary);
}
body a {
  cursor: pointer;
  color: var(--blackPrimary);
}
body a:hover {
  color: var(--blackPrimary);
  text-decoration: underline;
}
body input[type=radio] {
  accent-color: var(--brandPrimary);
}
body .primary-color {
  color: var(--brandPrimary);
}
body .primary-color-hover {
  color: var(--brandPrimaryHover);
}
body .primary-bg-color {
  background-color: var(--brandPrimary);
}
body .primary-bg-color-hover {
  background-color: var(--brandPrimaryHover);
}
body .primary-gradient {
  background-image: linear-gradient(90deg, rgba(19, 42, 22, 0.88) 0%, rgba(23, 43, 25, 0.66) 44.3%, rgba(13, 46, 12, 0.14) 100%);
}
body .secondary-color {
  color: var(--brandSecondary);
}
body .secondary-color-hover {
  color: var(--brandSecondaryHover);
}
body .secondary-bg-color {
  background-color: var(--brandSecondary);
}
body .secondary-bg-color-hover {
  background-color: var(--brandSecondaryHover);
}
body .error-text {
  color: var(--red);
}
body .color-block {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  border-radius: 2px;
  border: 1px solid #ccc;
  cursor: pointer;
  outline: none;
  vertical-align: middle;
  flex-shrink: 0;
  transition: border 0.2s ease;
}
body .color-block.color-schwarz {
  background-color: #000000;
}
body .color-block.color-weiß {
  background-color: white;
}
body .color-block.color-grau {
  background-color: grey;
}
body .color-block.color-hellgrau {
  background-color: lightgrey;
}
body .color-block.color-silber {
  background-color: silver;
}
body .color-block.color-beige {
  background-color: beige;
}
body .color-block.color-anthrazitgrau {
  background-color: dimgrey;
}
body .color-block.color-dunkelbraun {
  background-color: saddlebrown;
}
body .color-block.color-transparent {
  background: repeating-linear-gradient(45deg, transparent, transparent 2px, #ccc 2px, #ccc 4px);
  border: 1px solid #999;
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1450px !important;
  }
}
:root {
  --background: #FDFFFD;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-6: #CECECE;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --grey-bg-7: #F1F1F1;
  --dark-grey: #535353;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --DarkGreen: #021B0D;
  --light-blue: #4AC4E6;
  --white: #FDFDFD;
}

.products-submenu .dropdown-button {
  background-color: var(--brandPrimary);
  width: 221px;
  height: 47px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.products-submenu .dropdown-button h3 {
  color: var(--white);
  margin: 0;
}
.products-submenu .dropdown-button .polygon {
  border-left-color: var(--white) !important;
}
.products-submenu .dropdown-button.open .polygon {
  transform: rotate(90deg);
}

.submenu-dropdown {
  position: fixed;
  top: 175px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #FDFFFD;
  border-bottom: 1px solid var(--separatorGrey);
  box-shadow: 0 10px 20px var(--box-shadow);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease, visibility 0.5s;
  z-index: 99;
}
.submenu-dropdown.open {
  max-height: 600px;
  opacity: 1;
  visibility: visible;
}
.submenu-dropdown .container {
  padding-top: 45px;
}
.submenu-dropdown .speciality-market-column h3 {
  margin-bottom: 22px;
  color: var(--brandPrimary);
}
.submenu-dropdown .speciality-market-column img {
  width: 100%;
  max-width: 220px;
}
.submenu-dropdown .category-tree {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.submenu-dropdown .category-tree a {
  color: #021B0D !important;
}
.submenu-dropdown .category-tree .main-category {
  margin-bottom: 20px;
}
.submenu-dropdown .category-tree .main-category a {
  font-weight: bold;
  font-size: 20px;
}
.submenu-dropdown .category-tree .subcategory {
  padding: 10px 15px;
}
.submenu-dropdown .category-tree .subcategory a {
  color: #021B0D !important;
}
.submenu-dropdown .show-all-products-link {
  display: flex;
  align-items: center;
  padding-top: 23px;
  margin-bottom: 30px;
  border-top: 1px solid rgba(112, 112, 112, 0.3490196078);
  position: relative;
  left: -50px;
  text-decoration: none;
  color: var(--brandPrimary);
}
.submenu-dropdown .show-all-products-link h4 {
  margin-bottom: 0;
  font-weight: bold;
}
.submenu-dropdown .show-all-products-link .more-button {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--brandPrimary);
  border-radius: 20px;
  margin-left: 10px;
}
.submenu-dropdown .show-all-products-link .more-button img {
  width: 10px;
  height: 10px;
}
.submenu-dropdown .close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--text);
}
.submenu-dropdown .close-button .close-icon {
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .submenu-dropdown .close-button .close-icon {
    transition: width 1s, height 1s, transform 1s;
  }
  .submenu-dropdown .close-button .close-icon:hover {
    transform: rotate(90deg);
  }
}
@media (max-width: 991px) {
  .submenu-dropdown {
    display: none;
  }
}

.header-desktop {
  display: flex;
  align-items: center;
  background-color: #FDFFFD;
  padding-top: 22px;
  height: 175px;
  z-index: 100;
  overflow: visible;
  box-shadow: 0 3px 8.1px 0 rgba(112, 112, 112, 0.2);
}
.header-desktop .polygon {
  display: block;
  float: right;
  border-color: transparent;
  border-style: solid;
  width: 0;
  height: 0;
  position: relative;
  line-height: 0;
  border-width: 6px 0 6px 10px;
  border-left-color: var(--text);
  margin-left: 24px;
  transform: rotate(0deg);
  transition: transform 0.5s ease;
}
.header-desktop .logo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: -25px;
}
.header-desktop .logo-container .logo-img {
  width: 100%;
  max-width: 206px;
  min-width: 140px;
}
.header-desktop .right-header-content .action-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-desktop .right-header-content .action-buttons .border {
  margin: 0 20px;
  border: 1px solid var(--underline);
  height: 63px;
}
.header-desktop .right-header-content .action-buttons .action-btn {
  min-width: 62px;
  min-height: 60px;
}
.header-desktop .right-header-content .action-buttons .action-btn .favourite-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
}
.header-desktop .right-header-content .action-buttons .action-btn .image-container {
  margin-bottom: 9px;
}
.header-desktop .right-header-content .action-buttons .action-btn:first-child .image-container {
  margin-bottom: 0;
}
.header-desktop .right-header-content .action-buttons .action-btn:nth-child(3) {
  margin-bottom: -10px;
}
.header-desktop .right-header-content .menu-container {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
}
.header-desktop .right-header-content .menu-container h3 {
  margin: 0;
  cursor: pointer;
  padding: 23px 0;
}
.header-desktop .right-header-content .menu-container a {
  text-decoration: none;
  transition: color 0.3s;
}
.header-desktop .right-header-content .menu-container a:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .header-desktop {
    display: none;
  }
}

.header-mobile {
  display: none;
}
@media (max-width: 991px) {
  .header-mobile {
    display: block;
  }
}
.header-mobile .polygon {
  display: block;
  float: right;
  border-color: transparent;
  border-style: solid;
  width: 0;
  height: 0;
  position: relative;
  line-height: 0;
  border-width: 6px 0 6px 10px;
  border-left-color: var(--text);
  margin-left: 24px;
  transform: rotate(0deg);
  transition: transform 0.5s ease;
}
.header-mobile .mobile-navbar {
  position: relative;
  width: 100%;
  padding: 15px 10px;
  box-shadow: 0 10px 20px var(--box-shadow);
  background-color: #FDFFFD;
  z-index: 100;
  color: var(--text);
  box-sizing: border-box;
}
.header-mobile .mobile-navbar-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 8px;
}
.header-mobile .mobile-navbar-text {
  display: block;
  width: 100%;
  margin-top: 15px;
}
.header-mobile .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 8px;
  min-width: 0;
}
.header-mobile .content .logo-wrapper {
  flex-shrink: 0;
}
.header-mobile .content .logo-wrapper img {
  width: 35vw;
  max-width: 150px;
  min-width: 80px;
  height: auto;
}
.header-mobile .content .action-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}
.header-mobile .content .action-buttons .border {
  display: none;
}
.header-mobile .content .action-buttons .action-btn {
  padding: 4px;
}
.header-mobile .mobile-navbar-collapse {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #FDFFFD;
  box-shadow: 0 10px 20px 0 var(--box-shadow);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  padding: 0 20px;
}
.header-mobile .mobile-navbar-collapse.show {
  max-height: 1000px;
  opacity: 1;
  transition: max-height 0.5s ease-in, opacity 0.5s ease-in;
  padding: 20px;
}
.header-mobile .mobile-navbar-collapse .mobile-menu-item {
  display: block;
  text-decoration: none;
  color: var(--text);
}
.header-mobile .mobile-navbar-collapse .mobile-menu-item h3 {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 20px 0;
}
.header-mobile .mobile-navbar-collapse .mobile-menu-item:hover {
  text-decoration: none;
}
.header-mobile h3 {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
}
@media (max-width: 991px) {
  .header-mobile {
    display: block;
  }
}

.main-header {
  height: 175px;
  position: relative;
  z-index: 99;
}
.main-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  height: 20px;
  background: linear-gradient(to bottom, var(--box-shadow), transparent);
  z-index: 1002;
  pointer-events: none;
}
@media (max-width: 991px) {
  .main-header {
    height: 185px;
  }
}

:root {
  --background: #FDFFFD;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-6: #CECECE;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --grey-bg-7: #F1F1F1;
  --dark-grey: #535353;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --DarkGreen: #021B0D;
  --light-blue: #4AC4E6;
  --white: #FDFDFD;
}

.faq-category-list {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.faq-category-list .faq-category-item {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: var(--DarkGreen);
  text-decoration: none;
  cursor: pointer;
}
.faq-category-list .faq-category-item:hover {
  text-decoration: underline;
  color: var(--DarkGreen);
}

@media (max-width: 991px) {
  .faq-category-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 12px;
  }
  .faq-category-list .faq-category-item {
    font-size: 16px;
  }
}
:root {
  --background: #FDFFFD;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-6: #CECECE;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --grey-bg-7: #F1F1F1;
  --dark-grey: #535353;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --DarkGreen: #021B0D;
  --light-blue: #4AC4E6;
  --white: #FDFDFD;
}

.subscribe-business-account {
  position: relative;
}
.subscribe-business-account .background-image {
  display: none;
}
.subscribe-business-account .container {
  max-width: 100% !important;
  padding: 0;
  width: 100%;
}
.subscribe-business-account .data-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 0;
  row-gap: 0;
  min-height: 355px;
}
.subscribe-business-account .subscribe-left-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 0;
  background-color: #03A84E;
}
.subscribe-business-account .subscribe-left-container h3, .subscribe-business-account .subscribe-left-container span {
  color: white;
}
.subscribe-business-account .subscribe-left-container .content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.subscribe-business-account .subscribe-left-container .content img {
  margin-right: 12px;
}
.subscribe-business-account .business-right-container {
  background-color: #EFEFEF;
  color: #535353;
}
.subscribe-business-account .business-right-container .content {
  padding: 40px;
}
.subscribe-business-account .business-right-container .content .business-account-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 14px 14px 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: var(--background);
}
.subscribe-business-account .business-right-container .content .business-account-image img {
  width: 100%;
  max-width: 100px;
}
.subscribe-business-account .business-right-container .content .about-account {
  width: 19vw;
  font-weight: lighter;
}
.subscribe-business-account .business-right-container .content .about-text {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 50px;
  width: 293px;
  padding: 10px;
  border-radius: 5px;
  background: var(--Main-green, #03A84E);
  color: white;
  height: 50px;
}
.subscribe-business-account .business-right-container .content .about-text h3 {
  /*margin-right: 10px;*/
  margin-bottom: 0;
  color: white;
  font-size: inherit;
}
.subscribe-business-account .business-right-container .content .about-text .right-arrow-image {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: var(--rightArrowImg);
}

@media (max-width: 990px) {
  .subscribe-business-account .data-grid {
    grid-template-columns: 1fr;
  }
  .subscribe-business-account .background-image {
    display: none;
  }
  .subscribe-business-account .subscribe-left-container {
    padding: 40px 10px;
    background-color: #03A84E;
  }
  .subscribe-business-account .business-right-container {
    background-color: #EFEFEF;
    padding: 40px 10px;
  }
  .subscribe-business-account .business-right-container .content {
    width: fit-content;
    margin: 0 auto;
    padding: 0;
  }
  .subscribe-business-account .business-right-container .content .about-account {
    width: fit-content;
  }
}
@media (max-width: 400px) {
  .subscribe-business-account .subscribe-left-container, .subscribe-business-account .business-right-container {
    padding: 20px 10px;
  }
  .subscribe-business-account .subscribe-left-container .content .row, .subscribe-business-account .business-right-container .content .row {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.company-advantages {
  margin-top: 100px;
}
.company-advantages .header {
  text-align: center;
  margin-bottom: 50px;
}
.company-advantages .header h3 {
  color: var(--blackPrimary);
  font-size: 32px;
  font-weight: 600;
}
.company-advantages .advantage {
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-advantages .advantage span {
  max-width: 150px;
  margin-left: 10px;
  color: #535353;
}
.company-advantages .advantage .dynamic-image {
  width: 58px;
  height: 58px;
  background-repeat: no-repeat;
  background-size: contain;
}
.company-advantages .advantage .dynamic-image.padlock {
  background-image: var(--padlockImg);
}
.company-advantages .advantage .dynamic-image.product-return {
  background-image: var(--productReturnImg);
}
.company-advantages .advantage .dynamic-image.wheelbarrow {
  background-image: var(--wheelbarrowImg);
}
.company-advantages .advantage .dynamic-image.location {
  background-image: var(--locationImg);
}
@media (max-width: 991px) {
  .company-advantages .header {
    text-align: center;
    margin-bottom: 30px;
  }
  .company-advantages .advantage {
    margin-top: 20px;
  }
}

:root {
  --background: #FDFFFD;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-6: #CECECE;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --grey-bg-7: #F1F1F1;
  --dark-grey: #535353;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --DarkGreen: #021B0D;
  --light-blue: #4AC4E6;
  --white: #FDFDFD;
}

.footer {
  padding: 48px 0;
  background-color: var(--grey-bg-7);
  margin-top: 100px;
}
.footer h3, .footer label, .footer a, .footer span {
  color: var(--dark-grey);
}
.footer h3 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  color: var(--dark-grey);
}
.footer .separator-top {
  width: 100%;
  height: 1px;
  background-color: var(--underline-2);
  margin-bottom: 48px;
  opacity: 0.41;
}
.footer .footer-main {
  margin-bottom: 48px;
}
.footer .footer-bottom {
  padding-bottom: 48px;
}
.footer .payment-grid {
  display: grid;
  grid-template-columns: repeat(3, 64px);
  column-gap: 22px;
  row-gap: 10px;
}
.footer .payment-grid img {
  width: 64px;
  height: 40px;
  object-fit: contain;
  background: white;
  border-radius: 2.5px;
}
.footer .information-links {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer .information-links a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--dark-grey);
  text-decoration: none;
}
.footer .information-links a:hover {
  text-decoration: underline;
}
.footer .telephone {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  color: var(--dark-grey);
  margin-bottom: 15px;
}
.footer .telephone:hover {
  text-decoration: underline;
}
.footer .opening-time {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 12px;
}
.footer .opening-time span {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  color: var(--dark-grey);
}
.footer .mobile-charges {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  color: var(--dark-grey);
  display: block;
}
.footer .social-grid {
  display: flex;
  gap: 29px;
  align-items: center;
}
.footer .social-grid img {
  width: 30px;
  height: 30px;
  cursor: pointer;
  object-fit: contain;
}
.footer .social-grid img:hover {
  opacity: 0.8;
}
.footer .shipping-grid {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.footer .shipping-grid img {
  height: 37px;
  object-fit: contain;
}
.footer .shipping-grid img:first-child {
  width: 60px;
}
.footer .shipping-grid img:last-child {
  width: 60.8px;
}
@media (max-width: 1199px) {
  .footer h3 {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .footer .footer-main,
  .footer .footer-bottom {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 0 0 0;
  }
  .footer .separator-top {
    margin-bottom: 30px;
  }
  .footer .footer-main,
  .footer .footer-bottom {
    padding-bottom: 20px;
  }
  .footer h3 {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .footer .payment-grid {
    grid-template-columns: repeat(2, 64px);
  }
}

:root {
  --background: #FDFFFD;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-6: #CECECE;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --grey-bg-7: #F1F1F1;
  --dark-grey: #535353;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --DarkGreen: #021B0D;
  --light-blue: #4AC4E6;
  --white: #FDFDFD;
}

.license-footer {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.license-footer span {
  color: white;
}
.license-footer .right-side {
  text-align: end;
}
.license-footer .right-side a:not(:last-child) {
  margin-right: 47px;
}

@media (max-width: 992px) {
  .license-footer .row {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .license-footer .row .right-side {
    margin-bottom: 15px;
  }
  .license-footer .row .left-side, .license-footer .row .right-side {
    text-align: start;
  }
}
@media (max-width: 576px) {
  .license-footer {
    padding: 15px 0;
  }
}
.faq-page {
  background-color: var(--background2);
  padding-bottom: 80px;
}
.faq-page .faq-title {
  font-size: 40px;
  font-weight: 700;
  color: #021b0d;
  padding-top: 40px;
  margin-bottom: 20px;
}
.faq-page .faq-search {
  margin-bottom: 40px;
  max-width: 705px;
}
.faq-page .faq-search-form {
  display: flex;
  width: 100%;
  height: 56px;
  border: 1px solid #a2a2a8;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fdfdfd;
}
.faq-page .faq-search-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 0 20px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: var(--dark-grey);
  background: transparent;
}
.faq-page .faq-search-input::placeholder {
  color: #a2a2a8;
}
.faq-page .faq-search-button {
  width: 116px;
  height: 56px;
  background-color: #03a84e;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.faq-page .faq-search-button img {
  width: 28px;
  height: 28px;
}
.faq-page .faq-search-button:hover {
  background-color: #038f42;
}
.faq-page .faq-layout {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
.faq-page .faq-sidebar {
  flex-shrink: 0;
  width: 292px;
}
.faq-page .faq-content {
  flex: 1;
  min-width: 0;
}
.faq-page .faq-content .faq-question {
  margin-bottom: 30px;
}
.faq-page .faq-content .faq-question h3, .faq-page .faq-content .faq-question .question-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--dark-grey);
  margin-bottom: 25px;
}
.faq-page .faq-content .faq-question p, .faq-page .faq-content .faq-question .question-answer {
  font-size: 20px;
  font-weight: 400;
  color: var(--dark-grey);
  line-height: 1.5;
}
@media (max-width: 991px) {
  .faq-page .faq-layout {
    flex-direction: column;
    gap: 30px;
  }
  .faq-page .faq-sidebar {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .faq-page .faq-title {
    font-size: 28px;
  }
  .faq-page .faq-search-form {
    height: 48px;
  }
  .faq-page .faq-search-input {
    font-size: 16px;
  }
  .faq-page .faq-search-button {
    width: 80px;
    height: 48px;
  }
  .faq-page .faq-content .faq-question h3, .faq-page .faq-content .faq-question .question-title {
    font-size: 20px;
  }
  .faq-page .faq-content .faq-question p, .faq-page .faq-content .faq-question .question-answer {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .faq-page .faq-title {
    font-size: 24px;
  }
  .faq-page .faq-search-form {
    height: 44px;
  }
  .faq-page .faq-search-input {
    font-size: 14px;
    padding: 0 12px;
  }
  .faq-page .faq-search-button {
    width: 60px;
    height: 44px;
  }
  .faq-page .faq-search-button img {
    width: 22px;
    height: 22px;
  }
  .faq-page .faq-content .faq-question h3, .faq-page .faq-content .faq-question .question-title {
    font-size: 18px;
  }
  .faq-page .faq-content .faq-question p, .faq-page .faq-content .faq-question .question-answer {
    font-size: 14px;
  }
}

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