@font-face {
    font-family: 'Cy Grotesk Grand';
    src: url('../fonts/CyGroteskGrand-Regular.woff2') format('woff2'),
        url('../fonts/CyGroteskGrand-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cy Grotesk Grand';
    src: url('../fonts/CyGroteskGrand-Bold.woff2') format('woff2'),
        url('../fonts/CyGroteskGrand-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cy Grotesk Grand';
    src: url('../fonts/CyGroteskGrand-Medium.woff2') format('woff2'),
        url('../fonts/CyGroteskGrand-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cy Grotesk Grand';
    src: url('../fonts/CyGroteskGrand-Heavy.woff2') format('woff2'),
        url('../fonts/CyGroteskGrand-Heavy.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cy Grotesk Grand';
    src: url('../fonts/CyGroteskGrand-Thin.woff2') format('woff2'),
        url('../fonts/CyGroteskGrand-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cy Grotesk Grand';
    src: url('../fonts/CyGroteskGrand-Black.woff2') format('woff2'),
        url('../fonts/CyGroteskGrand-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
  font-family: 'Jura';
  src: url('../fonts/Jura-Variable.ttf');
  font-weight: 100 900;
  font-display: swap;
}
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
button {
  font-family: Jura;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition-duration: .3s;
}
button:active,
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
input,
textarea {
  outline: none;
  font-family: 'Jura';
}
input:active,
textarea:active {
  outline: none;
}
:focus {
  outline: none;
}
textarea {
  resize: none;
}
textarea {
  resize: vertical;
}
textarea {
  resize: horizontal;
}
input {
  margin: 0;
}
* {
  box-sizing: border-box;
}
svg path {
  transition-duration: .3s;
}
a {
  transition-duration: .3s;
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
.image_wrapper img {
  max-width: 100%;
  max-height: 100%;
}
nav {
  list-style: none;
}
body {
  position: relative;
  font-family: Jura;
  color: #0B0707;
  background-color: #F0F0F0;
  font-size: 18px;
  word-wrap: break-word;
}
h1,
.main_banner_wrapper .link_info b {
  font-family: "Cy Grotesk Grand", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  text-transform:uppercase;
}
h2 {
  font-family: "Cy Grotesk Grand", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  text-transform:uppercase;
}
h3,
.main_banner_section h1 {
  font-family: Jura;
  font-weight: 600;
  font-size: 42px;
  line-height: 100%;
  text-transform:uppercase;
}
h4 {
  font-family: "Cy Grotesk Grand", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
}
h5 {
  font-family: "Cy Grotesk Grand", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
}
h6 {
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
}
h7,
.product_wrap .status {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
}
.body--active {
  height: 100vh;
  overflow: hidden;
} 
.wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.container {
  width: 100%;
  max-width: 1440px;
  padding: 0 100px;
  margin: 0 auto;
}
#shader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0B0707;
  opacity: 0.8;
  z-index: 15;
}
section {
  padding-bottom: 80px;
}
section.product_slider_section {
  padding-bottom: 65px;
}
section.main_banner_section {
  padding-bottom: 70px;
}
.section_header .section_title {
  text-align: center;
}
.section_header .section_subtitle {
  margin-top: 20px;
  line-height: 120%;
  text-align: center;
  color: rgba(11, 7, 7, 0.8);
}
.section_title,
.page_title {
  margin-bottom: 40px;
}
.product_slider_section .section_title {
  margin-bottom: 0;
}
.header_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 15px 0;
}
.header_wrapper .logo{
  max-width:130px;
}
.header_wrapper ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.header_wrapper nav ul {
  gap: 40px;
  padding-left: 66px;
}
.header_wrapper nav a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.lang_options {
  padding: 6px;
  border-radius: 24px;
  background-color: #E3E3E3;
}
#mobile_menu .lang_options {
  display: flex;
}
.lang_options a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  padding: 7px;
  font-size: 14px;
  font-weight: 600;
}
.lang_options a.active {
  background-color: #DDFF00;
  pointer-events: none;
}
.main_banner_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.banner_info {
  max-width: 511px;
}
.main_banner_wrapper h1 {
  margin-bottom: 20px;
}
.banner_info p {
  font-weight: 400;
  line-height: 120%;
  text-align: justify;
  color: rgba(11, 7, 7, 0.8);
}
.banner_info p strong {
  font-weight: 700;
}
.main_banner_wrapper .banner_link {
  display: block;
  position: relative;
  flex-shrink: 0;
  max-width: 615px;
  border-radius: 10px;
  overflow: hidden;
}
.main_banner_wrapper .banner_link .image_wrapper {
  max-width: 615px;
  max-height: 393px;
  display: flex;
}
.main_banner_wrapper .banner_link svg {
  transition-duration: .3s;
}
.main_banner_wrapper .link_info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
}
.main_banner_wrapper .link_info p {
  max-width: 415px;
  line-height: 35px;
}
.main_banner_wrapper .link_info b {
  color: #DDFF00;
}
.main_banner_wrapper .vector_wrap {
  position: relative;
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}
.main_banner_wrapper .vector_wrap .text_vector {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition-duration: .3s;
}
.main_banner_wrapper .vector_wrap svg:not(.text_vector) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0px);
}
.main_banner_menu {
  margin-top: 10px;
  display: flex;
  align-items: stretch;
  gap: 10px;
}
.main_banner_menu > li {
  flex: 1;
}
.main_banner_menu a {
  position: relative;
  display: flex;
  width: 100%;
  height: 250px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  padding: 20px;
  border: 1.50px solid #0b0707;
  border-radius: 10px;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
}
.main_banner_menu a .link_status,
.service_slide .status {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 30px;
  background-color: #0b0707;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.03em;
  color: #df0;
  text-transform: none;
}
.service_slide .status {
  position: static;
  align-self: flex-start;
  margin-bottom: 10px;
}
.main_banner_menu a span {
  display: block;
  max-width: 180px;
}
.main_banner_menu a span:not(.arrow, .link_status) {
  display: flex;
  align-items: center;
  min-height: 40px;
}
.main_banner_menu a .arrow,
.arrow_link .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.50px solid #0b0707;
  transition-duration: .3s;
  flex-shrink: 0;
  transition-duration: .3s;
}
.main_banner_menu a .arrow svg,
.arrow_link .arrow svg {
  transition-duration: .3s;
}
section:not(.main_banner_section) .arrow_link .arrow {
  background-color: #fff;
}
section:not(.main_banner_section) .arrow_link .arrow svg path {
  fill: #230B34;
}
.main_banner_menu a.black_background {
  background-color: #0B0707;
  color: #F5F5F5;
}
.main_banner_menu a.black_background .arrow,
.arrow_link .arrow {
  border-color: #F5F5F5;
}
.main_banner_menu a.black_background .arrow path,
.arrow_link .arrow path {
  fill: #F5F5F5;
}
.main_banner_menu a.contact_background {
  background: url(../img/contact_background.jpg) center no-repeat;
  background-size: cover;
}
.main_banner_menu a.catalog_background {
  background: url(../img/catalog_background.jpg) center no-repeat;
  background-size: cover;
}
.arrow_link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 8px;
  padding-left: 32px;
  border-radius: 60px;
  background-color: #0b0707;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
}
.product_slider + .arrow_link {
  display: flex;
  width: max-content;
  margin: 0 auto;
}
.product_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}
.product_slider .product_wrap {
  height: 100% !important;
}
.product_slider li.slick-slide {
  height: inherit !important;
}
.product_slider .slick-list {
  padding-top: 85px !important;
  padding-bottom: 115px !important;
}
.product_slider .slick-track {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
.product_slider .slick-arrow {
  position: absolute;
  top: calc(50% - 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.product_slider .slick-next_arrow {
  right: -80px;
}
.product_slider .slick-prev_arrow {
  left: -80px;
}
.slick-track:before,
.slick-track:after {
  display: none;
}
.product_wrap .product_photos_wrap {
  position: relative;
  transition-duration: .3s;
}
.product_wrap .image_wrapper,
#product_popup .gallery_column .image_wrapper {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.product_wrap .hover_wrap {
  position: absolute;
  top: 220px;
  padding: 10px 0;
  height: 140px;
  left: 0;
  right: 0;
  display: flex;
  align-items: stretch;
  gap: 10px;
  transition-duration: .3s;
}
.product_wrap .hover_wrap .image_wrapper {
  height: 120px;
  width: calc(50% - 5px);
  opacity: 0;
  transition-duration: .3s;
}
.slick-center .product_wrap .hover_wrap .image_wrapper,
.product_wrap:hover .hover_wrap .image_wrapper {
  opacity: 1;
}
.slick-center .product_wrap .product_photos_wrap,
.product_wrap:hover .product_photos_wrap {
  transform: translateY(-45px);
}
.slick-center .product_wrap .product_photos_wrap > .image_wrapper,
.product_wrap:hover .product_photos_wrap > .image_wrapper {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.slick-center .product_wrap .product_info_wrap,
.product_wrap:hover .product_info_wrap {
  border-radius: 10px;
  transform: translateY(95px);
}
.product_wrap .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_wrap .product_photos_wrap > .image_wrapper {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition-duration: .3s;
  height: 220px;
}
.product_wrap .status_wrapper {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.product_wrap .status {
  padding: 7px 12px;
  border-radius: 30px;
  background-color: #2d2d2d;
  color: #fff;
  white-space: nowrap;
}
.product_wrap .status.transit {
  background-color: #df0;
  letter-spacing: -0.03em;
  color: #0b0707;
}
.product_wrap .product_info_wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 26px 16px;
  border: 2px solid #0b0707;
  border-radius: 0 0 10px 10px;
  background-color: #F0F0F0;
  transition-duration: .3s;
}
.product_wrap .product_name {
  margin-bottom: auto;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.03em;
}
.price_row {
  display: flex;
  align-items: stretch;
  margin: 15px 0;
  padding: 10px;
  border-radius: 10px;
  background-color: #E8E8E8;
  min-height: 56px;
}
#product_popup .price_row {
  min-height: 116px;
  margin: 0;
}
.price_row > li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  border-right: 1px solid rgba(11, 7, 7, 0.2);
  padding: 0 14px;
  width: 32%;
}
.price_row > li:first-child {
  padding-left: 0;
}
.price_row > li:nth-child(2) {
  width: 36%;
}
.price_row > li:last-child {
  border: none;
  padding-right: 0;
}
.price_row .column_name {
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
}
#product_popup .price_row .column_name,
#product_popup .price_row .date {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
}
#product_popup .price_row .date {
  margin-top: -10px;
}
.price_row .price_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  gap: 5px;
}
.price_row .old_price {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  text-decoration: line-through;
}
.price_row .old_price.old_old_price {
  font-size: 10px;
}
.price_row .main_price {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
}
#product_popup .price_row .main_price {
  font-size: 22px;
}
.price_row .main_price.temp_price {
  display: flex;
  align-items: center;
  padding: 2px;
  padding-right: 6px;
  gap: 2px;
  border-radius: 10px;
  background-color: #df0;
  white-space: nowrap;
  transform: translateX(-20px);
  width: min-content;
  margin-top: 7px;
}
.price_row .main_price.temp_price svg {
  flex-shrink: 0;
}
.product_wrap .product_specs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #5e5e5e;
}
.services_slider_section .container {
  padding: 0;
  position: relative;
}
.services_slider_section .section_title {
  position: absolute;
  top: 80px;
  left: 100px;
  color: #df0;
  line-height: 110%;
  z-index: 10;
}
.services_slider_section .arrow_link {
  position: absolute;
  top: 73px;
  right: 100px;
  z-index: 10;
}
.services_slider .image_wrapper {
  height: 100%;
}
.services_slider .service_slide {
  display: flex;
  align-items: stretch;
  height: 570px;
  background-color: #2D2D2D;
  gap: 40px;
}
.service_slide .image_wrapper {
  height: 100%;
  max-width: 739px;
  flex-shrink: 0;
}
.service_slide .slide_info {
  width: 100%;
  padding-top: 195px;
  padding-left: 100px;
}
.service_slide .text_wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 500px;
  font-size: 18px;
  line-height: 120%;
  text-align: justify;
  color: rgba(255, 255, 255, 0.8);
}
.service_slide .text_wrapper p {
  max-width: 455px;
}
.service_slide h6 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
.service_slide a {
  display: inline-block;
  margin-top: 36px;
  padding: 20px 32px;
  border: 1.50px solid #fff;
  border-radius: 60px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
}
.services_slider .slick-dots {
  position: absolute;
  top: 0;
  right: 105px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  gap: 40px;
}
.benefits_section {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  background-image: url(../img/benefits.svg);
  background-repeat: no-repeat;
  background-position: center; 
  background-size: contain;
}
.benefits {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
  max-width: 824px;
  margin: 0 auto;
}
.benefits > li {
  width: calc(50% - 5px);
}
.benefit_wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 40px 30px;
  min-height: 245px;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  box-shadow: inset 0 4px 80px 3px #fff;
  background-color: rgba(45, 45, 45, 0.04);
}
.benefit_wrap h5 {
  letter-spacing: -0.03em;
  text-transform:uppercase;
}
.benefit_wrap .subtitle {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.benefit_wrap p:not(.subtitle) {
  line-height: 120%;
  text-align: justify;
  color: rgba(11, 7, 7, 0.8);
}
.benefits > li:nth-child(4n + 1),
.benefits > li:nth-child(4n + 4) {
  width: calc(54% - 5px);
}

.benefits > li:nth-child(4n + 2),
.benefits > li:nth-child(4n + 3) {
  width: calc(46% - 5px);
}
.benefits > li:nth-child(4n + 3) .benefit_wrap,
.benefits > li:nth-child(4n + 4) .benefit_wrap {
  justify-content: flex-start;
}
.image_filler_section {
  padding-bottom: 40px;
}
.image_filler_section .image_wrapper {
  max-width: 770px;
  margin: 0 auto;
}
.faq_section {
  padding-bottom: 60px;
}
.faq_wrapper,
.contact_form_wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
  max-width: 1032px;
  margin: 0 auto;
}
.contact_form_wrapper {
  max-width: unset;
  margin: 0;
}
.faq_wrapper > div:first-child,
.contact_form_wrapper > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 37px;
  max-width: 303px;
}
.contact_form_wrapper > div:first-child {
  max-width: 487px;
}
.faq_wrapper .more_questions_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  gap: 10px;
  padding-bottom: 20px;
}
.faq_wrapper .subtitle {
  font-weight: 700;
  line-height: 120%;
  text-align: justify;
}
.faq_wrapper p:not(.subtitle),
.contact_form_wrapper > div:first-child > p {
  line-height: 120%;
  text-align: justify;
  color: rgba(11, 7, 7, 0.8);
}
.faq_wrapper .expandable a {
  color: rgb(11, 7, 7);
  font-weight: 500;
}
.contact_form_wrapper > div:first-child > p a {
  font-weight: 700;
}
.faq_wrapper .more_questions_wrap .arrow_link {
  margin-top: 11px;
}
.faq_wrapper .questions {
  max-width: 615px;
  width: 100%;
}
.faq_wrapper .questions > li {
  margin-bottom: 10px;
}
.faq_wrapper .questions > li:last-child {
  margin-bottom: 0;
}
.question_wrap {
  border-radius: 10px;
  overflow: hidden;
  transition-duration: .3s;
}
.question_wrap.expanded {
  background-image: url(../img/faq_background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.question_wrap .expand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  padding-right: 27px;
  padding-bottom: 3px;
  cursor: pointer;
  font-weight: 600;
  font-size: 22px;
  transition-duration: .3s;
  gap: 27px;
}
.question_wrap .expand span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e0e0e0;
  transition-duration: .3s;
  flex-shrink: 0;
}
.question_wrap.expanded .expand span,
.question_wrap .expand:hover span {
  background-color: #0B0707;
}
.question_wrap .expand span svg {
  transition-duration: .3s;
}
.question_wrap.expanded .expand span svg {
  transform: rotate(45deg);
}
.question_wrap.expanded .expand span svg path,
.question_wrap .expand:hover span svg path {
  stroke: #fff;
}
.question_wrap .expandable {
  max-width: 541px;
  display: none;
  padding: 0 30px;
  padding-top: 10px;
  padding-bottom: 30px;
}
.contact_form_section {
  background: linear-gradient(to bottom,
      #F0F0F0 0px,
      #F0F0F0 306px,
      #CBC8C2 306px,
      #CBC8C2 100%);
  padding-bottom: 50px;
}
.contact_form_wrapper .rep_wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 43px;
  padding: 20px;
  padding-right: 80px;
  border-radius: 200px;
  background-color: #2d2d2d;
  color: #fff;
}
.rep_wrapper .image_wrapper {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.rep_wrapper .name {
  font-weight: 700;
}
.rep_wrapper .position {
  font-weight: 500;
  font-size: 16px;
  opacity: 0.5;
  margin-bottom: 10px;
}
.rep_wrapper p {
  line-height: 120%;
}
#contact_form {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
  max-width: 615px;
  background-color: #F0F0F0;
  padding: 40px 30px;
  padding-bottom: 60px;
  border: 2px solid transparent;
  border-radius: 10px;
  background-image: linear-gradient(#F0F0F0, #F0F0F0), linear-gradient(to bottom, #0B0707 0%, #CCC9C3 38%, #CCC9C3 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
#contact_form .subtitle,
#cookies_popup .subtitle,
#cookies_management_popup .subtitle,
#impressum_popup .subtitle,
#privacy_policy_popup .subtitle,
#cookies_policy_popup .subtitle {
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
}
#cookies_management_popup .subtitle,
#privacy_policy_popup .subtitle,
#cookies_policy_popup .subtitle {
  font-size: 28px;
}
#contact_form .input_wrapper {
  width: 100%;
}
#contact_form .textarea_wrapper {
  margin-top: 30px;
}
.input_wrapper > span {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}
.input_wrapper input,
#contact_form .chosen-single {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1.5px solid #0b0707;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  padding-top: 0;
  padding-bottom: 7px;
  color: #0B0707;
  transition-duration: .3s;
}
.input_wrapper.error_input input,
#contact_form .error_input .chosen-single {
  border-color: #850007 !important;
}
.input_wrapper.error_input > span {
  color: #850007;
}
.input_wrapper textarea {
  border-radius: 10px;
  width: 100%;
  height: 130px;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  padding: 10px;
  background-color: #fff;
  border: none;
  resize: none;
}
#contact_form .arrow_link {
  align-self: center;
}
#contact_form .chosen-single {
  background: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  cursor: url("chosen-cursor.svg"), default;
}
#contact_form .chosen-container {
  width: 100% !important;
  color: #0B0707;
  cursor: url("chosen-cursor.svg"), default;
}
#contact_form .chosen-search {
  display: none !important;
}
#contact_form .chosen-drop {
  border: none;
  border: 1.5px solid #0B0707;
  margin: 0;
  border-radius: unset;
  cursor: url("chosen-cursor.svg"), default;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  margin-top: -1px;
  box-shadow: none;
}
#contact_form .chosen-results {
  padding: 18px 0;
  padding-bottom: 10px; 
  margin: 0;
  background-color: #F0F0F0;
}
#contact_form .chosen-results li {
  cursor: url("chosen-cursor.svg"), default;
  background: #F0F0F0;
  font-family: Jura;
  font-weight: 600;
  font-size: 16px;
  color: #0B0707;
  padding: 12px 20px;
}
#contact_form .chosen-results li.highlighted {
  background-color: #DDFF00;
}
#contact_form .chosen-container-single .chosen-single div {
  width: 16px;
  right: 4px;
}
#contact_form .chosen-container-single .chosen-single div b {
  transition-duration: .3s;
  background: url("chosen-sprite.svg") center no-repeat !important;
  height: 18px;
}
#contact_form .chosen-with-drop .chosen-single div b {
  transform: scaleY(-1);
}
#contact_form_success {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F0F0F0;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  line-height: 22px;
}
#contact_form_success .arrow_link {
  margin-top: 10px;
}
.address_section {
  background-color: #CBC8C2;
  padding-bottom: 0;
  background-image: url("../img/map_section_background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#location_link:after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.address_section .container {
  padding: 0;
}
.address_section_wrap {
  position: relative;
  transform: translateX(0);
  height: 765px;
}
.address_section_wrap a {
  position: relative;
  z-index: 3;
}
.address_section_wrap .info_wrap {
  position: absolute;
  left: calc(50% + 126px);
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 374px;
  padding: 40px 30px;
  border-radius: 10px;
  background-color: #2d2d2d;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 120%;
}
.address_section_wrap h2 {
  color: #df0;
}
.address_section_wrap .info_wrap .subtitle {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
}
.address_section_wrap .info_wrap ul li {
  margin-bottom: 7px;
}
.address_section_wrap .info_wrap ul li:last-child {
  margin-bottom: 0;
}
.services_slider .slick-dots .slick-active .progress-ring {
  opacity: 1;
}
.services_slider .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 12px;
}
.services_slider .slick-dot {
  position: relative;
  width: 52px;
  height: 52px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.progress-ring {
  opacity: 0;
  transition: opacity 0.3s;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.progress-ring .bg {
  fill: none;
  stroke: #DDFF00;
  stroke-width: 1.5;
  opacity: 0.3;
}
.progress-ring .progress {
  fill: none;
  stroke: #DDFF00;
  stroke-width: 1.5;
  stroke-dasharray: 101;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 0s;
  stroke-linecap: round;
}
.dot-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #0B0707;
  background-color: #DDFF00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 24px;
  font-weight: 700;
  z-index: 1;
}
footer .container {
  max-width: 1130px;
}
.footer_top {
  padding: 20px 0;
  border-bottom: 1px solid rgba(11, 7, 7, 0.2);
}
.footer_top_wrapper .logo img {
  width: 162.5px;
}
.footer_top_wrapper span {
  font-weight: 700;
}
.footer_top_wrapper,
.footer_mid_wrapper,
.footer_bottom_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.footer_mid_wrapper {
  align-items: flex-start;
  padding-top: 30px;
}
.footer_column {
  flex: 1;
  max-width: 220px;
}
.footer_mid_wrapper .footer_column ul {
  max-width: 170px;
}
.footer_mid_wrapper .footer_column:nth-child(2) ul + a {
  display: block;
  margin-top: 15px;
}
.footer_mid_wrapper .footer_column:last-child ul {
  max-width: 210px;
}
.footer_mid_wrapper .footer_column ul:not(.socials) > li {
  margin-bottom: 15px;
}
.footer_mid_wrapper .footer_column ul > li:last-child,
.footer_mid_wrapper .footer_column:last-child ul > li:last-child {
  margin-bottom: 0;
}
.footer_mid_wrapper a,
.footer_mid_wrapper span,
.footer_mid_wrapper p {
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
}
.footer_mid_wrapper .footer_column:nth-child(2) a,
.footer_mid_wrapper .footer_column:nth-child(2) span {
  font-weight: 500;
}
.footer_mid_wrapper .footer_column:last-child ul:not(.socials) > li {
  margin-bottom: 35px;
}
.footer_mid_wrapper .footer_column:last-child li span {
  display: block;
  font-weight: 700;
}
.footer_mid_wrapper .footer_column:last-child li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.footer_bottom_wrapper {
  padding-top: 26px;
  padding-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
footer .socials {
  width: 220px;
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
#cookies_popup,
#cookies_management_popup,
#impressum_popup,
#product_popup,
#privacy_policy_popup,
#cookies_policy_popup {
  position: fixed;
  left: 50px;
  right: 50px;
  bottom: 50px;
  padding: 30px;
  z-index: 33;
  border-radius: 10px;
  background-color: #777165;
  color: #fff;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#cookies_management_popup,
#impressum_popup,
#product_popup,
#privacy_policy_popup,
#cookies_policy_popup {
  display: none;
  top: 50px;
  bottom: 50px;
  right: unset;
  left: 50%;
  width: calc(100% - 200px);
  max-width: 824px;
  transform: translateX(-50%);
  padding: 80px;
  padding-right: 40px;
  background-color: #f5f5f5;
  color: #0B0707;
  font-size: 18px;
}
#impressum_popup,
#product_popup {
  top: 50%;
  left: 50%;
  right: unset;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  max-width: 824px;
}
#impressum_popup {
  bottom: unset;
}
#cookies_management_popup,
#privacy_policy_popup,
#cookies_policy_popup {
  background-color: #CBC8C2;
}
#cookies_management_popup .popup_inner_wrap,
#impressum_popup .popup_inner_wrap,
#privacy_policy_popup .popup_inner_wrap,
#cookies_policy_popup .popup_inner_wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-right: 37px;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
#impressum_popup .popup_inner_wrap {
  max-height: calc(100vh - 260px);
}
#cookies_popup p:not(.subtitle),
#cookies_management_popup p:not(.subtitle),
#impressum_popup p:not(.subtitle),
#impressum_popup ol li,
#privacy_policy_popup p:not(.subtitle),
#privacy_policy_popup ul li,
#cookies_policy_popup p:not(.subtitle),
#cookies_policy_popup ul li {
  opacity: 0.8;
  font-weight: 500;
  line-height: 150%;
}
#impressum_popup .address {
  display: block;
  max-width: 200px;
}
#privacy_policy_popup ul li,
#cookies_policy_popup ul li {
  font-size: 16px;
}
#privacy_policy_popup p:not(.subtitle),
#privacy_policy_popup .settings ul ,
#cookies_policy_popup p:not(.subtitle),
#cookies_policy_popup .settings ul{
  margin-bottom: 30px;
}
#privacy_policy_popup p:not(.subtitle):last-child,
#privacy_policy_popup .settings ul:last-child,
#cookies_policy_popup p:not(.subtitle):last-child,
#cookies_policy_popup .settings ul:last-child {
  margin-bottom: 0;
}
#cookies_policy_popup .settings ul > li.setting_wrap,
#privacy_policy_popup .settings ul > li.setting_wrap{
  list-style-type:none!important;
}
#privacy_policy_popup .settings p + ul,
#cookies_policy_popup .settings p + ul {
  margin-top: -30px;
}
#privacy_policy_popup .settings ul,
#cookies_policy_popup .settings ul {
  list-style: disc;
  padding-left: 25px;
}
#cookies_management_popup p:not(.subtitle),
#impressum_popup p:not(.subtitle),
#impressum_popup ol li,
#privacy_policy_popup p:not(.subtitle),
#privacy_policy_popup ul li,
#cookies_policy_popup p:not(.subtitle),
#cookies_policy_popup ul li {
  opacity: 1;
}
#cookies_popup p a,
#cookies_management_popup p a,
#cookies_policy_popup p a,
#cookies_policy_popup li a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
#cookies_management_popup p a, 
#cookies_policy_popup p a,
#cookies_policy_popup li a {
  color: #0b99ff;
}
#cookies_popup .buttons_wrap,
#cookies_management_popup .buttons_wrap {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 5px;
}
#cookies_management_popup .buttons_wrap {
  gap: 20px;
  margin-top: 10px;
}
#cookies_popup .buttons_wrap a,
#cookies_management_popup .buttons_wrap a {
  padding: 20px 0;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
}
#cookies_popup .buttons_wrap .accept_all_cookies,
#cookies_management_popup .buttons_wrap a {
  padding: 20px 32px;
  border: 1.50px solid #fff;
  border-radius: 60px;
}
#cookies_management_popup .buttons_wrap a {
  border-color: #0b0707;
  font-size: 16px;
}
#cookies_management_popup .settings {
  margin-top: 10px;
}
#cookies_management_popup .settings > ul > li,
#privacy_policy_popup .settings > ul > li,
#cookies_policy_popup .settings > ul > li {
  padding: 20px 0;
  border-bottom: 1.50px solid rgba(11, 7, 7, 0.2);
}
#cookies_management_popup form button[type="submit"] {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  padding: 21px;
  width: 100%;
  max-width: 330px;
  background-color: #0b0707;
  border: 1.50px solid #0b0707;
  border-radius: 60px;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
}
.settings .setting_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
}
.settings p {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
}
#cookies_management_popup .popup_inner_wrap::-webkit-scrollbar-track-piece,
#product_popup .product_popup_content::-webkit-scrollbar-track-piece,
#impressum_popup .popup_inner_wrap::-webkit-scrollbar-track-piece,
#privacy_policy_popup .popup_inner_wrap::-webkit-scrollbar-track-piece,
#cookies_policy_popup .popup_inner_wrap::-webkit-scrollbar-track-piece {
  background-color: transparent;
  border-radius: 2px;
}
#cookies_management_popup .popup_inner_wrap::-webkit-scrollbar-track,
#product_popup .product_popup_content::-webkit-scrollbar-track,
#impressum_popup .popup_inner_wrap::-webkit-scrollbar-track,
#privacy_policy_popup .popup_inner_wrap::-webkit-scrollbar-track,
#cookies_policy_popup .popup_inner_wrap::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 2px;
}
#cookies_management_popup .popup_inner_wrap::-webkit-scrollbar-thumb,
#product_popup .product_popup_content::-webkit-scrollbar-thumb,
#impressum_popup .popup_inner_wrap::-webkit-scrollbar-thumb,
#privacy_policy_popup .popup_inner_wrap::-webkit-scrollbar-thumb,
#cookies_policy_popup .popup_inner_wrap::-webkit-scrollbar-thumb {
  background-color: #D9D9D9;
  border-radius: 2px;
}
#cookies_management_popup .popup_inner_wrap::-webkit-scrollbar-corner,
#product_popup .product_popup_content::-webkit-scrollbar-corner,
#impressum_popup .popup_inner_wrap::-webkit-scrollbar-corner,
#privacy_policy_popup .popup_inner_wrap::-webkit-scrollbar-corner,
#cookies_policy_popup .popup_inner_wrap::-webkit-scrollbar-corner {
  background-color: #D9D9D9;
  border-radius: 2px;
}
#cookies_management_popup .popup_inner_wrap::-webkit-scrollbar,
#product_popup .product_popup_content::-webkit-scrollbar,
#impressum_popup .popup_inner_wrap::-webkit-scrollbar,
#privacy_policy_popup .popup_inner_wrap::-webkit-scrollbar,
#cookies_policy_popup .popup_inner_wrap::-webkit-scrollbar {
  width: 6px;
  border-radius: 3px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 41px;
    height: 24px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
    outline: none !important;
}
.slider.round {
    border-radius: 34px;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d9d9d9;
  border-radius: 20px;
  -webkit-transition: .3s;
  transition: .3s;
  overflow: hidden;
}
.switch .slider.round:before {
    border-radius: 50%;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  top: 2px;
  background-color: #f5f5f5;
  -webkit-transition: .3s;
  transition: .3s;
  box-shadow: 3px 0 14px 0 rgba(45, 45, 45, 0.3), inset 0 4px 5px 0 rgba(255, 255, 255, 0.4);
}
.switch input:checked + .slider {
  background-color: #8cdb75;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}
#impressum_popup ol {
  display: flex;
  flex-direction: column;
  gap: 30px;
  counter-reset: item;
  list-style-type: none;
}
#impressum_popup ol li:before {
  content: '1.' counter(item, decimal) '. ';
  counter-increment: item;
}
#impressum_popup .to_contact_form {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.popup_close {
  position: absolute;
  top: 40px;
  right: 40px;
}
.product_wrap .product_popup_content {
  display: none;
}
#product_popup {
  padding: 40px;
  padding-right: 104px;
  max-width: 1240px;
  font-size: 16px;
  box-shadow: 0 44px 80px -5px rgba(11, 7, 7, 0.3);
  bottom: unset;
}
#product_popup .product_popup_wrapper {
  display: flex;
  align-items: stretch;
  gap: 40px;
}
#product_popup .product_info_column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 590px;
}
#product_popup .popup_specs {
  display: grid;
  align-items: stretch;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}
#product_popup .popup_specs > li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 30px 5px 20px;
  border: 1.50px solid #0b0707;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
}
#product_popup .product_info_column > p {
  font-weight: 600;
}
#product_popup .quote_wrapper {
  position: relative;
}
#product_popup .quote_wrapper .quote_before {
  position: absolute;
  top: -10px;
  left: -10px;
}
#product_popup .quote_wrapper .quote_after {
  position: absolute;
  right: -10px;
  bottom: -10px;
}
#product_popup .quote_wrapper .text_wrapper {
  position: relative;
  z-index: 2;
  line-height: 120%;
}
#product_popup .quote_wrapper .name {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
}
#product_popup .gallery_column {
  display: flex;
  align-items: stretch;
  gap: 10px;
  flex-shrink: 0;
  margin: 0 auto;
}
#product_popup .gallery_column .photo_list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 200px;
  width: 100%;
  gap:7px;
}
#product_popup .gallery_column .photo_list .image_wrapper {
  height: 141px;
}
#product_popup .gallery_column .photo_list .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#product_popup .video_wrapper {
  position: relative;
  display: flex;
  max-width: 253px;
  max-height: 450px;
  border-radius: 10px;
  overflow: hidden;
}
.video_wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video_wrapper .video_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_overlay:hover svg path {
  fill: #DDFF00;
}
#product_popup .price_row > li:last-child .main_price {
  padding: 3px;
  border-radius: 5px;
  background-color: #DDFF00;
}
#mobile_menu_open {
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
#mobile_menu_open svg {
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: .3s;
}
#mobile_menu_open .close,
#mobile_menu_open.active .open {
  opacity: 0;
}
#mobile_menu_open.active .close {
  opacity: 1;
}
#mobile_menu {
  display: none;
}
#error_page_wrap {
  height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#error_page_wrap .code_wrapper {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 23px;
  font-family: "Cy Grotesk Grand", sans-serif;
  font-weight: 400;
  font-size: 260px;
  color: #d7d7d7;
}
#error_page_wrap .code_wrapper > img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  max-width: 315px;
  max-height: 200px;
}
#error_page_wrap p {
  line-height: 120%;
  max-width: 520px;
  font-weight: 500;
  text-align: center;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  padding: 25px 0;
}
.breadcrumbs li {
  position: relative;
}
.breadcrumbs li:after {
  position: absolute;
  content: "/";
  right: -8px;
  top: 0;
  bottom: 0;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs a,
.breadcrumbs span {
  font-weight: 500;
  font-size: 14px;
}
.service_list_section {
  padding-bottom: 40px;
}
.service_list_section.dark_section {
  background-color: #777165;
  padding: 60px 0;
  color: #fff;
  margin-bottom: 100px;
}
.service_list_section h2 {
  margin-bottom: 40px;
}
.service_list_section .container {
  overflow: hidden;
}
.service_list_section.dark_section h2 {
  color: #df0;
}
.services_row {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  gap: 60px;
}
.services_row.services_reverse {
  flex-direction: row-reverse;
}
.services_row:last-child {
  margin-bottom: 0;
}
.services_row .image_wrapper,
.services_block {
  border-radius: 10px;
  overflow: hidden;
}
.services_column.image_column {
  width: calc(50% + 40px);
  margin-right: -110px;
}
.services_reverse .services_column.image_column {
  margin-right: 0;
  margin-left: -110px;
}
.services_column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 18px;
}
.services_block {
  padding: 30px;
  border: 1.5px solid #0B0707;
  min-width: 615px;
}
.dark_section .services_block {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.3);
}
.services_block.contrast_block {
  background-color: #777165;
  border-color: #777165;
  color: #FFFFFF;
}
.services_block.dark_block {
  background-color: #2D2D2D;
  border-color: #2D2D2D;
  color: #ffffff;
}
.dark_section .services_block.contrast_block {
  background-color: #F0F0F0;
  border-color: #F0F0F0;
  color: #0B0707;
}
.services_block .subtitle {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
}
.services_block ul {
  line-height: 180%;
}
.service_tiles_outer {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
}
.service_tiles_outer .services_column {
  width: calc(50% - 5px);
  gap: 10px;
}
.service_tiles_outer .services_block {
  min-width: unset;
  width: 100%;
}
.service_tiles_outer .services_block li > span:first-child {
  max-width: 450px;
}
.popup_handle {
  display: none;
}


.services_block ul li {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}
.services_block li > span.price {
  white-space: nowrap;
  font-weight: 700;
}
.services_block li > span:first-child {
  display: inline-block;
  max-width: 380px;
}
.services_block .separator {
  flex-grow: 1;
  border: 1px dashed rgba(11, 7, 7, 0.2);
  margin-bottom: 9px;
}
.services_block.contrast_block .separator,
.services_block.dark_block .separator,
.dark_section .services_block .separator {
  border-color: rgba(255, 255, 255, 0.2);
}
.dark_section .services_block.contrast_block .separator {
  border-color: rgba(11, 7, 7, 0.2);
}
#privacy_policy_popup .popup_close,
#cookies_policy_popup .popup_close {
  top: 25px;
  right: 25px;
}
.product_slider:not(.slick-initialized) {
  display: none;
}


/* HOVERS */
.header_wrapper nav a:hover,
header .lang_options a:hover,
.contact_form_wrapper > div:first-child > p a:hover,
footer a:not(.popup_close):hover,
#cookies_management_popup p a:hover,
#mobile_menu_open:hover,
#mobile_menu nav a:hover,
.faq_wrapper .expandable a:hover,
#privacy_policy_popup a:hover,
#cookies_policy_popup a:hover,
.lang_options a:hover {
  opacity: 0.6;
}
.arrow_link:hover .arrow,
.main_banner_menu a:hover .arrow {
  background-color: #DDFF00 !important;
  border-color: #DDFF00 !important;
}
.main_banner_menu a:hover .arrow svg path,
#error_page_wrap .arrow_link:hover .arrow svg path {
  fill: #0B0707;
}
.arrow_link:active,
.address_section_wrap .info_wrap a:hover,
#cookies_management_popup form button[type="submit"]:hover,
#cookies_management_popup .buttons_wrap a:active,
#cookies_popup p a:hover {
  color: #DDFF00 !important;
}
.arrow_link:active .arrow,
.main_banner_menu a:active .arrow {
  transform: rotate(-45deg);
}
.service_slide a:hover,
#cookies_popup .buttons_wrap a:hover {
  border-color: #DDFF00;
  color: #DDFF00;
}
.service_slide a:active,
#cookies_management_popup form button[type="submit"]:active {
  background-color: #DDFF00;
  color: #0B0707 !important;
}
#cookies_management_popup form button[type="submit"]:active {
  border-color: #DDFF00;
}
.product_slider .slick-arrow:hover,
.main_banner_wrapper .banner_link:hover .text_vector {
  transform: scale(1.1);
}
.main_banner_wrapper .banner_link:active svg path {
  fill: #DDFF00;
}
.popup_close:hover svg path {
  stroke: #DDFF00;
}
#cookies_management_popup .buttons_wrap a:hover {
  background-color: #0B0707;
  color: #fff;
}
.switch:hover .slider:before {
  opacity: 0.8;
}
/* END OF HOVERS */


@media screen and (max-width: 1400px) {
  .header_wrapper nav ul {
    padding-left: 0;
  }
  .main_banner_wrapper .banner_link .image_wrapper {
    max-width: 565px;
  }
  .main_banner_wrapper .link_info b,
  .main_banner_wrapper h1 {
    font-size: 30px;
  }
  .main_banner_menu a {
    font-size: 18px;
    height: 220px;
  }
  .product_slider_section .container {
    padding: 0 70px;
  }
  .product_slider .slick-next_arrow {
    right: -70px;
  }
  .product_slider .slick-prev_arrow {
    left: -70px;
  }
  .product_info_wrap .price_row {
    flex-direction: column;
    gap: 10px;
  }
  .product_info_wrap .price_row > li {
    width: 100% !important;
    padding: 0 !important;
    border: none !important;
    gap: 3px;
  }
  .services_slider .service_slide {
    height: 460px;
  }
  .service_slide .image_wrapper {
    width: 600px;
  }
  .services_slider_section .section_title {
    top: 50px;
    left: 70px;
    font-size: 28px;
  }
  .services_slider_section .arrow_link {
    top: 53px;
    right: 60px;
  }
  .services_slider .slick-dots {
    right: 60px;
  }
  .service_slide .slide_info {
    padding-top: 130px;
    padding-left: 70px;
  }
  #product_popup {
    left: 50px;
    right: 50px;
    transform: translateY(-50%);
    max-width: unset;
    width: auto;
  }
  #product_popup .price_row {
    min-height: 80px;
  }
  #product_popup .popup_specs {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #product_popup .popup_specs > li {
    padding: 15px 5px;
  }
  #product_popup .gallery_column .photo_list {
    max-width: 160px;
    justify-content: flex-start;
    gap: 10px;
  }
  #product_popup .gallery_column .photo_list .image_wrapper {
    height: 100px;
  }
  #product_popup .product_popup_wrapper {
    justify-content: space-between;
  }
  #product_popup .price_row .main_price {
    font-size: 16px;
  }
  .services_row {
    gap: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .container,
  .product_slider_section .container {
    padding: 0 50px;
  }
  .header_wrapper {
    gap: 40px;
  }
  .header_wrapper nav ul {
    gap: 25px;
  }
  .lang_options a,
  .lang_options span {
    height: 30px;
    min-width: 30px;
  }
  .main_banner_wrapper .vector_wrap {
    width: 100px;
    height: 100px;
  }
  .main_banner_menu a {
    height: 180px;
    font-size: 16px;
    padding: 15px;
  }
  .main_banner_menu a .link_status {
    top: 15px;
    left: 15px;
  }
  .main_banner_menu a .arrow,
  .arrow_link .arrow {
    width: 36px;
    height: 36px;
  }
  .address_section_wrap {
    height: 630px;
  }
  .address_section_wrap .info_wrap {
    width: 320px;
    left: calc(50% + 90px);
    top: 50px;
  }
  .address_section_wrap .info_wrap h2,
  .contact_form_wrapper h2 {
    font-size: 24px;
  }
  .image_filler_section .image_wrapper {
    max-width: 650px;
  }
  .contact_form_wrapper > div:first-child {
    max-width: 360px;
  }
  .contact_form_wrapper .rep_wrapper {
    padding: 15px;
    padding-right: 40px;
    margin-top: 40px;
  }
  .contact_form_wrapper .rep_wrapper .image_wrapper {
    width: 90px;
    height: 90px;
  }
  .product_slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-top: 10px;
  }
  .product_slider .slick-dots button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #D9D9D9;
  }
  .product_slider .slick-dots .slick-active button {
    background-color: transparent;
    box-shadow: 0 0 0 1.5px #0B0707;
  }
  .product_wrap .product_photos_wrap > .image_wrapper {
    height: 160px;
  }
  .product_wrap .hover_wrap .image_wrapper {
    height: 90px;
  }
  .product_wrap .hover_wrap {
    height: 110px;
    top: 160px;
  }
  .slick-center .product_wrap .product_info_wrap,
  .product_wrap:hover .product_info_wrap {
    transform: translateY(65px);
  }
  .product_slider .slick-list {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .main_banner_wrapper .link_info {
    font-size: 20px;
  }
  .main_banner_wrapper .link_info b,
  .main_banner_wrapper h1,
  .services_slider_section .section_title,
  #product_popup h6 {
    font-size: 24px;
  }
  .main_banner_wrapper .banner_link {
    max-width: 450px;
  }
  .service_slide .image_wrapper {
    width: 450px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .arrow_link {
    padding-left: 20px;
    gap: 15px;
  }
  .services_slider_section .arrow_link {
    top: 39px;
  }
  #product_popup .popup_specs {
    grid-template-columns: 1fr 1fr;
  }
  #product_popup .price_row {
    flex-direction: column;
    gap: 10px;
  }
  #product_popup .price_row > li {
    width: 100% !important;
    padding: 0 !important;
    gap: 3px;
    border: none;
  }
  #product_popup .price_row .date {
    margin-top: -3px;
  }
  #product_popup .gallery_column .photo_list {
    max-width: 140px;
  }
  #product_popup .gallery_column .photo_list .image_wrapper {
    height: 90px;
  }
  #product_popup .product_info_column {
    max-width: 480px;
  }
  #error_page_wrap .code_wrapper {
    font-size: 200px;
  }
  #error_page_wrap .code_wrapper > img {
    max-width: 250px;
  }
  .services_block {
    min-width: 555px;
  }
  .services_block li > span:first-child {
    max-width: 310px;
  }
  .service_tiles_outer .services_block li > span:first-child {
    max-width: 280px;
  }
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3,
  .main_banner_section h1 {
    font-size: 28px;
  }
  h4,
  .contact_form_wrapper h2,
  .address_section_wrap .info_wrap h2,
  .services_slider_section .section_title,
  .service_list_section.dark_section h2 {
    font-size: 20px;
  }
  h5,
  .main_banner_wrapper .link_info {
    font-size: 18px;
    font-weight: 700;
  }
  #contact_form .subtitle,
  #cookies_popup .subtitle,
  #cookies_management_popup .subtitle,
  #impressum_popup .subtitle,
  .services_block .subtitle,
  #privacy_policy_popup .subtitle,
  .popup .subtitle,
  #cookies_policy_popup .subtitle {
    font-size: 18px;
  }
  h6,
  .question_wrap .expand,
  .faq_wrapper .subtitle,
  .rep_wrapper .name,
  .address_section_wrap .info_wrap .subtitle,
  .footer_top_wrapper,
  .settings .setting_header,
  #product_popup h6,
  #product_popup .quote_wrapper .name,
  .product_wrap .product_name {
    font-size: 16px;
  }
  body,
  .benefit_wrap .subtitle,
  .input_wrapper > span,
  .address_section_wrap .info_wrap,
  .footer_mid_wrapper a,
  .footer_mid_wrapper span,
  .footer_mid_wrapper p,
  .service_slide .text_wrapper p,
  .service_slide a,
  #cookies_popup,
  #cookies_management_popup,
  #impressum_popup,
  #product_popup,
  .settings p,
  .product_wrap .product_specs,
  .price_row .main_price,
  #product_popup .price_row .main_price,
  #privacy_policy_popup,
  #privacy_policy_popup ul li,
  #cookies_policy_popup,
  #cookies_policy_popup ul li {
    font-size: 14px;
  }
  .rep_wrapper .position,
  .main_banner_menu a .link_status,
  .service_slide .status {
    font-size: 12px;
  }
  #product_popup .price_row .column_name,
  #product_popup .price_row .date {
    font-size: 10px;
  }
  .container,
  .product_slider_section .container {
    padding: 0 20px;
  }
  #shader {
    background-color: rgba(11, 7, 7, 0.2);
    display: none;
  }
  section {
    padding-bottom: 60px;
  }
  header .logo img {
    width: 98px;
  }
  #mobile_menu_open {
    display: flex;
  }
  .header_wrapper nav,
  .header_wrapper .lang_options,
  .main_banner_wrapper .banner_info {
    display: none;
  }
  #mobile_menu {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 100px;
    gap: 60px;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F0F0F0;
    z-index: 33;
  }
  #mobile_menu nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  #cookies_popup,
  #cookies_management_popup,
  #privacy_policy_popup,
  #cookies_policy_popup {
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 40px 30px;
    padding-bottom: 100px;
  }
  #cookies_management_popup,
  #privacy_policy_popup,
  #cookies_policy_popup {
    top: 60px;
    width: 100%;
    transform: none;
    padding-top: 25px;
    padding-bottom: 60px;
    padding-right: 15px;
    max-width: unset;
  }
  #cookies_management_popup .popup_inner_wrap,
  #privacy_policy_popup .popup_inner_wrap,
  #cookies_policy_popup .popup_inner_wrap {
    max-height: calc(100vh - 120px);
    gap: 15px;
    padding-bottom: 100px;
  }
  #cookies_popup .buttons_wrap {
    flex-direction: column;
    margin-top: 45px;
    gap: 20px;
  }
  #cookies_popup .buttons_wrap .accept_all_cookies,
  #cookies_management_popup form button[type="submit"] {
    padding: 19px;
    width: 100%;
    max-width: 330px;
    text-align: center;
    margin-bottom: 10px;
  }
  #cookies_management_popup .buttons_wrap a {
    padding: 19px;
    font-size: 14px;
  }
  #cookies_management_popup form button[type="submit"] {
    margin-top: 30px;
    margin-bottom: 0;
  }
  #cookies_popup .buttons_wrap a {
    padding: 10px 0;
  }
  .settings .setting_header {
    margin-bottom: 10px;
  }
  .main_banner_wrapper .banner_link .image_wrapper {
    max-height: 385px;
  }
  .main_banner_wrapper .banner_link,
  .main_banner_wrapper .banner_link .image_wrapper,
  .main_banner_menu,
  .main_banner_section .banner_info {
    max-width: 600px;
    margin: 0 auto;
  }
  .main_banner_wrapper .banner_link {
    width: 100%;
  }
  .main_banner_menu {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .main_banner_menu > li {
    width: calc(50% - 5px);
    flex: unset;
  }
  .main_banner_wrapper .link_info {
    padding: 30px;
    padding-top: 0;
  }
  .main_banner_wrapper .link_info b {
    font-size: 22px;
  }
  .main_banner_wrapper .link_info p {
    max-width: 255px;
    line-height: 22px;
  }
  .main_banner_wrapper .link_info .vector_wrap {
    width: 60px;
    height: 60px;
  }
  .main_banner_menu a {
    padding: 10px;
    padding-top: 20px;
    height: 175px;
  }
  .main_banner_menu a .link_status {
    left: 10px;
    top: 10px;
  }
  .main_banner_menu a span {
    max-width: unset;
  }
  .main_banner_section .banner_info {
    margin-top: 30px;
  }
  .main_banner_section .page_title {
    margin-bottom: 15px;
  }
  .benefits {
    max-width: 600px;
  }
  .benefits_section {
    padding: 30px 0;
    background-image: url(../img/benefits_mobile.svg);
    background-position: left;
    margin-top: -30px;
    margin-bottom: 7px;
  }
  .image_filler_section .image_wrapper {
    max-width: 368px;
  }
  .benefit_wrap {
    padding: 20px;
    min-height: 160px;
  }
  .benefit_wrap .subtitle {
    margin-bottom: 20px;
  }
  .faq_wrapper,
  .contact_form_wrapper {
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
  }
  .image_filler_section {
    padding-bottom: 36px;
  }
  .faq_wrapper,
  .contact_form_wrapper {
    gap: 30px;
  }
  .faq_wrapper > div:first-child {
    padding-top: 0;
    max-width: 280px;
    padding: 0 15px;
  }
  .question_wrap .expand {
    padding: 0 15px;
    padding-top: 20px;
  }
  .question_wrap .expand span {
    height: 30px;
    width: 30px;
  }
  .question_wrap .expand span svg {
    width: 14px;
    height: 14px;
  }
  .question_wrap .expandable {
    max-width: 550px;
    padding: 15px;
    padding-bottom: 26px;
  }
  .faq_wrapper .more_questions_wrap {
    max-width: 193px;
    align-self: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 0;
  }
  .more_questions_wrap p:not(.subtitle),
  .more_questions_wrap .subtitle {
    text-align: center;
  }
  .arrow_link {
    font-size: 14px;
    gap: 10px;
    padding-left: 23px;
  }
  .contact_form_wrapper > div:first-child {
    padding-top: 0;
    margin: 0 auto;
    text-align: center;
  }
  .contact_form_wrapper > div:first-child > p {
    text-align: center;
  }
  .contact_form_wrapper .rep_wrapper {
    margin-top: 10px;
    text-align: left;
    padding: 20px;
    gap: 25px;
  }
  .contact_form_wrapper .rep_wrapper .image_wrapper {
    width: 80px;
    height: 80px;
  }
  .contact_form_section {
    background: linear-gradient(to bottom, #F0F0F0 0px, #F0F0F0 180px, #CBC8C2 180px, #CBC8C2 100%);
    padding-bottom: 30px;
  }
  #contact_form {
    background-image: linear-gradient(#F0F0F0, #F0F0F0), linear-gradient(to bottom, #A8A399 0%, #A8A399 68%, #0B0707 100%);
    padding: 30px 15px;
  }
  #contact_form .subtitle {
    font-size: 18px;
    margin-bottom: -10px;
  }
  #contact_form .textarea_wrapper {
    margin-top: 0;
  }
  #contact_form .arrow_link {
    margin-top: -10px;
  }
  #contact_form_success .arrow_link {
    margin-top: 10px;
  }
  .address_section_wrap {
    height: 660px;
    background-size: auto 400px;
    background-position: bottom;
  }
  .address_section_wrap .info_wrap {
    top: unset;
    bottom: 325px;
    left: calc(50% - 20px);
    width: 235px;
    padding: 30px 15px;
    border: 1.50px solid rgba(255, 255, 255, 0.3);
  }
  footer .footer_column:last-child {
    min-width: 200px;
  }
  .footer_bottom_wrapper .socials {
    width: 200px;
  }
  .footer_top_wrapper .logo img {
    width: 130px;
  }
  .slick-center .product_wrap .product_photos_wrap,
  .product_wrap:hover .product_photos_wrap,
  .slick-center .product_wrap .product_info_wrap,
  .product_wrap:hover .product_info_wrap {
    transform: none;
  }
  .product_wrap .hover_wrap {
    display: none;
  }
  .slick-center .product_wrap .product_info_wrap,
  .product_wrap:hover .product_info_wrap {
    border-radius: 0 0 10px 10px;
  }
  .slick-center .product_wrap .product_photos_wrap > .image_wrapper,
  .product_wrap:hover .product_photos_wrap > .image_wrapper {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .product_slider,
  .product_slider .slick-dots {
    margin-top: 20px;
  }
  .services_slider .service_slide {
    flex-direction: column;
    height: 700px;
    gap: 20px;
    padding-bottom: 92px;
  }
  .service_slide .image_wrapper {
    position: relative;
    height: 300px;
    max-width: 390px;
    margin-left: auto;
  }
  .service_slide .image_wrapper:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 65px;
    background: linear-gradient(180deg, rgba(45, 45, 45, 0) 0%, #2D2D2D 100%);
  }
  .service_slide .slide_info {
    padding-top: 114px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .service_slide a {
    margin-top: 20px;
    padding: 19px 23px;
  }
  .services_slider_section .section_title {
    top: 40px;
    left: 20px;
    max-width: 280px;
  }
  .services_slider_section .arrow_link {
    top: unset;
    right: unset;
    left: 20px;
    bottom: 40px;
  }
  .services_slider .slick-dots {
    flex-direction: row;
    height: auto;
    bottom: 122px;
    top: unset;
    left: 20px;
    right: unset;
  }
  .services_slider .slick-dot {
    width: 42px;
    height: 42px;
  }
  .dot-label {
    width: 28px;
    height: 28px;
    font-size: 20px;
  }
  #cookies_management_popup .popup_inner_wrap,
  #impressum_popup .popup_inner_wrap,
  #product_popup .product_popup_content,
  #privacy_policy_popup .popup_inner_wrap,
  #cookies_policy_popup .popup_inner_wrap {
    padding-right: 15px;
  }
  #product_popup .product_popup_wrapper {
    flex-direction: column;
    gap: 20px;
  }
  #product_popup .product_popup_content {
    max-height: 100%;
    height: 100%;
    overflow-x: visible;
    overflow-y: auto;
    padding-left: 30px;
  }
  #product_popup,
  #impressum_popup {
    padding: 40px 30px;
    padding-top: 50px;
    padding-right: 15px;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    max-width: unset;
  }
  #product_popup {
    padding-left: 0;
  }
  #impressum_popup {
    top: unset;
  }
  .popup_close,
  #privacy_policy_popup .popup_close,
  #cookies_policy_popup .popup_close {
    top: 10px;
    right: 10px;
  }
  .popup_close svg {
    width: 30px;
    height: 30px;
  }
  #product_popup .product_info_column {
    max-width: unset;
  }
  #product_popup .popup_specs {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #product_popup .popup_specs > li {
    padding: 16px 8px;
    padding-top: 30px;
    gap: 10px;
  }
  #product_popup .gallery_column .video_wrapper {
    max-width: 165px;
  }
  #product_popup .gallery_column .photo_list {
    justify-content: space-between;
  }
  #product_popup .quote_wrapper > svg {
    width: 40px;
  }
  .product_wrap .product_photos_wrap > .image_wrapper {
    height: 140px;
  }
  .product_wrap .product_info_wrap {
    padding: 15px 10px;
  }
  #impressum_popup ol,
  #impressum_popup .popup_inner_wrap {
    gap: 20px;
  }
  .product_slider .slick-list {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #error_page_wrap {
    height: calc(100vh - 70px);
  }
  #error_page_wrap .code_wrapper {
    font-size: 150px;
    margin-bottom: 10px;
  }
  #error_page_wrap .code_wrapper > img {
    max-width: 215px;
  }
  #impressum_popup .popup_inner_wrap {
    max-height: calc(100vh - 140px);
  }
  .main_banner_wrapper .vector_wrap svg:not(.text_vector) {
    width: 30px;
    height: 30px;
  }
  .services_row {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 10px;
  }
  .services_column.image_column {
    display: none;
  }
  .services_column {
    gap: 10px;
    width: 100%;
  }
  .services_block li > span:first-child,
  .service_tiles_outer .services_block li > span:first-child {
    max-width: 600px;
  }
  .services_block .subtitle {
    margin-bottom: 15px;
  }
  .services_block {
    padding: 20px 15px;
    min-width: unset;
  }
  .service_list_section.dark_section {
    padding-top: 30px;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .service_list_section h2 {
    margin-bottom: 20px;
  }
  .service_tiles_outer {
    flex-direction: column;
  }
  .service_tiles_outer .services_column {
    width: 100%;
  }
  .service_list_section {
    padding-bottom: 36px;
  }
  .service_list_section .container > .image_wrapper {
    width: 500px;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
  }
  .service_list_section .container > .image_wrapper img {
    height: 100%;
    object-fit: cover;
  }
  #cookies_popup,
  #cookies_management_popup,
  #impressum_popup,
  #product_popup,
  #privacy_policy_popup,
  #cookies_policy_popup {
    box-shadow: 0 -6px 14px 0 rgba(45, 45, 45, 0.3);
  }
  #cookies_management_popup,
  #privacy_policy_popup,
  #cookies_policy_popup {
    transform: translateY(0);
  }
  .popup_handle {
    position: absolute;
    top: 5px;
    left: calc(50% - 15px);
    display: block;
    width: 30px;
    height: 5px;
    border-radius: 10px;
    background-color: #d9d9d9;
    cursor: grab;
    touch-action: none;
  }
  .popup_handle:after {
    position: fixed;
    content: "";
    left: 0;
    right: 0;
    height: 30px;
    top: 0;
  }
  .service_slide .status {
    margin-bottom: 5px;
  }
  #product_popup .price_row {
    flex-direction: row;
    min-height: 60px;
  }
  #product_popup .price_row > li {
    border-right: 1px solid rgba(11, 7, 7, 0.2);
  }
  #product_popup .price_row > li:last-child {
    border-right: none;
  }
  #privacy_policy_popup,
  #cookies_policy_popup {
    padding-top: 50px;
  }
  #product_popup .gallery_column {
    order: 111;
  }
  #product_popup .gallery_column .photo_list,
  #product_popup .gallery_column .video_wrapper {
    max-width: 50%;
  }
  #product_popup .gallery_column .video_wrapper {
    max-height: calc(100vh - 140px);
    height: 100%;
  }
  #product_popup .gallery_column .photo_list .image_wrapper {
    height: auto;
  }
  #product_popup .gallery_column .video_wrapper img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .benefits {
    flex-direction: column;
    max-width: 310px;
  }
  .benefits > li {
    width: 100% !important;
  }
  .benefit_wrap {
    justify-content: flex-start !important;
    min-height: 140px;
  }
  .footer_top {
    display: none;
  }
  .footer_mid_wrapper {
    flex-direction: column;
    gap: 0;
    padding-top: 20px;
  }
  footer .container {
    padding: 0 30px;
  }
  .footer_mid_wrapper .footer_column {
    padding: 30px 0;
    border-bottom: 1px solid rgba(11, 7, 7, 0.2);
    max-width: unset;
    width: 100%;
  }
  .footer_mid_wrapper .footer_column:first-child {
    padding-top: 0;
  }
  .footer_mid_wrapper .column_content {
    margin-bottom: 20px;
  }
  .footer_mid_wrapper .column_content span {
    font-size: 16px;
    font-weight: 700 !important;
  }
  .footer_mid_wrapper .footer_column:last-child ul:not(.socials) > li {
    margin-bottom: 30px;
  }
  footer .socials {
    max-width: unset !important;
    width: 100%;
    justify-content: center;
  }
  .footer_bottom_wrapper {
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 30px;
    justify-content: center;
  }
  #cookies_management_popup .buttons_wrap {
    gap: 10px;
  }
  #error_page_wrap .code_wrapper {
    font-size: 100px;
  }
  #error_page_wrap .code_wrapper > img {
    max-width: 150px;
  }
  .main_banner_wrapper .link_info {
    padding: 30px 10px;
  }
  .services_block li > span:first-child,
  .service_tiles_outer .services_block li > span:first-child {
    max-width: 380px;
  }
  .product_wrap .product_photos_wrap > .image_wrapper {
    height: 160px;
  }
  .service_list_section .container > .image_wrapper {
    width: 400px;
  }
}

@media screen and (max-width: 600px) {
  .product_slider {
    margin: 0 -20px;
    margin-top: 20px;
  }
  .services_block li > span:first-child,
  .service_tiles_outer .services_block li > span:first-child {
    max-width: 280px;
  }
  .product_wrap .product_photos_wrap > .image_wrapper {
    height: 190px;
  }
  .product_info_wrap .price_row {
    flex-direction: row;
    gap: 10px;
  }
  .product_info_wrap .price_row li {
    border-right: 1px solid rgba(11, 7, 7, 0.2) !important;
  }
  .product_info_wrap .price_row li:last-child {
    border: none !important;
  }
}

@media screen and (max-width: 500px) {
  .question_wrap .expandable {
    max-width: unset;
  }
  .address_section_wrap {
    background-image: url(../img/map_section_mobile_bg.jpg);
    background-size: auto 400px;
  }
  .address_section_wrap .info_wrap {
    left: 135px;
  }
  .main_banner_menu a {
    height: 150px;
    flex-direction: column;
    align-items: flex-start;
  }
  .main_banner_menu a span:not(.arrow, .link_status) {
    min-height: unset;
  }
  .main_banner_menu a .arrow {
    margin-left: auto;
  }
  .main_banner_menu a .link_status {
    bottom: 13px;
    top: unset;
  }
  #impressum_popup {
    top: 50px;
  }
  #cookies_management_popup .buttons_wrap a {
    padding: 15px 10px;
  }
  #product_popup .popup_specs {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #error_page_wrap .code_wrapper {
    font-size: 70px;
  }
  #error_page_wrap .code_wrapper > img {
    max-width: 125px;
  }
  .services_block li > span:first-child,
  .service_tiles_outer .services_block li > span:first-child {
    max-width: 220px;
  }
  .services_block li > span:first-child b,
  .service_tiles_outer .services_block li > span:first-child b {
    display: none;
  }
  .service_list_section .container > .image_wrapper {
    width: 350px;
  }
  #product_popup .gallery_column {
    flex-direction: column;
    align-items: center;
  }
  #product_popup .gallery_column .photo_list,
  #product_popup .gallery_column .video_wrapper {
    max-width: unset;
    width: 100%;
  }
}

@media screen and (max-width: 389px) {
  .main_banner_wrapper .link_info b {
    font-size: 20px;
  }
  .services_block li > span:first-child,
  .service_tiles_outer .services_block li > span:first-child {
    max-width: 150px;
  }
  .service_list_section .container > .image_wrapper {
    width: 100%;
    height: 220px;
  }
  #product_popup .price_row,
  .product_info_wrap .price_row {
    flex-direction: column;
  }
  #product_popup .price_row li,
  .product_info_wrap .price_row li {
    border: none !important;
  }
}

@media screen and (max-width: 374px) {
  .main_banner_wrapper .link_info,
  .main_banner_wrapper .link_info b {
    font-size: 16px;
  }
  .main_banner_section h1 {
    font-size: 24px;
  }
  .address_section_wrap .info_wrap {
    left: 50%;
    transform: translateX(-50%);
  }
  .main_banner_wrapper .link_info {
    height: 100%;
    align-items: flex-end;
    padding: 20px 10px;
  }
  .main_banner_wrapper .link_info > svg {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .main_banner_menu > li {
    width: 100%;
  }
  .main_banner_menu a {
    height: 100px;
  }
  #product_popup .popup_specs {
    grid-template-columns: 1fr 1fr;
  }
  #product_popup .gallery_column {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #product_popup .gallery_column .photo_list {
    max-width: 200px;
  }
  #product_popup .gallery_column .photo_list .image_wrapper {
    height: 110px;
  }
  .contact_form_wrapper .rep_wrapper {
    padding: 10px;
    gap: 10px;
  }
  .contact_form_section {
    background: linear-gradient(to bottom, #F0F0F0 0px, #F0F0F0 220px, #CBC8C2 220px, #CBC8C2 100%);
  }
  #cookies_management_popup .buttons_wrap {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  #error_page_wrap .code_wrapper {
    font-size: 60px;
    padding-bottom: 40px;
  }
  #error_page_wrap .code_wrapper > img {
    max-width: 110px;
  }
}

