﻿@import url("https://fonts.googleapis.com/css2?family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

a {
  text-decoration: none;
  outline: none;
  border: 0px;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: rgb(143, 143, 143);
}

::placeholder {
  color: rgb(143, 143, 143);
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
}

textarea {
  border: 0px;
  outline: 0px;
}

input[type=text] {
  border: 0px;
  outline: 0px;
}

input[type=button], input[type=submit] {
  appearance: none;
}

strong {
  font-weight: 700;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgb(241, 241, 241);
}

::-webkit-scrollbar-thumb {
  background: rgb(51, 51, 51);
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(85, 85, 85);
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #dedede;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.titillium-web-extralight {
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.titillium-web-light {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.titillium-web-regular {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.titillium-web-semibold {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.titillium-web-bold {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.titillium-web-black {
  font-family: "Titillium Web", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.titillium-web-extralight-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.titillium-web-light-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.titillium-web-regular-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.titillium-web-semibold-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.titillium-web-bold-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: italic;
}

body, html {
  width: 100%;
  background: #fefefe;
  display: flex;
  font-family: "Titillium Web", sans-serif;
  flex-direction: column;
  scroll-behavior: smooth;
  font-size: 16px;
}

.header_top {
  height: 50px;
  background: #00E5C2;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0px;
  z-index: 20;
}
.header_top .container {
  display: flex;
  justify-content: center;
}
.header_top .container a {
  transition: 0.3s;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.header_top .container a:hover {
  opacity: 0.9;
}
.header_top .container i {
  margin: 0 5px 0 0;
}
.header_top .hader-top-item {
  display: flex;
  gap: 20px;
}
.header_top .hader-top-item a {
  color: #2B2B2B;
  transition: 0.2a;
}
.header_top .hader-top-item a:last-child::after {
  display: none;
}
.header_top .hader-top-item a:hover {
  color: #fff;
}
.header_top .hader-top-item a::after {
  content: "";
  border-right: 1px solid #2B2B2B;
  padding: 4px 10px;
}

.btn-close {
  position: absolute;
  right: 0px;
  top: -40px;
  background-color: #fff;
  opacity: 1;
  padding: 7px;
  border-radius: 5px;
}

#Popup .modal-body img {
  width: 100%;
}

.form-group {
  position: relative;
  padding: 15px 0 0;
  margin-bottom: 20px;
  width: 100%;
}

.form-field {
  font-family: inherit;
  color: #1C1D1E;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #dedede !important;
  outline: 0;
  font-size: 1rem;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}
.form-field::placeholder {
  color: transparent;
}
.form-field:placeholder-shown ~ .form-label {
  font-size: 1rem;
  cursor: text;
  color: #747474;
  top: 20px;
}

.form-label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
}

.form-field:focus {
  padding-bottom: 6px;
  font-weight: 500;
  border-width: 3px;
}
.form-field:focus ~ .form-label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  font-weight: 400;
}

.form-field:required, .form-field:invalid {
  box-shadow: none;
}

.forms_content {
  margin: 50px 0;
}
.forms_content h1 {
  color: #CE3847;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 20px 0;
}
.forms_content .select2-container {
  width: 100% !important;
}
.forms_content .select2-container--default .select2-selection--single {
  background-color: #fff;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #dedede;
  border-radius: 0;
  height: 50px;
}
.forms_content .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  background: transparent;
  white-space: nowrap;
  border-radius: 0;
  line-height: 53px !important;
}
.forms_content .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 11px;
  right: 1px;
  width: 20px;
}
.forms_content .accordion-button {
  background: #F4F4F4;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  color: #1C1D1E;
  padding: 25px 40px 25px 70px;
  font-weight: 500;
}
.forms_content .accordion-body {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1098039216);
  margin: 20px 0 0 0;
  padding: 50px 100px;
}
.forms_content .files {
  padding: 20px 0 56px;
  font-weight: 500;
  color: #747474;
}
.forms_content .fileuploads {
  display: flex;
  position: relative;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  color: #747474;
  padding: 0 0 20px 0;
}
.forms_content .fileuploads input[type=file] {
  cursor: pointer;
  z-index: 99;
  position: relative;
  opacity: 0;
  float: left;
  height: 50px;
  width: 100%;
}
.forms_content .fileuploads .file {
  border-bottom: 2px solid #dedede;
  left: 0;
  padding: 0 0 11px 0;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.forms_content .fileuploads i {
  font-size: 30px;
}
.forms_content .info p {
  font-size: 14px;
  padding: 10px 0 0 0;
}
.forms_content input[type=submit] {
  background: #000;
  display: block;
  width: 170px;
  margin: 50px 0 0 0;
  color: #fff;
  padding: 16px;
  border-radius: 50px;
  border: 0;
}
.forms_content input[type=submit]:hover {
  transition: 0.3s;
  background: #008682;
}
.forms_content textarea {
  font-family: inherit;
  color: #1C1D1E;
  width: 100%;
  height: 150px;
  border: 0;
  border-bottom: 2px solid #dedede !important;
  outline: 0;
  font-size: 1rem;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}

.jobapplicationform {
  margin: 50px 0;
}
.jobapplicationform .select2-container {
  width: 100% !important;
}
.jobapplicationform .select2-container--default .select2-selection--single {
  background-color: #fff;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #dedede;
  border-radius: 0;
  height: 50px;
}
.jobapplicationform .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  background: transparent;
  white-space: nowrap;
  border-radius: 0;
  line-height: 53px !important;
}
.jobapplicationform .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 11px;
  right: 1px;
  width: 20px;
}
.jobapplicationform .accordion-button {
  background: #F4F4F4;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  color: #1C1D1E;
  padding: 25px 40px 25px 70px;
  font-weight: 500;
}
.jobapplicationform .accordion-body {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1098039216);
  margin: 20px 0 0 0;
  padding: 50px 100px;
}
.jobapplicationform .files {
  padding: 20px 0 56px;
  font-weight: 500;
  color: #747474;
}
.jobapplicationform .fileuploads {
  display: flex;
  position: relative;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  color: #747474;
  padding: 0 0 20px 0;
}
.jobapplicationform .fileuploads input[type=file] {
  cursor: pointer;
  z-index: 99;
  position: relative;
  opacity: 0;
  float: left;
  height: 50px;
  width: 100%;
}
.jobapplicationform .fileuploads .file {
  border-bottom: 2px solid #dedede;
  left: 0;
  padding: 0 0 11px 0;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jobapplicationform .fileuploads i {
  font-size: 30px;
}
.jobapplicationform .info p {
  font-size: 14px;
  padding: 10px 0 0 0;
}
.jobapplicationform input[type=submit] {
  background: #000;
  display: block;
  width: 170px;
  margin: 50px 0 0 0;
  color: #fff;
  padding: 16px;
  border-radius: 50px;
  border: 0;
}
.jobapplicationform input[type=submit]:hover {
  transition: 0.3s;
  background: #008682;
}

.whatsapp {
  right: 40px;
  background: url(../Images/whatsapp-logo.png) no-repeat 0 0;
  position: fixed;
  bottom: 20px;
  background-size: contain;
  width: 140px;
  height: 40px;
  text-indent: -9999px;
}

header {
  padding: 20px 0;
  position: relative;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1215686275);
}
header .container {
  display: flex;
  justify-content: space-between;
}
header .logo img {
  max-width: 150px;
}
header nav {
  position: relative;
  display: flex;
  align-items: center;
}
header nav ul {
  display: flex;
  gap: 40px;
}
header nav ul li {
  padding: 15px 0;
}
header nav ul li a {
  color: #464646;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.5em 0;
  position: relative;
}
header nav ul li a:hover {
  color: #00E5C2;
}
header nav ul li a i {
  font-size: 12px;
}
header nav ul li .mega-menu {
  width: 130%;
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1215686275);
  top: 25px;
  left: 0;
  padding: 50px;
  margin: 15px 0 0 0;
  z-index: 100;
}
header nav ul li .mega-menu::before {
  content: "";
  width: 190px;
  height: 5px;
  background: #00E5C2;
  position: absolute;
  top: 10px;
  left: 0;
}
header nav ul li .mega-menu .mega-menu-item {
  display: flex;
  align-items: top;
  justify-content: center;
}
header nav ul li .mega-menu .mega-menu-item .item {
  width: 50%;
}
header nav ul li .mega-menu .mega-menu-item .item h5 {
  color: #00E5C2;
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 20px 0;
}
header nav ul li .mega-menu .mega-menu-item .item strong {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 20px 0;
}
header nav ul li .mega-menu .mega-menu-item .item .two-menus {
  display: flex;
}
header nav ul li .mega-menu .mega-menu-item .item ul {
  display: flex;
  flex-direction: column;
  gap: 0;
}
header nav ul li .mega-menu .mega-menu-item .item ul li {
  padding: 5px 20px 5px 0;
}
header nav ul li .mega-menu .mega-menu-item .item ul li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #262626;
}
header nav ul li .mega-menu .mega-menu-item .item ul li a:hover {
  border-bottom: 0 !important;
  color: #CE3847;
}
header nav ul li .mega-menu .mega-menu-item .item ul li a:hover .menu-icon {
  display: none;
}
header nav ul li .mega-menu .mega-menu-item .item ul li a:hover .menu-icon-hover {
  display: block;
}
header nav ul li .mega-menu .mega-menu-item .item ul li a .menu-icon-hover {
  display: none;
}
header nav ul li .mega-menu .mega-menu-item .item ul li a img {
  margin: 0 10px 0 0;
}
header .header-right {
  display: flex;
  width: 150px;
}
header .header-right img {
  max-width: 150px;
}
header .header_right {
  display: flex;
  align-items: center;
}
header .header_right .search-item {
  margin: 0 10px 0 0;
  position: relative;
}
header .header_right .search-item .search-form {
  display: flex;
  align-items: center;
  width: 40px;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
}
header .header_right .search-item .search-form input[type=text] {
  padding: 3px;
  width: 0;
}
header .header_right .search-item .search-form .search-icon {
  background: url(../Images/search-icon.png) no-repeat center center;
  margin: 0 10px 0 0;
  width: 17px;
  height: 17px;
}
header .header_right .search-item.active {
  border-bottom: 1px solid #BCBCBC;
}
header .header_right .search-item.active .search-form {
  width: 220px;
}
header .header_right .search-item.active input[type=text] {
  width: 100%;
}
header .header_right .search-item .search_list {
  display: none;
  position: absolute;
  width: 320px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 30px;
  z-index: 88;
  background: #fff;
  padding: 30px;
  top: 40px;
  left: -90px;
}
header .header_right .search-item .search_list a {
  display: block;
  padding: 10px 0 0 0;
  color: #333333;
  font-size: 16px;
}
header .header_right .search-item .search_list a:hover {
  color: #CE3847;
}
header .header_right .login {
  border-left: 1px solid #CECECE;
  padding: 5px 0 5px 15px;
  color: #464646;
  font-weight: 600;
  font-size: 1rem;
}
header .header_right .login i {
  margin: 0 5px 0 0;
}

article .home .slider {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0509803922);
}
article .home .slider .owl-nav {
  margin: 0;
  z-index: 10;
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 20px;
  font-size: 2.3rem;
  color: #ffffff;
}
article .home .slider .owl-nav .owl-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  transition: 0.4s;
  left: 40px;
  background: rgba(255, 255, 255, 0.4588235294);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
article .home .slider .owl-nav .owl-prev:hover {
  background: #fff;
  color: #CE3847;
  border-radius: 50%;
}
article .home .slider .owl-nav i {
  font-size: 22px;
}
article .home .slider .owl-nav .owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  transition: 0.4s;
  right: 40px;
  background: rgba(255, 255, 255, 0.4588235294);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
article .home .slider .owl-nav .owl-next i {
  font-size: 22px;
}
article .home .slider .owl-nav .owl-next:hover {
  background: #fff;
  color: #CE3847;
  border-radius: 50%;
}
article .home .slider .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 100;
}
article .home .slider .owl-dots span {
  background: #C2C2C2 0% 0% no-repeat padding-box;
  width: 15px;
  height: 7px;
  margin: 0 3px;
  transition: 0.4s;
  border-radius: 5px;
  opacity: 0.82;
}
article .home .slider .owl-dots .owl-dot.active span, article .home .slider .owl-dots .owl-theme .owl-dots .owl-dot:hover span {
  width: 25px;
  background: #fff 0% 0% no-repeat padding-box;
}
article .home .slider .item {
  height: 600px;
  font-family: "Barlow", sans-serif;
  background-repeat: no-repeat;
  background-size: cover !important;
}
article .home .slider .item .row {
  height: 100%;
}
article .home .slider .item .text {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 75px;
  font-weight: 700;
  color: #fff;
}
article .home .slider .item .text h1 {
  font-size: 75px;
  margin-bottom: 50px;
}
article .home .slider .item .text p {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}
article .home .slider .item .text strong {
  color: #231F20;
}
article .home .slider .item .text strong i {
  color: #CE3847;
}
article .home .slider .item .text a {
  background: #CE3847;
  font-size: 19px;
  display: inline-block;
  width: max-content;
  padding: 15px 30px;
  margin: 50px 0 0 0;
  border-radius: 10px;
  transition: 0.3s;
  color: #fff;
  letter-spacing: 0.2px;
  font-weight: 600;
}
article .home .slider .item .text a:hover {
  background: #fff;
  color: #CE3847;
}
article .home .slider .item img {
  max-width: max-content;
  bottom: 0;
  top: 0;
  margin: auto;
}
article .home .home-office-text {
  padding: 70px 0;
  text-align: center;
}
article .home .home-office-text h2 {
  color: #3E3E3E;
  font-size: 40px;
  font-weight: 700;
}
article .home .home-office-text hr {
  height: 4px;
  background: #00E5C2;
  margin: 50px auto;
  opacity: 1;
  width: 90px;
}
article .home .home-office-text p {
  width: 50%;
  margin: 0 auto;
  color: #3E3E3E;
  font-size: 18px;
  line-height: 27px;
}
article .home .home-products {
  background: #00ADE0 0% 0% no-repeat padding-box;
  padding: 70px 0 20px 0;
  position: relative;
}
article .home .home-products::after {
  content: "";
  height: 220px;
  background: transparent linear-gradient(180deg, rgba(1, 207, 202, 0.8196078431) 0%, rgba(1, 207, 202, 0.2196078431) 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  width: 100%;
  bottom: 0;
}
article .home .home-products h3 {
  font-size: 26px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0px;
  color: #00E5C2;
}
article .home .home-products h2 {
  font-size: 60px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 20px 0;
}
article .home .home-products .swiper-slide {
  margin: 60px 0 0 0;
  padding: 0 0 80px 0;
}
article .home .home-products .swiper-slide.swiper-slide-next img {
  max-width: 100%;
}
article .home .home-products .swiper-slide a {
  color: #fff;
  font-weight: 600;
  font-size: 26px;
}
article .home .home-products .swiper-slide img {
  max-width: 160px;
  display: block;
  margin: 0 auto;
  transition: 0.4s;
  padding: 20px 0 0 0;
}
article .home .home-products .swiper-slide label {
  display: block;
  text-align: center;
  padding: 40px 0 0 0;
}
article .home .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #fff;
}
article .home .home-info {
  padding: 50px 0;
}
article .home .home-info h2 {
  color: #00E5C2;
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 60px 0;
  display: block;
}
article .home .home-info ul li {
  list-style-type: disc;
  font-size: 20px;
  color: #3E3E3E;
  padding: 0 0 20px;
  margin: 0 0 0 20px;
  line-height: 27px;
}
article .home .home-brosur .home-brosur-left {
  background: #d3e8e8;
  padding: 0;
}
article .home .home-brosur .home-brosur-left img {
  width: 100%;
}
article .home .home-brosur .home-brosur-right {
  background: #5FE0C3 0% 0% no-repeat padding-box;
  padding: 60px 115px 20px 115px;
}
article .home .home-brosur .home-brosur-right strong {
  color: #2A2A2A;
  font-size: 30px;
  font-weight: 600;
}
article .home .home-brosur .home-brosur-right p {
  color: #2A2A2A;
  font-size: 16px;
  font-weight: 600;
  padding: 40px 0px 40px;
  line-height: 27px;
}
article .home .home-brosur .home-brosur-right a {
  transition: 0.3s;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  color: #2A2A2A;
  font-size: 18px;
  font-weight: 600;
  width: 277px;
  height: 73px;
  border-radius: 5px;
}
article .home .home-brosur .home-brosur-right a:hover {
  padding: 0 40px;
  background: #46c1a5;
  color: #fff;
  font-size: 18px;
}
article .home .home-forms {
  background: url(../Images/home-form-bg.png) no-repeat top center;
  margin: 60px 0 0 0;
}
article .home .home-forms h3 {
  font-size: 24px;
  font-weight: 600;
  color: #00E5C2;
  padding: 70px 0 45px 0;
}
article .home .home-forms h4 {
  font-size: 40px;
  font-weight: 600;
  color: #FFFFFF;
  padding: 0 0 30px 0;
}
article .home .home-forms .forms {
  background: #5FE0C3 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 50px 112px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
article .home .home-forms .forms .item {
  width: 49%;
}
article .home .home-forms .forms .item.w-100 {
  width: 100%;
}
article .home .home-forms .forms .item input[type=text] {
  background: transparent;
  border-bottom: 2px solid #fff;
  padding: 15px;
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
article .home .home-forms .forms .item input[type=text]::placeholder {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
article .home .home-forms .forms .item textarea {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #D5D5D5;
  width: 100%;
  border-radius: 5px;
  height: 185px;
  padding: 20px;
}
article .home .home-forms .forms .item input[type=submit], article .home .home-forms .forms .item input[type=button] {
  color: #080806;
  font-weight: 600;
  font-size: 24px;
  border: 0;
  margin: 20px auto 0 auto;
  display: block;
  width: 408px;
  height: 74px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 5px;
}
article .home .home-blog {
  margin-bottom: 100px;
}
article .home .home-blog h3 {
  font-size: 24px;
  font-weight: 600;
  color: #00E5C2;
  padding: 70px 0 25px 0;
}
article .home .home-blog h4 {
  font-size: 45px;
  font-weight: 600;
  color: #3E3E3E;
  padding: 0 0 30px 0;
}
article .home .home-blog .list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
article .home .home-blog .list .item {
  flex: 1 1 calc(50% - 20px);
  position: relative;
}
article .home .home-blog .list .item img {
  border-radius: 5px;
  width: 100%;
}
article .home .home-blog .list .item .caption {
  position: absolute;
  background: rgba(0, 0, 0, 0.1411764706);
  left: 0;
  top: 0;
  width: 100%;
  padding: 44px 60px;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
article .home .home-blog .list .item .caption strong {
  font-size: 3rem;
  font-weight: 700;
  color: #00E5C2;
  line-height: 60px;
}
article .home .home-blog .list .item .caption .bottom {
  display: flex;
  flex-direction: column;
}
article .home .home-blog .list .item .caption .bottom label {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  padding: 0 0 50px 0px;
}
article .home .home-blog .list .item .caption .bottom a {
  width: 408px;
  height: 70px;
  border: 1px solid #FFFFFF;
  transition: 0.3s;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 300;
  font-size: 22px;
}
article .home .home-blog .list .item .caption .bottom a:hover {
  background: #fff;
  color: #1C1D1E;
}
article .home .brands {
  margin: 55px 0;
}
article .home .brands img {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  width: 95%;
  margin: 10px auto;
  display: block;
}
article .home .oursolutions {
  border-bottom: 20px solid #f7f7f7;
  border-top: 20px solid #f7f7f7;
}
article .home .oursolutions .text {
  width: 420px;
  margin: 0 auto;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
article .home .oursolutions .text i {
  font-size: 100px;
}
article .home .oursolutions .text h1 {
  font-size: 2rem;
  color: #1C1D1E;
  padding: 15px 0;
}
article .home .oursolutions .text p {
  color: #313131;
  padding: 10px 0;
  font-size: 16px;
  line-height: 28px;
}
article .home .oursolutions .text a {
  height: 58px;
  display: flex;
  align-items: center;
  transition: 0.3s;
  background: #1C1D1E;
  border-radius: 30px;
  width: max-content;
  margin: 20px auto;
  padding: 10px 30px;
  font-size: 18px;
  color: #fff;
}
article .home .oursolutions .text a:hover {
  background: #CE3847;
}
article .home .oursolutions .oursolutions_right {
  position: relative;
  background: url(../Images/oursolutions_bg.svg) no-repeat 0 0;
  height: 607px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
article .home .oursolutions .oursolutions_right img {
  width: 224px;
  height: 330px;
  margin: 100px 0 0 0;
}
article .home .oursolutions .oursolutions_right .icon-1 {
  background: url(../Images/cozumlerimiz-icon-1.png) no-repeat 0 0;
  width: 128px;
  height: 128px;
  position: absolute;
  left: 50px;
  top: 100px;
}
article .home .oursolutions .oursolutions_right .icon-2 {
  background: url(../Images/cozumlerimiz-icon-2.png) no-repeat 0 0;
  width: 128px;
  height: 128px;
  position: absolute;
  right: 20px;
  bottom: 65px;
}
article .home .main-technology-and-solutions {
  padding: 50px 0;
}
article .home .main-technology-and-solutions .text {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  width: 490px;
  margin: 0 auto;
}
article .home .main-technology-and-solutions .text h1 {
  font-weight: 600;
  font-size: 2rem;
  margin: 0 0 20px 0;
  display: block;
}
article .home .main-technology-and-solutions .text h1 b {
  color: #CE3847;
}
article .home .main-technology-and-solutions .text p {
  color: #313131;
  padding: 10px 0;
  font-size: 16px;
  line-height: 28px;
  display: block;
}
article .home .main-technology-and-solutions .text a {
  height: 58px;
  display: flex;
  align-items: center;
  transition: 0.3s;
  background: #1C1D1E;
  border-radius: 30px;
  width: max-content;
  margin: 20px 0;
  padding: 10px 30px;
  font-size: 18px;
  color: #fff;
}
article .home .main-technology-and-solutions .text a:hover {
  background: #CE3847;
}
article .subpage-head {
  height: 380px;
  margin: 0 0 60px 0;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
article .subpage-head h1 {
  font-size: 65px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0px;
  color: #00E5C2;
}
article .subpage-head h2 {
  font-size: 24px;
  color: #ffffff;
}
article .subpage {
  font-size: 1rem;
  line-height: 24px;
  color: #262626;
  padding: 0 0 50px 0;
  /*  h1 {
      display: inline-block;
      font-size: 2rem;
      color: #262626;
      border-left: 10px solid #F05461;
      padding: 5px 0 5px 10px;
  }

  p {
      padding: 0 0 25px 0;
  }*/
}
article .subpage hr:not([size]) {
  margin: 3rem 0;
  height: 11px;
  background: #f7f7f7;
  opacity: 1;
}
article .subpage p {
  color: #3E3E3E;
  font-size: 18px;
  line-height: 30px;
  padding: 0 0 25px 0;
}
article .subpage h3 {
  font-size: 2rem;
  letter-spacing: 0px;
  color: #00E8C9;
  margin: 0 0 25px 0;
}
article .subpage .about h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  padding: 15px 0;
  color: #00E5C2;
}
article .subpage .about h2 {
  color: #3E3E3E;
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
  padding: 0;
}
article .subpage .about p {
  color: #3E3E3E;
}
article .subpage .about img {
  margin: 50px auto;
  display: block;
  max-width: 100%;
}
article .subpage .about .about-img {
  float: left;
  margin: 0 20px 0 0;
}
article .subpage .about .visionmision-img {
  float: right;
  margin: 0 0 0 20px;
}
article .subpage .notfound {
  text-align: center;
  padding: 50px 0;
  color: #1C1D1E;
}
article .subpage .notfound h2 {
  font-size: 150px;
  padding: 0 0 100px 0;
  display: block;
}
article .subpage .notfound strong {
  font-size: 2rem;
  font-weight: 400;
}
article .subpage .notfound p {
  color: #5A5A5A;
  font-size: 1rem;
  padding: 50px 0;
}
article .subpage .notfound a {
  margin: 0 auto;
  height: 58px;
  display: flex;
  align-items: center;
  transition: 0.3s;
  background: #1C1D1E;
  border-radius: 30px;
  width: max-content;
  padding: 10px 30px;
  font-size: 18px;
  color: #fff;
}
article .subpage .notfound a:hover {
  background: #CE3847;
}
article .three-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
article .three-box .item {
  text-align: center;
  color: #3E3E3E;
  font-size: 18px;
  line-height: 24px;
  padding: 0 50px 25px 50px;
  width: calc(33% - 10px);
  margin: 0 0 20px 0;
}
article .three-box .item .images {
  background-color: #00E5C2;
  border-radius: 200px;
  width: 240px;
  height: 240px;
  margin: 0 auto 10px auto;
}
article .three-box .item .images img {
  display: block;
  padding: 50px;
  display: block;
  margin: 0 auto;
}
article .green-box {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: center;
}
article .green-box .item {
  color: #3E3E3E;
  font-size: 32px;
  margin: 0 0 20px 0;
  font-weight: 700;
  line-height: 46px;
  padding: 0 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(32% - 10px);
  background: #00E5C2 0% 0% no-repeat padding-box;
  height: 220px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
article .super-color {
  background: #5FE0C3 0% 0% no-repeat padding-box;
  padding: 60px 0 0 0;
}
article .super-color .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
article .super-color .item p {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 400px;
  line-height: 72px;
  padding: 0 30px 0 0;
}
article .super-color .item img {
  max-width: 100%;
}
article .super-color-list {
  background: #5FE0C3 0% 0% no-repeat padding-box;
  padding: 60px 0;
}
article .super-color-list .item {
  display: flex;
  align-items: top;
  justify-content: center;
  gap: 100px;
}
article .super-color-list .item div {
  width: 48%;
}
article .super-color-list .item h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  padding: 0;
}
article .super-color-list .item p {
  color: #3E3E3E;
  font-weight: 600;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  padding: 20px 0;
}
article .super-color-list .item ul {
  margin-top: 10px;
}
article .super-color-list .item ul li {
  display: flex;
  background-repeat: no-repeat;
  background-size: 30px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M8.5 12.5L10.5 14.5L15.5 9.5" stroke="%23242424" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7 3.33782C8.47087 2.48697 10.1786 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 10.1786 2.48697 8.47087 3.33782 7" stroke="%23242424" stroke-width="1.5" stroke-linecap="round"></path></g></svg>');
  gap: 10px;
  padding: 20px 0 20px 30px;
  background-position: left;
}
article .super-color-list .item ol {
  margin-top: 50px;
}
article .super-color-list .item ol li {
  padding: 20px 0 20px 30px;
  display: flex;
  gap: 20px;
}
article .super-color-list .item ol li p {
  color: #3E3E3E;
  font-weight: 600;
  font-size: 1rem;
  font-weight: 300;
  line-height: normal;
  padding: 0;
}
article .super-color-list .item ol li i {
  border: 2px solid #fff;
  width: 80px;
  height: 43px;
  display: block;
  border-radius: 500px;
  display: flex;
  align-items: center;
  font-weight: 600;
  justify-content: center;
  background: #fff;
  font-size: 23px;
  color: #61e0c3;
  margin: 15px 0 0 0;
}
article .super-color-list .item ol li strong {
  font-weight: 600;
}
article .new-products .products-name {
  margin: 50px auto 100px auto;
  background: url(../Images/products-bgs.png) no-repeat center;
  height: 730px;
  width: 896px;
}
article .new-products .products-name .btns {
  display: flex;
  justify-content: end;
}
article .new-products .products-name .btns .info-btn {
  margin: 20px 20px 40px 20px;
  background: #00E5C2 0% 0% no-repeat padding-box;
  color: #464646;
  font-weight: 600;
  font-size: 18px;
  width: 224px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
article .new-products .products-name h1 {
  color: #00E5C2;
  font-size: 65px;
  font-weight: 700;
  text-align: center;
}
article .new-products .products-name h2 {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 24px;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  font-family: "Titillium Web", sans-serif;
}
article .new-products h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  padding: 15px 0;
  color: #00E5C2;
}
article .new-products p {
  color: #3E3E3E;
  font-size: 18px;
  line-height: 30px;
  padding: 0 0 25px 0;
}
article .new-products h3 {
  color: #3E3E3E;
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
  padding: 20px 0;
}
article .new-products h4 {
  color: #3E3E3E;
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
  padding: 50px 0;
  text-align: center;
}
article .new-products .demos {
  display: flex;
  margin: 50px 0;
}
article .new-products .demos img {
  max-width: 55%;
  margin: 0 -50px 0 0;
  object-fit: none;
  object-position: left;
}
article .new-products .demos .green-bg {
  width: 45%;
  background: #5FE0C3 0% 0% no-repeat padding-box;
  padding: 40px 80px 20px 80px;
}
article .new-products .demos .green-bg strong {
  color: #2A2A2A;
  font-size: 30px;
  font-weight: 600;
}
article .new-products .demos .green-bg p {
  color: #2A2A2A;
  font-size: 16px;
  font-weight: 600;
  padding: 40px 0px 10px;
  line-height: 27px;
}
article .new-products .demos .green-bg a {
  width: 100%;
  transition: 0.3s;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  color: #2A2A2A;
  font-size: 18px;
  font-weight: 600;
  height: 73px;
  border-radius: 5px;
}
article .new-products .demos .green-bg a:hover {
  padding: 0 40px;
  background: #46c1a5;
  color: #fff;
  font-size: 18px;
}
article .new-products .app-list .item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 15px 0;
}
article .new-products .app-list .item p {
  padding: 0 50px;
}
article .new-products .app-list .item p strong {
  display: block;
}
article .new-products .app-list .item:nth-child(2n) {
  flex-direction: row-reverse;
}
article .contact-section {
  width: 100%;
  padding: 50px 0 70px;
  background: #fff;
}
article .contact-section .container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
article .contact-cards {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-bottom: 70px;
}
article .contact-card {
  width: 420px;
  min-height: 170px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  padding: 22px 28px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
article .contact-logo {
  max-width: 125px;
  height: auto;
}
article .contact-info {
  list-style: none;
  margin: 45px 0 0;
  padding: 0;
  font-size: 12px;
  color: #666;
  line-height: 1.5;
  text-align: right;
  font-size: 16px;
}
article .contact-info li {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 7px;
  margin-bottom: 5px;
  align-items: center;
}
article li.contact-info-phone {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin-bottom: 5px;
}
article li.contact-info-address {
  align-items: flex-start;
}
article .contact-info .icon {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}
article .contact-main {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  align-items: stretch;
  min-height: 560px;
}
article .contact-form-area {
  background: #fff;
  padding: 75px 55px 45px;
  box-shadow: 8px 0 18px rgba(0, 0, 0, 0.04);
  z-index: 2;
}
article .contact-form-area h2 {
  margin: 0 0 35px;
  font-size: 24px;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.5px;
}
article .contact-form {
  width: 100%;
}
article .contact-form input,
article .contact-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #999;
  outline: none;
  padding: 13px 0 10px;
  margin-bottom: 14px;
  font-size: 13px;
  color: #333;
  background: transparent;
  font-family: inherit;
}
article .contact-form input::placeholder,
article .contact-form textarea::placeholder {
  color: #999;
}
article .contact-form textarea {
  height: 110px;
  resize: none;
  margin-top: 5px;
}
article .contact-form button {
  margin-top: 18px;
  width: 90px;
  height: 38px;
  border: none;
  border-radius: 20px;
  background: #00e5c2;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  transition: 0.2s ease;
}
article .contact-form button:hover {
  background: #00cfae;
}
article .contact-map {
  width: 100%;
  height: 560px;
  overflow: hidden;
}
article .contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
@media (max-width: 991px) {
  article .contact-cards {
    flex-direction: column;
    align-items: center;
  }
  article .contact-card {
    width: 100%;
    max-width: 500px;
  }
  article .contact-main {
    grid-template-columns: 1fr;
  }
  article .contact-form-area {
    padding: 45px 30px;
  }
  article .contact-map {
    height: 380px;
  }
}
@media (max-width: 575px) {
  article .contact-section {
    padding: 35px 0 50px;
  }
  article .contact-card {
    flex-direction: column;
    gap: 20px;
  }
  article .contact-info {
    margin: 0;
    text-align: left;
  }
  article .contact-info li {
    justify-content: flex-start;
  }
  article .contact-form-area h2 {
    font-size: 22px;
  }
}
article .accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: transparent;
  box-shadow: none;
}
article .accordion-button::after {
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 32.00 32.00" id="i-plus" xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.2"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M16 2 L16 30 M2 16 L30 16"></path></g></svg>');
}
article .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg width="256px" height="256px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M6 12L18 12" stroke="%23000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>');
}
article .accordion-item {
  border: 3px solid #00E5C2;
}
article .accordion-item .accordion-button {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #3E3E3E;
  padding: 20px;
}
article .contact {
  background: #fff;
  padding: 0 0 100px 0;
}
article .contact .contact-head {
  background: url(../Images/contact-head.png) no-repeat top center;
  width: 100%;
  height: 375px;
}
article .contact .contact-adress-item {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  margin: 50px 0 0 0;
  padding: 70px;
  display: flex;
  flex-direction: column;
}
article .contact .contact-adress-item .name {
  transition: 0.3s;
  background: #F8F5F5;
  border: 1px solid #D14B56;
  width: 20%;
  margin: 0 30px 0 0;
  height: 200px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  color: #262626;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  text-align: center;
}
article .contact .contact-adress-item .name.actives {
  background: #CE3847;
  color: #ffffff;
}
article .contact .contact-adress-item .title {
  text-align: center;
  font-size: 20px;
  color: #1C1D1E;
  margin: 20px 0;
}
article .contact .contact-adress-item .address-detail ul li {
  width: 50%;
  display: flex;
  padding: 15px 0 0 0;
  line-height: 22px;
  justify-content: right;
}
article .contact .contact-adress-item .address-detail ul li i {
  margin: 0 10px 0 0;
  align-items: center;
  display: flex;
}
article .contact .contact-adress-item .address-detail ul li a {
  color: #262626;
  display: block;
}
article .contact .contact-adress-item:hover .name {
  background: #D14B56;
  color: #ffffff;
}
article .contact .contact-forms {
  margin: 100px 0 0 0;
}
article .contact .contact-forms .contact-forms-left {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 100px 0;
  display: flex;
  justify-content: end;
}
article .contact .contact-forms .contact-forms-left .forms {
  display: flex;
  flex-direction: column;
  padding: 0 150px 0 0;
}
article .contact .contact-forms .contact-forms-left .forms h3 {
  font-size: 35px;
  font-weight: 500;
  color: #1C1D1E;
}
article .contact .contact-forms .contact-forms-left .forms label {
  font-size: 18px;
  color: #747474;
  padding: 20px 0;
}
article .contact .contact-forms .contact-forms-left .forms .form-group {
  margin: 0 0 20px 0;
}
article .contact .contact-forms .contact-forms-left .forms .form-group input[type=text] {
  transition: 0.3s;
  border-bottom: 1px solid #1C1D1E;
  width: 100%;
  padding: 10px;
}
article .contact .contact-forms .contact-forms-left .forms .form-group input[type=text]:focus {
  border-bottom: 1px solid #CE3847;
}
article .contact .contact-forms .contact-forms-left .forms .form-group textarea {
  height: 150px;
  resize: none;
  transition: 0.3s;
  border-bottom: 1px solid #1C1D1E;
  width: 100%;
  padding: 10px;
}
article .contact .contact-forms .contact-forms-left .forms .form-group textarea:focus {
  border-bottom: 1px solid #CE3847;
}
article .contact .contact-forms .contact-forms-left .forms .form-group input[type=submit] {
  border: 0;
  margin: 0;
  height: 52px;
  display: flex;
  align-items: center;
  transition: 0.3s;
  background: #1C1D1E;
  border-radius: 30px;
  width: max-content;
  padding: 10px 40px;
  font-size: 18px;
  color: #fff;
}
article .contact .contact-forms .contact-forms-left .forms .form-group input[type=submit]:hover {
  background: #CE3847;
}
article .contact .contact-forms iframe {
  margin: 100px 0 0 -100px;
  width: 150%;
  height: 500px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
article .products {
  background: #f7f7f7;
}
article .products .mobile-filter-open {
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 10px 20px;
  margin: 0px 0 20px 0;
  border-radius: 0;
  display: none;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}
article .products .mobile-filter-open.active {
  color: #CE3847;
}
article .products .path {
  margin: 0 0 30px 0;
}
article .products .path ul {
  display: flex;
}
article .products .path ul li {
  display: flex;
  align-items: center;
}
article .products .path ul li a {
  display: flex;
  align-items: center;
  color: #888888;
  font-weight: 600;
  transition: 0.3s;
}
article .products .path ul li a:hover {
  color: #CE3847;
}
article .products .path ul li i {
  font-size: 13px;
  margin: 0 5px;
}
article .products .path ul li:last-child a {
  color: #000;
}
article .products .filter {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 25px 30px;
  font-size: 15px;
}
article .products .filter hr {
  height: 1px;
  margin: 2rem 0;
  background: #DFDFDF;
}
article .products .filter strong {
  margin: 0 0 15px 0;
  display: block;
}
article .products .filter .checkbox-item {
  margin: 0 0 10px 0;
}
article .products .filter .checkbox-item label {
  cursor: pointer;
}
article .products .filter .checkbox-item input[type=checkbox] {
  cursor: pointer;
  position: relative;
  border: 1px solid #707070;
  border-radius: 5px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.3em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  opacity: 1;
}
article .products .filter .checkbox-item input[type=checkbox]:hover {
  opacity: 1;
}
article .products .filter .checkbox-item input[type=checkbox]:checked {
  opacity: 1;
}
article .products .filter .checkbox-item input[type=checkbox]:checked::before {
  display: block;
}
article .products .filter .checkbox-item input[type=checkbox]:before {
  display: none;
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 4px;
  height: 7px;
  border: solid #F16873;
  border-width: 7px;
  z-index: 2;
  border-radius: 5px;
}
article .products .products_content .products_list .item {
  margin: 0 0 50px 0;
  padding: 50px 0 0 0;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  height: 530px;
  position: relative;
}
article .products .products_content .products_list .item img {
  max-height: 275px;
  max-width: max-content;
}
article .products .products_content .products_list .item .name {
  padding: 10px 0;
  margin: 20px 0 0 0;
  border-top: 1px solid #DFDFDF;
  font-weight: 600;
  font-size: 1rem;
  color: #F16873;
  width: 80%;
  text-align: center;
}
article .products .products_content .products_list .item .info {
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
  color: #5A5A5A;
  text-align: center;
}
article .products .products_content .products_list .item a {
  height: 45px;
  width: 80%;
  margin: 20px auto -20px auto;
  display: flex;
  align-items: center;
  transition: 0.3s;
  background: #1C1D1E;
  border-radius: 30px;
  text-align: center;
  justify-content: center;
  padding: 10px 30px;
  font-size: 18px;
  color: #fff;
}
article .products .products_content .products_list .item a:hover {
  background: #CE3847;
}
article .products .products_content .products_list .item .topbtn {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 20px;
}
article .products .products_content .products_list .item .topbtn .compare_select {
  display: flex;
  align-items: center;
  top: 20px;
  right: 20px;
  z-index: 55;
  font-size: 1rem;
  color: #888888;
  font-weight: 600;
  background: transparent;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
}
article .products .products_content .products_list .item .topbtn .compare_select i {
  background: #D14B56;
  border-radius: 50px;
  color: #fff;
  width: 17px;
  height: 17px;
  margin: 0 5px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
article .products .products_content .products_list .item .topbtn .compare_select.compare_select-select i {
  background: #61B8A3;
}
article .products .products_content .products_list .item .topbtn .getanoffer {
  display: flex;
  align-items: center;
  top: 20px;
  right: 20px;
  z-index: 55;
  font-size: 1rem;
  color: #888888;
  font-weight: 600;
  background: transparent;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
}
article .products .products_content .products_list .item .topbtn .getanoffer i {
  background: #D14B56;
  border-radius: 50px;
  color: #fff;
  width: 17px;
  height: 17px;
  margin: 0 5px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
article .products .products_content .products_list .item .topbtn .getanoffer.compare_select-select i {
  background: #61B8A3;
}
article .products .products-gallery {
  position: relative;
}
article .products .products-gallery .compare_select {
  position: absolute;
  display: flex;
  align-items: center;
  top: 20px;
  right: 20px;
  z-index: 55;
  font-size: 1rem;
  color: #888888;
  font-weight: 600;
}
article .products .products-gallery .compare_select i {
  background: #D14B56;
  border-radius: 50px;
  color: #fff;
  width: 17px;
  height: 17px;
  margin: 0 5px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
article .products .products-gallery .compare_select.compare_select-select i {
  background: #61B8A3;
}
article .products .products-gallery .products-gallery-carousel {
  padding: 70px 0 75px 0;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
article .products .products-gallery img {
  max-width: max-content;
  display: block;
  margin: 0 auto;
}
article .products .products-gallery .owl-nav {
  margin: 0;
  z-index: 10;
  position: absolute;
  top: 40%;
  width: 100%;
  padding: 0 20px;
  font-size: 2.3rem;
  color: #ffffff;
}
article .products .products-gallery .owl-nav .owl-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  transition: 0.4s;
  left: 0;
  color: #5A5A5A;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
article .products .products-gallery .owl-nav .owl-prev:hover {
  color: #CE3847;
  border-radius: 50%;
}
article .products .products-gallery .owl-nav i {
  font-size: 22px;
}
article .products .products-gallery .owl-nav .owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  transition: 0.4s;
  right: 0;
  color: #5A5A5A;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
article .products .products-gallery .owl-nav .owl-next i {
  font-size: 22px;
}
article .products .products-gallery .owl-nav .owl-next:hover {
  color: #CE3847;
  border-radius: 50%;
}
article .products .products-gallery .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 100;
}
article .products .products-gallery .owl-dots span {
  background: #C2C2C2 0% 0% no-repeat padding-box;
  width: 15px;
  height: 15px;
  margin: 0 3px;
  transition: 0.4s;
  border-radius: 50px;
}
article .products .products-gallery .owl-dots .owl-dot.active span, article .products .products-gallery .owl-dots .owl-theme .owl-dots .owl-dot:hover span {
  width: 15px;
  background: #CE3847;
}
article .products .products-info h2 {
  font-weight: 600;
  font-size: 2rem;
  color: #888888;
  line-height: 44px;
}
article .products .products-info label {
  font-size: 18px;
  color: #888888;
  font-weight: 600;
  padding: 25px 0;
}
article .products .products-info p {
  color: #888888;
  font-size: 1rem;
  line-height: 32px;
}
article .products .products-info a {
  margin: 0;
  height: 40px;
  display: flex;
  align-items: center;
  transition: 0.3s;
  background: #CE3847;
  border-radius: 30px;
  width: max-content;
  padding: 10px 30px;
  font-size: 18px;
  color: #fff;
}
article .products .products-info a:hover {
  letter-spacing: 0.5px;
}
article .products .products-tecnical-title {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 25px 0;
  margin: 50px 0 0 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #464646;
}
article .products .products-tecnical-detail strong {
  margin: 25px 0 0 25px;
  display: block;
}
article .products .products-tecnical-detail .products-tecnical-detail-list {
  margin: 20px 0 0 0;
}
article .products .products-tecnical-detail .products-tecnical-detail-list ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
article .products .products-tecnical-detail .products-tecnical-detail-list ul li {
  width: 50%;
  font-size: 1rem;
  font-weight: 600;
}
article .products .products-tecnical-detail .products-tecnical-detail-list ul li label {
  border-bottom: 1px solid #E4E4E4;
  padding: 0px 30px;
  display: flex;
  height: 90px;
  align-items: center;
  width: 100%;
  overflow-y: scroll;
}
article .products .products-tecnical-detail .products-tecnical-detail-list ul li:first-child {
  background: #61B8A3;
  color: #fff;
}
article .products .products-tecnical-detail .products-tecnical-detail-list ul li:first-child label {
  margin: 0 0 0 10%;
}
article .products .products-tecnical-detail .products-tecnical-detail-list ul li:last-child {
  background: #fff;
  color: #888888;
}
article .products .products-tecnical-detail .products-tecnical-detail-list ul li:last-child label {
  margin: 0 10% 0 0;
}
article .products .products-tecnical-detail .products-tecnical-detail-list ul:last-child li label {
  border: 0;
}
article .products .comparison .compare-icon {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  justify-content: center;
}
article .products .comparison .compare-icon i {
  margin: 20px 0 0 0;
  font-size: 44px;
}
article .products .comparison strong {
  height: 70px;
  display: flex;
  align-items: center;
}
article .products .comparison .p-item {
  width: 95%;
  margin: 10px auto 20px auto;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  flex-direction: column;
  padding: 50px 0 50px 0;
  height: 470px;
  position: relative;
  justify-content: space-around;
}
article .products .comparison .p-item img {
  max-height: 275px;
  margin: 50px auto 0 auto;
  max-width: max-content;
}
article .products .comparison .p-item label {
  font-size: 18px;
  font-weight: 600;
  color: #888888;
  text-align: center;
  padding: 20px 40px;
}
article .products .comparison .p-item .remove {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #B8616B;
  font-weight: 500;
}
article .products .comparison .p-item .remove i {
  margin: 0 5px 0 0;
}
article .products .comparison .p-item .detail {
  height: 45px;
  width: 60%;
  margin: 20px auto -20px auto;
  display: flex;
  align-items: center;
  transition: all 0.3s ease 0s;
  background: rgb(28, 29, 30);
  border-radius: 30px;
  text-align: center;
  justify-content: center;
  padding: 10px 30px;
  font-size: 18px;
  color: #fff;
}
article .products .comparison .p-item .detail:hover {
  background: #CE3847;
}
article .products .comparison .item-teknik {
  width: 95%;
  margin: 70px auto 20px auto;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 0;
}
article .products .comparison .item-teknik ul li {
  font-size: 15px;
  color: #888888;
  font-weight: 500;
  border-bottom: 1px solid #E4E4E4;
  padding: 20px 40px;
}
article .products .comparison .item-teknik ul li:last-child {
  border: 0;
}
article .products .comparison .differences {
  background: #FFEFF0;
}
article .products .comparison .mobile-title {
  background: #61b8a3;
  width: 98%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 7px;
  font-weight: 700;
}
article .products .comparison .item-teknik-mobile {
  background: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0;
  width: 95%;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
article .products .comparison .item-title {
  background: #61B8A3;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 0 20px;
  margin: 0 auto;
}
article .products .comparison .item-title ul li {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  border-bottom: 1px solid #E4E4E4;
  padding: 20px 0px;
}
article .products .comparison .item-title ul li:last-child {
  border: 0;
}
article .products .comparison_technical_list {
  margin: 100px 0 0 0;
}
article .products .comparison_technical_list strong {
  padding: 25px 0;
  display: block;
  margin: -70px 0 0 0;
}
article .products .comparison_technical_list .item {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 0 40px;
}
article .products .comparison_technical_list .item ul li {
  font-size: 15px;
  color: #888888;
  font-weight: 500;
  border-bottom: 1px solid #E4E4E4;
  padding: 20px 0;
}
article .products .comparison_technical_list .item ul li:last-child {
  border: 0;
}
article .products .comparison_technical_list .item_title {
  background: #61B8A3;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 0 20px;
  margin: 0 auto;
}
article .products .comparison_technical_list .item_title ul li {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  border-bottom: 1px solid #E4E4E4;
  padding: 20px 0px;
}
article .products .comparison_technical_list .item_title ul li:last-child {
  border: 0;
}
article .products .comparison_technical_list .container {
  position: relative;
  margin: 0 auto 100px auto;
}
article .products .comparison_technical_list .items-title-content {
  position: absolute;
  left: -320px;
  top: -74px;
  width: 320px;
}
article .products .comparison_mobile table {
  border: 1px solid #dedede;
}
article .products .comparison_mobile table thead {
  background: #61b8a3;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
article .products .comparison_mobile table tr {
  text-align: center;
}
article .products .comparison_mobile table tr td {
  border-left: 1px solid #dedede;
}
article .animate_left {
  transform: translateX(-400%);
  transition: transform 0.8s ease;
}
article .animate_left:nth-of-type(even) {
  transform: translateX(0%);
}
article .animate_left.show {
  transform: translateX(0);
}
article .animate_right {
  transform: translateX(400%);
  transition: transform 0.8s ease;
}
article .animate_right:nth-of-type(even) {
  transform: translateX(0%);
}
article .animate_right.show {
  transform: translateX(0);
}
article .show-differences {
  background: #CE3847;
  color: #fff;
  position: fixed;
  z-index: 444;
  right: 0;
  top: 70%;
  padding: 15px 20px;
  border-radius: 20px 0 0 20px;
}
article .show-differences .checkbox-item {
  margin: 0;
}
article .show-differences .checkbox-item label {
  cursor: pointer;
}
article .show-differences .checkbox-item input[type=checkbox] {
  cursor: pointer;
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 5px;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.3em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  opacity: 1;
}
article .show-differences .checkbox-item input[type=checkbox]:hover {
  opacity: 1;
}
article .show-differences .checkbox-item input[type=checkbox]:checked {
  opacity: 1;
}
article .show-differences .checkbox-item input[type=checkbox]:checked::before {
  display: block;
}
article .show-differences .checkbox-item input[type=checkbox]:before {
  display: none;
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 4px;
  height: 7px;
  border: solid #ffffff;
  border-width: 7px;
  z-index: 2;
  border-radius: 5px;
}

.compare {
  position: fixed;
  bottom: -300px;
  background: #61B8A3;
  width: 100%;
  z-index: 88;
  font-size: 20px;
  font-weight: 500;
  padding: 20px 0;
  color: #FFFFFF;
  transition: 0.3s;
}
.compare .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.compare .container .plus {
  display: flex;
  align-items: center;
  height: 100%;
  width: 60px;
  justify-content: center;
  color: #7D7D7D;
}
.compare .container .compare-img {
  display: flex;
}
.compare .container .compare-img .picture {
  background: #fff;
  border-radius: 5px;
  margin: 0 10px;
}
.compare .container .compare-img .picture img {
  max-width: 60px;
  padding: 10px 15px;
}
.compare .container .btn {
  display: flex;
}
.compare .container .btn a {
  background: #FFFFFF;
  transition: 0.3s;
  border-radius: 30px;
  color: #7D7D7D;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  margin: 0 0 0 20px;
}
.compare .container .btn a:hover {
  background: #CE3847;
  color: #fff;
}
.compare.active {
  bottom: 0;
}

.comparison_technical-fixed {
  z-index: 888;
  transition: 0.3s;
  position: fixed;
  background: #61B8A3;
  width: 100%;
  padding: 20px;
  top: -250px;
}
.comparison_technical-fixed .prev-next {
  display: flex;
  justify-content: space-between;
  margin: 0 5px 10px 0;
}
.comparison_technical-fixed .prev-next .prev-prod {
  background: white;
  padding: 5px 20px;
  border-radius: 5px;
  color: #474747;
  font-weight: 600;
}
.comparison_technical-fixed .prev-next .next-prod {
  background: white;
  padding: 5px 20px;
  border-radius: 5px;
  color: #474747;
  font-weight: 600;
}
.comparison_technical-fixed .item {
  position: relative;
  background: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  width: 96%;
  margin: 0;
}
.comparison_technical-fixed .item img {
  width: 50px;
  margin: 10px auto;
}
.comparison_technical-fixed .item .canceled {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #B8616B;
  font-weight: 500;
  font-size: 14px;
  font-weight: 600;
}
.comparison_technical-fixed .item .canceled i {
  margin: 0 5px 0 0;
}
.comparison_technical-fixed.active {
  top: 0;
}

.landingpage-forms {
  background: url(../Images/home-form-bg.png) no-repeat top center;
  margin: 0 0 0 0;
}
.landingpage-forms h3 {
  font-size: 24px;
  font-weight: 600;
  color: #00E5C2;
  padding: 70px 0 45px 0;
}
.landingpage-forms h4 {
  font-size: 40px;
  font-weight: 600;
  color: #FFFFFF;
  padding: 0 0 30px 0;
}
.landingpage-forms .forms {
  background: #5FE0C3 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 50px 112px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.landingpage-forms .forms .item {
  width: 49%;
}
.landingpage-forms .forms .item.w-100 {
  width: 100%;
}
.landingpage-forms .forms .item input[type=text] {
  background: transparent;
  border-bottom: 2px solid #fff;
  padding: 15px;
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.landingpage-forms .forms .item input[type=text]::placeholder {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.landingpage-forms .forms .item textarea {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #D5D5D5;
  width: 100%;
  border-radius: 5px;
  height: 185px;
  padding: 20px;
}
.landingpage-forms .forms .item input[type=submit], .landingpage-forms .forms .item input[type=button] {
  color: #080806;
  font-weight: 600;
  font-size: 24px;
  border: 0;
  margin: 20px auto 0 auto;
  display: block;
  width: 408px;
  height: 74px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 5px;
}

footer {
  background: #2A2A2A;
  box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.0901960784);
  padding: 80px 0;
}
footer .footer_logo p {
  color: #7A7A7A;
  font-size: 14px;
  padding: 10px 0;
  max-width: 185px;
  line-height: 22px;
}
footer .footer_logo img {
  width: 150px;
  margin: 0 auto 10px auto;
  display: block;
}
footer .footer_nav ul {
  margin: 0 0 30px 0;
}
footer .footer_nav ul li:nth-child(1) a {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.64px;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}
footer .footer_nav ul li a {
  transition: 0.3s;
  font: normal normal normal 14px/16px Raleway;
  letter-spacing: 0.56px;
  color: #7A7A7A;
  padding: 10px 0 0 0;
  display: block;
}
footer .footer_nav ul li a:hover {
  color: #CE3847;
}
footer .footer_adress {
  font-size: 16px;
  font-weight: 500;
  color: #7A7A7A;
}
footer .footer_adress strong {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.64px;
  color: #FFFFFF;
}
footer .footer_adress ul li {
  display: flex;
  padding: 15px 0 0 0;
  line-height: 22px;
}
footer .footer_adress ul li i {
  margin: 0 10px 0 0;
}
footer .footer_adress ul li a {
  color: #7A7A7A;
  display: block;
}
footer .social-media strong {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.64px;
  color: #FFFFFF;
}
footer .social-media .item {
  display: flex;
}
footer .social-media .item a {
  background: #7a7a7a;
  width: 30px;
  height: 30px;
  display: flex;
  transition: 0.3s;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  margin: 15px 14px 0 0;
}
footer .social-media .item a:hover {
  background: #CE3847;
}
footer .social-media .item a i {
  color: #2A2A2A;
}

.modal-backdrop.show {
  opacity: 0.8;
}

#Contact-Modal img {
  display: block;
  margin: 0 auto;
  max-height: 320px;
}
#Contact-Modal .modal-dialog {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#Contact-Modal .modal-dialog h1 {
  font-size: 32px;
  font-weight: 600;
  color: #FFFFFF;
  padding: 0 0 20px 0;
}
#Contact-Modal .modal-dialog .modal-content {
  border-radius: 30px;
  padding: 40px;
}
#Contact-Modal .modal-dialog .modal-content .btn-close {
  background-color: black !important;
  position: absolute;
  right: -50px;
  top: -50px;
  padding: 10px;
  transition: 0.1s;
  border-radius: 50px;
  opacity: 1;
}
#Contact-Modal .modal-dialog .modal-content .btn-close:hover {
  background: #CE3847 !important;
}
#Contact-Modal .modal-dialog .modal-content .btn-close i {
  color: white;
  font-size: 20px;
  line-height: 16px;
}
#Contact-Modal .contact_form ul li {
  margin: 0 0 15px 0;
}
#Contact-Modal .contact_form ul li input[type=text] {
  transition: 0.3s;
  border: 1px solid #C4C4C4;
  border-right: 15px solid #D14B56;
  width: 100%;
  padding: 10px;
  border-radius: 15px;
}
#Contact-Modal .contact_form ul li input[type=text]:focus {
  border: 1px solid #CE3847;
  border-right: 25px solid #D14B56;
}
#Contact-Modal .contact_form ul li textarea {
  height: 150px;
  resize: none;
  transition: 0.3s;
  width: 100%;
  padding: 10px;
  border: 1px solid #C4C4C4;
  border-right: 15px solid #D14B56;
  border-radius: 15px;
}
#Contact-Modal .contact_form ul li textarea:focus {
  border: 1px solid #CE3847;
  border-right: 25px solid #D14B56;
}
#Contact-Modal input[type=submit] {
  border: 0;
  margin: 50px auto 0 auto;
  height: 52px;
  display: flex;
  align-items: center;
  transition: 0.3s;
  background: #1C1D1E;
  border-radius: 30px;
  width: max-content;
  padding: 10px 70px;
  font-size: 18px;
  color: #fff;
}
#Contact-Modal input[type=submit]:hover {
  background: #CE3847;
}

#InfoModal .logos {
  display: block;
  margin: 0 auto 0px auto;
  width: 230px;
}
#InfoModal h4 {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 35px;
  text-align: center;
}
#InfoModal .btn-close {
  background-size: contain;
  top: -12px;
  right: -10px;
  background-color: transparent;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 24.00 24.00" fill="none" xmlns="http://www.w3.org/2000/svg" stroke="%23ffffff" stroke-width="0.00024000000000000003"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M20.7457 3.32851C20.3552 2.93798 19.722 2.93798 19.3315 3.32851L12.0371 10.6229L4.74275 3.32851C4.35223 2.93798 3.71906 2.93798 3.32854 3.32851C2.93801 3.71903 2.93801 4.3522 3.32854 4.74272L10.6229 12.0371L3.32856 19.3314C2.93803 19.722 2.93803 20.3551 3.32856 20.7457C3.71908 21.1362 4.35225 21.1362 4.74277 20.7457L12.0371 13.4513L19.3315 20.7457C19.722 21.1362 20.3552 21.1362 20.7457 20.7457C21.1362 20.3551 21.1362 19.722 20.7457 19.3315L13.4513 12.0371L20.7457 4.74272C21.1362 4.3522 21.1362 3.71903 20.7457 3.32851Z" fill="%23ffffff"></path></g></svg>');
}
#InfoModal .modal-content {
  background: #272727 0% 0% no-repeat padding-box;
}
#InfoModal .modal-content .forms {
  padding: 50px 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#InfoModal .modal-content .forms .item {
  width: 49%;
}
#InfoModal .modal-content .forms .item.w-100 {
  width: 100%;
}
#InfoModal .modal-content .forms .item input[type=text] {
  background: transparent;
  border-bottom: 2px solid #fff;
  padding: 10px 15px;
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
#InfoModal .modal-content .forms .item input[type=text]::placeholder {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
#InfoModal .modal-content .forms .item textarea {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #D5D5D5;
  width: 100%;
  border-radius: 5px;
  height: 180px;
  padding: 20px;
}
#InfoModal .modal-content .forms .item input[type=submit], #InfoModal .modal-content .forms .item input[type=button] {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  color: #080806;
  font-weight: 600;
  font-size: 24px;
  border: 0;
  margin: 20px auto 0 auto;
  display: block;
  width: 408px;
  height: 74px;
  border-radius: 5px;
}

/*SlidTop*/
.slide-top {
  -webkit-animation: slide-top 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate forwards;
  animation: slide-top 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate forwards;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
/*Rotate*/
.rotate-center {
  -webkit-animation: rotate-center 5s linear infinite both;
  animation: rotate-center 5s linear infinite both;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.animate_left {
  transform: translateX(-400%);
  transition: transform 0.8s ease;
}

.animate_left:nth-of-type(even) {
  transform: translateX(0%);
}

.animate_left.show {
  transform: translateX(0);
}

.animate_right {
  transform: translateX(400%);
  transition: transform 0.8s ease;
}

.animate_right:nth-of-type(even) {
  transform: translateX(0%);
}

.animate_right.show {
  transform: translateX(0);
}

.web-prev-next {
  display: flex;
  justify-content: end;
  margin: 0 auto 10px auto;
  width: 98%;
}
.web-prev-next .prev-prod {
  background: white;
  padding: 5px 20px;
  margin: 0 20px;
  border-radius: 5px;
  color: #474747;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  font-weight: 600;
}
.web-prev-next .next-prod {
  background: white;
  padding: 5px 20px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  color: #474747;
  font-weight: 600;
}

.hamburgerbtn {
  display: none;
  width: 32px;
  height: 23px;
  position: relative;
  margin: 0;
  transform: rotate(0deg);
  transition: 0.5s;
  cursor: pointer;
}

.hamburgerbtn span {
  background: #CE3847;
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  border-radius: 10px;
}

.hamburgerbtn span:nth-child(1) {
  top: 0;
}

.hamburgerbtn span:nth-child(2), .hamburgerbtn span:nth-child(3) {
  top: 10px;
}

.hamburgerbtn span:nth-child(4) {
  top: 20px;
}

.hamburgerbtn.open span {
  background: #CE3847;
}

.hamburgerbtn.open span:nth-child(1) {
  top: 10px;
  width: 0;
  left: 50%;
}

.hamburgerbtn.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburgerbtn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburgerbtn.open span:nth-child(4) {
  top: 10px;
  width: 0;
  left: 50%;
}

.comparison_mobile {
  display: none;
}

.web-hide {
  display: none;
}

.products_compare tr {
  display: flex;
  width: 100%;
  gap: 20px;
}
.products_compare tr td {
  background: #fff;
  padding: 15px;
  font-size: 15px;
  color: #888888;
  font-weight: 500;
  border-bottom: 1px solid #E4E4E4;
  padding: 18px 20px;
  width: 23%;
}
.products_compare tr td:nth-child(1) {
  width: 25%;
  color: #fff;
  background: #61B8A3;
}

.products_detail_table tr {
  display: flex;
  width: 100%;
  gap: 0;
  margin: 0 0 -16px 0;
}
.products_detail_table tr td {
  background: #fff;
  padding: 15px;
  font-size: 15px;
  color: #888888;
  font-weight: 500;
  border-bottom: 1px solid #E4E4E4;
  padding: 18px 20px;
}
.products_detail_table tr td:nth-child(1) {
  width: 25%;
  color: #fff;
  background: #61B8A3;
}
.products_detail_table tr td:nth-child(2) {
  width: 75%;
}

.showdiffrent .different td:nth-child(2) {
  background: #FFEFF0;
}
.showdiffrent .different td:nth-child(3) {
  background: #FFEFF0;
}
.showdiffrent .different td:nth-child(4) {
  background: #FFEFF0;
}

.accordion-body {
  font-size: 1.3rem;
  line-height: 46px;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-100px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.go-up {
  display: none;
  background-image: url('data:image/svg+xml,<svg viewBox="-0.5 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M12 22.4199C17.5228 22.4199 22 17.9428 22 12.4199C22 6.89707 17.5228 2.41992 12 2.41992C6.47715 2.41992 2 6.89707 2 12.4199C2 17.9428 6.47715 22.4199 12 22.4199Z" stroke="%235fe0c3" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M8 13.8599L10.87 10.8C11.0125 10.6416 11.1868 10.5149 11.3815 10.4282C11.5761 10.3415 11.7869 10.2966 12 10.2966C12.2131 10.2966 12.4239 10.3415 12.6185 10.4282C12.8132 10.5149 12.9875 10.6416 13.13 10.8L16 13.8599" stroke="%235fe0c3" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>');
  -webkit-animation: slide-top 2s linear infinite alternate forwards;
  animation: slide-top 2s linear infinite alternate forwards;
  position: fixed;
  bottom: 20px;
  z-index: 999;
  right: 30px;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
}

.form-succes-page {
  background: #292828;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 44;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-direction: column;
}
.form-succes-page h6 {
  font-size: 3rem;
  padding: 20px 0;
  font-weight: 600;
}
.form-succes-page p {
  font-size: 1.5rem;
}
.form-succes-page img {
  margin-bottom: 40px;
}
.form-succes-page a {
  margin: 25px 0 0 0;
  border: 1px solid #fff;
  color: #fff;
  padding: 25px 50px;
  display: flex;
  gap: 20px;
  transition: 0.3s;
  border-radius: 4px;
  font-size: 1.3rem;
}
.form-succes-page a:hover {
  background: #fff;
  color: #000;
}

@media only screen and (max-width: 1400px) {
  article .home .home-forms .forms .item {
    width: 48%;
  }
  .landingpage-forms .forms .item {
    width: 48%;
  }
  article .home .home-blog h4 {
    font-size: 2rem;
    line-height: normal;
  }
  article .home .home-blog .list .item .caption strong {
    font-size: 2rem;
    line-height: 28px;
  }
  article .home .home-blog .list .item .caption .bottom label {
    font-size: 1rem;
  }
  article .home .home-blog .list .item .caption .bottom a {
    width: max-content;
    font-size: 1rem;
    height: max-content;
    padding: 10px 25px;
  }
  article .home .home-forms h4 {
    font-size: 2rem;
  }
  article .home .home-forms h3 {
    font-size: 2.5rem;
  }
  article .home .home-brosur .home-brosur-right {
    padding: 20px;
  }
  article .home .home-products h2 {
    font-size: 2rem;
  }
  article .home .home-office-text h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1200px) {
  article .super-color-list .item {
    flex-direction: column;
  }
  .form-succes-page {
    text-align: center;
  }
  .form-succes-page h6 {
    font-size: 1.2rem;
  }
  .form-succes-page p {
    font-size: 1rem;
  }
  .form-succes-page img {
    width: 40%;
  }
  .form-succes-page a {
    font-size: 1rem;
    padding: 15px;
  }
  article .contact .contact-forms .contact-forms-left {
    justify-content: center;
  }
  article .contact .contact-forms .contact-forms-left .forms {
    padding: 0;
  }
  article .home .main-technology-and-solutions img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  article .subpage h3 {
    font-size: 1.2rem;
    margin: 0;
  }
  .landingpage-forms h4 {
    font-size: 1.4rem;
  }
  .landingpage-forms .forms .item input[type=submit], .landingpage-forms .forms .item input[type=button] {
    width: 100%;
  }
  .landingpage-forms .forms .item {
    width: 100%;
  }
  .landingpage-forms .forms {
    padding: 20px;
  }
  article .super-color-list .item {
    flex-direction: column;
    gap: 10px;
  }
  article .super-color-list .item ol {
    margin-top: 0;
  }
  article .super-color-list .item ul {
    margin-top: 0px;
  }
  article .super-color-list .item ol li {
    padding: 0;
  }
  article .accordion-item .accordion-button {
    font-size: 1.2rem;
  }
  article .home .home-products .swiper-slide img {
    max-width: max-content;
  }
  #InfoModal .modal-content .forms .item input[type=submit], #InfoModal .modal-content .forms .item input[type=button] {
    width: 100%;
  }
  #InfoModal .modal-content .forms .item {
    width: 100%;
  }
  #InfoModal .modal-content .forms .item input[type=text] {
    width: 100%;
  }
  article .home .home-blog .list .item .caption strong {
    font-size: 1.5rem;
    line-height: 28px;
  }
  article .home .home-blog h3 {
    font-size: 1.4rem;
  }
  article .home .home-blog h4 {
    font-size: 1.5rem;
    line-height: normal;
  }
  article .subpage-head h1 {
    font-size: 1.5rem;
    padding: 0 10px;
  }
  article .subpage-head h2 {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  article .subpage .about h1 {
    font-size: 1.2rem;
  }
  article .subpage .about h2 {
    font-size: 1.5rem;
    line-height: normal;
    margin-bottom: 10px;
  }
  article .super-color .item {
    flex-direction: column;
  }
  article .super-color .item p {
    font-size: 1rem;
    line-height: normal;
    padding: 0;
    text-align: center;
  }
  article .green-box .item {
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: normal;
  }
  article .three-box .item {
    width: 100%;
    margin-bottom: 10px;
  }
  article .new-products .app-list .item {
    flex-direction: column;
  }
  article .new-products .app-list .item p {
    padding: 50px 0;
  }
  article .new-products .app-list .item:nth-child(2n) {
    flex-direction: column;
  }
  article .new-products .demos {
    flex-direction: column;
  }
  article .new-products .demos img {
    max-width: 100%;
    margin: 0;
    object-fit: contain;
  }
  article .new-products .demos .green-bg {
    width: 100%;
  }
  article .new-products .products-name {
    width: 100%;
    height: max-content;
    margin: 0 0 20px 0;
  }
  article .new-products .products-name h1 {
    font-size: 1.5rem;
  }
  article .new-products .products-name h2 {
    width: 80%;
    font-size: 1.5rem;
  }
  article .new-products .products-name img {
    width: 100%;
  }
  article .new-products h2 {
    font-size: 1.5rem;
  }
  article .new-products h3 {
    font-size: 1.5rem;
  }
  article .new-products h4 {
    font-size: 1.5rem;
  }
  header nav ul li .mega-menu {
    width: 100%;
    padding: 0 20px;
  }
  .header_top {
    height: max-content;
    padding: 20px 0;
  }
  header .header-right {
    display: none;
  }
  article .home .home-forms h3 {
    font-size: 1.5rem;
  }
  article .home .home-office-text p {
    padding: 0;
    font-size: 1rem;
    width: 100%;
  }
  article .home .home-office-text h2 {
    font-size: 1.5rem;
  }
  article .home .home-forms h4 {
    font-size: 1rem;
  }
  article .home .home-brosur .home-brosur-right strong {
    font-size: 1.5rem;
  }
  article .home .home-brosur .home-brosur-right p {
    font-size: 1rem;
  }
  article .home .home-info ul li {
    font-size: 1rem;
  }
  article .home .home-info h2 {
    font-size: 1.5rem;
  }
  article .home .home-products h3 {
    font-size: 1rem;
  }
  article .home .home-products h2 {
    font-size: 1.5rem;
  }
  article .home .home-forms .forms {
    padding: 30px;
  }
  article .home .home-forms .forms .item {
    width: 100%;
  }
  article .home .home-forms .forms .item input[type=text] {
    font-size: 1rem;
  }
  article .home .home-forms .forms .item input[type=text]::placeholder {
    font-size: 1rem;
  }
  article .home .home-forms .forms .item input[type=submit], article .home .home-forms .forms .item input[type=button] {
    font-size: 1rem;
  }
  .products_compare tr {
    flex-direction: column;
  }
  .products_compare tr td {
    background: #fff;
    padding: 18px 20px;
    font-size: 15px;
    color: #888888;
    font-weight: 500;
    border-bottom: 1px solid #E4E4E4;
    width: 100%;
  }
  .products_compare tr td:nth-child(1) {
    width: 100%;
    color: #fff;
    background: #61B8A3;
  }
  .products_detail_table tr {
    flex-direction: column;
  }
  .products_detail_table tr td:nth-child(1) {
    width: 100%;
    color: #fff;
    background: #61B8A3;
  }
  .products_detail_table tr td:nth-child(2) {
    width: 100%;
  }
  .web-prev-next {
    display: flex;
  }
  .web-hide {
    display: block;
  }
  .mobile-hide {
    display: none;
  }
  .comparison_mobile {
    display: block;
  }
  .hamburgerbtn {
    display: block;
  }
  .compare .container {
    flex-direction: column;
  }
  .compare .container .compare-img {
    margin: 15px 0;
  }
  .compare .container .btn {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 10px 0 0 0;
  }
  header {
    padding: 20px 0;
  }
  header .container {
    align-items: flex-start;
    flex-direction: column;
  }
  header .container .logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .container .logo img {
    max-width: 140px;
  }
  header .container nav {
    background: #f7f7f7;
    width: 100%;
    margin: 20px 0 0 0;
    display: none;
  }
  header .container nav ul {
    flex-direction: column;
    gap: 10px;
    padding: 0 10px;
  }
  header .container nav ul li {
    border-bottom: 1px solid #f1f1f1;
  }
  header .container nav ul li .mega-menu {
    position: relative;
    top: 0;
    padding: 0;
  }
  header .container nav ul li .mega-menu::before {
    display: none;
  }
  header .container nav ul li .mega-menu .mega-menu-item {
    justify-content: flex-start;
    flex-direction: column;
  }
  header .container nav ul li .mega-menu .mega-menu-item .item {
    width: 100%;
  }
  header .container nav ul li .mega-menu .mega-menu-item .item h5 {
    padding: 10px;
  }
  header .container nav ul li .mega-menu .mega-menu-item ul {
    width: 100%;
  }
  header .container nav ul li .mega-menu .mega-menu-item ul li {
    border-right: 0;
  }
  header .header_right {
    flex-direction: column;
    width: 100%;
    display: none;
  }
  header .header_right .login {
    border: 0;
    background: #000;
    color: #fff;
    display: block;
    text-align: center;
    margin: 20px 0 0 0;
    padding: 15px 40px;
    border-radius: 40px;
  }
  header .header_right .search-item {
    width: 100%;
    margin: 10px 0 0 0;
  }
  header .header_right .search-item .search_list {
    display: none;
    position: absolute;
    width: 100%;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    border-radius: 7px;
    z-index: 88;
    background: #fff;
    padding: 30px;
    left: auto;
    top: 60px;
    right: 0;
  }
  header .header_right .search-item .search-form {
    width: 100%;
  }
  header .header_right .search-item .search-form input[type=text] {
    width: 100%;
    border-radius: 5px;
    background: #f7f7f7;
    border: 1px solid #dedede;
    padding: 15px;
  }
  header .header_right .search-item .search-form .search-icon {
    display: none;
  }
  #Contact-Modal img {
    margin: 0 auto 25px auto;
  }
  #Contact-Modal input[type=submit] {
    margin: 0 auto;
  }
  #Contact-Modal .modal-dialog h1 {
    font-size: 1.5rem;
  }
  .path {
    display: none;
  }
  article .home .slider .item .text {
    font-size: 2rem;
    text-align: center;
    margin: 0 0 130px 0;
  }
  article .products .comparison .item {
    height: auto;
    margin: 0 0 20px 0;
  }
  article .products .comparison .mobile-show {
    margin: 50px 0 -40px 0;
  }
  article .products .filter {
    margin: 0 0 30px 0;
    display: none;
  }
  article .products .mobile-filter-open {
    display: flex;
  }
  article .products .products-tecnical-detail .products-tecnical-detail-list ul li {
    width: 100%;
  }
  article .products .products-tecnical-detail .products-tecnical-detail-list ul li label {
    padding: 15px;
    height: auto;
  }
  article .products .products-tecnical-detail .products-tecnical-detail-list ul li:first-child label {
    margin: 0;
    width: 100%;
  }
  article .products .products-tecnical-detail .products-tecnical-detail-list ul li:last-child label {
    margin: 0;
    width: 100%;
  }
  article .contact .contact-forms {
    margin: 50px 0 0 0;
  }
  article .contact .contact-head {
    background: url(../Images/contact-head.png) no-repeat top center;
    width: 100%;
    height: 195px;
    background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  article .home .slider .item .text p {
    font-size: 1.2rem;
    line-height: normal;
  }
  #InfoModal .logos {
    max-width: 100px;
  }
  #InfoModal h4 {
    font-size: 1rem;
    padding: 20px 0;
  }
  #InfoModal .modal-content .forms .item {
    width: 100%;
  }
  #InfoModal .btn-close {
    z-index: 1000;
  }
  article .new-products .app-list .item img {
    width: 100%;
    margin: 0 auto;
  }
  .header_top .hader-top-item {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
  }
  .header_top .hader-top-item a {
    color: #2B2B2B;
    border-radius: 10px;
    transition: 0.2s;
    width: 47%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border: 1px solid #000;
    padding: 10px;
  }
  .header_top .hader-top-item a::after {
    display: none;
  }
  article .home .home-forms .forms .item input[type=submit], article .home .home-forms .forms .item input[type=button] {
    width: 100%;
  }
  article .home .home-blog .list .item {
    flex: 1 1 calc(100% - 20px);
  }
  header nav ul li .mega-menu .mega-menu-item ul li a img {
    max-width: 30px;
  }
  .comparison_technical-fixed .item .canceled {
    font-size: 16px;
    top: 0;
    right: 0;
  }
  .comparison_technical-fixed .item .canceled label {
    display: none;
  }
  article .products .comparison .p-item {
    height: auto;
    padding: 0;
  }
  article .products .comparison .p-item label {
    font-size: 14px;
    padding: 20px 10px;
  }
  article .products .comparison .p-item .detail {
    width: 90%;
  }
  article .products .comparison .p-item img {
    max-width: 110px;
  }
  article .products .products-info {
    margin: 50px 0 0 0;
  }
  article .products .products-info h2 {
    font-size: 1.5rem;
  }
  article .home .slider .item {
    height: auto !important;
    background-size: cover !important;
  }
  article .home .slider .item .text a {
    margin: 30px auto;
  }
  article .home .brands {
    margin: 10px 0;
  }
  article .home .oursolutions {
    padding: 20px 0;
  }
  article .home .oursolutions .text {
    width: 100%;
  }
  article .home .oursolutions .oursolutions_right img {
    z-index: 88;
  }
  article .home .main-technology-and-solutions .text {
    width: 100%;
  }
  article .contact .contact-forms .contact-forms-left .forms {
    width: 90%;
    margin: 0 auto;
  }
  article .contact .contact-forms .contact-forms-left .forms h3 {
    font-size: 1.5rem;
  }
  article .contact .contact-adress-item {
    padding: 20px;
  }
  article .subpage .about img {
    max-width: 100%;
  }
  footer {
    text-align: center;
  }
  footer .footer_logo {
    margin: 0 0 50px 0;
  }
  footer .footer_logo p {
    max-width: 100%;
  }
  footer .footer_adress ul li {
    justify-content: center;
  }
  footer .social-media {
    margin: 50px 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
