/* Fonts and Icons START*/
@font-face {
  font-family: "NotoSans-Regular";
  src: url(../fonts/NotoSans-Regular.ttf);
}
@font-face {
  font-family: "ITCBradleyHandStd";
  src: url(../fonts/ITCBradleyHandStd.ttf);
	src: url('../fonts/itcbradleyhandstd-webfont.woff2') format('woff2'),
         url('../fonts/itcbradleyhandstd-webfont.woff') format('woff');
}
@font-face {
  font-family: "NotoSans-Bold";
  src: url(../fonts/NotoSans-Bold.ttf);
}
@font-face {
  font-family: "NotoSans-Light";
  src: url(../fonts/NotoSans-Light.ttf);
}
@font-face {
  font-family: "NotoSans-Ebold";
  src: url(../fonts/NotoSans-ExtraBold.ttf);
}
/* Fonts and Icons END*/
/* Colors and Fonts START*/
/* Colors and Fonts END*/
/* General style START*/
*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  box-sizing: border-box;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

p,
ul {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style-type: none;
}

button {
  cursor: pointer;
}

button,
input {
  outline: none;
  border: none;
}

body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: "NotoSans-Regular";
}
body.overflow-hidden {
  overflow: hidden;
}

.d-none {
  display: none !important;
}

@media (min-width: 991.98px) {
  .d-none-desktop {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .d-none-mobile {
    display: none;
  }
}

p, h2, h1, h3 {
  margin-bottom: 0;
}

.tab-content > .tab-pane {
  display: none;
}

.fade:not(.show) {
  opacity: 0;
}

.fade {
  transition: opacity 0.15s linear;
}

.tab-content > .active {
  display: block;
}

.desk-height {
  min-height: 812px;
}

.centerize {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.flex {
  display: flex;
}

.block {
  display: block;
}

/* General style END*/
/* Header START*/
header {
  position: sticky;
  top: 0;
  z-index: 99;
}
header .scroll-imgchange img:first-child {
  display: none;
}
header .scroll-imgchange img:last-child {
  display: inherit !important;
}
header .scroll-imgchange li:first-child {
  display: none;
}
header .scroll-imgchange li:last-child {
  display: inherit !important;
}
header .headerbar {
  background: #ffffff;
  align-items: center;
  display: flex;
  padding: 15px 0;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
header .headerbar nav {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  flex-wrap: unset;
}
@media (min-width: 991.98px) {
  header .headerbar nav .main-nav-toggle {
    flex: 1;
  }
	header .headerbar nav .main-nav-toggle ul {
		flex-wrap: wrap;
	}
}
header .headerbar nav .main-nav-toggle ul {
  column-gap: 20px;
	row-gap: 5px;
}
header .headerbar nav .main-nav-toggle ul li {
  color: #151414;
  transition: 0.4s ease-in-out;
  font-size: 14px;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
header .headerbar .collapsing {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: height 0.35s ease;
}
header .headerbar .logo_header {
  z-index: 3;
}
header .headerbar .logo_header li {
  height: 40px;
  max-width: 170px;
}
header .headerbar .logo_header li img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}
@media (min-width: 991.98px) {
  header .headerbar .logo_header li {
    min-width: 160px;
  }
  header .headerbar .logo_header li:last-child {
    display: none;
  }
}
@media (max-width: 991.98px) {
  header .headerbar .logo_header li:first-child {
    display: none;
  }
}

.shadow-header {
  box-shadow: 0px 10px 16px rgba(26, 26, 46, 0.062745098);
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}

.scroll-headerchange {
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  padding: 10px 0 !important;
  box-shadow: 0px 10px 16px rgba(26, 26, 46, 0.062745098);
}

@media (min-width: 991.98px) {
  .scroll-navchange li {
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
  }
}

.scroll-hamburger {
  top: 15px !important;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}

/* Header END*/
/* Header STANDARD*/
.standard-header #navbarNav {
  justify-content: center;
}

.header-navmenu-custom {
  position: relative;
}
.header-navmenu-custom #navbarNav {
  position: fixed;
  background: white;
  width: 0%;
  right: 0px;
  z-index: 99;
  transition: all 0.2s ease 0s;
  height: 100% !important;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  transform: translateX(75px);
  transition: cubic-bezier(0.6, 0.04, 0.98, 0.335) ease;
}
.header-navmenu-custom .navbar-collapse.show {
  width: 400px !important;
  transition: 0.4s ease;
  transform: translateX(0px) !important;
}
@media (max-width: 575.98px) {
  .header-navmenu-custom .navbar-collapse.show {
    width: 320px !important;
  }
}
@media (max-width: 470px) {
  .header-navmenu-custom .navbar-collapse.show {
    width: 260px !important;
  }
}
.header-navmenu-custom .navbar-toggler {
  position: fixed;
  z-index: 222;
  right: 100px;
  top: 24px;
  transition: 0.5s ease;
  right: 0;
  top: 0;
  transform: translate(155px, -155px);
}
.header-navmenu-custom .navbar-toggler .menu-m {
  width: 25px;
}
.header-navmenu-custom .navbar-toggler .menu-m .menu-top-custom {
  backface-visibility: hidden;
  top: 10px;
  transform: rotate(50deg);
  transition: 0.44s;
  -webkit-transition: 0.44s;
  -moz-transition: 0.44s;
  -ms-transition: 0.44s;
  -o-transition: 0.44s;
}
.header-navmenu-custom .navbar-toggler .menu-m .menu-bottom-custom {
  backface-visibility: hidden;
  top: 10px;
  transform: rotate(-410deg);
  transition: 0.44s 0.4s;
  -webkit-transition: 0.44s;
  -moz-transition: 0.44s 0.4s;
  -ms-transition: 0.44s 0.4s;
  -o-transition: 0.44s 0.4s;
}
.header-navmenu-custom .show ~ .navbar-toggler {
  right: 0;
  display: inherit !important;
  transition: 0.5s ease;
  transform: translate(-10px, 10px);
  top: 0;
}
@media (max-width: 575.98px) {
  .header-navmenu-custom .show ~ .navbar-toggler {
    transform: translate(-15px, 15px);
  }
}

.no-scroll {
  overflow: hidden;
}
.no-scroll .site {
  pointer-events: none;
}
.no-scroll .navbar {
  left: -8px;
}
@media (max-width: 575.98px) {
  .no-scroll .navbar {
    left: 0;
  }
}

.filter-style {
  filter: blur(2px) brightness(0.6);
  transition: 1s;
}

/* Header STANDARD END*/
/* Header Demo1*/
@media (max-width: 991.98px) {
  header {
    width: 100%;
    overflow: hidden;
  }
}
header .topbar {
  height: 30px;
  background: #ffffff;
  display: flex;
  align-items: center;
}
header .topbar .topbar-dir {
  gap: 20px;
}
header .topbar .topbar-dir .rightside_head-btn li select {
  background: transparent;
  color: #151414;
  font-size: 14px;
  font-family: "Lato-Regular";
  border: unset;
}
header .topbar .topbar-dir .rightside_head-btn li select option {
  color: #151414;
}
header .topbar .topbar-dir .rightside_head-btn li .textwidget {
  color: #ffffff;
  font-size: 14px;
  font-family: "Lato-Regular";
}
header .topbar .topbar-dir ul {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
header .topbar .topbar-dir ul li a {
  color: #151414;
  font-size: 14px;
  font-family: "Lato-Regular";
}
header .header-demo1 {
  background: #ffffff;
  align-items: center;
  display: flex;
  padding: 10px 0;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
header .header-demo1 nav {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
header .header-demo1 nav .collapsing {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: height 0.35s ease;
}
header .header-demo1 nav #navbarNav {
  text-align: center;
  flex-direction: column;
  transition: 0.4s ease-in-out;
}
header .header-demo1 nav #navbarNav .navbar-nav {
  padding-bottom: 20px;
  padding-top: 30px;
  gap: 20px;
  width: 100%;
}
header .header-demo1 nav #navbarNav .navbar-nav li {
  color: #151414;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}

/* Header Demo2 END*/
/* Header with Menu from Rightside*/
header .header-right-menu nav .menu-menu-1-container {
  width: 100%;
  justify-content: center;
  text-align: center;
  display: flex;
  flex: 1;
}
@media (max-width: 991.98px) {
  header .header-right-menu nav .menu-menu-1-container {
    position: fixed;
    display: flex;
    right: -80%;
    height: 100%;
    width: 75%;
    bottom: 0;
    background: #ffffff;
    transition: 0.4s ease-out;
  }
}
@media (max-width: 575.98px) {
  header .header-right-menu nav .menu-menu-1-container {
    width: 100%;
    right: -100%;
  }
}
header .header-right-menu nav .menu-menu-1-container ul {
  justify-content: center;
  gap: 20px;
}
@media (max-width: 991.98px) {
  header .header-right-menu nav .act {
    position: fixed;
    display: flex;
    right: 0%;
    height: 100%;
    width: 100%;
    bottom: 0;
    background: #ffffff;
    transition: 0.4s ease-out;
  }
}
@media (max-width: 575.98px) {
  header .header-right-menu nav .act {
    right: 0%;
  }
}

/* Header Demo2 END*/
/* Header Demo3*/
header .header-demo3 {
  background: #ffffff;
  align-items: center;
  display: flex;
  padding: 10px 0;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
header .header-demo3 nav {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
header .header-demo3 nav #navbarNav {
  text-align: center;
  flex-direction: column;
  transition: 0.4s ease-in-out;
}
header .header-demo3 nav #navbarNav .navbar-nav {
  gap: 20px;
}
header .header-demo3 nav #navbarNav .navbar-nav li {
  color: #151414;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}

/* Header Demo3 END*/
/* Header Demo4*/
@media (max-width: 991.98px) {
  #logo-center-header {
    position: fixed;
    top: 0;
  }
}
#logo-center-header .center-logo-header .right-widget-centerlogo {
  position: absolute;
  right: 0;
}
#logo-center-header .center-logo-header .right-widget-centerlogo ul {
  padding-right: 15px;
}
#logo-center-header .center-logo-header nav {
  flex-wrap: wrap;
}
#logo-center-header .center-logo-header nav .mobile-menu {
  height: 100%;
  width: 100%;
}
#logo-center-header .center-logo-header nav .mobile-menu ul {
  padding-top: 35px !important;
}
#logo-center-header .center-logo-header nav .logo_header {
  max-width: 180px;
}
@media (min-width: 991.98px) {
  #logo-center-header .center-logo-header nav .logo_header {
    margin: 0px 50px;
  }
}
@media (max-width: 991.98px) {
  #logo-center-header .center-logo-header nav button, #logo-center-header .center-logo-header nav .logo_header {
    order: -1;
  }
}
#logo-center-header .center-logo-header nav .navbarNavleft ul {
  justify-content: flex-end;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
#logo-center-header .center-logo-header nav .navbarNavright ul {
  justify-content: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
@media (max-width: 991.98px) {
  #logo-center-header .center-logo-header nav .navbarNavright ul {
    padding-top: 0px;
  }
}
#logo-center-header .center-logo-header nav .navbar-collapse {
  flex-direction: column;
  transition: 0.4s ease-in-out;
}

/* Header Demo4 END*/
/* Home START*/
html {
  scroll-behavior: smooth;
}

@media (min-width: 991.98px) {
  .page-container {
    padding-left: 75px;
    padding-right: 75px;
  }
  .page-home .banner__section {
    padding: 60px 0;
  }
}
.review__section-header {
  margin-bottom: 8px;
}

.page-home .banner__section {
  display: flex;
  align-items: center;
}

.site-header .standard-header #navbarNav {
  justify-content: flex-start;
  margin-left: 12px;
}

.right-widget.d-none-mobile{
  display: flex;
  gap: 24px;
 }
.right-widget img:nth-child(1),
.right-widget img:nth-child(2),
.right-widget img:nth-child(3){
  height: 30px;
  width: 30px;
  object-fit: contain;
}
.right-widget img:nth-child(4){
  height: 24px;
  width: 80px;
  object-fit: contain;
}
.widget_media_image {
  max-width: 150px;
  max-height: 30px;
}

.banner__section-title {
  color: #000;
  font-family: "NotoSans-Bold";
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  margin-bottom: 25px;
}

.banner__section-subtitle {
  color: #000;
  font-family: "NotoSans-Regular";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 50px;
}

.banner__section-logos {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.banner-logo img {
  max-width: 105px;
  max-height: 50px;
}

.banner__section-button,
.collage__section-button {
  display: inline-block;
  background: #F00;
  border-radius: 23px;
  padding: 14px 24px;
  color: #FFF;
  font-family: "NotoSans-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.banner__section-button:hover,
.collage__section-button:hover {
  color: #FFF;
}

.banner__section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.under__banner {
  padding: 40px 0;
  background: #FAFAFA;
}

.under__banner-column {
  padding: 24px 28px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  height: 100%;
}

.under__banner-column .column-image {
  max-width: 40px;
  max-height: 40px;
  margin-bottom: 24px;
}

.under__banner-column .column-header {
  color: #000;
  text-align: center;
  font-family: "NotoSans-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.6px;
  margin-bottom: 8px;
}

.under__banner-column .column-paragraph {
  color: #8A8A8A;
  text-align: center;
  font-family: "NotoSans-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.collage-text-column .column-header {
  color: #000;
  font-family: "NotoSans-Regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.4px;
  margin-bottom: 25px;
}

.collage__section-button {
  margin-top: 24px;
}

.collage-text-column .column-paragraph {
  color: #8A8A8A;
  font-family: "NotoSans-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.no-padding-container .col-lg-5 {
  padding: 0;
}

.text-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.collage-text-column {
  width: 60%;
}

.collage-image-column {
  height: 100%;
}
.collage-image-column img {
  width: 100%;
    height: 100%;
    object-fit: cover;
}

.dark-background__section {
  background: #000;
}

.dark-background__section .collage__section-button {
  margin-top: 0;
}

.dark-background__section .d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

.dark-background__section .column-header {
  color: #FFF;
  font-family: "NotoSans-Regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 28.8px;
}

.bg-image__section {
  padding: 97px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-image__section .single-column {
  background: #FFF;
  border-radius: 8px;
  padding: 40px 82px;
  text-align: center;
}

.single-column .column-header {
  color: #000;
  text-align: center;
  font-family: "NotoSans-Regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.4px;
  margin-bottom: 8px;
}

.single-column .column-paragraph {
  color: #8A8A8A;
  text-align: center;
  font-family: "NotoSans-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.single-column .single-column-list {
  max-width: 220px;
  margin: 20px auto auto auto;
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.single-column-list .item {
  color: #000;
  font-family: "NotoSans-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
  position: relative;
  text-align: left;
}
.single-column-list .item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-image: url(../../src/img/check-redesign.svg);
  width: 24px;
  height: 24px;
  color: #F00;
  transform: translate(-50%, 0);
  top: 0;
}

.review__section {
  padding: 40px 0;
}

.review__section-header {
  color: #000;
  text-align: center;
  font-family: "NotoSans-Regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.4px;
}

.review__section-sub-header {
  color: #8A8A8A;
  text-align: center;
  font-family: "NotoSans-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.mySwiper-reviews {
  margin-top: 40px;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #F00;
}

.swiper_card .review-rating {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
}

.review-rating img {
  max-width: 120px;
  max-height: 15px;
  object-fit: contain;
}

.review-rating .rating-number {
  color: #000;
  font-family: "NotoSans-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.6px;
}

.swiper-slider-paragraph {
  margin-bottom: 18px;
}

.swiper-slider-paragraph p {
  color: #8A8A8A;
  font-family: "NotoSans-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.swiper-slider-author h2 {
  color: #000;
  font-family: "NotoSans-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.swiper-slider-author p {
  color: #8A8A8A;
  font-family: "NotoSans-Regular";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.swiper_card {
  width: 90%;
}

.swiper-wrapper .swiper-slide {
  height: auto;
}

.swiper-slide .swiper_card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review__section .mySwiper-reviews {
  padding-bottom: 40px;
}

.swiper-pagination {
  bottom: 0 !important;
}

.faq__section-column {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.faq__section-column img {
  max-width: 20px;
  max-height: 20px;
}

.FAQ__section {
  padding: 60px 0;
  background: #FAFAFA;
}

.FAQ__section-header {
  color: #5F6869;
  text-align: center;
  font-family: "NotoSans-Ebold";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 26.4px;
  margin-bottom: 32px;
}

.faq__column-textbox {
  height: 100%;
}

.faq__column-heading {
  color: #000;
  font-family: "NotoSans-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.2px;
  margin-bottom: 8px;
}

.faq_section .faq__column-textbox p {
  color: #8A8A8A;
  font-family: "NotoSans-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.FAQ__row {
  row-gap: 20px;
}

.other-pages .footer__bottom-section .container {
  max-width: 1140px;
}

.other-pages .footer__bottom-section {
  padding-top: 30px;
}

.impressum-content,
.terms-content,
.privacy-content {
  padding: 40px 0;
  min-height: 75vh;
}

@media (min-width: 1200px) {
  .FAQ__section .container,
  .footer__contact-section .container,
  .site-footer .container {
    max-width: 960px;
  }
}
.footer__contact-section {
  background: #000;
  padding: 40px 0;
}

.footer__contact-rightside {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer__contact-rightside .footer__contact-header {
  color: #FFF;
  font-family: "NotoSans-Regular";
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 38.4px;
}

.footer__contact-icons {
  display: flex;
  align-items: center;
  gap: 21px;
}

#page .top-bar-widget {
  padding: 0;
}

.top-bar-widget .widget_text .custom-html-widget {
  text-align: center;
}

.footer__contact-icons img {
  max-width: 82px;
  max-height: 52px;
}

.footer__contact-row {
  justify-content: center;
  align-items: baseline;
}

.col-lg-6 .contact-form-1 {
  background: none;
}

.contact-form-1 .wpcf7-textarea {
  max-height: 117px;
}

.col-lg-6 .contact-form-1 form {
  padding: 0;
}

.col-lg-6 .contact-form-1 form p {
  margin-bottom: 16px;
}

.contact-form-1 .wpcf7-form-control {
  background: #FFF;
  padding: 14px 12px 12px 13px;
  border-radius: 4px;
  width: 100%;
}

.CF-bottom-text {
  color: #8A8A8A;
  font-family: "NotoSans-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.CF-bottom-text a {
  text-decoration: underline;
}

footer.site-footer {
  background: #000;
}

.site-footer .footer__bottom-section {
  background: #fff;
  padding: 24px 0;
}

.home .site-footer .footer__bottom-section,
.page-template-b2b .site-footer .footer__bottom-section {
  padding: 64px 0 24px 0;
}

.footer-page-links {
  display: flex;
  justify-content: space-around;
}

.footer__bottom-row {
  justify-content: space-between;
  align-items: center;
}

.footer-right-widget .custom-html-widget {
  color: #F00;
  text-align: right;
  font-family: "NotoSans-Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-right-widget .custom-html-widget a {
  font-weight: 700;
}

.footer-1 #media_image-4 img {
  max-height: 30px;
}

.footer-page-links .custom-html-widget {
  color: #FFF;
  font-family: "NotoSans-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
.footer-page-links .custom-html-widget:hover {
  color: #F00;
}

@media (max-width: 1360px) {
  .bg-image__section .single-column {
    padding: 40px 47px;
  }
  .bg-image__section .col-lg-4 {
    max-width: 40%;
    flex: 0 0 40%;
  }
}
@media (max-width: 991.98px) {
  .main-nav-toggle .navbar-nav {
    gap: 16px;
  }
  .navbar-nav .menu-item a:active {
    color: #F00;
  }
  .top-move {
    top: 49px !important;
  }
  .no-scroll .navbar {
    left: 0;
  }
  #navbarNav .menu-item a {
    color: #131512;
    font-size: 24px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.48px;
  }
  .header-navmenu-custom #navbarNav {
    align-items: baseline;
    padding-top: 40px;
  }
  .header-navmenu-custom .show ~ .navbar-toggler {
    right: -500px;
  }
  .page-template .header-navmenu-custom #navbarNav.show {
    top: 79px;
  }
  .header-navmenu-custom .navbar-collapse.show {
    width: 100% !important;
  }
  .navbar {
    flex-direction: row-reverse;
    justify-content: flex-end;
    position: relative;
  }
  .navbar .logo_header {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }
  .under__banner .row {
    gap: 16px;
  }
  .collage-text-column {
    width: 100%;
  }
  .collage-text-column {
    padding: 40px 16px;
  }
  .order-firsT {
    order: 1;
  }
  .order-second {
    order: 2;
  }
  .order-third {
    order: 3;
  }
  .order-fourth {
    order: 4;
  }
  .bg-image__section .col-lg-4 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .footer-page-links {
    justify-content: space-between;
  }
  .footer-right-widget {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
  }
  .col-lg-6 .contact-form-1 form .wpcf7-submit {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer__contact-rightside .footer__contact-header {
    font-size: 24px;
    line-height: 28.8px;
  }
  .FAQ__section {
    padding: 40px 0;
  }
  .swiper-slide .swiper_card {
    width: 100%;
    text-align: center;
  }
  .review-rating {
    justify-content: center;
  }
  .dark-background__section .page-container {
    flex-direction: column;
    gap: 24px;
    align-items: baseline;
  }
  .under__banner-column {
    padding: 24px 47px;
  }
  .bg-image__section {
    padding: 40px 0 266px 0;
    background-position: bottom;
  }
  .banner__section {
    background-position: bottom;
    height: 556px;
  }
  .bg-image__section .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner__section-title {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .banner__section-logos {
    margin-top: 24px;
  }
}
@media (max-width: 475px) {
  .page-home .banner__section {
    align-items: unset;
  }
}
/* Home END*/
@media (min-width: 1441px) {
  .banner__section {
    min-height: 560px;
  }
}
.banner__section-column {
  border-radius: 8px;
background: #FFF;
padding: 50px 35px 40px 35px;
}
/* Footer START*/
footer {
  padding: 0px 0px;
  background: #151414;
}
footer .copyr {
  padding: 10px 0;
}
footer .copyr p {
  margin: 0;
  text-align: center;
  color: #ffffff;
}
footer .cols {
  padding: 30px 0;
  background: #ffffff;
}

/* Footer END*/
/* Footer Demo2*/
footer .cols .col-lg-3 {
  margin: 30px 0;
}
@media (max-width: 991.98px) {
  footer .cols .col-lg-3 {
    max-width: 600px;
  }
  footer .cols .col-lg-3:first-child {
    margin-top: 0;
  }
  footer .cols .col-lg-3:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  footer .cols .col-lg-3 {
    max-width: 90%;
  }
}
footer .cols h2 {
  font-size: 30px;
}
footer .cols li a, footer .cols li p {
  font-size: 20px;
}
footer .cols .logo_header li {
  margin-bottom: 20px;
  height: 60px;
  max-width: 170px;
}
footer .cols .logo_header li img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

/* Footer Demo2*/
/* CF 1 START*/
.contact-form-1 {
  background: #ffffff;
  border-radius: 8px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .contact-form-1 {
    margin: 24px 0;
  }
}
.contact-form-1 .widgettitle {
  padding: 32px 32px 0px 32px;
}
@media (max-width: 991.98px) {
  .contact-form-1 .widgettitle {
    padding: 24px 24px 0px 24px;
  }
}
.contact-form-1 form {
  padding: 32px;
}
@media (max-width: 991.98px) {
  .contact-form-1 form {
    padding: 24px;
  }
}
.contact-form-1 form .wpcf7-response-output {
  display: none;
}
.contact-form-1 form p {
  margin-bottom: 8px;
}
.contact-form-1 form p:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.contact-form-1 form label {
  width: 100%;
}
.contact-form-1 form label input, .contact-form-1 form label textarea, .contact-form-1 form label select {
  width: 100%;
  border-radius: 4px;
  color: #000;
  font-family: Noto Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact-form-1 form label input::-moz-placeholder, .contact-form-1 form label textarea::-moz-placeholder, .contact-form-1 form label select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.36);
}
.contact-form-1 form label input::placeholder, .contact-form-1 form label textarea::placeholder, .contact-form-1 form label select::placeholder {
  color: rgba(0, 0, 0, 0.36);
}
.contact-form-1 form label textarea {
  max-height: 120px;
}
.contact-form-1 form label .wpcf7-not-valid-tip, .contact-form-1 form label .wpcf7-response-output {
  display: none;
}
.contact-form-1 form label .wpcf7-not-valid {
  color: red;
}
.contact-form-1 form .wpcf7-submit {
  border: unset !important;
  width: 100%;
  height: 45px;
  background: #F00;
  border-radius: 23px;
  color: #FFF;
  text-align: center;
  font-family: Noto Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .contact-form-1 form .wpcf7-submit {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .contact-form-1 form .wpcf7-submit {
    width: 100%;
  }
}
.contact-form-1 form .wpcf7-spinner {
  display: none;
}

/* CF 1 END*/
/* CF 1 START*/
.contact-form-2 {
  background: #ffffff;
  border-radius: 8px;
  margin: 12px 0;
}
@media (max-width: 991.98px) {
  .contact-form-2 {
    margin: 24px 0;
  }
}
.contact-form-2 .widgettitle {
  padding: 32px 32px 0px 32px;
}
@media (max-width: 991.98px) {
  .contact-form-2 .widgettitle {
    padding: 24px 24px 0px 24px;
  }
}
.contact-form-2 form {
  padding: 32px;
}
@media (max-width: 991.98px) {
  .contact-form-2 form {
    padding: 24px;
  }
}
.contact-form-2 form .wpcf7-response-output {
  display: none;
}
.contact-form-2 form p {
  margin-bottom: 8px;
}
.contact-form-2 form p:nth-last-child(-n+4) {
  margin-bottom: 0;
}
.contact-form-2 form label {
  width: 100%;
  font-size: 16px;
}
.contact-form-2 form label input, .contact-form-2 form label textarea, .contact-form-2 form label select {
  width: 100%;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #151414;
  font-size: 16px;
}
.contact-form-2 form label textarea {
  max-height: 120px;
}
.contact-form-2 form label .wpcf7-not-valid-tip, .contact-form-2 form label .wpcf7-response-output {
  display: none;
}
.contact-form-2 form label .wpcf7-not-valid {
  border-bottom: 1px solid red;
}
.contact-form-2 form .wpcf7-submit {
  border: unset !important;
  width: 100%;
  height: 45px;
  background: #F00;
  border-radius: 23px;
  color: #FFF;
  text-align: center;
  font-family: Noto Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .contact-form-2 form .wpcf7-submit {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .contact-form-2 form .wpcf7-submit {
    width: 100%;
  }
}
.contact-form-2 form .wpcf7-spinner {
  display: none;
}

.wpcf7-form-control-wrap .codedropz-upload-wrapper {
  margin: 20px 0;
}
.wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler {
  border-color: #151414;
}
.wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-counter {
  display: none;
}
.wpcf7-form-control-wrap .codedropz-upload-wrapper h3 {
  font-size: 22px;
}

/* CF 1 END*/
.page-content {
  margin: 0;
  text-align: center;
  padding-top: 50px;
}
.page-content main {
  padding-bottom: 200px;
}

main #errorText {
  font-size: 22px;
  padding: 24px 0;
}
@media (max-width: 575.98px) {
  main #errorText {
    margin-top: -30px;
  }
}
@media (max-width: 470px) {
  main #errorText {
    margin-top: -50px;
  }
}

main svg {
  width: 100%;
}

main #errorLink {
  font-size: 20px;
  padding: 12px;
  border: 1px solid;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 45px;
  background: #F00;
  border-radius: 23px;
  color: #FFF;
  text-align: center;
  font-family: Noto Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 991.98px) {
  main #errorLink {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  main #errorLink {
    width: 100%;
  }
}

main #errorLink:hover, main #errorLink:active {
  color: #fff;
  background: #000;
}

main #g6219 {
  transform-origin: 85px 4px;
  animation: an1 12s 0.5s infinite ease-out;
}

@keyframes an1 {
  0% {
    transform: rotate(0);
  }
  5% {
    transform: rotate(3deg);
  }
  15% {
    transform: rotate(-2.5deg);
  }
  25% {
    transform: rotate(2deg);
  }
  35% {
    transform: rotate(-1.5deg);
  }
  45% {
    transform: rotate(1deg);
  }
  55% {
    transform: rotate(-1.5deg);
  }
  65% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  85% {
    transform: rotate(2.5deg);
  }
  95% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0);
  }
}
.st0 {
  fill: #fff;
}

.st2 {
  fill: #5d89af;
}

.st3 {
  fill: #709abf;
}

.st4, .st6 {
  fill: #fff;
  stroke: #b3dcdf;
  stroke-miterlimit: 10;
}

.st6 {
  stroke: #5d89af;
  stroke-width: 2;
}

.st7, .st8, .st9 {
  stroke: #709abf;
  stroke-miterlimit: 10;
}

.st7 {
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}

.st8, .st9 {
  fill: #fff;
}

.st9 {
  fill: none;
}

#cloud1 {
  animation: cloud003 15s linear infinite;
}

#cloud2 {
  animation: cloud002 25s linear infinite;
}

#cloud3 {
  animation: cloud003 20s linear infinite;
}

#cloud4 {
  animation: float 4s linear infinite;
}

#cloud5 {
  animation: float 8s linear infinite;
}

#cloud7 {
  animation: float 5s linear infinite;
}

#tracks {
  animation: slide 650ms linear infinite;
}

#bumps {
  animation: land 10000ms linear infinite;
}

@keyframes jig {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0px);
  }
}
#car-layers {
  animation: jig 0.35s linear infinite;
}

@keyframes land {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(1000px);
  }
}
@keyframes slide {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(100px);
  }
}
/* @keyframes cloudFloat {
0% { transform: translateX(0) translateY(3px); }
100% { transform: translateX(1000px) translateY(0); }
 } */
@keyframes cloud001 {
  0% {
    transform: translateX(-1000px) translateY(3px);
  }
  100% {
    transform: translateX(1000px) translateY(0);
  }
}
@keyframes cloud002 {
  0% {
    transform: translateX(-1000px) translateY(3px);
  }
  100% {
    transform: translateX(1000px) translateY(0);
  }
}
@keyframes cloud003 {
  0% {
    transform: translateX(-1000px) translateY(3px);
  }
  100% {
    transform: translateX(1000px) translateY(0);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px) translateX(0);
  }
  50% {
    transform: translateY(8px) translateX(5px);
  }
  100% {
    transform: translateY(0px) translateX(0);
  }
}
#bracefront, #braceback {
  animation: braces 1s linear infinite;
}

@keyframes braces {
  0% {
    transform: translateX(-2px);
  }
  25% {
    transform: translateX(3px);
  }
  50% {
    transform: translateX(-2px);
  }
  75% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(-2px);
  }
}
.navbar-toggler {
  padding: 0 !important;
  outline: unset !important;
  border-color: unset !important;
  border: unset !important;
  height: 30px;
  z-index: 9;
}

.menu-m {
  cursor: pointer;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 26px;
  height: 21px;
}
.menu-m .menu-bottom-click, .menu-m .menu-top-click {
  border-color: #151414 !important;
}
.menu-m span:nth-child(1) {
  border-color: #151414;
}
.menu-m span:nth-child(2) {
  border-color: #151414;
}
.menu-m span:nth-child(3) {
  border-color: #151414;
}

.menu-global {
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  border-top: 2px solid;
  width: 100%;
  transition: 0.44s;
  -webkit-transition: 0.44s;
  -moz-transition: 0.44s;
  -ms-transition: 0.44s;
  -o-transition: 0.44s;
}

.menu-top {
  top: 3px;
}
.menu-middle {
    top: 10px;
}
.menu-bottom {
  top: 17px;
}

.menu-top-click {
  backface-visibility: hidden;
  top: 10px;
  transform: rotate(50deg);
  transition: 0.44s;
  -webkit-transition: 0.44s;
  -moz-transition: 0.44s;
  -ms-transition: 0.44s;
  -o-transition: 0.44s;
}

.menu-middle-click {
  opacity: 0;
}

.menu-bottom-click {
  backface-visibility: hidden;
  top: 10px;
  transform: rotate(-410deg);
  transition: 0.44s 0.4s;
  -webkit-transition: 0.44s;
  -moz-transition: 0.44s 0.4s;
  -ms-transition: 0.44s 0.4s;
  -o-transition: 0.44s 0.4s;
}

.projects__section {
  padding: 40px 0;
}
@media (max-width: 767.98px) {
  .projects__section .container {
    max-width: unset;
  }
}
.projects__section .tab {
  padding: 0;
}
.projects__section .tab nav ul::-webkit-scrollbar {
  display: none;
}
.projects__section .tab nav ul {
  justify-content: center;
  display: flex;
  overflow-y: hidden;
  overflow-x: scroll;
}
@media (max-width: 767.98px) {
  .projects__section .tab nav ul {
    justify-content: left;
  }
}
.projects__section .tab nav ul li .active {
  background-color: chartreuse !important;
  color: #ffffff !important;
  border: 1px solid;
  border-color: transparent;
}
.projects__section .tab nav ul li .nav-link {
  color: #151414;
  border: 1px solid;
  border-color: chartreuse;
  text-transform: uppercase;
  margin: 0 10px;
  padding: 13px 50px;
  height: 45px;
  align-items: center;
  display: flex;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
@media (max-width: 767.98px) {
  .projects__section .tab nav ul li .nav-link {
    height: 40px;
  }
  .projects__section .tab nav ul li .nav-link:first-child {
    margin-left: 0;
  }
}
.projects__section .tab nav ul li .nav-link:hover {
  background-color: chartreuse;
  color: #ffffff;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.projects__section .tab nav ul {
  margin: 0;
}
.projects__section .projects__titletab {
  padding-bottom: 3rem;
}
.projects__section .projects__titletab h2 {
  text-align: center;
  color: #151414;
  font-size: 3.4rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2em;
  position: relative;
  padding-bottom: 0.4rem;
}
.projects__section .projects__titletab i {
  margin: auto;
  font-size: 28px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: flex;
  position: relative;
  color: chartreuse;
}
.projects__section .projects__titletab i:after {
  bottom: 0.75rem;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 84px;
  height: 2px;
  position: absolute;
  background: linear-gradient(to right, #e1e7eb 0%, #e1e7eb 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, #e1e7eb 75%);
}
.projects__section .tab-content {
  margin: 30px 0;
}
@media (max-width: 991.98px) {
  .projects__section .tab-content {
    margin: 45px 0;
  }
}
.projects__section .tab-content .tab-pane .all .klas {
  margin-bottom: 30px;
}
.projects__section .tab-content .tab-pane .all .klas .under {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.projects__section .tab-content .tab-pane .all .klas .under:hover span {
  opacity: 1;
  display: inline-block;
}
.projects__section .tab-content .tab-pane .all .klas .under:hover span:nth-child(1) {
  margin-left: -13px;
}
.projects__section .tab-content .tab-pane .all .klas .under:hover span:nth-child(3) {
  margin-left: 13px;
}
.projects__section .tab-content .tab-pane .all .klas .under:hover img {
  transform: scale(1.1);
  transition: all 1s;
}
.projects__section .tab-content .tab-pane .all .klas .under a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding: 0 10px;
}
.projects__section .tab-content .tab-pane .all .klas .under a h3 {
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
  opacity: 0;
  text-transform: uppercase;
  width: 100%;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 767.98px) {
  .projects__section .tab-content .tab-pane .all .klas .under a h3 {
    opacity: 1;
  }
}
.projects__section .tab-content .tab-pane .all .klas .under a i {
  background: rgba(25, 25, 25, 0.15);
  color: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  opacity: 0;
}
@media (max-width: 767.98px) {
  .projects__section .tab-content .tab-pane .all .klas .under a i {
    display: none;
  }
}
.projects__section .tab-content .tab-pane .all .klas .under a i:hover {
  background: #151414;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.projects__section .tab-content .tab-pane .all .klas .under img {
  width: 100%;
  height: 270px;
  background-color: #151414;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1s;
}
@media (max-width: 470px) {
  .projects__section .tab-content .tab-pane .all .klas .under img {
    height: 240px;
  }
}
.projects__section .tab-content .tab-pane .all .klas .under .layer {
  width: 100%;
  height: 100%;
  background: rgba(128, 255, 0, 0.302);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  opacity: 0;
}
@media (min-width: 767.98px) {
  .projects__section .tab-content .tab-pane .all .klas .under:hover .layer {
    opacity: 1;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    z-index: 1;
  }
}
@media (min-width: 767.98px) and (max-width: 767.98px) {
  .projects__section .tab-content .tab-pane .all .klas .under:hover .layer {
    opacity: 0;
  }
}
@media (min-width: 767.98px) {
  .projects__section .tab-content .tab-pane .all .klas .under:hover i {
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    opacity: 1;
  }
}
@media (min-width: 767.98px) and (max-width: 767.98px) {
  .projects__section .tab-content .tab-pane .all .klas .under:hover i {
    display: none;
  }
}
@media (min-width: 767.98px) {
  .projects__section .tab-content .tab-pane .all .klas .under:hover h3 {
    opacity: 1;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
  }
  .projects__section .tab-content .tab-pane .all .klas .under:hover img {
    transform: scale(1.1);
    transition: all 1s;
  }
}

.projects__section-full {
  padding: 40px 0;
}
@media (max-width: 767.98px) {
  .projects__section-full .container {
    max-width: unset;
  }
}
.projects__section-full .tab {
  padding: 0;
}
.projects__section-full .tab nav ul::-webkit-scrollbar {
  display: none;
}
.projects__section-full .tab nav ul {
  justify-content: center;
  display: flex;
  overflow-y: hidden;
  overflow-x: scroll;
}
@media (max-width: 767.98px) {
  .projects__section-full .tab nav ul {
    justify-content: left;
  }
}
.projects__section-full .tab nav ul li .active {
  background-color: chartreuse !important;
  color: #ffffff !important;
  border: 1px solid;
  border-color: transparent;
}
.projects__section-full .tab nav ul li .nav-link {
  color: #151414;
  border: 1px solid;
  border-color: chartreuse;
  text-transform: uppercase;
  margin: 0 10px;
  padding: 13px 50px;
  height: 45px;
  align-items: center;
  display: flex;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
@media (max-width: 767.98px) {
  .projects__section-full .tab nav ul li .nav-link {
    height: 40px;
  }
  .projects__section-full .tab nav ul li .nav-link:first-child {
    margin-left: 0;
  }
}
.projects__section-full .tab nav ul li .nav-link:hover {
  background-color: chartreuse;
  color: #ffffff;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.projects__section-full .tab nav ul {
  margin: 0;
}
.projects__section-full .projects__titletab {
  padding-bottom: 3rem;
}
.projects__section-full .projects__titletab h2 {
  text-align: center;
  color: #151414;
  font-size: 3.4rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2em;
  position: relative;
  padding-bottom: 0.4rem;
}
.projects__section-full .projects__titletab i {
  margin: auto;
  font-size: 28px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: flex;
  position: relative;
  color: chartreuse;
}
.projects__section-full .projects__titletab i:after {
  bottom: 0.75rem;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 84px;
  height: 2px;
  position: absolute;
  background: linear-gradient(to right, #e1e7eb 0%, #e1e7eb 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, #e1e7eb 75%);
}
.projects__section-full .tab-content {
  margin: 30px 0;
}
@media (max-width: 991.98px) {
  .projects__section-full .tab-content {
    margin: 45px 0;
  }
}
.projects__section-full .tab-content .tab-pane .all .klas {
  margin-bottom: 30px;
}
.projects__section-full .tab-content .tab-pane .all .klas .under {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.projects__section-full .tab-content .tab-pane .all .klas .under:hover span {
  opacity: 1;
  display: inline-block;
}
.projects__section-full .tab-content .tab-pane .all .klas .under:hover span:nth-child(1) {
  margin-left: -13px;
}
.projects__section-full .tab-content .tab-pane .all .klas .under:hover span:nth-child(3) {
  margin-left: 13px;
}
.projects__section-full .tab-content .tab-pane .all .klas .under:hover img {
  transform: scale(1.1);
  transition: all 1s;
}
.projects__section-full .tab-content .tab-pane .all .klas .under a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding: 0 10px;
}
.projects__section-full .tab-content .tab-pane .all .klas .under a h3 {
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
  opacity: 0;
  text-transform: uppercase;
  width: 100%;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 767.98px) {
  .projects__section-full .tab-content .tab-pane .all .klas .under a h3 {
    opacity: 1;
  }
}
.projects__section-full .tab-content .tab-pane .all .klas .under a i {
  background: rgba(25, 25, 25, 0.15);
  color: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  opacity: 0;
}
@media (max-width: 767.98px) {
  .projects__section-full .tab-content .tab-pane .all .klas .under a i {
    display: none;
  }
}
.projects__section-full .tab-content .tab-pane .all .klas .under a i:hover {
  background: #151414;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.projects__section-full .tab-content .tab-pane .all .klas .under img {
  width: 100%;
  height: 270px;
  background-color: #151414;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1s;
}
@media (max-width: 470px) {
  .projects__section-full .tab-content .tab-pane .all .klas .under img {
    height: 240px;
  }
}
.projects__section-full .tab-content .tab-pane .all .klas .under .layer {
  width: 100%;
  height: 100%;
  background: rgba(128, 255, 0, 0.302);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  opacity: 0;
}
@media (min-width: 767.98px) {
  .projects__section-full .tab-content .tab-pane .all .klas .under:hover .layer {
    opacity: 1;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    z-index: 1;
  }
}
@media (min-width: 767.98px) and (max-width: 767.98px) {
  .projects__section-full .tab-content .tab-pane .all .klas .under:hover .layer {
    opacity: 0;
  }
}
@media (min-width: 767.98px) {
  .projects__section-full .tab-content .tab-pane .all .klas .under:hover i {
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    opacity: 1;
  }
}
@media (min-width: 767.98px) and (max-width: 767.98px) {
  .projects__section-full .tab-content .tab-pane .all .klas .under:hover i {
    display: none;
  }
}
@media (min-width: 767.98px) {
  .projects__section-full .tab-content .tab-pane .all .klas .under:hover h3 {
    opacity: 1;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
  }
  .projects__section-full .tab-content .tab-pane .all .klas .under:hover img {
    transform: scale(1.1);
    transition: all 1s;
  }
}

/*Single page Start*/
.single-page .intro {
  height: 250px;
}
/*Single page END*/
.header-search form {
  display: flex;
}
.header-search form input:first-of-type {
  border: 1px solid black;
}
.header-search form input:last-of-type {
  font-size: 0;
  width: 40px;
  background-image: url(../../src/img/magnifying-glass.svg);
  height: 40px;
  background-repeat: no-repeat;
  background-color: black;
  border-radius: 50%;
  background-position: center;
  background-size: 50%;
}

.icon-close {
  position: absolute;
  right: 0;
  color: white;
  font-size: 20px;
  top: 15px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  cursor: pointer;
  opacity: 0;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
@media (max-width: 991.98px) {
  .icon-close {
    top: 8px;
  }
}

/* Search Input */
.search-input {
  overflow: hidden;
  display: flex;
  align-items: center;
  z-index: 9;
  height: 45px;
  position: absolute;
  transform: translate(-44px, -50%);
  right: 0;
  top: 50%;
  width: 30%;
  left: unset;
  background: black;
  pointer-events: none;
  opacity: 0;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.search-input input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
@media (max-width: 575.98px) {
  .search-input {
    width: 60%;
  }
}
.search-input form {
  display: flex;
  align-items: center;
  width: 100%;
}
.search-input form label {
  width: 100%;
}
.search-input form label input {
  width: 100%;
}
.search-input input {
  color: #fff;
  font-size: 17px;
  border: 0;
  padding-left: 10px;
  background: transparent;
  -webkit-appearance: none;
  box-sizing: border-box;
  outline: 0;
  font-weight: 200;
}
.search-input ::-webkit-input-placeholder {
  color: #EEE;
}
.search-input :-moz-placeholder {
  color: #EEE;
  opacity: 1;
}
.search-input ::-moz-placeholder {
  color: #EEE;
  opacity: 1;
}
.search-input :-ms-input-placeholder {
  color: #EEE;
}

/* Container */
.container.container-dark {
  background: #22313F;
  color: #FFF;
}

/* Control btn */
.control {
  background: black;
  cursor: pointer;
  position: relative;
}
.control .fa-search-loc {
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 4;
  position: absolute;
  background-image: url(../../src/img/magnifying-glass.svg);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
}
@media (max-width: 991.98px) {
  .FAQ__section-header { 
    font-size: 24px;
    font-family: "NotoSans-Bold";
  }
  .control .fa-search-loc {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
}
.control .btn-material {
  z-index: 3;
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  box-sizing: border-box;
  outline: 0;
  transform-origin: 50%;
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

body {
  overflow-x: hidden;
}
body.search-active .search-input {
  opacity: 1;
  pointer-events: all;
}
body.search-active .icon-close {
  opacity: 1;
  transform: rotate(-360deg);
}
body.search-active .control .icon-material-search {
  opacity: 0;
}

.search-page {
  position: relative;
  z-index: 1;
  padding-top: 40px;
}
.search-page .no-res {
  margin-top: 40px;
  min-height: 550px;
  font-size: 25px;
  font-weight: 900;
  text-align: center;
}
@media (min-width: 991.98px) {
  .search-page {
    min-height: 600px;
  }
  .banner__section-column {
  margin-left: 15px;
  }
}
.search-page article {
  margin-bottom: 20px;
  width: 80%;
}
.search-page article a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  padding: 0 20px;
  width: 100%;
  height: 45px;
  background: #F00;
  border-radius: 23px;
  color: #FFF;
  text-align: center;
  font-family: Noto Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .search-page article a {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .search-page article a {
    width: 100%;
  }
}
.search-page .page-header h1 {
  font-size: 25px;
  font-family: Poppins-R;
}
.search-page .page-header h1 span {
  font-family: Poppins-B;
  font-size: 25px;
}

.search-results header .searchbar {
  display: none;
}

.only-search .page-title {
  flex: 1;
  margin-left: 40px;
  color: white;
  margin-bottom: 0;
  font-size: 20px;
  font-family: Poppins-B;
}
.only-search .page-title span {
  font-style: italic;
  font-family: Poppins-R;
}

.search-page .search-res a {
  width: -moz-fit-content;
  width: fit-content;
  height: unset;
  background: unset;
}
/* ( Configurator ) START*/
.configurator .forminator-pagination-progress {
  max-width: 414px;
  margin: auto auto 30px auto !important;
}
.configurator .forminator-pagination-progress .forminator-progress-label {
  display: none !important;
}
.configurator .forminator-pagination-progress .forminator-progress-bar {
  margin-left: 0 !important;
  border-radius: 5px;
}
.configurator .forminator-pagination-progress .forminator-progress-bar span {
  border-radius: 5px;
}
.configurator .title-section h2 {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}
.configurator .title-section h3 {
  color: #979797;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.configurator .forminator-field {
  display: flex;
  position: relative;
}
.configurator .forminator-field label {
  flex-direction: column;
  display: flex !important;
  flex: 1 !important;
  border-radius: 8px;
  background: #F7F8F9;
  /* height: 150px; */
  height: auto;
  text-align: center;
  justify-content: flex-start;
  margin-top: 5px;
}
.configurator .forminator-field label .forminator-checkbox-image {
  transform: translate(-50%, 0);
  top: 0 !important;
  left: 50% !important;
}
.configurator .forminator-label {
  position: absolute;
  top: -30px;
  width: 100%;
}
.forminator-pagination-footer {
  justify-content: center!important;
}
.forminator-button.forminator-button-back:before{
  background-image: url(../../src/img/arrow-rightt.svg);
  content: "";
  width: 15px;
  height: 15px;
  position: relative;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.configurator .forminator-field-radio.forminator-col {
  padding-top: 30px !important;
}
.forminator-radio .forminator-radio-bullet {
  display: none !important;
}
.configurator .forminator-error-message {
  display: none !important;
}
.configurator .forminator-label {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact-form-label label{
    height:40px!important;
}
.forminator-checkbox .forminator-checkbox-box {
    display: block!important;
}
.forminator-button.forminator-button-next {
  display: none!important
}
.forminator-button.forminator-button-back {
  background: unset!important;
}
.forminator-button:hover{
  box-shadow: unset!important;
  background:unset!important;
}
.forminator-button {
  align-items: center;
  display: flex!important;
  gap: 6px;
}
.forminator-pagination-footer .forminator-button-submit:hover{
  background: #F00!important;
}
.forminator-button:hover {
  gap: 3px;
}
.forminator-pagination-footer .forminator-button.forminator-button-submit{
  border-radius: 23px!important;
  width: 175px!important;
  justify-content: center;
}
#checkbox-1 .forminator-checkbox label {
  height: unset;
}
.forminator-checkbox-label a{
  text-decoration: underline;
}
.forminator-checkbox {
  height: unset!important;
  display: flex!important;
  flex-direction: row!important;
  background: transparent!important;
}
.forminator-button.forminator-pagination-submit {
  visibility: hidden;
}
.configurator {
  border-radius: 16px!important;
  background: #fff!important; 
  padding: 40px 40px;
  max-width: 900px;
  margin: auto;
}
.forminator-ui.forminator-custom-form[data-design=default] .forminator-pagination-progress .forminator-progress-bar span,
.forminator-ui.forminator-custom-form[data-design=default] .forminator-pagination-progress .forminator-progress-bar {
  height: 4px!important;
}
.forminator-checkbox {
  margin-bottom: 0!important;
}
.forminator-checkbox-box {
  border-color: black!important;
}
.forminator-radio-image {
  margin-top: 20px!important;
  display: flex!important;
  justify-content: center!important;
}
.forminator-checkbox-label {
  color: #000!important;
  font-size: 14px!important;
  font-weight: 400!important;
}
.forminator-radio-image {
  width: 100%!important;
  padding: 0!important;
  border: unset!important;
  background-color: transparent!important;
}
.forminator-pagination button.forminator-button.forminator-pagination-submit {
  min-height: unset!important;
  max-height: unset!important;
  height: unset!important;
  visibility: hidden!important;
  display: none!important;
}
.forminator-pagination--content .forminator-row {
  margin-bottom: 8px!important;
}
.forminator-pagination--content .forminator-row:last-of-type {
  margin-bottom: 0!important;
}
#forminator-custom-form-282--page-5 input {
  height: 36px!important;
  border-radius: 4px!important;
  background-color: white!important;
  color: #A1A1A1!important;
  font-size: 14px!important;
  font-weight: 400!important;
  line-height: normal!important;
}
.configurator-form {
  padding: 40px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .configurator-form {
    padding:28px 0;
  }
  .configurator .forminator-label {
    position: relative;
    top: unset!important;
    width: 100%;
  }
  .configurator .forminator-field-radio.forminator-col {
    padding-top: 0!important;
  }
}

.form-send-success .forminator-pagination{
  display:none!important;
}
.form-send-success .forminator-pagination-progress{
  display:none!important;
}
.form-send-success .forminator-response-message{
  display:block!important;
}


.configurator span.forminator-radio-image:after{
  content: '';
  width: 100%;
  height: calc(100% + 100px);
  position: absolute;
  top: -25px;
}
.form-send-success .title-section{
  display:none!important;
}
.form-send-success .forminator-success{
  background: none!important;
  border: none;
  box-shadow: none!important;
}
.configurator.form-send-success{
  padding:0;
}
.success-form{
  padding:40px 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.success-form img{
  max-width: 120px;
  max-height: 120px;
  margin: 0 auto 24px auto;
}
.success-form h3{
  color: #000!important;
  text-align: center!important;
  font-size: 24px!important;
  font-weight: 800!important;
  margin: 0 0 24px 0!important;
}
.success-form p{
  color: #000!important;
  font-size: 14px!important;
  text-align: center!important;
  font-weight: 400!important;
}
.success-form a{
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  border-radius: 23px;
  background-color:#F00;
  padding:14px 16px;
  width: 174px;
  margin-bottom:0;
  max-height: 46px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.icons-button{
  display:flex;
  justify-content: center;
  margin-top:42px;
  align-items:center;
}
.icons-button .images img{
    max-width:100px;
    max-height:50px;
    object-fit:contain;
    opacity:0.6;
}
.configurator .forminator-ui.forminator-custom-form.forminator-design--default .forminator-has_error .forminator-checkbox .forminator-checkbox-box {
  border-color: red!important;
}
/* ( Configurator ) END*/
/* ( Product section ) START*/
.products__section {
  padding: 17px 0;
}
@media (min-width: 991.98px) {
  .products__section {
    padding: 25px 0;
  }
}
@media (max-width: 991.98px) {
  /* .products__section .page-container {
    padding: 0;
  } */
  .products__section .section-title {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
.products__section .section-title {
  padding: 0px 0 9px 0;
}
.products__section .section-title h1 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 8px;
}
@media (min-width: 991.98px) {
  .products__section .section-title h1 {
    font-size: 24px;
  }
}
.products__section .section-title h2 {
  color: #8A8A8A;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 991.98px) {
  .products__section .section-title h2 {
    font-size: 14px;
  }
}
.products__section .row-custom {
  display: flex;
  padding: 15px 0;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .products__section .row-custom {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .products__section .row-custom::-webkit-scrollbar {
    display: none;
  }
  .products__section .row-custom::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 991.98px) {
  .products__section .col-4 {
    flex: 0 0 32.5%;
    max-width: 32.5%;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .products__section .col-4 {
    flex: 0 0 50.333333%;
    max-width: 50.333333%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 0px;
  }
}
@media (max-width: 576px) {
  .products__section .col-4 {
    flex: 0 0 77.333333%;
    max-width: 77.333333%;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 0px;
  }
}
.products__section .col-4 a {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex-direction: column;
  display: flex;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.04);
}
.products__section .col-4 a img {
  border-radius: 8px 8px 0 0;
}
.products__section .col-4 a .the_content {
  padding: 0 24px 24px 24px;
}
@media (max-width: 991.98px) {
  .products__section .col-4 a .the_content {
    padding: 0 16px 16px 16px;
  }
}
.products__section .col-4 a .the_content .up-title {
  border-bottom: 1px solid #E8E8E8;
  padding: 16px 0;
  margin-bottom: 16px;
}
@media (min-width: 991.98px) {
  .products__section .col-4 a .the_content .up-title {
    padding: 24px 0;
    margin-bottom: 24px;
  }
}
.products__section .col-4 a .the_content .up-title h2 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 991.98px) {
  .products__section .col-4 a .the_content .up-title h2 {
    font-size: 20px;
  }
}
.products__section .col-4 a .the_content .up-title h3 {
  color: #F00;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 991.98px) {
  .products__section .col-4 a .the_content .up-title h3 {
    font-size: 14px;
  }
}
.products__section .col-4 a .the_content ul {
  flex-direction: column;
  display: flex;
  gap: 10px;
}
.products__section .col-4 a .the_content ul li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 991.98px) {
  .products__section .col-4 a .the_content ul li {
    font-size: 14px;
  }
}
.products__section .col-4 a .the_content ul li span {
  width: 20px;
  height: 20px;
  background-color: #D9D9D9;
  background-size: contain;
  display: inline-block;
}
/* ( Product section ) END*/
/* ( Product single ) START*/
.site-main.single-page {
  background: #F7F8F9;
}
.banner-single .leftside{
  border-radius: 16px;
  background: #ffffff88;
  height: 254px;
  justify-content: center;
  text-align: center;
  align-items: center;
  display: flex;
}
@media (min-width: 991.98px) {
  .banner-single .leftside{
    height: 558px;
  }
}
.mySwiper-product .swiper-slide img {
  object-fit: contain;
  width: 100%;
  height: 500px;
}
@media (max-width: 991.98px) {
  .configurator .forminator-label { 
    top: -40px;
  }
  .mySwiper-product .swiper-slide img {
    height: 240px;
  }
  .banner-single .row{
     flex-direction: column;
     display: flex;
     gap: 24px;
  }
}
.swiper-button-prev-custom {
  background-image: url(../../src/img/chevron-left.svg);
}
.swiper-button-next-custom {
  background-image: url(../../src/img/chevron-right.svg);
}
.swiper-button-next-custom,
.swiper-button-prev-custom {
  border-radius: 30px;
  background-color: #F5F5F7;
  width: 30px;
  height: 30px;
  
  position: absolute;
  top: 50%;
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 85%;
}
.swiper-button-next-custom {
    right: 10px;
    left: auto;
}
.swiper-button-prev-custom {
  left: 10px;
  right: auto;
}
@media (min-width: 991.98px) {
  .banner-single .leftside {
    padding-left: 0;
    padding-right: 0;
  }
  .banner-single .rightside {
    padding-right: 0;
    padding-left: 60px;
  }
}
.banner-single .rightside .content h3{ 
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.banner-single .rightside .content h2{
  color: #8A8A8A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.certific img{
  max-height: 46px;
}
.certific {
  display: flex;
  align-items: center;
  gap: 20px;
}
.banner-single {
  padding: 20px 0 24px 0;
}
@media (min-width: 991.98px) {
  .banner-single {
    padding: 32px 0 0px 0;
  }
}
.banner-single .rightside {
  row-gap: 24px;
    display: flex;
    flex-direction: column;
}
.banner-single .rightside .more-content {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.banner-single .rightside .more-content .textarea1 {
  color: #8A8A8A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.banner-single .rightside .more-content .textarea2 h4{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 14px;
}
.banner-single .rightside .more-content .textarea2 ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.banner-single .rightside .more-content .textarea2 ul li {
  color: #000;
  font-size: 14px;
  font-style: normal;
  padding-left: 30px;
  position: relative;
}
.banner-single .rightside .more-content .textarea2 ul li:before{
  position: absolute;
  content: "";
  background-image: url(../../src/img/tick-orange.svg);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 0;
}
@media (max-width: 991.98px) {
  .banner-single .rightside .more-content .textarea2 ul li {
    font-size: 12px;
  }
  .banner-single .rightside .more-content .textarea2 h4{
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.banner-single .more-icons .more_icons {
  width: 49px;
  height: 49px;
}
.banner-single .more-icons{
  display: flex;
  gap: 15px;
}
.banner-single .more-icons .more_icons img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .banner-single .more-icons .more_icons {
    width: 32px;
    height: 32px;
  }
}
.discover-button {
  display: flex;
  gap: 16px;
}
.discover-button .button2 button{
  font-size: 14px;
}
.discover-button .button2 {
  height: 46px;
  border-radius: 23px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background-color: #F00;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
}
.discover-button .button2  button:active,
.discover-button .button2  button:focus{
  box-shadow: unset;
  background: transparent;
  border-color: transparent!important;
}
.discover-button .button1 {
  height: 46px;
  border-radius: 23px;
  color: #F00;
  border: 1px solid #F00;
  font-size: 14px;
  background-color: #fff;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.discover-button .button2 button{
  background: transparent;
  border-color: transparent!important;
  width: 100%;
  height: 100%;
}
.discover-button .button2 a, .discover-button .button1 a {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.discover-button .button1 button {
  color: #F00;
  font-size: 14px;
  background: unset;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: unset;
  width: 100%;
  height: 100%;
  padding: 0;
}
@media (max-width: 1200px) {
  .discover-button {
    flex-direction: column;
  }
  .discover-button .button2, .discover-button .button1 {
    flex: unset;
    max-width: 230px;
  }
}
@media (max-width: 450px) {
  .discover-button .button2, .discover-button .button1 {
    flex: unset;
    max-width: unset;
  }
}
.vorteile-section {
  margin-bottom: 20px;
  margin-top: 20px;
}
.vorteile-section .title h2 {
color: #000;
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 16px;
}
.vorteile-section .content .box-content {
  border-radius: 16px;
  padding: 32px;
  background: #F0F2F3;
  flex: 1;
}
.vorteile-section .content .box-content h2 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}
.vorteile-section .content .box-content p {
  color: #8A8A8A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.vorteile-section .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.vorteile-section .content .up{
  display: flex;
  gap: 20px;
}
.vorteile-section .content .down {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) { 
  .vorteile-section .content .up, .vorteile-section .content .down {
    flex-direction: column;
  }
  .vorteile-section .content .box-content p {
    font-size: 12px;
  }
  .vorteile-section .content .box-content h2 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .vorteile-section .content .box-content {
    padding: 16px;
  }
}
.gogreen_section {
  padding: 40px 0;
  overflow: hidden;
}

@media (max-width: 992px) { 
  .gogreen_section .rightside {
    padding-right: 0;
  }
}
.gogreen_section .leftside{
  align-self: center;
}
.gogreen_section .leftside .content h2{
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 8px;
}
.gogreen_section-duplicated .leftside .content h3{
  color: #000;
  margin: 24px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.gogreen_section-duplicated .button-scroll{
  width: fit-content;
  padding: 0 24px;
}
.gogreen_section .leftside .content p{
  color: #8A8A8A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 700px;
  margin-bottom: 24px;
}
.gogreen_section .leftside .button-gogreen a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.gogreen_section .leftside .button-gogreen {
  width: 174px;
  height: 46px;
  border-radius: 23px;
  background:  #F00;  
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 24px;
}
.gogreen_section .rightside .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gogreen_section .rightside .img{
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) { 
 .gogreen_section {
   padding: 0px;
 }
 .gogreen_section .page-container{ 
  padding: 0;
 }
 .gogreen_section .page-container .row {
  flex-direction: column-reverse;
 }
 .gogreen_section .rightside .img {
  height: 400px;
 }
 .gogreen_section .leftside .content{
  padding: 32px 20px 32px 20px;
 }
 .gogreen_section .leftside .content h2{
  font-size: 20px;
 }
 .gogreen_section .leftside .content p{
  font-size: 12px;
 }
}
@media (max-width: 576px) { 
  .gogreen_section .rightside .img {
    height: 282px;
   }
 }
 .FAQ__section-single {
  background: #F0F2F3;
 }
 .modal-dialog .modal-content {
  border-radius: .9rem!important;
 }
 .modal-dialog {
  /* margin: 6.75rem auto!important; */
 }
 @media (min-width: 576px) { 
  .modal-dialog {
    margin: 6.75rem auto!important;
    max-width: 700px;
  }
 }
 /* .modal-header {
  border: unset;
 } */
 .modal-content .modal-header-button {
  width: 30px!important;
  height: 30px!important;
  color: black!important;
  opacity: 1!important;
  font-size: 30px!important;
  right: 10px;
  position: absolute;
  top: 10px;
  z-index: 2;
  outline: unset;
 }
 .modal-content .modal-header-button:hover{
  transform: scale(1.03);
 }
 .modal-body h4{
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
 }
 .modal-body p {
  color: #979797;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
 }
 .modal-body form{
  margin: 20px 0 0 0!important;
 }
 .modal-body form .forminator-row {
  margin-bottom: 8px!important;
 }
 .modal-body form .forminator-row:last-of-type {
  margin-bottom: 0px!important;
 }
 .modal-body form .forminator-row .forminator-field input,
 .modal-body form .forminator-row .forminator-field textarea  {
  border-radius: 4px!important;
  border: 1px solid #E9E9E9!important;
  background: #FFF!important;
  color: #A1A1A1!important;
  font-size: 14px!important;
  height: 36px!important;
 }
 .modal-body form .forminator-row .forminator-field textarea {
  -ms-overflow-style: none!important; 
  scrollbar-width: none!important;
 }
 .modal-body form .forminator-row .forminator-field textarea ::-webkit-scrollbar {
  display: none!important;
}
 .modal-body form .forminator-row .forminator-field.forminator-has_error input {
  border-color: red!important;
 }
 .modal-body .forminator-error-message {
  display: none!important;
 }
 .modal-body form .forminator-row .forminator-checkbox .forminator-checkbox-label a {
  display: unset!important;
 }
 .modal-body .forminator-row.forminator-row-last .forminator-field {
    display: flex;
    justify-content: end;
 }
 .modal-body .forminator-row.forminator-row-last .forminator-field button{
  border-radius: 23px;
  width: 174px;
  height: 46px!important;
  text-align: center;
  display: flex!important;
  justify-content: center;
 }
 .modal-body .forminator-row .forminator-checkbox .forminator-checkbox-box {
  background-color: white!important;
 }
 .modal-body .forminator-row.forminator-row-last .forminator-field button:hover{
  background-color: #F00!important;
 }
 .modal-body .forminator-ui#forminator-module-379.forminator-design--default .forminator-has_error .forminator-checkbox .forminator-checkbox-box {
  border-color: red!important;
 }
 .modal-body {
  padding: 2rem 2rem 2rem 2rem!important;
 }
 #primary-menu li:last-of-type {
  color: #F00;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
 }
 .forminator-checkbox-box {
  background-color: white!important;
 }
 .button-scroll a,
 .button-scroll .textwidget,
 .button-scroll li{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
 }
 .button-scroll {
  width: 174px;
  height: 46px;
  flex-shrink: 0;
  background-color: #F00;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 23px;
 }
 @media (max-width: 1300px) {
  .right-widget.d-none-mobile .certific{
    display: none;
  }
}
@media (max-width: 992px) {
  .banner__section-column {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .banner__section .container-fluid {
    margin: 0px 15px;
  }
  .banner__section-subtitle {
    font-size: 22px;
  }
  .banner__section-title {
    font-size: 24px;
  }
  header .headerbar .logo_header li {
    max-width: 120px;
    height: 24px;
    display: flex;
  }
  header .headerbar .logo_header li img{
    object-position: center;
  }
  .right-widget.d-none-mobile {
    display: none!important;
  }
  header .headerbar {
    padding-top: 10px;
  }
  #page .top-bar-widget {
    padding-top: 5px;
  }
  .right-widget.top-bar-widget li .textwidget {
    color:#F00;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
  }
  .right-widget.top-bar-widget li .textwidget a{
    font-weight: 700;
  }
  .banner__section-column {
    padding: 32px 24px 24px 24px;
  }
}
.container-fluid .page-container .under__banner-column {
  box-shadow: none;
  background: transparent;
}
@media (max-width: 576px) {
  .banner__section-button {
    width: 100%;
    text-align: center;
  }
  .banner__section-column {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .banner__section-subtitle {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .banner__section-title {
    font-size: 16px;
  }
  .banner-logo:nth-child(1) img,
.banner-logo:nth-child(2) img,
.banner-logo:nth-child(3) img{
  height: 30px;
  width: 30px;
  object-fit: contain;
}
  .banner-logo:nth-child(4) img{
    height: 24px;
    width: 80px;
    object-fit: contain;
  }
  .banner__section-logos {
    justify-content: center;
    gap: 20px;
  }
}
.collage-section .text-col .collage-text-column {
  padding: 80px 0;
}
.collage-section .text-col {
  background: #FAFAFA;
}
.collage-text-column ul li{
  color: #000;
  font-size: 14px;
  font-style: normal;
  padding-left: 30px;
  position: relative;
}
.collage-text-column ul {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.collage-text-column ul li:before{
  position: absolute;
  content: "";
  background-image: url(../../src/img/check-redesign.svg);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 0;
}
.collage-section .button-scroll {
  width: fit-content;
  padding: 0 24px;
  margin-top: 30px;
}

@media (max-width: 991.98px) {
  .order-third .collage-image-column {
    height: 600px;
  }
  .collage-section .text-col .collage-text-column {
    padding: 32px 0;
  }
  .collage-text-column .column-header{
    font-size: 20px;
  }
  .collage-text-column ul li {
    font-size: 12px;
  }
  /* .button-scroll{
    font-size: 12px;
  } */
}
@media (max-width: 576px) {
  .gogreen_section-duplicated .button-scroll{
    width: 100%;
    padding: 0 24px;
  }
  .order-third .collage-image-column {
    height: 364px;
  }
  .collage-section .button-scroll {
    width: 100%;
  }
}
/* ( Product single ) END*/
.funktioniert-wrapper {
  padding: 60px 0;
}
.funktioniert-wrapper h2 {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 32px;
}

.funktioniert-wrapper span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  background-color: rgba(255, 0, 0, 0.205);
  display: block;
  color: #F00;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.funktioniert-wrapper h6 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 12px;
}

.funktioniert-wrapper p {
  color: #707070;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 992px) {
  .gogreen_section-duplicated .leftside .content h3{
    font-size: 14px;
    margin: 16px 0;
  }
  .gogreen_section-duplicated .page-container .row {
    flex-direction: unset;
  }
  .funktioniert-wrapper {
      padding: 30px 0 0 0;
  }

  .funktioniert-wrapper h2 {
      font-size: 20px;
      margin-bottom: 24px;
  }

  .funktioniert-wrapper span {
      margin: 0 auto 24px auto;
  }

  .funktioniert-wrapper h6 {
      font-size: 14px;
      text-align: center;
  }

  .funktioniert-wrapper p {
      font-size: 12px;
      text-align: center;
      margin-bottom: 32px;
  }
}
.collage-section .text-col {
  justify-content: left;
  padding-left: 120px;
}
.collage-section .text-col .collage-text-column {
  width: unset;
  max-width: 500px;
}
@media (max-width: 992px) {
  .collage-section .text-col {
    padding-left: 20px;
  }
  .configurator .title-section h2 {
    font-size: 18px;
  }
  .configurator .title-section h3 {
    font-size: 12px;
  }
  .configurator .forminator-pagination-progress{
    margin: auto auto 24px auto !important;
  }
  .single-column .column-header,
  .review__section-header{
    font-size: 20px;
  }
  .single-column .column-paragraph,
  .single-column-list .item,
  .review__section-sub-header,
  .swiper-slider-paragraph p {
    font-size: 12px;
  }
  .single-column .single-column-list{
    max-width: 185px;
  }
  .swiper-slider-paragraph{
    margin-bottom: 8px;
  }
}
.footer__bottom-section .footer__bottom-row .col-lg-3,
.footer__bottom-section .footer__bottom-row .col-lg-4,
.footer__bottom-section .footer__bottom-row .col-lg-2{
  align-self: baseline;
}
.footer__bottom-section .footer__bottom-row .col-lg-3 h2,
.footer__bottom-section .footer__bottom-row .col-lg-2 h2{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  margin-bottom: 10px;
}
.footer__bottom-section .footer__bottom-row ul li ul li {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.footer__bottom-section .footer__bottom-row ul li ul {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.footer__bottom-section .footer__bottom-row .footer-2 ul li ul li {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .footer__bottom-section .footer__bottom-row .col-lg-3 h2{
    font-size: 14px;
  }
  .footer__bottom-section .footer__bottom-row ul li ul li {
    font-size: 12px;
  }
  .footer__bottom-row{
    row-gap: 24px;
  }
}
.footer-3 .certific img:nth-child(1),
.footer-3 .certific img:nth-child(2),
.footer-3 .certific img:nth-child(3){
  height: 30px;
  width: 30px;
  object-fit: contain;
}
.footer-3 .certific img:nth-child(4){
  height: 24px;
  width: 80px;
  object-fit: contain;
}
.collage-section .button-scroll a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.collage-text-column ul .button-scroll li,
.gogreen_section-duplicated .button-scroll{
  padding: 0;
}
.collage-text-column ul .button-scroll li:before{
  content: unset;
}
.collage-section .button-scroll,
.gogreen_section-duplicated .button-scroll{
  padding: 0;
  min-width: 174px;
}
.footer-4 ul .custom-html-widget a{
  color: #000;
  text-align: right;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  width: 100%;
  display: flex;
  font-family: "NotoSans-Bold";
  justify-content: end;
}
.footer-4 ul .custom-html-widget p{
  color: #000;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.footer-4 li:first-of-type{
  width: 100%;
  max-width: unset;
  margin-bottom: 30px;
  text-align: right;
}
.footer-4 li:first-of-type img{
  width: 116px;
  height: 24px;
}
.footer-3 .certific {
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .footer-4 li:first-of-type {
    text-align: left;
    margin-bottom: 16px;
  }
  .footer-4 ul .custom-html-widget a{
    justify-content: flex-start;
    font-size: 24px;
  }
  .footer-4 ul .custom-html-widget p {
    text-align: left;
    font-size: 12px;
  }
  .footer__bottom-section .footer__bottom-row .col-lg-3 h2,
  .footer__bottom-section .footer__bottom-row .col-lg-2 h2 {
    font-family: NotoSans-Bold;
  }
  .nav-single-page {
    display: none;
  }
  .single-products {
    padding: 10px 0;
  }
  .single-products .navbar-light .navbar-toggler,
  .error404  .navbar-light .navbar-toggler, 
  .page-template-retoureabwicklung .navbar-light .navbar-toggler,
  .error404  .navbar-light .navbar-toggler,
  .page-template-Impressum-php .navbar-light .navbar-toggler,
  .error404  .navbar-light .navbar-toggler,
  .page-template-datenschutz-php .navbar-light .navbar-toggler,
  .error404  .navbar-light .navbar-toggler,
  .page-template-agb-php .navbar-light .navbar-toggler,
  .error404  .navbar-light .navbar-toggler  {
    visibility: hidden;
  }
}
@media (max-width: 567px) {
  .modal-body .forminator-row.forminator-row-last .forminator-field {
    justify-content: center;
  }
  .modal-body .forminator-row.forminator-row-last .forminator-field button{
    width: 100%;
  }
  .modal-body h4 {
    font-size: 18px;
  }
}

.tabs__section .nav-tabs {
  margin-bottom: 20px;
}
/*f.sh*/


.under__banner .under__banner-column {
  box-shadow: none;
  background: transparent;
}
.under__banner{
      background: #FFFFFF;
}
#vorteile , #configurator , #gogreen , #products , #gogreen , #about , #reviews{
      scroll-margin-top: 100px;
}
#details{
  scroll-margin-top: 150px;
}
.tabs__section .nav-tabs{
      justify-content: center;
      border: none;
      column-gap: 24px;
}
.tabs__section .nav-tabs .nav-link{
  border: none;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background:transparent;
  padding: 0 0 4px 0;
  /* margin-right: 20px; */
}
.tabs__section .nav-tabs .nav-link:focus{
  outline:none;
}
.tabs__section .nav-tabs .nav-link.active{
  border-bottom:1px solid #F00;
  font-weight: 600;
}
.doc-section,.data-section{
  border-radius: 16px;
  background: #F0F2F3;
  padding:32px;
  margin-bottom:20px;
}
.doc-section .tab-title h4, 
.data-section .tab-title h4{
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color:#F00;
  padding-bottom:24px;
  
}
.wrapp-doc{
  padding:16px 0;
  display:flex;
  justify-content:space-between;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.wrapp-doc a{
  color:  #F00!important;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
     display: flex;
  align-items: center;
}
.wrapp-doc span{
  font-weight: 400;
}
.wrapp-doc a::before {
      content: '';
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="download (3) 1" clip-path="url(%23clip0_1700_4629)"><path id="Vector" d="M3.33337 14.1666V15.8333C3.33337 16.2753 3.50897 16.6992 3.82153 17.0118C4.13409 17.3244 4.55801 17.5 5.00004 17.5H15C15.4421 17.5 15.866 17.3244 16.1786 17.0118C16.4911 16.6992 16.6667 16.2753 16.6667 15.8333V14.1666" stroke="%23FF4A1A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path id="Vector_2" d="M5.83337 9.16663L10 13.3333L14.1667 9.16663" stroke="%23FF4A1A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path id="Vector_3" d="M10 3.33337V13.3334" stroke="%23FF4A1A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_1700_4629"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
  display: block;
  width: 20px;
  height: 20px;
  margin-right:6px;
}
.doc-section .row , .data-section .row{
  border-top:1px solid #D9D9D9;
}
@media (max-width:992px){
  .wrapp-doc{
      font-size:12px;
      border-top:1px solid #D9D9D9;
  }
      .wrapp-doc a{
        font-size:0;
  }
  .doc-section, .data-section{
      padding:16px;
  }
  .doc-section .row, .data-section .row{
  border-top:none;
}
  .doc-section .tab-title h4, 
  .data-section .tab-title h4{
      font-size: 14px;
      padding-bottom:14px;
  }
  .tabs__section .nav-tabs .nav-link{
      font-size: 12px;
      /* margin-right:24px; */
  }
}
@media (max-width:992px){
  .configurator{
      padding:24px 16px;
  }
  .configurator .forminator-field{
      flex-direction:column;
  }
  .configurator span.forminator-radio-image:after{
              height: 46px;
      top:-9px;
  }
  .forminator-ui.forminator-custom-form.forminator-design--default .forminator-radio{
      min-height:46px;
      padding:0;
  }
  .forminator-radio-image{
      margin-top:0!important;
  }
  .forminator-radio-image span{
      width:30px!important;
      height:30px!important;
      margin-top: 9px!important;
      margin-left: 10px!important;
      position: absolute;
      left: 0;
  }

  .forminator-ui.forminator-custom-form.forminator-design--default .forminator-radio{
         align-items: flex-start;
  justify-content: center;
  }
  .forminator-ui.forminator-custom-form[data-design=default] .forminator-radio .forminator-radio-bullet~.forminator-radio-label{
      margin-left:50px!important;
  }
  .forminator-ui.forminator-custom-form[data-design=default] .forminator-radio.forminator-radio-inline{
      margin-right:0!important;
  }
  .success-form{
      padding:0;
  }
  .success-form img{
      max-height:70px;
  }
  .forminator-checkbox-label{
      font-size: 12px!important;
  }
  .configurator .forminator-col-6{
      margin:10px 0!important;
  }
  .under__banner .row{
  flex-wrap:nowrap;
      overflow:scroll;
  }
  .under__banner .col-lg-3{
      min-width:100%;
  }
  .under__banner-column{
      padding:0;
  }
          .under__banner .row::-webkit-scrollbar {
          display: none;
          }
  .forminator-pagination-footer{
      flex-wrap:nowrap!important;
  }
  .forminator-pagination-footer button{
      width:50%!important;
      margin-bottom:0!important;
  }
}
.forminator-response-message .forminator-success + .forminator-pagination-progress{
  display: none!important;
}
/*redesign style*/
.products__section .col-4 a img {
	max-height: 380px;
    min-height: 260px;
    object-fit: contain;
    object-position: center;
}
.forminator-ui.forminator-custom-form.forminator-design--default .forminator-button-back {
	    justify-content: center;
}
.tabs__section .container-fluid {
	padding: 0;
}
#primary-menu li:last-of-type {
	pointer-events: none;
    user-select: none;
}
.forminator-pagination-footer {
	margin-top: 0!important;
}
.forminator-pagination-footer {
	top: 10px;
    position: relative;
}
.discover-button .button2 button:active, .discover-button .button2 button:focus {
	background-color: transparent!important;
}
@media (max-width: 991.98px) {
	#primary-menu li:last-of-type a{
		color: #F00;
		font-size: 18px;
	}
	#configurator .container .container {
		padding: 0;
	}
	#primary-menu li:last-of-type {
		margin-top: 10px;
	}
}
@media (max-width: 767.98px) {
	#navbarNav .menu-item a {
    	font-size: 22px;
	}
}
.discover-button .button1 ul, .discover-button .button1 ul li, .discover-button .button1 ul .textwidget,
.button-gogreen ul, .button-gogreen ul li, .button-gogreen ul li .textwidget{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.nofile{
  opacity: .3;
}
.modal-body p br{
  display: none;
}
.forminator-ui.forminator-custom-form[data-design=default] .forminator-radio .forminator-radio-bullet~span {
  margin-left: 0!important;
  padding: 0 5px!important;
  font-family: "NotoSans-Bold";
}
#primary-menu li:last-of-type {
  display: flex;
  align-items: center;
}
.forminator-ui.forminator-custom-form[data-design=default] .forminator-radio span {
  font-weight: 600;
}
.archive {
  min-height: 700px;
}
@media (max-width: 767.98px) {
	.archive {
    min-height: 400px;
  }
}
@font-face {
  font-family: "NotoSans-Bold";
  src: url(../fonts/NotoSans-Bold.ttf);
}
@media (max-width: 575.98px) {
  .banner__section .button-scroll{
    width: 100%;
  }
}
@media (max-width: 991.98px) {
.gogreen_section-single .leftside .content{
  padding-left: 0;
  padding-right: 0;
} 
}
/*
New style for B2B and B2C
*/
.banner__section-b2c .lefts .buttons .btn-b2c-banner a {
  height: 46px;
  padding: 0 24px;
  background-color: #f00;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 23px;
  min-width: 75px;
  width: fit-content;
}
.banner__section-b2c {
  background: linear-gradient(128deg, #eff0f3 55.09%, #546974 117.53%);
}
.page-B2C .banner__section-b2c {
  /* padding: 60px 0; */
}
.page-B2C .banner__section-b2c .title-section {
  margin-bottom: 40px;
}
.banner__section-b2c .content-section-left {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.banner__section-b2c .lefts .title {
  color: #000;
  font-size: 36px;
  line-height: 140%;
  margin-bottom: 40px;
  font-family: "NotoSans-Bold";
}
.banner__section-b2c .lefts .text {
  max-width: 550px;
  margin-bottom: 40px;
}
.banner__section-b2c .lefts .title {
  max-width: 630px;
}
.banner__section-b2c .lefts .text ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.banner__section-b2c .lefts .text ul li {
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 8px;
  padding-left: 55px;
  background: #fff;
  padding-right: 16px;

  box-shadow: 0px 6px 6px 0px rgba(84, 105, 116, 0.08);
  position: relative;
  color: #000;
  font-size: 18px;
  line-height: normal;
}

.banner__section-b2c .lefts .text ul li:before {
  position: absolute;
  left: 15px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  content: "";
  background-size: contain;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.24902 14.998L12.499 21.248L24.999 8.74805" stroke="%23FF0000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.page-B2C
  .banner__section-b2c
  .two-side__section-text-image.image-no-container-right
  .lefts {
  z-index: 1;
}

.page-B2C .certificate__section {
  padding: 60px 0;
}
.page-B2C .certificate__section .certification {
  margin-top: 40px;
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: center;
}
.page-B2C .certificate__section .certification img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.page-B2C .certificate__section .certification li {
  height: 60px;
  max-width: 120px;
}
.page-B2C .certificate__section .title h2 {
  color: #546974;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
  font-family: "NotoSans-Ebold";
}
.configurator__section {
  background: linear-gradient(108deg, #788f9b 15.11%, #546974 95.02%);
  padding: 40px 0 60px 0;
}

.configurator__section .title h2 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  font-family: "NotoSans-Ebold";
}
.configurator__section .configurator-inner .content-section {
  display: flex;
  gap: 40px;
}
.configurator__section .configurator-inner .content-section .box {
  flex: 1;
}
.configurator__section .configurator-inner .content-section .box .circle-number,
.configurator__section
  .configurator-inner
  .mySwiper-three-steps-configurator
  .box
  .circle-number {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
}
.configurator__section
  .configurator-inner
  .mySwiper-three-steps-configurator
  .box
  .content-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 18px;
  margin-top: 24px;
}
.configurator__section .configurator-inner {
  margin-top: 40px;
  margin-bottom: 60px;
}
.configurator__section
  .configurator-inner
  .content-section
  .box
  .content-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 16px;
  margin-top: 32px;
}
.configurator__section .configurator-inner .content-section .box p,
.configurator__section
  .configurator-inner
  .mySwiper-three-steps-configurator
  .box
  p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  font-family: "NotoSans-Light";
}
.configurator__section
  .configurator-inner
  .mySwiper-three-steps-configurator
  .box {
  text-align: center;
}
.configurator__section
  .configurator-inner
  .mySwiper-three-steps-configurator
  .box
  .circle-number {
  margin: auto;
}
.configurator__section .configurator-inner .mySwiper-three-steps-configurator {
  padding-bottom: 32px;
}
.adventages__section-b2c .adventages-inner {
  border-radius: 16px;
  background: #eff0f3;
  padding: 60px 40px 40px 40px;
}
.adventages__section-b2c .adventages-inner .title-section h2 {
  color: #5f6869;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 60px;
  font-family: "NotoSans-Ebold";
}
.adventages__section-b2c .adventages-inner .title-section h2 strong {
  color: #000;
}
.adventages__section-b2c .adventages-inner .content-section {
  flex-wrap: wrap;
  display: flex;
}
.adventages__section-b2c .adventages-inner .content-section .box .icon {
  width: 80px;
  height: 80px;
  display: flex;
  margin: auto;
}
.adventages__section-b2c .adventages-inner .content-section .box h3 {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
  margin-top: 24px;
  margin-bottom: 12px;
}
.adventages__section-b2c .adventages-inner .content-section .box p {
  color: #8a8a8a;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.adventages__section-b2c .adventages-inner .content-section.d-none-mobile {
  row-gap: 40px;
}
.adventages__section-b2c {
  margin: 40px 0;
}
.dark-background__section-b2c {
  margin: 0;
}
.section__b2c {
  margin: 40px 0 60px 0;
}
.section__b2c-blog {
  padding: 60px 0 20px 0;
}
.section__b2c-blog .blog__section-title-content h2,
.section__b2c-blog .blog__section-title-content h2 p {
  color: #5f6869;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
}
.FAQ__section-b2c {
  margin-top: 40px;
}
.three-boxed-flex-b2c {
  display: flex;
}
.three-boxed-flex-b2c .wrapper {
  display: flex;
  gap: 20px;
}
.three-boxed-flex-b2c .box {
  border-radius: 16px;
  gap: 25px;
  display: flex;
}
.three-boxed-flex-b2c .box .inner-box1,
.three-boxed-flex-b2c .box .inner-box3 {
  padding: 24px;
}
.three-boxed-flex-b2c .box .inner-box1,
.three-boxed-flex-b2c .box .inner-box2,
.three-boxed-flex-b2c .box .inner-box3 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  gap: 25px;
}
.three-boxed-flex-b2c .box1 {
  background-color: #81c74a;
  width: 25%;
}
.three-boxed-flex-b2c .box1 h2,
.three-boxed-flex-b2c .box2 h2,
.three-boxed-flex-b2c .box1 h3 {
  color: #fff;
}
.three-boxed-flex-b2c .box3 h3 {
  color: #000000;
}
.three-boxed-flex-b2c .box h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
}
.three-boxed-flex-b2c .box h3 strong {
  font-weight: 800;
}
.three-boxed-flex-b2c .box2 h2 {
  width: 100%;
  padding: 24px;
}
.three-boxed-flex-b2c .box h2 {
  font-size: 32px;
  font-weight: 800;
  line-height: 32px;
  font-family: "NotoSans-Bold";
}
.three-boxed-flex-b2c .box2 .inner-box2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.three-boxed-flex-b2c .box2 .inner-box2 {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.three-boxed-flex-b2c .box2 {
  width: 50%;
  overflow: hidden;
  position: relative;
  min-height: 200px;
}
.three-boxed-flex-b2c .box3 {
  background-color: #eff0f3;
  width: 25%;
}
.three-boxed-flex-b2c {
  margin-top: 40px;
}
.site-header .standard-header.header-new #navbarNav {
  margin-left: 0;
  flex: auto;
}
.products__section-new .icons-over-images {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 24px 24px 0 24px;
}
.products__section-new .icons-over-images .certification {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
.products__section-new a .product-img {
  margin-top: 15px;
}
.products__section-new .col-4 a {
  box-shadow: unset;
  border-radius: 16px;
  border: 1px solid #eaeaea;
}
.products__section-new .icons-over-images .certification img {
  height: 100%;
}
.products__section-new .icons-over-images .certification li {
  height: 30px;
  width: 30px;
}
.products__section-new .icons-over-images .certification .long-img {
  height: 18px;
  display: flex;
}
.products__section-new .col-4 {
  position: relative;
}
.products__section-new .col-4 .link-product {
  padding-bottom: 70px;
}
.products__section-new .scroll-product {
  position: absolute;
  bottom: 0;
  width: calc(100% - 48px);
  padding-bottom: 24px;
  left: 50%;
  transform: translate(-50%, 0);
}
.products__section-new .scroll-product a {
  border-radius: 23px;
  border: 1px solid #f00;
  width: 100%;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease-out;
}
.products__section-new .scroll-product a:hover {
  background-color: #f00;
  transition: .3s ease-in;
  color: white;
}
.mySwiper-products-section .link-product {
  border-radius: 16px;
  border: 1px solid #eaeaea;
  background: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* .mySwiper-products-section .link-product .the_content {
  padding: 0 24px 24px 24px;
} */
.products__section-new .mySwiper-products-section .link-product .the_content {
  padding: 0 24px 94px 24px;
}
.mySwiper-products-section .link-product .the_content ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mySwiper-products-section .link-product .the_content li {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  gap: 8px;
  display: flex;
}
.mySwiper-products-section .link-product .the_content li strong {
  font-weight: 700;
}
.mySwiper-products-section .link-product .the_content .up-title {
  border-bottom: 1px solid #e8e8e8;
  padding: 24px 0;
  margin-bottom: 24px;
}
.mySwiper-products-section .link-product .the_content .up-title h3 {
  color: #8A8A8A;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.mySwiper-products-section .link-product .the_content .up-title h2 {
  color: #000; 
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.mySwiper-products-section .link-product .product-img {
  max-height: 380px;
  min-height: 260px;
  object-fit: contain;
  object-position: center;
}
.products__b2c .title {
  text-align: center;
  margin-bottom: 24px;
}
.products__b2c .title h2 {
  color: #5f6869;
  font-size: 40px;
  font-weight: 800;
  font-family: "NotoSans-Ebold";
  line-height: normal;
}
.products__b2c {
  padding: 60px 0;
  margin-top: 40px;
  background: #f9fafa;
}
.products__section-new .mySwiper-products-section {
  padding: 2px;
}
.image-on-section {
  padding: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  background-position: center;
}
.image-on-section .leftside {
  background: rgba(255, 255, 255, 0.8);
  max-width: 600px;
  padding: 40px;
  border-radius: 16px;
}
.image-on-section .leftside .content h2 {
  margin-bottom: 12px;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}
.image-on-section .leftside .content h3 {
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin: 12px 0 40px 0;
}
.image-on-section .leftside .content h6 {
  color: #707070;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.image-on-section .leftside .content ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 30px;
}
.image-on-section .leftside .under-content .certification {
  display: flex;
  gap: 40px;
  align-items: center;
}
.image-on-section .leftside .under-content .certification li {
  width: 70px;
  height: 70px;
}
.image-on-section .leftside .under-content .certification .long-img {
  height: 35px;
}
.image-on-section .leftside .under-content {
  margin-top: 40px;
}
.image-on-section .leftside .under-content .certification li img {
  height: 100%;
}
.image-on-section .leftside .content ul li {
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 8px;
  padding-left: 40px;
  padding-right: 16px;
  position: relative;
  color: #000;
  font-size: 14px;
  line-height: normal;
}
.image-on-section .leftside .content ul li:before {
  position: absolute;
  left: 0px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  content: "";
  background-size: contain;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.24902 14.998L12.499 21.248L24.999 8.74805" stroke="%23FF0000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.review__section-new .section-header h2 strong {
  color: #f00;
}
.review__section-new .section-header h2 {
  margin-bottom: 16px;
  color: #5f6869;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
  font-family: "NotoSans-Ebold";
}
.review__section-new .section-header h3 {
  color: #8a8a8a;
  max-width: 650px;
  margin: auto;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 32px;
}
.page-about .reviews-about-us {
  margin-top: 40px;
}
.ur-frontend-form .ur-form-row .ur-form-grid .form-row {
  margin: 0;
}
.ur-frontend-form .ur-form-row {
  margin: 0 -10px 0 -10px;
}
.ur-frontend-form .ur-button-container {
  margin: 0 -10px 0 -10px;
}
.register-form__new {
  overflow: hidden;
 }
.ur-frontend-form .ur-button-container .button {
  margin-right: 0;
}
.ur-frontend-form .ur-form-row .ur-field-item .user-registration-error {
  display: none !important;
}
.ur-frontend-form input.ur-input-border-red {
  border-width: 2px !important;
}
.user-registration-form-row {
  flex-direction: column;
}
.user-registration-form-row span input {
  height: 50px;
  border-radius: 8px !important;
  border: 1px solid #dde5ee;
  background: #fff;
}
.user-registration-Button.button {
  height: 46px;
  width: fit-content;
  padding: 0 24px !important;
  flex-shrink: 0;
  background-color: #f00;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 23px;
}
.user-registration-form-row label {
  text-align: left;
  color: black !important;
}
.user-registration-MyAccount-navigation
  .user-registration-MyAccount-navigation-link.is-active
  a {
  background-color: #f00 !important;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.page-account .user-registration-error {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-account .user-registration-message {
  margin-top: 40px;
  margin-bottom: 20px;
}
.page-account .user-registration #ur-frontend-form,
.page-login .user-registration #ur-frontend-form {
  border: unset;
}
.page-login .user-registration #ur-frontend-form form .ur-form-grid > div,
.page-account .user-registration #ur-frontend-form form .ur-form-grid > div {
  width: fit-content;
  float: right;
  margin-top: 20px;
}
.page-login
  .user-registration
  #ur-frontend-form
  form
  .ur-form-grid
  .user-registration-LostPassword.lost_password,
.page-account
  .user-registration
  #ur-frontend-form
  form
  .ur-form-grid
  .user-registration-LostPassword.lost_password {
  margin-top: 25px;
}
.ur-message.user-registration-message {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: white;
  padding: 5px 0px;
}
.header-new .switcher-item {
  padding: 0px 20px 0px 0;
  border-right: 1px solid #dadada;
}
.page-template-b2b .switcher-item a {
  color: #f00 !important;
}
header .headerbar nav .main-nav-toggle ul {
  padding-left: 24px;
}
.page-template-b2b .switcher-item a:after {
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.6665 8L3.33317 8" stroke="%23FF0000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.6665 12L12.6665 8" stroke="%23FF0000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.6665 4L12.6665 8" stroke="%23FF0000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.switcher-item a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.switcher-item {
  align-self: center;
}
.switcher-item a:after {
  content: "";
  display: inline-flex;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.6665 8L3.33317 8" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.6665 12L12.6665 8" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.6665 4L12.6665 8" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
header .header-new .logo_header li {
  min-width: unset;
}
header .header-new .right-widget {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: end;
}
header .header-new .right-widget .service-phone-nr {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

header .header-new .menu-here .navbar-light .navbar-toggler {
  order: unset;
}
header .header-new .right-widget .service-phone-nr strong {
  font-weight: 800;
}
header .header-new .right-widget .buttons-login-register {
  display: flex;
  gap: 16px;
}
header .header-new .right-widget .buttons-login-register .account-btn a {
  border: 1px solid;
  border-radius: 23px;
  gap: 2px;
  border-color: red;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding: 2px 10px;
  font-size: 14px;
  min-width: 60px;
  height: 46px;
}
header .header-new .right-widget .buttons-login-register .btn-b2b-head a {
  height: 46px;
  padding: 0 24px;
  border: 1px solid;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 23px;
  min-width: 75px;
}
header .header-new .right-widget .buttons-login-register .register-btn a {
  background-color: #f00;
  border-color: transparent;
  color: #fff;
}
header .header-new .right-widget .buttons-login-register .login-btn a {
  background-color: transparent;
  border-color: #f00;
  color: #000;
}
.page-B2B .banner__section-b2b {
  display: flex;
}
.page-B2B .banner__section-b2b .banner__left {
  width: 50%;
  background: #2a292d;
}
.page-B2B .banner__section-b2b .banner__right {
  width: 50%;
}
.page-B2B .banner__section-b2b .banner__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.page-B2B .banner__section-b2b .banner__left .text,
.page-B2B .banner__section-b2b .banner__left .title {
  color: #fff;
}
.page-B2B .banner__section-b2b .banner__left {
  padding: 80px;
}
.page-B2B .banner__section-b2b .banner__left .title {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 35px;
  margin-top: 40px;
  font-family: "NotoSans-Ebold";
}
.page-B2B .banner__section-b2b .banner__left .text ul li:before {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: 2px;
  content: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Group 959"><path id="Vector" d="M3.75 15C3.75 16.4774 4.04099 17.9403 4.60636 19.3052C5.17172 20.6701 6.00039 21.9103 7.04505 22.955C8.08971 23.9996 9.3299 24.8283 10.6948 25.3936C12.0597 25.959 13.5226 26.25 15 26.25C16.4774 26.25 17.9403 25.959 19.3052 25.3936C20.6701 24.8283 21.9103 23.9996 22.955 22.955C23.9996 21.9103 24.8283 20.6701 25.3936 19.3052C25.959 17.9403 26.25 16.4774 26.25 15C26.25 13.5226 25.959 12.0597 25.3936 10.6948C24.8283 9.3299 23.9996 8.08971 22.955 7.04505C21.9103 6.00039 20.6701 5.17172 19.3052 4.60636C17.9403 4.04099 16.4774 3.75 15 3.75C13.5226 3.75 12.0597 4.04099 10.6948 4.60636C9.3299 5.17172 8.08971 6.00039 7.04505 7.04505C6.00039 8.08971 5.17172 9.3299 4.60636 10.6948C4.04099 12.0597 3.75 13.5226 3.75 15Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path id="Vector_2" d="M11.25 14.999L13.75 17.499L18.75 12.499" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></g></svg>');
}
.page-B2B .banner__section-b2b .banner__left .text ul li {
  position: relative;
  padding-left: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
.page-B2B .banner__section-b2b .banner__left .text ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-B2B .banner__section-b2b .banner__left .buttons-login-register {
  display: flex;
}
.page-B2B .banner__section-b2b .banner__left .buttons-login-register {
  display: flex;
  gap: 16px;
  margin-top: 40px;
}
.page-B2B
  .banner__section-b2b
  .banner__left
  .buttons-login-register
  .btn-b2b-head
  a {
  height: 50px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 23px;
  min-width: 75px;
}
.page-B2B
  .banner__section-b2b
  .banner__left
  .buttons-login-register
  .register-btn
  a {
  background-color: #f00;
  color: #fff;
  border: 1px solid #f00;
}
.page-B2B
  .banner__section-b2b
  .banner__left
  .buttons-login-register
  .login-btn
  a {
  background-color: transparent;
  color: #fff;
  border: 1px solid #f00;
}
.page-B2B .banner__section-b2b .banner__left .certification {
  display: flex;
  gap: 16px;
  align-items: center;
}
.page-B2B .banner__section-b2b .banner__left .certification li {
  width: 30px;
  height: 30px;
}
.page-B2B .banner__section-b2b .banner__left .certification .long-img {
  height: 18px;
  display: flex;
}
.page-B2B .banner__section-b2b .banner__left .certification li img {
  height: 100%;
}
.page-B2B .three-box__section-b2b {
  padding: 60px 0;
}
.page-B2B .three-box__section-b2b .title-section h2 {
  color: #5f6869;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
  font-family: "NotoSans-Ebold";
  margin-bottom: 24px;
}
.page-B2B .three-box__section-b2b .content-section .box {
  width: calc(33.3% - 10px);
  border-radius: 16px;
  background: #eff0f3;
  padding: 32px;
}
.page-B2B .three-box__section-b2b .content-section {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.page-B2B .three-box__section-b2b .content-section .box .circle-number {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid black;
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
}
.page-B2B .three-box__section-b2b .content-section .box .content-title {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: "NotoSans-Bold";
}
.page-B2B .three-box__section-b2b .content-section .box p {
  color: #8a8a8a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-family: "NotoSans-Light";
  line-height: 140%;
}
.adventages__section-b2b .adventages-inner {
  border-radius: 16px;
  background: #eff0f3;
  padding: 60px 24px;
}
.adventages__section-b2b .adventages-inner .title-section h2 {
  color: #5f6869;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 60px;
  font-family: "NotoSans-Ebold";
}
.adventages__section-b2b .adventages-inner .title-section h2 strong {
  color: #000;
}
.adventages__section-b2b .adventages-inner .content-section {
  flex-wrap: wrap;
  display: flex;
}
.adventages__section-b2b .adventages-inner .content-section .box .icon {
  width: 80px;
  height: 80px;
  display: flex;
  margin: auto;
}
.adventages__section-b2b .adventages-inner .content-section .box h3 {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
  margin-top: 24px;
  margin-bottom: 12px;
}
.adventages__section-b2b .adventages-inner .content-section .box p {
  color: #8a8a8a;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.adventages__section-b2b .adventages-inner .content-section.d-none-mobile {
  row-gap: 40px;
}
.quality__section-b2b {
  margin-top: 60px;
}
.quality__section-b2b .title-section {
  text-align: center;
}
.quality__section-b2b .certification {
  display: flex;
  gap: 40px;
  align-items: center;
}
.quality__section-b2b .certification li {
  width: 70px;
  height: 70px;
}
.quality__section-b2b .certification .long-img {
  height: 35px;
}
.quality__section-b2b .certification li img {
  height: 100%;
}
.page-B2B .quality__section-b2b .title-section h2 {
  color: #5f6869;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
  font-family: "NotoSans-Ebold";
  margin-bottom: 24px;
}
.page-B2B .quality__section-b2b .title-section h2 strong {
  color: #000;
}
.page-B2B .quality__section-b2b {
  padding: 60px 0;
}
.page-B2B .quality__section-b2b .title-section {
  margin-bottom: 40px;
}
.quality__section-b2b .content-section-left {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.quality__section-b2b .content-section-left ul {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
  position: relative;
  padding-left: 40px;
}
.quality__section-b2b .content-section-left ul:before {
  content: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.24902 14.998L12.499 21.248L24.999 8.74805" stroke="%23FF0000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.quality__section-b2b .content-section-left ul li {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 12px;
}
.quality__section-b2b .certification {
  margin-top: 40px;
}
.dark-background__section-b2b {
  margin: 0;
}
.review__section-new .review__section-header strong {
  color: #f00;
}
.review__section-new .review__section-header {
  margin-bottom: 32px;
  color: #5f6869;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
}
.review__section-new .review__section-sub-header {
  display: none;
}

.review__section-new .swiper-slide .swiper_card {
  border-radius: 16px;
  background: #eff0f3;
  width: unset;
  justify-content: unset;
}
.review__section-new .swiper-slide .swiper_card .review-verify,
.review__section-new .swiper-slide .swiper_card .swiper-slider-paragraph,
.review__section-new .swiper-slide .swiper_card .swiper-slider-author {
  padding-left: 32px;
  padding-right: 32px;
}
.review__section-new .review-verify h4:before {
  position: absolute;
  left: 0;
  content: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.5562 8.74032L18.1961 7.16071C17.9361 6.86078 17.7261 6.30092 17.7261 5.90102V4.20145C17.7261 3.14171 16.8561 2.27193 15.796 2.27193H14.0959C13.7059 2.27193 13.1358 2.06198 12.8358 1.80205L11.2557 0.442389C10.5657 -0.147463 9.43561 -0.147463 8.73556 0.442389L7.16543 1.81205C6.86541 2.06198 6.29538 2.27193 5.90535 2.27193H4.17525C3.11519 2.27193 2.24514 3.14171 2.24514 4.20145V5.91102C2.24514 6.30092 2.03512 6.86078 1.78511 7.16071L0.435026 8.75032C-0.145009 9.44015 -0.145009 10.5599 0.435026 11.2497L1.78511 12.8393C2.03512 13.1392 2.24514 13.6991 2.24514 14.089V15.7986C2.24514 16.8583 3.11519 17.7281 4.17525 17.7281H5.90535C6.29538 17.7281 6.86541 17.938 7.16543 18.198L8.74557 19.5576C9.43561 20.1475 10.5657 20.1475 11.2657 19.5576L12.8458 18.198C13.1458 17.938 13.7059 17.7281 14.1059 17.7281H15.806C16.8661 17.7281 17.7361 16.8583 17.7361 15.7986V14.099C17.7361 13.7091 17.9461 13.1392 18.2061 12.8393L19.5662 11.2597C20.1463 10.5699 20.1462 9.43015 19.5562 8.74032ZM14.1559 8.11048L9.3256 12.9393C9.18559 13.0792 8.99558 13.1592 8.79557 13.1592C8.59556 13.1592 8.40554 13.0792 8.26554 12.9393L5.84535 10.5199C5.55533 10.2299 5.55533 9.75007 5.84535 9.46014C6.13537 9.17021 6.6154 9.17021 6.90542 9.46014L8.79557 11.3497L13.0958 7.05073C13.3858 6.76081 13.8659 6.76081 14.1559 7.05073C14.4459 7.34066 14.4459 7.82054 14.1559 8.11048Z" fill="%2301A553"/></svg>');
}
.review__section-new .swiper-slider-paragraph {
  margin-bottom: 0;
  margin-top: 12px;
  margin-bottom: 16px;
}
.review__section-new .swiper-slider-author .name-position h2 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}
.review__section-new .review-verify {
  padding-top: 32px;
}
.review__section-new .review-verify h4 {
  color: #01a553;
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 0;
}
.review__section-new .swiper-slider-author {
  display: flex;
  gap: 12px;
  align-items: center;
  padding-bottom: 32px;
}
.review__section-new .swiper-slider-paragraph p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.review__section-new .swiper-slider-author .name-position p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.review__section-new .pagination-custom-reviews {
  height: 50px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 60%;
}
.review__section-new .pagination-custom-reviews .swiper-button-next-custom {
  right: 75px;
  background-size: contain;
  width: calc(var(--swiper-navigation-size) / 44 * 44);
  background-image: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M47.5 30H12.5" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M22.5 40L12.5 30" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M22.5 20L12.5 30" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.review__section-new .pagination-custom-reviews .swiper-button-prev-custom {
  left: 75px;
  width: calc(var(--swiper-navigation-size) / 44 * 44);
  background-image: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M47.5 30H12.5" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M22.5 40L12.5 30" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M22.5 20L12.5 30" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
}
.review__section-new {
  position: relative;
  padding-top: 0;
}

.register-form__section {
  border-radius: 16px;
  background: #2a292d;
  padding: 32px 40px 32px 40px;
  margin-bottom: 60px;
}
.register-form__section .title-row ul {
  display: flex;
  align-items: center;
  gap: 12px;
}
.register-form__section .title-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.register-form__section .title-row ul li {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding-left: 30px;
}
.register-form__section .title-row ul li:before {
  left: 0;
  content: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.24902 14.998L12.499 21.248L24.999 8.74805" stroke="%23FF0000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.register-form__section .title-row h3 {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
}
.register-form__section .section-form .row-inputs p {
  width: 25%;
}
.register-form__section .section-form .row-inputs label {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  margin-bottom: 0px;
}
.register-form__section .section-form .row-inputs input {
  height: 50px;
  border-radius: 8px;
  border: 1px solid #dde5ee;
  background: #fff;
  padding-left: 12px;
  width: 100%;
}
.register-form__section .section-form .row-inputs {
  display: flex;
  gap: 15px;
}
.register-form__section .section-form .row-inputs p input {
  width: 100%;
}
.two-side__section-text-image.image-no-container-right {
  position: relative;
  padding-bottom: 0;
}

.two-side__section-text-image.image-no-container-right .lefts {
  padding-top: 60px;
  padding-bottom: 60px;
}
.two-side__section-text-image.image-no-container-right .rights .img-rights img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right;
}
.two-side__section-text-image.image-no-container-right .rights {
  flex: unset;
  max-width: unset;
  position: relative;
  width: 100%;
  right: 0;
  height: 100%;
  top: 0;
  align-self: unset;
}
.register-form__section .section-form .row-bottom {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
}
.register-form__section .section-form .row-bottom .checkbox .wpcf7-list-item {
  display: flex;
}
.register-form__section .section-form .row-bottom .checkbox {
  display: flex;
  align-items: center;
}
.register-form__section .section-form .row-bottom .wpcf7-list-item-label {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.register-form__section .section-form .row-bottom .wpcf7-list-item-label a {
  text-decoration: underline;
}
.register-form__section .section-form .wpcf7-not-valid-tip {
  display: none;
}
.register-form__section .section-form .wpcf7-not-valid {
  border-color: #f00 !important;
}
.register-form__section .section-form .row-bottom .checkbox label {
  gap: 8px;
  display: flex;
}
.register-form__section .section-form .row-bottom .checkbox label {
  margin-bottom: 0;
}
.register-form__section .section-form .wpcf7-not-valid::placeholder {
  color: red !important;
}
.register-form__section .section-form .row-bottom .register-btn input {
  height: 50px;
  padding: 0 24px;
  background-color: #f00;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 23px;
  min-width: 75px;
}
.register-form__section .section-form .row-bottom .register-btn .wpcf7-spinner {
  display: none;
}
.about-us-new__section-right .lefts h2,
.about-us-new__section-left .rights h2 {
  color: #5f6869;
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 24px;
  font-family: "NotoSans-Ebold";
}
.about-us-new__section-right .lefts h3,
.about-us-new__section-left .rights h3 {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.about-us-new__section-right .lefts,
.about-us-new__section-left .rights {
  align-self: center;
}
.about-us-new__section-right .rights,
.about-us-new__section-left .lefts {
  align-self: center;
}
.about-us-new__section-right .rights .img,
.about-us-new__section-left .lefts .img {
  height: 430px;
}
.about-us-new__section-right .rights .img img,
.about-us-new__section-left .lefts .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-us-new__section-right {
  margin-bottom: 40px;
  margin-top: 60px;
}
.about-us-new__section-left {
  margin-bottom: 60px;
}
.two-side__section-text-image.image-no-container-right .rights .img-rights {
  height: 100%;
}
.three-boxed-flex-b2b {
  display: flex;
}
.three-boxed-flex-b2b .wrapper {
  display: flex;
  gap: 20px;
}
.three-boxed-flex-b2b .box {
  border-radius: 16px;
  gap: 25px;
  display: flex;
}
.three-boxed-flex-b2b .box .inner-box1,
.three-boxed-flex-b2b .box .inner-box3 {
  padding: 24px;
}
.three-boxed-flex-b2b .box .inner-box1,
.three-boxed-flex-b2b .box .inner-box2,
.three-boxed-flex-b2b .box .inner-box3 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  gap: 25px;
}
.three-boxed-flex-b2b .box1 {
  background-color: #81c74a;
  width: 25%;
}
.three-boxed-flex-b2b .box1 h2,
.three-boxed-flex-b2b .box2 h2,
.three-boxed-flex-b2b .box1 h3 {
  color: #fff;
}
.three-boxed-flex-b2b .box3 h3 {
  color: #000000;
}
.three-boxed-flex-b2b .box h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
}
.three-boxed-flex-b2b .box h3 strong {
  font-weight: 800;
}
.three-boxed-flex-b2b .box2 h2 {
  width: 100%;
  padding: 24px;
}
.three-boxed-flex-b2b .box h2 {
  font-size: 32px;
  font-weight: 800;
  line-height: 32px;
  font-family: "NotoSans-Bold";
}
.three-boxed-flex-b2b .box2 .inner-box2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.three-boxed-flex-b2b .box2 .inner-box2 {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.three-boxed-flex-b2b .box2 {
  width: 50%;
  overflow: hidden;
  position: relative;
  min-height: 200px;
}
.three-boxed-flex-b2b .box3 {
  background-color: #eff0f3;
  width: 25%;
}
.three-boxed-flex-b2b {
  margin-top: 20px;
  margin-bottom: 60px;
}
.about-us-new__section-right .lefts h3 ul,
.two-side__section-text-image .rights h3 ul {
  display: flex;
  gap: 40px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.about-us-new__section-right .lefts h3 ul li,
.two-side__section-text-image .rights h3 ul li {
  position: relative;
  padding-left: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #000;
}
.about-us-new__section-right .lefts h3 ul li:before,
.two-side__section-text-image .rights h3 ul li:before{
  height: 30px;
  top: -5px;
  width: 30px;
  position: absolute;
  content: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Group 959"><path id="Vector" d="M3.75 15C3.75 16.4774 4.04099 17.9403 4.60636 19.3052C5.17172 20.6701 6.00039 21.9103 7.04505 22.955C8.08971 23.9996 9.3299 24.8283 10.6948 25.3936C12.0597 25.959 13.5226 26.25 15 26.25C16.4774 26.25 17.9403 25.959 19.3052 25.3936C20.6701 24.8283 21.9103 23.9996 22.955 22.955C23.9996 21.9103 24.8283 20.6701 25.3936 19.3052C25.959 17.9403 26.25 16.4774 26.25 15C26.25 13.5226 25.959 12.0597 25.3936 10.6948C24.8283 9.3299 23.9996 8.08971 22.955 7.04505C21.9103 6.00039 20.6701 5.17172 19.3052 4.60636C17.9403 4.04099 16.4774 3.75 15 3.75C13.5226 3.75 12.0597 4.04099 10.6948 4.60636C9.3299 5.17172 8.08971 6.00039 7.04505 7.04505C6.00039 8.08971 5.17172 9.3299 4.60636 10.6948C4.04099 12.0597 3.75 13.5226 3.75 15Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path id="Vector_2" d="M11.25 14.999L13.75 17.499L18.75 12.499" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></g></svg>');
  left: 0;
  display: flex;
  filter: invert(1);
}
.register-form__section .form-row .user-registration {
  width: 100%;
  border: unset;
  margin: unset;
  padding: unset;
}
.register-form__section .form-row .user-registration .ur-submit-button {
  height: 50px;
  padding: 0 24px;
  background-color: #f00;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 23px;
  min-width: 75px;
}
.products__b2b .title {
  text-align: center;
  margin-bottom: 24px;
}
.products__b2b .title h2 {
  color: #5f6869;
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
}
.products__b2b {
  padding: 60px 0;
  background: #f9fafa;
}
.products__b2b {
  margin-bottom: 60px;
}
.page-login .user-registration,
.page-account .user-registration {
  margin: 0 !important;
  box-shadow: unset !important;
  padding: 60px 0;
  text-align: center;
}
.page-login .user-registration .lost_password,
.page-account .user-registration .lost_password {
  display: flex;
}
.register-form__section
  .form-row
  .user-registration
  .ur-form-row
  .form-row
  input::placeholder {
  color: #00000078;
}
.register-form__section
  .form-row
  .user-registration
  .ur-form-row
  .form-row
  input {
  height: 50px;
  border-radius: 8px;
  border: 1px solid #dde5ee;
  background: #fff;
  padding-left: 12px;
  width: 100%;
  font-weight: 600;
}
.register-form__section
  .form-row
  .user-registration
  .ur-form-row
  .form-row
  label {
  display: none;
}
.page-B2B
  .banner__section-b2b
  .banner__left
  .buttons-login-register
  .btn-b2b-head {
  flex: 1;
}
.page-B2B .banner__section-b2b .banner__left .buttons-login-register {
  max-width: 500px;
}
.page-B2B #register {
  scroll-margin-top: 100px;
}
.register-form__section .wpcf7-response-output {
  font-size: 12px;
  color: white;
  text-align: center;
  border-width: 1px;
  margin-top: 12px !important;
}

.page-B2C .review__section-new {
  padding-top: 60px;
}
.service-number-head {
  background: #eff0f3;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
  display: flex;
  justify-content: center;
  padding: 4px 15px;
}
.service-number-head .textwidget {
  display: flex;
}
.service-number-head a {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.right-widget .account {
  display: flex;
}
.right-widget .account a:after {
  position: relative;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  align-self: center;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-user"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" /><path d="M6 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2" /></svg>');
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.user-registration-error {
  display: flex;
  font-size: 12px;
  padding: 2px 0;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

@media (min-width: 575.98px) {
  .two-side__section-text-image.image-no-container-right .rights .img {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .service-number-head {
    display: none;
  }
  @media (min-width: 1500px) {
      .banner__section-b2c .lefts .text {
      max-width: 650px;
    }
    .banner__section-b2c .lefts .title {
      max-width: 750px;
    }
  }
  .two-side__section-text-image.image-no-container-right .rights {
    width: 50%;
    position: absolute;
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 0px;
  }
}
@media (min-width: 991.98px) {
  .register-form__section .wpcf7-response-output {
    margin: auto !important;
  }
  .register-form__section .wpcf7-response-output {
    width: fit-content;
  }
  .page-B2B
    .banner__section-b2b
    .banner__left
    .buttons-login-register
    .register-btn
    a {
    min-width: 195px;
  }
  .page-B2B
    .banner__section-b2b
    .banner__left
    .buttons-login-register
    .login-btn
    a {
    min-width: 195px;
  }
  .about-us-new__section-right .lefts {
    padding-right: 100px;
  }
  .about-us-new__section-left .rights {
    padding-left: 100px;
  }
  .about-us-new__section-right .rights {
    padding-left: 0;
  }
  .about-us-new__section-left .lefts {
    padding-right: 0;
  }
  .review__section .mySwiper-reviews-new .swiper-pagination {
    display: none;
  }
  .review__section .mySwiper-reviews-new {
    margin: 0 75px;
  }
  #primary-menu .wpml-ls-item .sub-menu {
    position: absolute;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    top: 0px;
  }
  #primary-menu .wpml-ls-current-language {
    align-self: center;
    flex-direction: column;
    border-radius: 4px;
    padding: 2px 20px 2px 8px;
    background: white;
    position: relative;
    top: 1px;
  }
  #primary-menu .wpml-ls-current-language:after {
    position: absolute;
    content: "";
    right: 5px;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-caret-down"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M6 10l6 6l6 -6h-12" /></svg>');
  }
  #primary-menu .wpml-ls-item ul {
    padding: 8px 8px;
    background: white;
  }
  #primary-menu .wpml-ls-item:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translate(0, 0);
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    border-radius: 4px;
    top: 16px;
    gap: 10px;
    display: flex;
  }
  .page-login,
  .page-account {
    min-height: 70vh;
  }
  header .headerbar.header-new,
  .header-new.scroll-headerchange {
    padding: 5px 0 !important;
  }
  .configurator__section .container {
    padding: 0;
  }
  .single-products .header-new .right-widget {
    display: flex !important;
  }
}

@media (max-width: 1200px) {
  header .header-new .right-widget .buttons-login-register .account-btn a {
    height: 32px;
  }
  header .header-new .right-widget {
    gap: unset;
  }
  .three-boxed-flex-b2b .box2 {
    width: 40%;
  }
  .three-boxed-flex-b2b .box1,
  .three-boxed-flex-b2b .box3 {
    width: 30%;
  }
  .two-side__section-text-image.image-no-container-right .rights {
    width: 100%;
    height: 280px;
    order: -1;
    display: flex;
    justify-content: center;
  }
  .register-form__section .section-form .row-inputs label {
    width: 100%;
  }
  .register-form__section .section-form .row-inputs p {
    width: calc(50% - 7.5px);
  }
  .register-form__section .section-form .row-inputs {
    flex-wrap: wrap;
  }
  .register-form__section .title-row ul {
    display: none;
  }
  header .header-new .right-widget .service-phone-nr,
  header .header-new .page-switcher {
    display: none;
  }
  header .header-new .right-widget .buttons-login-register .btn-b2b-head a,
  header .header-new .right-widget .button-scroll a {
    height: 32px;
    font-size: 12px;
    padding: 0 12px;
  }
  .page-B2B .banner__section-b2b .banner__left .title {
    font-size: 30px;
    font-family: "NotoSans-Bold";
  }
  header .header-b2b .right-widget .buttons-login-register .btn-b2b-head a {
    padding: 0 12px;
    font-size: 12px;
    font-family: "NotoSans-Light";
  }
  header .header-b2b .right-widget .buttons-login-register {
    gap: 8px;
  }
  .menu-here .button-scroll {
    width: fit-content;
    padding: 0px;
    height: 32px;
  }
  .three-boxed-flex-b2c .box2 {
    width: 40%;
  }
  .three-boxed-flex-b2c .box1,
  .three-boxed-flex-b2c .box3 {
    width: 30%;
  }
  .page-B2C
    .banner__section-b2c
    .two-side__section-text-image.image-no-container-right
    .rights {
    order: unset;
  }
  .page-B2C
    .banner__section-b2c
    .two-side__section-text-image.image-no-container-right
    .lefts {
    width: 100%;
    max-width: 100%;
    flex: unset;
  }
  .page-B2C
    .banner__section-b2c
    .two-side__section-text-image.image-no-container-right
    .lefts {
    padding-top: 0;
    padding-bottom: 50px;
  }
}

@media (max-width: 991.98px) {
  .ur-frontend-form .ur-button-container {
    padding: 0!important;
  }
  .register-form__new .form-row {
    margin: 0 10px;
  }
  header .header-new .right-widget .buttons-login-register {
    gap: 8px;
  }
  .switcher-item a:after {
    right: -30px;
    position: absolute;
  }
  .switcher-item a {
    position: relative;
    text-decoration: underline;
  }
  .page-B2C .review__section-new {
    padding-top: 40px;
  }
  .quality__section-b2b .title-section {
    max-width: 500px;
    margin: auto;
  }
  .products__b2b {
    padding: 40px 0;
  }
  .products__b2b .title h2 {
    font-size: 24px;
  }
  .page-B2B .banner__section-b2b .banner__left .text ul li {
    font-size: 16px;
  }
  .about-us-new__section-right .lefts h3 ul,
  .two-side__section-text-image .rights h3 ul {
    gap: 16px;
    margin-top: 16px;
  }
  .three-boxed-flex-b2b .box .inner-box1,
  .three-boxed-flex-b2b .box .inner-box2,
  .three-boxed-flex-b2b .box .inner-box3 {
    width: 100%;
  }
  .three-boxed-flex-b2b .box {
    min-height: 190px;
  }
  .three-boxed-flex-b2b .wrapper {
    flex-direction: column;
  }
  .three-boxed-flex-b2b .box2 {
    width: 100%;
  }
  .three-boxed-flex-b2b .box1,
  .three-boxed-flex-b2b .box3 {
    width: 100%;
  }
  .three-boxed-flex-b2b {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .about-us-new__section-right .rights .img,
  .about-us-new__section-left .lefts .img {
    height: 300px;
  }
  .about-us-new__section-left .rights {
    order: -1;
    margin-bottom: 40px;
  }
  .about-us-new__section-right .lefts {
    margin-bottom: 40px;
  }
  .about-us-new__section-right .lefts h3,
  .about-us-new__section-left .rights h3 {
    font-size: 14px;
  }
  .about-us-new__section-right .lefts h2,
  .about-us-new__section-left .rights h2 {
    font-size: 28px;
    font-family: "NotoSans-Bold";
    margin-bottom: 10px;
  }
  .about-us-new__section-left {
    margin-bottom: 0px;
  }
  .quality__section-b2b {
    margin-top: 40px;
  }
  .about-us-new__section-right {
    margin-top: 40px;
  }
  .register-form__section .section-form .row-bottom {
    gap: 24px;
  }
  .register-form__section .section-form .row-bottom .register-btn input {
    width: 100%;
  }
  .register-form__section .section-form .row-bottom .checkbox .wpcf7-list-item {
    margin-left: 0;
  }
  .register-form__section .section-form .row-bottom {
    flex-direction: column;
  }
  .register-form__section .title-row {
    justify-content: center;
    margin-bottom: 40px;
  }
  .register-form__new .container-fluid {
    padding: 0;
  }
  .register-form__new .container-fluid .register-form__section {
    border-radius: unset;
  }
  .two-side__section-text-image.image-no-container-right .lefts {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .quality__section-b2b .certification li {
    height: 50px;
    width: 50px;
  }
  .quality__section-b2b .certification .long-img {
    width: 30px;
  }
  .quality__section-b2b .certification {
    gap: 20px;
  }
  .page-B2B .quality__section-b2b {
    padding: 40px 0;
  }
  .page-B2B .quality__section-b2b .title-section h2 {
    font-size: 28px;
    font-family: "NotoSans-Bold";
    margin-bottom: 16px;
  }
  .page-B2B .quality__section-b2b .title-section {
    margin-bottom: 0;
  }
  .adventages__section-b2b .mySwiper-adventages .box {
    text-align: center;
  }
  .adventages__section-b2b .mySwiper-adventages .box h3 {
    margin: 24px 0 12px 0;
    font-size: 18px;
  }
  .adventages__section-b2b .mySwiper-adventages .box p {
    font-size: 14px;
  }
  .adventages__section-b2b .mySwiper-adventages {
    padding-bottom: 32px;
  }
  .adventages__section-b2b .adventages-inner .title-section h2 {
    margin-bottom: 32px;
    font-family: "NotoSans-Bold";
  }
  .adventages__section-b2b .adventages-inner .title-section h2 {
    font-size: 28px;
  }
  .adventages__section-b2b .adventages-inner {
    padding: 30px 24px;
  }
  .adventages__section-b2b .adventages-inner .content-section.d-none-mobile {
    display: none !important;
  }
  .page-B2B .three-box__section-b2b .title-section h2 {
    font-size: 24px;
    font-family: "NotoSans-Bold";
  }
  .page-B2B .three-box__section-b2b .content-section .box .circle-number {
    width: 50px;
    height: 50px;
  }
  .page-B2B .three-box__section-b2b .content-section .box p {
    font-size: 14px;
  }
  .page-B2B .three-box__section-b2b .content-section .box {
    width: 100%;
  }
  .page-B2B .three-box__section-b2b .content-section {
    flex-direction: column;
  }
  .page-B2B .three-box__section-b2b {
    padding: 40px 0;
  }
  .page-B2B .banner__section-b2b {
    flex-direction: column;
  }
  .page-B2B .banner__section-b2b .banner__left,
  .page-B2B .banner__section-b2b .banner__right {
    width: 100%;
  }
  .page-B2B .banner__section-b2b .banner__right {
    height: 304px;
  }
  .page-B2B .banner__section-b2b .banner__left {
    padding: 16px;
  }
  .page-B2B .banner__section-b2b .banner__left {
    padding-bottom: 60px;
    padding-top: 40px;
  }
  .register-form__section {
    margin-bottom: 40px;
    padding: 40px 20px 40px 20px;
  }
  .register-form__section .title-row h3 {
    font-size: 28px;
  }
  .pagination-custom-reviews {
    display: none;
  }
  .review__section-new .swiper-slide .swiper_card .review-verify,
  .review__section-new .swiper-slide .swiper_card .swiper-slider-paragraph,
  .review__section-new .swiper-slide .swiper_card .swiper-slider-author {
    text-align: left;
    padding-left: 24px;
    padding-right: 24px;
  }
  .review__section-new .swiper-slider-author {
    padding-bottom: 24px;
  }
  .review__section-new .review-verify {
    padding-top: 24px;
  }
  .review__section .mySwiper-reviews-new {
    padding-bottom: 32px;
  }
  .review__section-new .review__section-header {
    font-size: 28px;
  }
  .page-B2B .two-side__section-text-image.image-no-container-right .row {
    row-gap: 20px;
  }
  .page-B2B .quality__section-b2b .content-section-left ul:before {
    position: relative;
    margin-bottom: 12px;
  }
  .page-B2B .quality__section-b2b .content-section-left ul {
    padding-left: 0;
  }
  .page-B2B .two-side__section-text-image.image-no-container-right .lefts {
    padding-top: 0;
  }
  .ur-frontend-form .ur-form-row {
    margin: 0 -20px 0 -20px;
  }
  #primary-menu .wpml-ls-current-language .sub-menu {
    display: flex;
    gap: 20px;
  }
  #primary-menu .wpml-ls-current-language {
    gap: 20px;
    justify-content: center;
    padding-top: 20px;
  }
  #primary-menu .wpml-ls-current-language a {
    margin: 0 !important;
  }
  .page-B2B .review__section-new {
    padding-top: 40px;
  }
  .review__section-new .section-header h2 {
    font-size: 28px;
    font-family: "NotoSans-Bold";
  }
  .image-on-section .leftside .under-content .certification li {
    width: 50px;
    height: 50px;
  }
  .image-on-section .leftside .under-content .certification .long-img {
    height: 30px;
  }
  .image-on-section .leftside .content ul {
    gap: 5px;
  }
  .image-on-section .leftside .content h3 {
    margin-bottom: 25px;
  }
  .image-on-section .leftside .under-content {
    margin-top: 25px;
  }
  .image-on-section .leftside .under-content .certification {
    gap: 30px;
  }
  .image-on-section .rightside {
    height: 324px;
    border-radius: 16px;
  }
  .image-on-section .leftside {
    padding: 30px 0;
  }
  .image-on-section .rightside img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    object-position: right;
  }
  .image-on-section {
    background-image: unset !important;
    padding: unset;
  }
  .products__b2c {
    padding: 40px 0;
  }
  .products__b2c .title h2 {
    font-size: 24px;
    font-family: "NotoSans-Bold";
  }
  .mySwiper-products-section .link-product .the_content {
    padding: 16px 16px 16px 16px;
  }
  .page-B2C .mySwiper-products-section .link-product .the_content {
    padding: 16px 16px 94px 16px;
  }
  .products__section-new .icons-over-images {
    padding: 16px 16px 0 16px;
  }
  header .headerbar.header-new {
    padding: 10px 0;
  }
  .single-products .header-new .button-scroll a {
    padding: unset;
  }
  .header-new .button-scroll {
    height: 32px;
    max-width: fit-content;
    font-size: 12px;
    margin-left: auto;
  }
  .three-boxed-flex-b2c .box .inner-box1,
  .three-boxed-flex-b2c .box .inner-box2,
  .three-boxed-flex-b2c .box .inner-box3 {
    width: 100%;
  }
  .three-boxed-flex-b2c .box {
    min-height: 190px;
  }
  .three-boxed-flex-b2c .wrapper {
    flex-direction: column;
  }
  .three-boxed-flex-b2c .box2 {
    width: 100%;
  }
  .three-boxed-flex-b2c .box1,
  .three-boxed-flex-b2c .box3 {
    width: 100%;
  }
  .section__b2c-blog .blog__section-title-content h2,
  .section__b2c-blog .blog__section-title-content h2 p {
    font-size: 24px;
  }
  .section__b2c-blog {
    padding: 40px 0 0px 0;
  }
  .section__b2c {
    margin: 40px 0 0px 0;
  }
  .adventages__section-b2c .mySwiper-adventages .box {
    text-align: center;
  }
  .adventages__section-b2c .mySwiper-adventages .box h3 {
    margin: 24px 0 12px 0;
    font-size: 18px;
  }
  .adventages__section-b2c .mySwiper-adventages .box p {
    font-size: 14px;
  }
  .adventages__section-b2c .mySwiper-adventages {
    padding-bottom: 32px;
  }
  .adventages__section-b2c .adventages-inner .title-section h2 {
    font-size: 28px;
    margin-bottom: 32px;
    font-family: "NotoSans-Bold";
  }
  .adventages__section-b2c .adventages-inner {
    padding: 30px 24px;
  }
  .adventages__section-b2c .adventages-inner .content-section.d-none-mobile {
    display: none !important;
  }
  .configurator__section .configurator-inner {
    margin-top: 32px;
    margin-bottom: 40px;
  }
  .configurator__section .title h2 {
    font-size: 24px;
    font-family: "NotoSans-Bold";
  }
  .configurator__section .configurator-inner .content-section.d-none-mobile {
    display: none;
  }
  .page-B2C .certificate__section .certification {
    margin-top: 32px;
  }
  .page-B2C .certificate__section {
    padding: 40px 0;
  }
  .page-B2C .certificate__section .title h2 {
    line-height: 120%;
    font-size: 24px;
    font-family: "NotoSans-Bold";
  }
  .page-B2C .certificate__section .certification {
    gap: 24px;
  }
  .page-B2C .certificate__section .certification li {
    height: 50px;
    max-width: 100px;
  }
  .banner__section-b2c .lefts .text ul li {
    padding-left: 50px;
  }
  .banner__section-b2c .lefts .text ul li:before {
    width: 25px;
    height: 25px;
  }
  .banner__section-b2c .lefts .text ul li {
    font-size: 16px;
  }
  .banner__section-b2c .lefts .title {
    line-height: 120%;
  }
  .page-B2C .banner__section-b2c {
    padding: 40px 0 10px 0;
  }
}
@media (max-width: 767.98px) {
  .register-form__section
    .form-row
    .user-registration
    .ur-form-grid:nth-child(1n + 2) {
    border-left: unset;
  }
  .register-form__section .form-row .user-registration .ur-form-grid {
    margin-bottom: 0;
  }
  .register-form__section
    .form-row
    .user-registration
    .ur-form-grid
    input[type="password"] {
    margin-bottom: 10px;
  }
  .register-form__section .section-form .row-inputs p {
    width: 100%;
  }
  .about-us-new__section-right .rights .img,
  .about-us-new__section-left .lefts .img {
    height: 230px;
  }
}
@media (max-width: 575.98px) {
  .register-form__section .form-row .user-registration .ur-submit-button {
    width: 100%;
    height: 46px;
  }
  .configurator__section .container {
    padding-left: 0;
    padding-right: 0;
  }
  .two-side__section-text-image.image-no-container-right .rights {
    padding-right: 0;
    padding-left: 0;
  }
  .two-side__section-text-image.image-no-container-right .row {
    row-gap: 0;
  }
}

@media (max-width: 850px) {
  .products__section-new .page-container {
    padding: 0;
  }
  .products__section-new .mySwiper-products-section {
    padding: 3px 15px!important;
  }
}

.products-banner-list ul{
  margin-bottom: 0;
}

.products-banner-list ul{
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.products-banner-list ul li{

  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 6px 6px 0px rgba(84, 105, 116, 0.08);
  padding: 10px 16px;
  display: flex;
  align-items: center;
  &::before{
      content: '';
      min-width: 24px;
      width: 24px;
      height: 24px;
      display: inline-block;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g clip-path="url(%23clip0_1700_4069)"><path d="M5 12L10 17L20 7" stroke="%23FF0000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_1700_4069"><rect width="24" height="24" fill="white"></rect></clipPath></defs></svg>');
      background-repeat: no-repeat;
      margin-right: 8px;
  }
}

.products-banner-list ul li p{
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.products-banner-list ul li span{
  font-weight: 700;
}

.products_rightside-banner{
  display: flex;
  align-items: center;
  gap: 19px;
  @media (max-width: 767.98px) {
      flex-direction: column;
      align-items: flex-end;
      gap: 12px;
  }
}

.products_rightside-banner .offer_image img{
  max-width: 148px;
  max-height: 148px;
  object-fit: cover;
  border-radius: 50%;
  @media (max-width: 767.98px) {
      max-width: 73px;
      max-height: 73px;
  }
}


@media (min-width: 991.98px) {
  .archive-category-products .banner-category-page{
      padding: 24px 30px;
  }
}

.warmepumpen_bg-section{
  padding: 80px;
}


.warmepumpen_bg-section .leftside-content .inner_content{
  padding: 40px;
  @media (max-width: 576px) {
      padding: 40px 0;

  }
}

.warmepumpen_bg-section .upper_title-content p{
      color: #707070;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 19.6px; 
  
}

.warmepumpen_bg-section .upper_title-content h2{
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28.8px;
  margin-bottom: 12px;
}
@media (min-width: 991.98px) {
  .warmepumpen_bg-section .leftside-content {
    background: rgba(255, 255, 255, 0.80);
  }
}

.warmepumpen_bg-section .leftside-content{
  border-radius: 16px;
  padding: 0;
  max-width: 550px;
  @media (max-width: 992px) {
      max-width: 100%;
      padding: 0 16px;
      width: 100%;
  }
}

.warmepumpen_bg-section .upper_title-content{
  margin-bottom: 43px;
}

.warmepumpen_bg-section .main_content-list ul{
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.warmepumpen_bg-section .main_content-list ul li{
  display: flex;
  align-items: center;
  gap: 8px;
  &::before{
      content: '';
      min-width: 24px;
      width: 24px;
      height: 24px;
      display: inline-block;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g clip-path="url(%23clip0_1700_4069)"><path d="M5 12L10 17L20 7" stroke="%23FF0000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_1700_4069"><rect width="24" height="24" fill="white"></rect></clipPath></defs></svg>');
      background-repeat: no-repeat;
      margin-right: 8px;
  }
}

.warmepumpen_bg-section .certifications_warmepumpen .certification{
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  @media (max-width: 820px) {
      gap: 30px;
  }
}

.warmepumpen_bg-section .main_content-list{
  margin-bottom: 42px;
}

@media (max-width: 576px) {
  .warmepumpen_bg-section .certification{
      gap: 0;
      justify-content: space-around;
  }
}

.warmepumpen_bg-section .certification li img{
  max-width: 120px;
  max-height: 70px;
  @media (max-width: 576px) {
      max-width: 90px;
      max-height: 51px;
  }
}

.warmepumpen_bg-section{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 60px;
  margin-bottom: 60px;
  border-radius: 16px;
  @media (max-width: 1344.98px) {
      background-position: right;
  }
  @media (max-width: 991.98px) {
      background-image: none!important;
      padding: 0;   
  }
}

.warmepumpen_bg-section .leftside-content{
  @media (max-width: 991.98px) {
      padding-left: 0;
      padding-right: 0;
  }
  @media (max-width: 768px) {
      padding-left: 16px;
      padding-right: 16px;
  }
}

.warmepumpen_bg-section .rightside-content img{
  width: 100%;
}

.archive .archive-custom-page .post a{
  border-radius: 16px;
  border: 1px solid #EAEAEA;
  box-shadow: none;
}

@media (max-width: 991.98px) {
  .warmepumpen_bg-section .row{
      justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .warmepumpen_bg-section .col-lg-6 .inner_content{
      padding-right: 0;
      padding-left: 0;
  }
  .archive-category-products .banner-category-page .rightside,
  .archive-category-products .banner-category-page .rightside .products-banner-list {
    width: 100%;
  }
  .products-banner-list ul li p {
    font-size: 12px;
  }
}


.element_text-title p{
  color: #5F6869;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  @media(max-width: 768px){
      font-size: 24px;
  }
}
.element_text-title p strong{
  color: #F00;
}
.element_text-title p span{
  color: #F00;
}

.archive_reviews-section{
  padding: 60px 0;
  .review__section-new{
      padding: 0;
  }
}

.archive_reviews-section .element_text{
  color: #8A8A8A;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  margin-bottom: 40px;
  max-width: 650px;
  margin-left: auto;
  text-align: center;
  margin-right: auto;
}

.archive_reviews-section .element_text-title{
  margin-bottom: 16px;
}

.archive_reviews-section .review__section-new .pagination-custom-reviews{
  top: 50%;
  transform: translateY(-50%);
}
.products__section-new .swiper-pagination {
  position: relative!important;
  bottom: -5px !important;
}

.two-side__section-text-image.image-no-container-right .rights .mySwiper-banner-home{
  height: 100%;
}

@media (max-width: 1200px) {
  .two-side__section-text-image.image-no-container-right .rights .img-rights img {
    object-position: left!important;
  }
}

@media (max-width: 767.98px) {
  .two-side__section-text-image.image-no-container-right .rights .img-rights img {
    object-position: center!important;
  }
}
/*
New PDP style
*/
@media (max-width: 992px) {
  .single_product-warmepumen .row{
      flex-direction: column-reverse;
  }
  .warmepumpen_bg-section .leftside-content{
      padding-left: 16px;
      padding-right: 16px;
  }
}

@media (max-width: 768px) {
  .warmepumpen_bg-section .leftside-content .inner_content{
      padding: 24px 0 40px 0;
      padding-bottom: 0;
  }
}


.cross_selling-products .page-container{
  padding: 0;
}

@media (max-width: 768px) {
  .warmepumpen_bg-section .main_content-list ul li{
      font-size: 14px;
  }
  .warmepumpen_bg-section .upper_title-content h2{
      font-size: 18px;
  }
  .warmepumpen_bg-section .upper_title-content{
      margin-bottom: 28px;
  }
  .warmepumpen_bg-section .main_content-list{
      margin-bottom: 28px;
  }
}

#breadcrumbs{
  padding: 8px 0;
}

#breadcrumbs .breadcrumb_last{
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#breadcrumbs a{
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.single-products .banner-single{
  padding-top: 0;
}

.banner-single .rightside .more-content .textarea2 ul li{
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 6px 10px 0px rgba(84, 105, 116, 0.08);
  padding: 11px 16px;
  padding-left: 56px;
}

.single-products .banner-single .rightside .more-content .textarea2 ul li:before{
  width: 24px;
  height: 24px;
  left: 16px;
}



.mySwiper-thumbnails {
  height: auto;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper-thumbnails .swiper-slide .column-image {
  display: block;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  object-fit: contain;
}

#tabColor1, #tabColor2, #tabColor3 {
  .swiper-container {
      display: flex;
      align-items: flex-start;
      flex-direction: row-reverse;
  }
  
  .mySwiper-thumbnails {
      margin-left: 0;
      margin-right: 20px;
      overflow: visible;
  }
  
  .mySwiper-thumbnails .swiper-wrapper {
      display: flex;
      flex-direction: column;
      height: 100%;
      align-items: center;
      justify-content: flex-start;
      gap: 12px;
  }
  
  .mySwiper-thumbnails .swiper-slide-thumb-active {
      box-shadow: 0 0 10px 0 rgba(84, 105, 116, 0.2);
  }
  
  .mySwiper-thumbnails .swiper-slide {
      width: 88px;
      height: 83px !important;
      flex-shrink: 0;
      border-radius: 16px;
      cursor: pointer;
  }
  
  .mySwiper-product {
      width: 100%;
  }
  
  .mySwiper-product .swiper-slide {
      display: flex;
      align-items: center;
  }
}

.single-page .leftside.col-lg-7 {
  .container {
      height: 100%;
      
      .tab-content {
          height: 100%;
          
          #tabColor1, #tabColor2, #tabColor3 {
              height: 100%;
              
              .swiper-container {
                  height: 100%;
                  
                  .swiper {
                      height: 100%;
                  }
              }
          }
      }
  }
}


.single-page .banner-single .leftside.col-lg-7{
  background: transparent;
  .mySwiper-product{
      border-radius: 16px;
      border: 1px solid #DDE5EE;
      background: #FFF;
  }
}

#tabShape1.active,
#tabShape2.active,
#tabShape3.active{
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 6px 10px 0px rgba(84, 105, 116, 0.08);
  .open-modal{
      display: flex;
      justify-content: space-between;
      padding: 12px 16px;
      &::after{
          content: "";
          width: 20px;
          height: 20px;
          display: inline-block;
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M4.16797 10H15.8346" stroke="black" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 4.16663L15.8333 9.99996L10 15.8333" stroke="black" stroke-linecap="round" stroke-linejoin="round"/></svg>');

      }
      &:first-child{
          border-bottom: 1px solid #EAEAEA;
      }
  }
}




@media(min-width: 992px){
  .modal-dialog.modal-xl{
      max-width: 1140px;
  } 
}

.modal-dialog.modal-xl .modal-header{
  justify-content: flex-end;
  border-bottom: none;
}

.modal-dialog.modal-xl .modal-body{
  padding-top: 0!important;
}

.banner-single .rightside.col-lg-5{
  padding-left: 15px;
}

@media (max-width: 992px) {
  .mySwiper-thumbnails{
      display: none;
  }
  .single-page .banner-single .leftside.col-lg-7{
      border-radius: 16px;
      border: 1px solid #DDE5EE; 
      background: #FFF;
  }
  .single-page .banner-single .leftside.col-lg-7 .mySwiper-product {
      border-radius: unset;
      border: none;
      background: unset;
  }
}


#tabButton1,
#tabButton2,
#tabButton3{
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  @media(max-width: 575.98px){
      gap: 4px;
  }
}


.variant_selector{
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 6px 10px 0px rgba(84, 105, 116, 0.08);
  padding: 16px;
}

.variant_selector .nav-tabs{
  background-color: #FAFAFA;
  border-color: #FAFAFA;
  margin-bottom: 16px;
  .nav-link.active{
      border-radius: 23px;
      background: #E2E5E9;
      color: #000;
      border: 1px solid #000;
  }
}

#tabButton1::before{
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M5 12H3L12 3L21 12H19" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 12V19C5 19.5304 5.21071 20.0391 5.58579 20.4142C5.96086 20.7893 6.46957 21 7 21H17C17.5304 21 18.0391 20.7893 18.4142 20.4142C18.7893 20.0391 19 19.5304 19 19V12" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 12H14V16H10V12Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

#tabButton2::before{
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M13 21V14L8 9L3 14V21H8M13 21H8M13 21H21V4C21 3.73478 20.8946 3.48043 20.7071 3.29289C20.5196 3.10536 20.2652 3 20 3H10C9.73478 3 9.48043 3.10536 9.29289 3.29289C9.10536 3.48043 9 3.73478 9 4V10M8 21V17" stroke="black" stroke-linecap="round" stroke-linejoin="round"/><path d="M13 7V7.01" stroke="black" stroke-linecap="round" stroke-linejoin="round"/><path d="M17 7V7.01" stroke="black" stroke-linecap="round" stroke-linejoin="round"/><path d="M17 11V11.01" stroke="black" stroke-linecap="round" stroke-linejoin="round"/><path d="M17 15V15.01" stroke="black" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

#tabButton3::before{
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M3 21H21" stroke="black" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 21V7L13 3V21" stroke="black" stroke-linecap="round" stroke-linejoin="round"/><path d="M19 21V11L13 7" stroke="black" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 9V9.01" stroke="black" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 12V12.01" stroke="black" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 15V15.01" stroke="black" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 18V18.01" stroke="black" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.more-content .variant_selector .nav-tabs .nav-link{
  padding: 9px 20px;
}

.variant_selector .discover-button .button1{
  background: #F00;
  color: #fff;
  font-weight: 600;
}

.leftside.col-lg-7 .certifications_warmepumpen{
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 99;
}

.leftside.col-lg-7 .certifications_warmepumpen .certification{
  display: flex;
  align-items: center;
  gap: 24px;
}

.leftside.col-lg-7 .certifications_warmepumpen .certification img{
  max-width: 89px;
  max-height: 36px;
}

@media (max-width: 1200px) and (min-width: 992px) {
  .variant_selector .nav-tabs{
      width: 100%;
  }
  .variant_selector .nav-tabs .nav-item{
      width: 33.3%;
      display: flex;
      justify-content: center;
  }
  .more-content .variant_selector .nav-tabs .nav-item .nav-link{
      flex-direction: column;
      width: 100%;
      gap: 0;
      padding: 5px 5px;
  }
}

@media (max-width: 991.98px) {
  .more-content .textarea1{
      order: 1;
  }
  .more-content .textarea2{
      order: 2;
  }
  .more-content .variant_selector{
      order: 3;
  }
  .warmepumpen_bg-section .rightside-content img {
    border-radius: 16px;
  }
}

@media (max-width: 575.98px) {
  .more-content .variant_selector .nav-tabs{
      width: 100%;
  }
  .more-content .nav-tabs .nav-item{
      width: 33.3%;
  }
  .more-content .nav-tabs .nav-item .nav-link{
      width: 100%;
      justify-content: center;
      font-size: 12px;
      padding: 9px 15px;
  }
  .more-content .variant_selector .discover-button .button1{
      max-width: 100%;
  }
}


.products-collage{
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
  box-shadow: 0 0 0 100vw #fff;
  -webkit-clip-path: inset(0 -100vw);
  clip-path: inset(0 -100vw);
}

.products-collage .row{
  row-gap: 24px;
  @media(max-width: 992px) and (min-width: 576px) {
      row-gap: 40px;
  }
}

.products-collage .text_column{
  display: flex;
  align-items: center;
}

.products-collage .text_column .text-wrapper h3{
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.8px;
  @media(max-width: 576px){
    margin-bottom: 16px;
  }
}

.products-collage .text_column .text-wrapper p{
  color: #8A8A8A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
}

.products-collage .image_column img{
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: contain;
  background: #F0F2F3;
}

.products-collage .section-title{
  text-align: center;
  h2{
      color: #546974;
      text-align: center;
      font-size: 40px;
      font-style: normal;
      font-weight: 800;
      line-height: normal;
      margin-bottom: 40px;
      @media (max-width: 992px) {
          font-size: 30px;
      }
      @media (max-width: 576px) {
          font-size: 24px;
          margin-bottom: 20px;
      }
  }
}

.warmepumpen-integration{
  border-radius: 16px;
  background: #F9FAFA;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 50%;
  margin: 40px 0;
  @media (max-width: 767.98px) {
      background-image: none!important;
  }
  
}

.warmepumpen-integration .rightside img{
  width: 100%;
}

.warmepumpen-integration .column-wrapper{
  padding: 60px;
  @media (max-width: 992px) {
      padding: 42px;
  }
  @media (max-width: 768px) {
      padding: 0;
      padding-bottom: 24px;
  }
}

.warmepumpen-integration .row{
  justify-content: flex-end;
}

.warmepumpen-integration .column-wrapper ul{
  display: flex;
  flex-direction: column;
  gap: 29px;
  @media (max-width: 992px) {
      gap: 20px;
  }
}

.mobile_only{
  @media (min-width: 768px) {
      display: none;
  }
}

.desktop_only{
  @media (max-width: 575.98px) {
      display: none;
  }
}

.mobile__only{
  @media (min-width: 575.98px) {
      display: none;
  }
}


.warmepumpen-integration .column-wrapper li{
  display: flex;
  align-items: flex-start;
  gap: 16px;
  @media (max-width: 576px) {
      flex-direction: column;
  }
}

.warmepumpen-integration .column-wrapper img{
  width: 30px;
  height: 30px;
}

.warmepumpen-integration .column-wrapper h3{
  color: #5F6869;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 29px;
  max-width: 500px;
  @media (max-width: 992px) {
      font-size: 30px;
  }
  @media (max-width: 768px) {
      max-width: unset;
      text-align: center;
  }
}



.warmepumpen-integration .column-wrapper h4{
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.8px;
  @media (max-width: 992px) {
      font-size: 16px;
  }
}

.warmepumpen-integration .column-wrapper p{
  color: #8A8A8A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
  @media (max-width: 992px) {
      font-size: 14px;
  }
}

.warmepumpen-components{
  background-repeat: no-repeat;
  padding: 60px;
  margin-bottom: 40px;
  border-radius: 16px;
  background-color: #F9FAFA;
  background-size: 60%;
  background-position: right;
  @media (max-width: 767.98px) {
      background-image: none!important;
      padding: 0 0 24px 0;
  }
}
@media (min-width: 1200px) {
  .warmepumpen-components {
    min-height: 590px;
  }
}

.warmepumpen-components .rightside img{
  width: 100%;
}

.warmepumpen-components .column-wrapper{
  max-width: 600px;
}

.warmepumpen-components h3{
  color: #5F6869;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 30px;
  max-width: 650px;
}

.warmepumpen-components .components_list-items ul{
  display: flex;
  gap: 30px;
  flex-direction: column;
  @media(max-width: 576px){
      gap: 24px;
  }
}

.warmepumpen-components .components_list-items ul li {
  position: relative;
  padding-left: 46px;
  @media (max-width: 576px) {
      padding-left: 0;
  }
}

.warmepumpen-components .components_list-items ul li::before{
  content: '';
  min-width: 24px;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g clip-path="url(%23clip0_1700_4069)"><path d="M5 12L10 17L20 7" stroke="%23FF0000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_1700_4069"><rect width="24" height="24" fill="white"></rect></clipPath></defs></svg>');
  background-repeat: no-repeat;
  margin-right: 8px;
  position: absolute;
  left: 0;
}

@media (max-width: 576px) {
  .warmepumpen-components .components_list-items ul li::before{
      position: unset;
  }
}

.warmepumpen-components .components_list-items ul li h4{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.2px;
}

.warmepumpen-components .components_list-items ul li p{
  color: #707070;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
}

@media (min-width: 992px) {
  .products-collage .col-lg-3:nth-child(1){
      padding-left: 0;
      padding-right: 20px;
  }
  .products-collage .col-lg-3:nth-child(2){
      padding-left: 20px;
      padding-right: 20px;
  }
  .products-collage .col-lg-3:nth-child(3){
      padding-left: 20px;
      padding-right: 20px;
  }
  .products-collage .col-lg-3:nth-child(4){
      padding-left: 20px;
      padding-right: 20px;
  }
  .products-collage .col-lg-3:nth-child(5){
      padding-left: 20px;
      padding-right: 20px;
  }
  .products-collage .col-lg-3:nth-child(6){
      padding-left: 20px;
      padding-right: 20px;
  }
  .products-collage .col-lg-3:nth-child(7){
      padding-left: 20px;
      padding-right: 20px;
  }
  .products-collage .col-lg-3:nth-child(8){
      padding-left: 20px;
      padding-right: 0;
  }
}


@media (max-width: 992px) {
  .warmepumpen-components h3{
      font-size: 20px;
  }

  .warmepumpen-components .components_list-items ul li h4{
      font-size: 16px;
  }

  .warmepumpen-components .components_list-items ul li p{
      font-size: 14px;
  }

  .products-collage .col-lg-3:nth-child(1){
      order: 1;
  }
  .products-collage .col-lg-3:nth-child(2){
      order: 2;
  }
  .products-collage .col-lg-3:nth-child(3){
      order: 3;
  }
  .products-collage .col-lg-3:nth-child(4){
      order: 4;
  }
  .products-collage .col-lg-3:nth-child(5){
      order: 6;
  }
  .products-collage .col-lg-3:nth-child(6){
      order: 5;
  }
  .products-collage .col-lg-3:nth-child(7){
      order: 8;
  }
  .products-collage .col-lg-3:nth-child(8){
      order: 7;
  }
}

@media(max-width: 576px){
  .products-collage .col-12{
      padding: 0;
  }

  .products-collage .text_column{
      margin-bottom: 40px;
  }

  .products-collage .col-lg-3:nth-child(7){
      margin-bottom: 0;
  }

  .products-collage .row{
      row-gap: 0;
  }
  .products-collage .image_column{
      margin-bottom: 16px;
  }
  .warmepumpen-components h3{
      font-size: 24px;
      text-align: center;
  }

  .warmepumpen-components .components_list-items ul li h4{
      font-size: 16px;
  }

  .warmepumpen-components .components_list-items ul li p{
      font-size: 14px;
  }
  .warmepumpen-integration h3{
      font-size: 24px;
      text-align: center;
  }

  .warmepumpen-integration .column-wrapper ul li h4{
      font-size: 16px;
  }

  .warmepumpen-integration .column-wrapper ul li p{
      font-size: 14px;
  }
}



.single-products{
  .site-main.single-page{
      background: #fff;
  }
  .first_container{
      background: #F0F2F3;
  }
  .ninth_container{
      background: #F9FAFA;
      padding-top: 60px;
      padding-bottom: 60px;
  }
  .dark-background__section-single-second{
      border-radius: 16px;
      margin-top: 40px;
  }
  .banner-single{
      padding-bottom: 40px;
  }
  .tenth_container{
      padding: 60px 0;
  }
  .tenth_container .review__section{
      padding: 0;
  }
  .tenth_container .review__section-new .pagination-custom-reviews{
      top: 50%;
      transform: translateY(-50%);
  }
}

.cross_selling-title{
  color: #5F6869;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 24px;
  font-family: "NotoSans-Ebold";
  @media (max-width: 992px) {
      font-size: 30px;
      font-family: "NotoSans-Bold";
  }
  @media (max-width: 576px) {
      font-size: 24px;
  }
}

@media (max-width: 992px) {
  .banner-single .modal-content .row{
      gap: 0;
  }
}

.warranty-part{
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.warranty-part .leftside-content{
  display: flex;
  gap: 8px;
  align-items: center;
  width: 50%;
  justify-content: center;
}


.warranty-part .leftside-content img{
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.warranty-part .leftside-content p,
.warranty-part .rightside-content p{
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14.4px;
}

.warranty-part .rightside-content img{
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.warranty-part .rightside-content{
  display: flex;
  gap: 8px;
  align-items: center;
  width: 50%;
  justify-content: center;
}

@media (max-width: 576px) {
  .warranty-part .leftside-content img,
  .warranty-part .rightside-content img{
      max-width: 24px;
      max-height: 24px;
  }
}

@media (max-width: 992px) {
  .single-products .banner-single .leftside{
      height: 500px;
  }
  .single-products .banner-single .leftside .mySwiper-product .swiper-slide img{
      height: 300px;
  }
}

@media (max-width: 576px) {
  .single-products .banner-single .leftside{
      height: 315px;
  }
  .single-products .banner-single .leftside .mySwiper-product .swiper-slide img{
      height: 200px;
  }
  .leftside.col-lg-7 .certifications_warmepumpen{
      top: 14px;
      left: 14px;
  }
  .leftside.col-lg-7 .certifications_warmepumpen .certification img{
      max-width: 58px;
      max-height: 24px;
  }
  .single-products .banner-single .leftside.col-lg-7 .container{
      padding: 0;
  }
}

@media (max-width: 575.98px) {
  .single-products .banner-single .row{
      gap: 0;
  }
}

.mySwiper-product .swiper-pagination .swiper-pagination-bullet-active{
  background: #000;
}

.single-products .section__three-icons-info .wrapper-box .boxed{
  justify-content: flex-start;
  align-items: center;
}

.single-products .section__three-icons-info .wrapper-box .boxed img{
  margin: unset;
  margin-bottom: 23px;
}

.three_boxes-title{
  color: #546974;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 32px;
  @media (max-width: 992px) {
      font-size: 30px;
  }
  @media (max-width: 576px) {
      font-size: 24px;
      margin-bottom: 24px;
  }
}

@media (max-width: 575.98px) {
  .single-products .section__three-icons-info .wrapper-box{
      padding-top: 0;
  }
  .single-products .section__three-icons-info{
      padding-top: 0;
  }
}
.review__section-new .reviews-single-product{
  position: relative;
}
.configurator .forminator-label .forminator-required {
  display: none;
}



.tab-content .price-tab { 
  display: none;
}
.tab-content .price-tab.active {
  display: block;
}

.tab-content .iframe-tab {
  display: none;
}
.tab-content .iframe-tab.active {
  display: block;
}

.tab-content .collage-tab {
  display: none;
}
.tab-content .collage-tab.active {
  display: flex;
}

.integration-tab {
  display: none;
}
.integration-tab.active {
  display: flex;
}

.components-tab {
  display: none;
}
.components-tab.active {
  display: flex;
}

.quality-tab {
  display: none;
}
.quality-tab.active {
  display: flex;
}
.configurator__section .configurator-inner .content-section .box .content-title {
  font-family: "NotoSans-Bold";
}
.forminator-ui.forminator-custom-form.forminator-design--default .forminator-radio {
  padding-bottom: 20px!important;
}
.forminator-pagination-start .forminator-field label {
  height: 100%!important;
}
/* footer .main-dark-line__footer {
  margin-bottom: 64px;
}
@media (max-width: 991.98px) {
  footer .main-dark-line__footer {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  footer .main-dark-line__footer {
    margin-bottom: 60px;
  }
}
.post-type-archive .main-dark-line__footer,
.page-template-about .main-dark-line__footer,
.page-template-blog .main-dark-line__footer,
.post-template-default .main-dark-line__footer {
  display: none;
} */
@media (max-width: 991.98px) {
  .home .site-footer .footer__bottom-section,
  .page-template-b2b .site-footer .footer__bottom-section {
    padding: 40px 0 24px 0;
  }
}
@media (max-width: 575.98px) {
  .home .site-footer .footer__bottom-section,
  .page-template-b2b .site-footer .footer__bottom-section {
    padding: 60px 0 24px 0;
  }
}
@media (max-width: 575.98px) {
  .home .footer-dark-section,
  .page-template-b2b .footer-dark-section {
      margin-bottom: 0px!important;
  }
}
@media (max-width: 991.98px) {
  .forminator-ui.forminator-custom-form.forminator-design--default .forminator-radio {
    min-height: 46px !important;
    padding: 0 !important;
  }
}


/* .sitemap ul,
.page-id-6613 #primary ul {
  padding-left: 32px;
}
.sitemap ul > li,
.page-id-6613 #primary ul > li {
  list-style-type: disc;
}
.sitemap h1,
.page-id-6613 #primary h1 {
  padding-top: 50px;
}
.sitemap h2,
.page-id-6613 #primary h2 {
  padding-top: 15px;
} */