/* Theme Name: Zena
    Theme URI: https://zena-estrich.de/
    Author: Rasim Rexhepi
    Author URI: https://www.linkedin.com/in/rasim-rexhepi-39b3a5136/
    Version: 1.0
    Tested up to: 5.4
    Requires PHP: 5.6
    License: GNU General Public License v2 or later
    License URI: LICENSE
    Text Domain: zena estrich
    Tags: HTML5, CSS3, SCSS, JAVASCRIPT, JQUERY, AJAX, PHP 
*/
@font-face {
  font-family: "Poppins-Light";
  src: url("./fonts/Poppins-Light.woff") format("woff");
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("./fonts/Poppins-Regular.woff") format("woff");
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("./fonts/Poppins-Medium.woff") format("woff");
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("./fonts/Poppins-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("./fonts/Poppins-Bold.woff") format("woff");
}

html {
  scroll-behavior: smooth;
  overflow-y: hidden;
}

body {
  margin: 0;
  padding: 0;
}

* {
  color: #212121;
  font-family: "Poppins-Light";
  outline: none !important;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  width: 100%;
  height: 100%;
}

p {
  font-size: 18px;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
button,
form {
  margin: 0;
  color: #212121;
}

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

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #212121;
}

.logo {
  display: block;
  width: 150px;
}

header {
  padding-top: 80px;
}

header .container {
  position: relative;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.home .header {
  width: calc(100% - 30px);
  position: absolute;
  z-index: 3;
  top: 80px;
}

body.home header {
  padding-top: 0;
}

.menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 26px 0 0;
  border-top: 6px solid #f58634;
  margin-top: 10px !important;
}

.menu-wrapper a {
  font-family: "Poppins-SemiBold";
  font-size: 18px;
}

.menu-wrapper a:hover {
  color: #f58634;
}

.menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.menu-item {
  padding-left: 36px;
}

.menu-item:first-child {
  padding-left: 0;
}

.current-menu-item a {
  color: #f58634;
}

.banner-wrapper {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.banner {
  position: relative;
  height: calc(100vh - 218px);
}

.banner__image {
  height: 100%;
}

.banner__image img {
  -o-object-fit: cover;
  object-fit: cover;
}

.banner__image .swiper {
  height: 100%;
}

.product-wrapper {
  position: relative;
  height: 218px;
  z-index: 2;
  background-color: #f58634;
  overflow: hidden;
}

.product-wrapper:hover .navigation-btn {
  opacity: 1;
}

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
}

.product__item:hover {
  background: rgba(255, 255, 255, 0.15);
}

.product__item__icon {
  width: 82px;
  height: 82px;
}

.product__item__title {
  color: #fff;
  font-family: "Poppins-SemiBold";
  font-size: 20px;
  line-height: 0.8;
  margin-top: 40px;
  text-align: center;
}

.product__item__description {
  font-family: "Poppins-Light";
  font-size: 14px;
  color: #5b5b5b;
  padding-top: 14px;
}

.product .navigation-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  cursor: pointer;
}

.product .navigation-btn.product-next {
  right: 50px;
}

.product .navigation-btn.product-prev {
  left: 50px;
}

.product .navigation-btn.swiper-button-disabled svg path {
  fill: #ffffff5e;
}

body.home .product__item svg path {
  fill: white;
}

.about {
  padding: 150px 0px 200px 0px;
}

.about__block {
  text-align: center;
  padding: 0px 76px;
}

.subtitle {
  font-family: "Poppins-Bold";
  font-size: 18px;
  text-transform: uppercase;
  color: #f58634;
}

.title {
  font-family: "Poppins-Bold";
  font-size: 40px;
  padding-bottom: 20px;
  line-height: 1;
}

.watch-more-button {
  font-family: "Poppins-SemiBold";
  font-size: 18px;
  color: white;
  background: #f58634;
  width: 220px;
  height: 66px;
  cursor: pointer;
  border: 2px solid #f58634;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 36px auto 0 auto;
}

.watch-more-button:hover {
  background: white;
  color: #f58634;
}

.watch-more-button-simple {
  position: relative;
  font-size: 16px;
  margin-top: 32px;
  line-height: 0.5;
  color: #5b5b5b;
  cursor: pointer;
}

.watch-more-button-simple svg {
  padding-left: 6px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.watch-more-button-simple svg path {
  fill: #5b5b5b;
}

.partner-wrapper {
  text-align: center;
  padding-bottom: 200px;
}

.partner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  padding-top: 84px;
}

.partner__item {
  height: 220px;
  padding: 20px;
}

.partner__item img {
  -o-object-fit: contain;
  object-fit: contain;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
}

.line {
  position: relative;
  width: 150px;
  margin-top: -50px;
}

.line:before {
  content: "";
  position: absolute;
  height: 8px;
  background-color: #f58634;
  -webkit-animation: load 1.5s cubic-bezier(0, 0, 0.58, 1) infinite;
  animation: load 1.5s cubic-bezier(0, 0, 0.58, 1) infinite;
}

@-webkit-keyframes load {
  0% {
    left: 0;
    right: 90%;
  }
  25% {
    left: 0;
    right: 0;
  }
  50% {
    left: 90%;
    right: 0;
  }
  75% {
    left: 0;
    right: 0;
  }
  100% {
    left: 0;
    right: 90%;
  }
}

@keyframes load {
  0% {
    left: 0;
    right: 90%;
  }
  25% {
    left: 0;
    right: 0;
  }
  50% {
    left: 90%;
    right: 0;
  }
  75% {
    left: 0;
    right: 0;
  }
  100% {
    left: 0;
    right: 90%;
  }
}

.footer {
  padding: 70px 0 46px 0;
  background: #212121;
}

.footer__top {
  padding-bottom: 70px;
}

.footer__bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer__bottom a,
.footer__bottom span {
  color: #f4f4f4;
  font-size: 16px;
  font-weight: normal;
}

.footer__bottom a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

.footer__bottom a:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  height: 2px;
  width: 0px;
  background-color: #f4f4f4;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer__bottom a:hover:before {
  width: 16px;
  -webkit-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}

.footer__bottom__contact a {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 6px;
}

.footer__bottom__contact a:first-child {
  margin-top: 0;
}

.footer__bottom__copyrights {
  text-align: center;
}

.footer__bottom__author {
  text-align: right;
}

.large-image {
  margin: 80px 0;
  height: 376px;
}

.large-image img {
  -o-object-fit: cover;
  object-fit: cover;
}

.mission {
  padding-bottom: 150px;
}

.mission__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 40px;
}

.mission .title {
  padding: 0;
}

.iso-standart {
  width: 350px;
}

.iso-standart img {
  -o-object-fit: contain;
  object-fit: contain;
}

.product-page-desc {
  padding: 80px 0;
}

.product-page-desc p {
  font-size: 16px;
  color: #5b5b5b;
}

.product-all {
  padding-bottom: 100px;
}

.product-all .product {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 58px;
}

.product-all .product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  padding: 40px;
  border: 1px solid #e3e3e3;
  background: #fbfbfb;
  cursor: pointer;
}

.product-all .product__item:hover {
  border: 1px solid #b4b4b4;
}

.product-all .product__item:hover .watch-more-button-simple svg {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.product-all .product__item__title {
  color: #212121;
  font-family: "Poppins-Medium";
  font-weight: normal;
  overflow: hidden;
  line-height: 1.3;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap;
  max-width: 320px;
  text-align: center;
}

.product-all .product__item__description {
  text-align: center;
}

.product-all .product__item__thumbnail {
  max-width: 200px;
  max-height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

.all {
  display: flex;
  min-height: 240px;
}

.galerie img{
    object-fit: cover;
}
.category .title {
  padding-bottom: 0;
}

.category .product__item {
  background: white;
  -webkit-box-shadow: 0 0 30px #e3e3e3;
  box-shadow: 0 0 30px #e3e3e3;
  border-color: transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.category .product__item:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 0 50px #d1d1d1;
  box-shadow: 0 0 50px #d1d1d1;
}

.mf {
  font-family: "Poppins-Medium";
  font-weight: normal;
}

.m-size {
  position: relative;
  display: inline-block;
  font-size: 28px;
  padding-bottom: 20px !important;
}

.single-wrapper {
  padding: 100px 0;
  gap: 60px;
  display: flex;
  flex-wrap:wrap;
}

.single-wrapper .single-img {
  width: 500px !important;
}

.single-wrapper .single-product__content{
    flex-basis: 45%;
    flex-grow:1;
}

.single-wrapper .swiper-single {
  margin: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.single-wrapper .swiper-single .swiper-slide img {
  width: 500px;
  height: 500px;
  -o-object-fit: contain;
  object-fit: contain;
}

.single-wrapper .swiper-single .navigation-wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single-wrapper .swiper-single .navigation-wrapper .navigation-btn {
  padding: 0 5px;
  cursor: pointer;
}

.single-wrapper .swiper-single .navigation-wrapper .navigation-btn path {
  fill: #e0e0e0;
}

.single-wrapper
  .swiper-single
  .navigation-wrapper
  .navigation-btn.swiper-button-disabled {
  opacity: 0.5;
}

.single-wrapper .title {
  padding-bottom: 30px;
}

.single-wrapper p {
  font-size: 16px;
}

.single-wrapper a {
  text-decoration: underline !important;
}

.single-wrapper ul {
  margin-bottom: 0;
}

.single-wrapper .single-video {
  padding-top: 150px;
}

.video-wrapper {
  padding-top: 30px;
}

.downloads .product-page-desc p {
  width: 600px;
  font-size: 18px;
}

.downloads__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 530px;
}

.list-arrow {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 1s;
  transition: 1s;
}

.list-arrow--top {
  right: -20px;
  top: -20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.list-arrow--bottom {
  left: -20px;
  bottom: -20px;
}

.list-arrow.active-arrow.list-arrow--top {
  right: -60px;
  top: -60px;
}

.list-arrow.active-arrow.list-arrow--bottom {
  left: -60px;
  bottom: -60px;
}

.contact {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 42% 42%;
  grid-template-columns: 42% 42%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 100px;
}

.contact__info h4 {
  font-family: "Poppins-SemiBold";
  font-size: 20px;
  color: #f58634;
  padding-bottom: 14px;
}

.contact__info p,
.contact__info a {
  font-family: "Poppins-Regular";
  font-size: 18px;
}

.contact .contact-block {
  padding-top: 40px;
}

.contact .contact-block:first-child {
  padding: 0;
}

.contact .contact-block p {
  margin-bottom: 6px;
}

.contact .contact-block p:last-of-type {
  margin-bottom: 0px;
}

.wpcf7-form p:first-of-type {
  margin: 0;
}

.wpcf7-form p textarea {
  width: 100%;
  border-bottom: 2px solid #f58634;
  font-family: "Poppins-SemiBold";
  resize: none;
  font-size: 18px;
  padding: 20px;
}

.wpcf7-form p textarea::-webkit-input-placeholder {
  font-family: "Poppins-Regular";
  color: #212121;
}

.wpcf7-form p textarea:-ms-input-placeholder {
  font-family: "Poppins-Regular";
  color: #212121;
}

.wpcf7-form p textarea::-ms-input-placeholder {
  font-family: "Poppins-Regular";
  color: #212121;
}

.wpcf7-form p textarea::placeholder {
  font-family: "Poppins-Regular";
  color: #212121;
}

.wpcf7-form p textarea:focus {
  background-color: #f7f7f7;
}

.wpcf7-form p input {
  width: 100%;
  border-bottom: 2px solid #f58634;
  font-family: "Poppins-SemiBold";
  font-size: 18px;
  padding: 20px;
}

.wpcf7-form p input::-webkit-input-placeholder {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #212121;
}

.wpcf7-form p input:-ms-input-placeholder {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #212121;
}

.wpcf7-form p input::-ms-input-placeholder {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #212121;
}

.wpcf7-form p input::placeholder {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #212121;
}

.wpcf7-form p input:focus {
  background-color: #f7f7f7;
}

.wpcf7-form p .wpcf7-submit:focus {
  background: white !important;
  color: #f58634;
}

.wpcf7-form .watch-more-button {
  position: relative;
  margin: 20px 0 0 0;
}

.wpcf7-form .watch-more-button:hover input {
  color: #f58634;
  border: #f58634;
}

.wpcf7-form .watch-more-button input {
  color: white;
  border: none;
  font-family: "Poppins-SemiBold";
  height: 100%;
  cursor: pointer;
  padding: 0;
}

.wpcf7-form .ajax-loader {
  position: absolute;
  right: 10px;
  background-color: white;
  opacity: 1;
  margin: 0;
}

.wpcf7-form .ajax-loader:before {
  background-color: #f58634;
}

.wpcf7-form .wpcf7-response-output {
  margin: 50px 0 0 !important;
  font-size: 14px;
  padding: 6px 10px !important;
  font-family: "Poppins-Regular";
}

.wpcf7-form .wpcf7-not-valid-tip {
  font-family: "Poppins-Regular";
  font-size: 14px;
  padding-top: 4px;
  padding-left: 20px;
  color: #f58634;
}

.wpml-ls-legacy-dropdown {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.wpml-ls-legacy-dropdown a {
  background: transparent !important;
  border: none;
}

.wpml-ls-legacy-dropdown a:hover {
  background: transparent !important;
}

.wpml-ls-legacy-dropdown a:hover span {
  color: #f58634;
}

.wpml-ls-legacy-dropdown a:hover span:after {
  color: #f58634 !important;
}

.wpml-ls-legacy-dropdown a span {
  font-family: "Poppins-SemiBold";
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: none;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  padding: 0;
  margin-top: 8px;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding: 0 16px 0 0;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  top: calc(50% - 0.2em);
  border: 0.3em solid transparent;
  border-top: 0.45em solid;
  right: 0px;
  color: #212121;
}

.wpml-ls-legacy-dropdown a:hover span:before {
  color: blue !important;
}

.mobile-menu {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  min-width: 300px;
  padding: 40px;
  background: white;
  z-index: 2;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
  border-right: 5px solid #f58634;
}

.mobile-menu.active-menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.mobile-menu .menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mobile-menu .menu-item {
  padding: 0;
  margin-bottom: 10px;
}

.mobile-menu .menu-item a {
  font-size: 28px;
  font-family: "Poppins-SemiBold";
}

.mobile-menu .menu-item a:hover {
  color: #f58634;
}

.mobile-menu .wpml-ls-legacy-dropdown a span {
  font-size: 28px;
}

.mobile-menu .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  font-size: 28px;
  font-family: "Poppins-SemiBold";
}

.mobile-menu .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  border: 0.22em solid transparent;
  border-top: 0.3em solid;
  top: calc(50% - 0.15em);
}

.mobile-menu .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle span {
  font-size: 28px !important;
}

.mobile-menu .sm-logo {
  width: 150px;
}

.hamburger-wrapper {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.hamburger-wrapper.active-btn .menu-btn:before {
  -webkit-transform: translate(-50%, 0) rotate(-35deg) scaleX(0.6);
  transform: translate(-50%, 0) rotate(-35deg) scaleX(0.6);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.hamburger-wrapper.active-btn .menu-btn:after {
  -webkit-transform: translate(-50%, 0) rotate(35deg) scaleX(0.6);
  transform: translate(-50%, 0) rotate(35deg) scaleX(0.6);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.hamburger-wrapper .menu-btn {
  position: relative;
  display: block;
  width: 50px;
  height: 4px;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  background: currentColor;
  color: inherit;
  font-size: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.hamburger-wrapper .menu-btn:before,
.hamburger-wrapper .menu-btn:after {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 100%;
  height: 4px;
  background: currentColor;
  content: "";
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}

.hamburger-wrapper .menu-btn:before {
  -webkit-transform: translate(-50%, -14px);
  transform: translate(-50%, -14px);
}

.hamburger-wrapper .menu-btn:after {
  -webkit-transform: translate(-50%, 14px);
  transform: translate(-50%, 14px);
}

.wpcf7-spinner {
  width: 36px !important;
  display: none !important;
}

.contact form br {
  display: none;
}

.two-col p {
  display: flex;
  gap: 50px;
}

.single-products {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

.home .product__item__title {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 270px;
  white-space: nowrap;
}

/* downloads */
.downloads__list {
  padding-bottom: 130px;
}

.downloads__list__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 30px;
  background-color: #f9f9f9;
}
.downloads__divider {
  margin: 0;
  border: 1px solid #f58634;
}
.downloads__list__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 22px 30px;
  background-color: #fff;
}
.downloads__list__row:nth-child(even) {
  background-color: #f9f9f9;
}
.downloads__list__row a:hover {
  color: #000;
  text-decoration: underline;
}

/* gallerie */

.galerie {
  padding-bottom: 130px;
}
.galerie__category {
  display: flex;
}
.galerie__category__item {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
.galerie__category__item:before {
  content: "";
  display: block;
  width: calc(0% - 30px);
  position: absolute;
  bottom: -4px;
  height: 3px;
  background: #f48635;
  -webkit-transition: width 250ms ease-out;
  transition: width 250ms ease-out;
}
.galerie__category__item:hover:before {
  width: calc(100% - 30px);
  -webkit-transition: width 250ms ease-out;
  transition: width 250ms ease-out;
}
.galerie__category__item.active:before {
  width: calc(100% - 30px);
}

.galerie__content {
  padding-top: 50px;
}
.modal {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.modal .close-references {
  position: absolute;
  z-index: 2;
  top: 40px;
  right: 40px;
  width: 34px;
  height: 34px;
  cursor: pointer;
}

.modal .close-references svg {
  width: 100%;
  height: 100%;
  opacity: 0.75 !important;
  transition: 0.2s;
}

.modal .close-references svg:hover {
  opacity: 1 !important;
}

.modal__wrapper {
  background: white;
  width: 60%;
  height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow-y: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.modal__wrapper .swiper-galerie {
  height: 100%;
}

.modal__wrapper img {
  object-fit: cover;
}

.swiper-galerie-pagination {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  text-align: center;
}

.modal__wrapper .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  background: #fff;
  opacity: 0.5;
  border-radius: 0;
}
.modal__wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 0.8;
}

.modal__wrapper .slider-area .slick-prev-references {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
  width: 30px;
}

.modal__wrapper .slider-area .slick-next-references {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  width: 30px;
}

/* .slick-arrow.slick-hidden{
  display: block !important;
} */

.modal__wrapper .modal-desc {
  padding: 25px 70px;
  display: none;
}

.modal__wrapper .modal-desc .project-title {
  font-size: 26px;
  font-weight: 900;
  padding-bottom: 5px;
  display: block;
}

.modal__wrapper .modal-desc .project-desc {
  font-weight: 200;
  color: black;
}

.show-modal {
  z-index: 10 !important;
  opacity: 1 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.modal.show-modal .modal__wrapper {
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* R E S P O N S I V E */

@media (min-width: 1200px) {
  .container {
    width: 1100px;
    height: 100%;
  }
}

@media (min-width: 1500px) {
  .container {
    width: 1350px;
  }
}

@media (max-width: 1500px) {
  .single-wrapper {
    -ms-grid-columns: 45% 50%;
    grid-template-columns: 45% 50%;
  }
  .single-wrapper .swiper-single .navigation-wrapper {
    margin: 0 auto;
  }
  .product-all .product {
    gap: 40px;
  }
  .product-all .product__item__title {
    max-width: 236px;
    margin: 30px auto 0 auto;
  }
  .header .logo {
    margin-left: 0;
  }
  body.home .header {
    top: 50px;
  }
  .product {
    height: 100%;
  }
  .product__item__title {
    margin-top: 30px;
    text-align: center;
    line-height: 1.2;
  }
  .banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(255, 255, 255, 0.2);
  }
  .home .product__item__title {
    width: 240px;
  }
}

@media (max-width: 1200px) {
  .single-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 70px 0 100px 0;
    justify-content: center;
  }
  .single-wrapper .swiper-wrapper {
    margin-bottom: 30px;
  }
  .single-wrapper .single-video {
    padding-top: 70px;
  }
  .single-wrapper .single-product__content {
    margin-top: 60px;
  }
  .single-wrapper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .single-wrapper .swiper-single .swiper-slide img {
    width: 500px;
    height: unset;
  }

  .product-all .product {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
  .footer__bottom {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
  .footer__bottom__author {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__bottom__copyrights {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    text-align: right;
  }
  .about__block {
    padding: 0;
  }
  .product-wrapper .container {
    height: 100%;
  }
  .product-wrapper .navigation-btn.product-next {
    right: 20px;
  }
  .product-wrapper .navigation-btn.product-prev {
    left: 20px;
  }
  .header .container {
    position: relative;
  }
  .header .menu-wrapper {
    display: none;
  }
  .header .hamburger-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .modal__wrapper {
    width: 75%;
    height: 75%;
  }
}

@media (max-width: 992px) {
  .single-wrapper .single-product__content {
    margin-top: 40px;
  }
  
  .single-wrapper {
    padding-top: 50px;
  }
  .contact .contact-block p {
    margin-bottom: 12px;
  }
  .contact__info h4 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .contact__info p,
  .contact__info a {
    font-size: 16px;
    line-height: 1.4;
  }

  .wpcf7-form p textarea {
    font-size: 16px;
    padding: 14px;
  }
  .wpcf7-form p textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .wpcf7-form p textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .wpcf7-form p textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  .wpcf7-form p textarea::placeholder {
    font-size: 16px;
  }
  .wpcf7-form p input {
    font-size: 16px;
    padding: 14px;
  }
  .wpcf7-form p input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .wpcf7-form p input:-ms-input-placeholder {
    font-size: 16px;
  }
  .wpcf7-form p input::-ms-input-placeholder {
    font-size: 16px;
  }
  .wpcf7-form p input::placeholder {
    font-size: 16px;
  }

  .downloads .product-page-desc p {
    width: 100%;
  }
  .list-arrow {
    display: none;
  }
  .product-page-desc {
    padding: 50px 0;
  }
  .product-all .product {
    gap: 40px;
  }
  .iso-standart {
    width: 300px;
  }
  .partner-wrapper {
    padding-bottom: 130px;
  }
  .partner {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
  .large-image {
    height: 300px;
    margin: 50px 0;
  }
  header {
    padding-top: 50px;
  }
  .modal__wrapper {
    width: 75%;
    height: 65%;
  }
}

@media (max-width: 768px) {
  .video-wrapper iframe {
    width: 100%;
    height: 370px;
  }
  .contact {
    -ms-grid-columns: 43% 45%;
    grid-template-columns: 43% 45%;
  }

  .downloads .product-page-desc p {
    font-size: 16px;
  }
  .product-all {
    padding-bottom: 70px;
  }
  .product-all .product {
    gap: 15px;
  }
  .product-all .product__item {
    padding: 24px;
  }
  .product-all .product__item__title {
    white-space: pre-wrap;
    margin: 20px auto 0 auto;
  }
  .product-all .product__item__description {
    padding-top: 10px;
  }
  .large-image {
    height: 200px;
  }
  .mission {
    padding-bottom: 100px;
  }
  .mission__bottom p {
    font-size: 16px;
  }
  .iso-standart {
    margin-left: 20px;
  }
  .partner {
    gap: 30px;
  }
  .footer .logo {
    margin: 0;
  }
  .watch-more-button {
    height: 60px;
  }
  .about {
    padding: 100px 0px 150px 0px;
  }
  .hamburger-wrapper {
    margin-right: 30px;
  }
  .downloads__list a,
  .downloads__list span {
    font-size: 14px;
  }
  .modal__wrapper {
    width: 87%;
    height: 55%;
  }
  .modal .close-references {
    right: 20px;
    top: 20px;
  }
  .col-12 {
    width: 50%;
  }
}

@media (max-width: 605px) {
     .single-wrapper .single-img{
        width:440px !important;
    }
  .single-wrapper .swiper-single .swiper-slide img {
    width: 100%;
  }
  .contact {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-bottom: 50px;
  }
  .contact__form {
    margin-top: 20px;
  }
  .contact__form .watch-more-button {
    width: 100%;
  }
  .downloads__banner {
    height: 200px;
  }
  .downloads__banner img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .downloads .product-page-desc p {
    line-height: 1.4;
  }
  .title.mf {
    line-height: 1.2;
  }
  .product-all .product {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
  .partner-wrapper .partner {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    padding-top: 50px;
  }
  .footer {
    padding: 50px 0 42px 0;
  }
  .footer__top {
    padding-bottom: 40px;
  }
  .footer__bottom {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
  .footer__bottom__contact a {
    margin-top: 14px;
  }
  .footer__bottom__copyrights {
    grid-column: unset;
    grid-row: unset;
    text-align: left;
    margin-top: 14px;
  }
  .footer__bottom__author {
    grid-column: unset;
    grid-row: unset;
    text-align: left;
    margin-top: 12px;
  }
  .footer__bottom__author a {
    color: #a0a0a0;
  }
  .footer__bottom__author a:hover {
    color: #f4f4f4;
  }
  .mobile-menu {
    width: calc(100% + 5px);
  }
  .hamburger-wrapper {
    z-index: 3;
  }
}

@media (max-width: 450px) {
      .single-wrapper .single-img{
        width:350px !important;
    }
  .col-12 {
    width: 100%;
  }
  .single-wrapper {
    padding-bottom: 10px;
  }
  .single-wrapper .swiper-wrapper {
    margin-bottom: 20px;
  }
  .single-wrapper .swiper-single .swiper-slide img {
    height: auto;
    width: 100%;
  }
  .single-wrapper .single-video .title {
    font-size: 24px;
    padding-bottom: 0 !important;
  }

  .downloads .product-page-desc {
    padding: 40px 0;
  }
  .mission__top {
    padding-bottom: 30px;
  }
  .partner-wrapper {
    padding-bottom: 100px;
  }
  .footer {
    padding: 50px 0 42px 0;
  }
  .watch-more-button {
    font-size: 16px;
    height: 50px;
    width: 160px;
    margin: 30px 0;
  }
  .about {
    padding: 80px 0px 120px 0px;
  }
  .about__block {
    text-align: left;
  }
  .about__block p {
    font-size: 16px;
  }
  .subtitle {
    font-family: "Poppins-SemiBold";
    font-size: 16px;
  }
  .title {
    font-size: 32px;
  }
  .wpml-ls-legacy-dropdown {
    padding-bottom: 16px;
  }
  .hamburger-wrapper {
    margin-right: 20px;
  }
  .logo,
  .mobile-menu .sm-logo {
    width: 120px;
  }
  body.home .header {
    top: 30px;
  }
  .hamburger-wrapper {
    z-index: 3;
    top: 40px;
  }
  .product__item__icon {
    width: 70px;
    height: 70px;
  }
  .product__item__icon svg {
    width: 100%;
    height: 100%;
  }
  .product__item__title {
    font-size: 18px;
  }
  .product .navigation-btn svg {
    width: 32px;
    height: 32px;
  }
  .mobile-menu {
    width: calc(100% + 6px);
    padding: 30px;
  }
  body.home .header {
    top: 30px;
  }
  .home .product__item__title {
    width: 170px;
  }
  .modal__wrapper {
    width: 94%;
    height: 250px;
  }
}

@media (max-width: 380px) {
    .single-wrapper{
        justify-content:start;
    }
      .single-wrapper .single-img{
        width:300px !important;
    }
  .partner-wrapper .partner {
    gap: 20px;
  }
  .home .product__item__title {
    width: 140px;
  }
}
/*# sourceMappingURL=style.css.map */
