@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Black.woff2") format("woff2"), url("../fonts/Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/Inter-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato Hairline";
  src: url("../fonts/Lato-Hairline.woff2") format("woff2"), url("../fonts/Lato-Hairline.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Light.woff2") format("woff2"), url("../fonts/Lato-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Black.woff2") format("woff2"), url("../fonts/Lato-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Lato";
  overflow-x: hidden;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0;
  color: #333;
  position: relative;
}

.no-scroll {
  overflow-y: hidden;
}

.max-width {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  .max-width {
    max-width: 85%;
  }
}
@media only screen and (max-width: 1400px) {
  .max-width {
    max-width: 90%;
  }
}

h1 {
  font-family: "Inter";
  font-size: 64px;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-family: "Inter";
  font-size: 45px;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-family: "Inter";
  font-size: 42px;
  color: #333;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-family: "Inter";
  font-size: 32px;
  color: #333;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  h4 {
    font-size: 20px;
  }
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #333;
}
@media screen and (max-width: 575px) {
  p {
    line-height: 25px;
  }
}

a {
  text-decoration: none;
  color: #333;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
}

ul {
  list-style: none;
}

.padding-tb {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .padding-tb {
    padding: 40px 0;
  }
}

.btn {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 10px;
  padding: 10px 25px;
  width: 100%;
  max-width: 170px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  background: #157EC7 url("../images/arr-right-w.svg") no-repeat;
  background-position: calc(100% - 20px);
  border: 1px solid transparent;
}
.btn:hover {
  background: #fff url("../images/arr-right-b.svg") no-repeat !important;
  background-position: calc(100% - 20px) !important;
  border: 1px solid #157EC7;
  color: #157EC7;
  transition: all 0.5s ease-in-out;
}

.home2.reveal {
  transform: translateY(250px);
}

.home2.reveal.active {
  transform: translateY(100px);
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #535254;
}

::-webkit-scrollbar-thumb:hover {
  background: #157EC7;
}

.reveal {
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.center-title {
  text-align: center;
}
.center-title p {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.title p {
  margin-top: 10px;
  color: #52525b;
}

.title span {
  margin-bottom: 10px;
  display: block;
}

.pagination {
  list-style: none;
  width: 100%;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-top: 30px;
  height: -moz-max-content;
  height: max-content;
  grid-column: span 3;
}
@media screen and (max-width: 1199px) {
  .pagination {
    grid-column: span 2;
  }
}
@media screen and (max-width: 991px) {
  .pagination {
    grid-column: span 1;
  }
}
.pagination li {
  width: 35px;
  height: 35px;
}
.pagination li a {
  color: #535254;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
}
.pagination li .active {
  background-color: #157EC7;
  color: #fff;
  border-radius: 50%;
}
.pagination li:last-child a {
  background-color: transparent;
}
.pagination li:has(svg) a {
  background-color: transparent;
}
.pagination li.arrow a {
  border: none;
}

.pagination-news {
  margin-top: 80px;
}

.mt {
  margin-top: 172px;
}
@media screen and (max-width: 1199px) {
  .mt {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1199px) {
  .mt {
    margin-top: 120px;
  }
}

.padding-t {
  padding: 30px 0;
}
@media screen and (max-width: 575px) {
  .padding-t {
    padding: 30px 0;
  }
}

.big-padding-t {
  padding-top: 200px;
}
@media screen and (max-width: 575px) {
  .big-padding-t {
    padding-top: 40px;
  }
}

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.543942577) 18%, rgba(255, 255, 255, 0) 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  z-index: 0;
}

.dark-overlay35 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3534663866) 51%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  z-index: 2;
}

.dark-overlay20 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 51%, rgba(255, 255, 255, 0) 96%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

.dark-overlay10 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.0957633053) 68%, rgba(255, 255, 255, 0) 96%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

.dark-overlay50 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5019257703) 94%, rgba(0, 0, 0, 0.5019257703) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.to-top-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1461834734) 68%, rgba(255, 255, 255, 0) 96%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

.beige-background {
  position: relative;
  background-color: #fdfdf8;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.5s ease-in-out;
}
header .top-header {
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
}
header .top-header .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .top-header .social-icons a + a {
  margin-left: 15px;
}
header .top-header .social-icons a rect {
  transition: all 0.5s ease-in-out;
}
header .top-header .social-icons a:hover rect {
  fill: #157EC7;
  transition: all 0.5s ease-in-out;
}
header .top-header .social-icons a path {
  transition: all 0.5s ease-in-out;
}
header .top-header .social-icons a:hover path {
  fill: #fff;
}
header .top-header .search-form {
  width: 50%;
}
header .top-header .search-form form {
  width: 100%;
}
header .top-header .search-form form input {
  width: 100%;
  padding: 10px 10px;
  border-radius: 10px;
  border: 1px solid #7a7b7d;
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: calc(100% - 10px);
}
header .top-header .search-form form input:focus {
  outline: none;
  border: 1px solid #157EC7;
}
header .top-header .search-form form input::-moz-placeholder {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  color: #7a7b7d;
}
header .top-header .search-form form input::placeholder {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  color: #7a7b7d;
}
header .top-header .languages {
  cursor: pointer;
  position: relative;
}
header .top-header .languages summary {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  list-style: none;
  background-image: url("../images/arr-down-g.svg");
  background-repeat: no-repeat;
  background-position: 100%;
  padding-right: 20px; 
  display: flex;
  align-items: center;
  list-style: none;
}

header .top-header .languages summary::-webkit-details-marker {
    display: none;           
}

header .top-header .languages summary img{
  object-fit: contain;
  object-position: center;
  margin-right: 10px;
}

header .top-header .languages ul {
  position: absolute;
  top: 30px;
  right: 0;
  background-color: #fff;
  /* width: 100%; */
  width: max-content;
  z-index: 2;
}
header .top-header .languages ul li {
  padding: 10px;
  border-bottom: 1px solid #e4e4e7;
    display: flex;
  align-items: center;
}
header .top-header .languages ul li a {
  font-weight: 500;

}

header .top-header .languages ul li img{
  object-fit: contain;
  object-position: center;
  margin-right: 10px;
}
header .bottom-header {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
header .bottom-header .max-width {
  width: 100%;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
}
header .bottom-header .logo {
  width: 100%;
  max-width: 230px;
  height: 95px;
  background-color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  transition: all 0.5s ease-in-out;
}
header .bottom-header .logo::before {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 20px;
  transition: all 0.5s ease-in-out;
  opacity: 1;
}
header .bottom-header .logo img {
  width: 200px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease-in-out;
}
header .bottom-header .nav-menu {
  display: flex;
  align-items: center;
  margin-left: 7%;
}

@media only screen and (max-width: 1600px){
  header .bottom-header .nav-menu{
    margin-left: 4%;
  }
}
header .bottom-header .nav-menu li {
  margin-right: 75px;
}
header .bottom-header .nav-menu li a {
  color: #000;
  font-weight: 400;
  font-family: "Montserrat";
}
header .bottom-header .nav-menu li a.active {
  color: #157EC7;
  font-weight: bold;
}
header .bottom-header .nav-menu details {
  position: relative;
  padding: 30px 0;
}
header .bottom-header .nav-menu details summary {
  list-style: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/arr-down-g.svg");
  background-repeat: no-repeat;
  background-position: calc(100%);
  padding-right: 14px;
  cursor: pointer;
}

header .bottom-header .nav-menu details summary::marker{
    content: "";
}
header .bottom-header .nav-menu details summary a {
  transition: all 0.5s ease-in-out;
}
header .bottom-header .nav-menu details[open] summary a {
  color: #157EC7;
  transition: all 0.5s ease-in-out;
}
header .bottom-header .nav-menu .nav-submenu {
  position: absolute;
  top: 90px;
  background-color: #fff;
  padding: 15px;
  width: 310px;
}
header .bottom-header .nav-menu .nav-submenu li {
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e7;
  width: 100%;
}
header .bottom-header .nav-menu .nav-submenu li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
header .bottom-header .nav-menu .nav-submenu li a {
  color: #3a3a3a !important;
  font-weight: 500;
}
header .bottom-header .nav-menu .nav-submenu li + li {
  padding-top: 10px;
}
header .bottom-header .nav-menu .nav-submenu details {
  padding: 0;
}
header .bottom-header .nav-menu .nav-submenu details summary {
  background-image: url("../images/arr-right-g.svg") !important;
  background-repeat: no-repeat;
}
header .bottom-header .nav-menu .nav-submenu details summary a {
  color: #3a3a3a;
}
header .bottom-header .nav-menu .nav-submenu details[open] summary {
  background-image: url("../images/arr-right-b.svg");
}
header .bottom-header .nav-menu .nav-submenu details[open] summary a {
  color: #157EC7;
}
header .bottom-header .nav-menu .nav-submenu .nav-subsubmenu {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;
  padding: 15px;
  width: 205px;
  z-index: 6;
}
header .bottom-header .header-contact {
  display: flex;
  align-items: flex-start;
  position: absolute;
    right: 0;
    bottom: -70px;
    background: #fff;
    padding: 10px 25px;
    border-bottom-left-radius: 15px;
     transition: all 0.5s ease-in-out;
     visibility: visible;
     opacity: 1;
}

header .bottom-header .header-contact div p {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}
header .bottom-header .header-contact div a {
  color: #333;
  font-family: "Lato";
  font-size: 16px;
  font-weight: 400;
}
header .bottom-header .header-contact img {
  margin-top: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
header .hamb-cont {
  display: none;
}
header .mobile-search-form {
  display: none;
}
header .mobile-social-icons {
  display: none !important;
}
header .mobile-lang {
  display: none;
}
header .mobile-contact {
  display: none;
}

header.small-header {
  transform: translateY(-78px);
  transition: all 0.5s ease-in-out;
}
header.small-header .logo::before {
  transform: translateY(-20px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
header.small-header .logo {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 85px;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
header.small-header .logo img {
  height: 70px;
  transition: all 0.5s ease-in-out;
}
header.small-header .bottom-header {
  background-color: rgba(255, 255, 255, 0.9);
}

header.second-header .bottom-header {
  background-color: #333;
}

header.smaller-header .bottom-header .header-contact{
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .visuallyHidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .hamburger {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    position: relative;
  }
  .hamburger .bar {
    padding: 0;
    width: 30px;
    height: 4px;
    background-color: #000;
    display: block;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    position: absolute;
  }

  .hamburger .bar.bar3{
    width: 40px;
  }

  header.mobile-header .hamburger .bar.bar3{
    width: 30px;
  }
  .bar1 {
    top: 0;
  }
  .bar2,
  .bar3 {
    top: 13.5px;
  }
  .bar3 {
    right: 0;
  }
  .bar4 {
    bottom: 0;
  }
  .checkbox2:checked + label > .hamburger2 > .bar1 {
    transform: translateX(40px);
    background-color: transparent;
  }
  .checkbox2:checked + label > .hamburger2 > .bar2 {
    transform: rotate(45deg);
    background-color: #157EC7;
  }
  .checkbox2:checked + label > .hamburger2 > .bar3 {
    transform: rotate(-45deg);
     background-color: #157EC7;
  }
  .checkbox2:checked + label > .hamburger2 > .bar4 {
    transform: translateX(-40px);
    background-color: transparent;
  }
   header .top-header .search-form{
    display: none;
  }
  header .bottom-header {
    height: 70px;

  }
  header .bottom-header .max-width {
    height: 100%;
    justify-content: space-between;
  }
  header .bottom-header .logo {

    width: auto;
    align-items: center;
  }
  header .bottom-header .logo img {
    width: 85%;
    height: 60px;
  }

  header .bottom-header .hamb-cont {
    display: block;
  }
  header .bottom-header .header-contact {
    display: none;
  }
  header .bottom-header .nav-menu {
    transform: translateX(-50%);
    top: 70px;
    left: 50%;
    position: absolute;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    height: 100svh;
    /* background-color: rgba(0, 0, 0, 0.8); */
    background-color: #fff;
    transition: opacity 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none;
    padding: 0px 20px 80px 20px;
    overflow-y: auto;
  }
  header .bottom-header .nav-menu li {
    margin-bottom: 25px;
    margin-right: 0;
    width: 100%;
  }
  header .bottom-header .nav-menu li a {
    font-size: 18px;
    color: #3A3A3A;
  }
  header .bottom-header .nav-menu .mobile-lang {
    display: flex;
    padding-top: 20px;
    border-top: 1px solid #D9D9D9;
  }
  header .bottom-header .nav-menu .mobile-lang a {
    margin-right: 15px;
    font-size: 20px;
  }
  header .bottom-header .nav-menu .mobile-lang a.active {
    color: #157EC7;
  }
  header .bottom-header .nav-menu .mobile-contact {
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  header .bottom-header .nav-menu .mobile-contact a{
    font-size: 16px;
    margin-right: 5px;
    font-weight: 800;
  }

  header .bottom-header .nav-menu .mobile-contact a + a{
    margin-left: 5px;
    margin-right: 0;
  }
  header .bottom-header .nav-menu .mobile-contact svg {
    margin-right: 10px;
  }
  header .bottom-header .nav-menu .mobile-contact + .mobile-contact {
    margin-top: 0;
  }
  header .bottom-header .nav-menu .mobile-social-icons {
    display: flex !important;
    margin-top: 30px;
  }
  header .bottom-header .nav-menu .mobile-social-icons a + a {
    margin-left: 15px;
  }
  header .bottom-header .nav-menu details {
    padding: 0;
  }
  header .bottom-header .nav-menu details summary {
    background-position: calc(100% - 0px);
    background-image: url(../images/plus-b.svg) !important;
  }
  header .bottom-header .nav-menu .nav-submenu {
    position: relative;
    background-color: transparent;
    top: 0;
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
  header .bottom-header .nav-menu .nav-submenu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0;
    margin-bottom: 10px;
  }
  header .bottom-header .nav-menu .nav-submenu li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  header .bottom-header .nav-menu .nav-submenu li a {
    color: #3a3a3a;
    font-size: 16px;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.6);
  }
  header .bottom-header .nav-menu .nav-submenu details summary a {
    color: #3a3a3a; 
    font-size: 15px;
  }
  header .bottom-header .nav-menu .nav-submenu details[open] summary a {
    text-shadow: none;
  }
  header .bottom-header .nav-menu .nav-submenu .nav-subsubmenu {
    position: relative;
    background-color: transparent;
    top: 0;
    width: 100%;
    left: 0 !important;
  }
  header .bottom-header .nav-menu .nav-submenu .nav-subsubmenu li {
    padding: 0;
  }
  header .bottom-header .nav-menu .mobile-search-form {
    display: block;
    padding-top: 20px;
    border-top: 1px solid #D9D9D9;
  }
  header .bottom-header .nav-menu .mobile-search-form form {
    width: 100%;
  }
  header .bottom-header .nav-menu .mobile-search-form form input {
    width: 100%;
    padding: 10px;
    border: 1px solid #7A7B7D;
    border-radius: 10px;
    background-color: transparent;
    color: #535254;
    height: 45px;
    font-size: 16px;
  }
  header .bottom-header .nav-menu .mobile-search-form form input:focus {
    outline: none;
    border: 1px solid #157EC7;
  }
  header.mobile-header .nav-menu {
    opacity: 1;
    pointer-events: all;
  }
  header.small-header {
    transform: translateY(0);
  }
  header.small-header .bottom-header {
    background-color: rgba(0, 0, 0, 0.8);
  }

  header.mobile-header .bottom-header{
    background-color: #fff;
    /* border-bottom: 1px solid #D9D9D9; */
  }

  header.mobile-header .bottom-header .logo::before{
    display: none;
  }

  header.mobile-header .top-header{
    /* display: none; */
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all 0.5s ease-in-out;
    padding: 0;
  }

  header.mobile-header .mobile-header-contact{
    display: flex;
  }
}
@media only screen and (max-width: 576px) {
  header .top-header{
    padding: 10px 0;
  }
  header .bottom-header {
    height: 54px;
  }
  header .bottom-header .logo {
   width: 130px;
   height: 54px;
  }
  header .bottom-header .logo img {
    height: 40px;
  }
}
.background {
  width: 100%;
  height: 780px;
  position: relative;
  margin-top: 77px;
}
@media screen and (max-width: 767px) {
  .background {
    height: 700px;
    margin-top:73px;
  }
}

@media screen and (max-width: 576px) {
  .background {
  height: 617px;
    margin-top:53px;
  }
}

.background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.background .main-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 70px;
  width: 100%;
  z-index: 6;
}
.background .main-text h1 {
  color: #333;

}

.background .mainSwiper{
  width: 100%;
  height: 100%;
}

.background .mainSwiper .swiper-slide{
    width: 100%;
  height: 100%;
}

.background .mainSwiper .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.background .main-overlay{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
z-index: 4;
}


.background .main-text .btn{
  background: #fff url(../images/arr-right-g.svg) no-repeat ;
   background-position: calc(100% - 20px);
   max-width: 190px;
   color: #333;
   font-weight: 600;
}

.background .main-text .btn.btn-discount{
  background-image: none;
  justify-content: center;
  pointer-events: none;
}

.background .main-text .btn.btn-discount:hover{
  background-image: none !important;
}
@media screen and (max-width: 575px) {
  .background .main-text h1 {
    font-size: 30px;
  }
}
.background .main-text p {
  color: #333;
font-size: 18px;
font-weight: 400;
max-width: 450px;
line-height: 25px;
margin-top: 15px;
margin-bottom: 15px;
}

.background .main-text .flex-btns{
  display: flex;
  align-items: center;
  gap: 20px;
}

.banner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 30px 0;
}
.banner .banner-item {
  display: flex;
}

.banner .banner-item img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 575px) {

  .banner{
    justify-content: flex-start;
  }
  .banner .banner-item {
    margin-bottom: 10px;
  }
  .banner .banner-item:last-of-type {
    margin-bottom: 0;
  }

  .banner .banner-item img{
    width: 60px;
    height: 60px;
  }
}
.banner .banner-item .banner-text {
  margin-left: 20px;
}
.banner .banner-item .banner-text p {
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter";
}
.banner .banner-item .banner-text p + p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato";
}

.popular-products-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .popular-products-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.popular-products-wrapper .popular-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 30px 25px; */
  border-radius: 10px;
  height: 255px;
  flex: 0 0 calc(33.33% - 30px);
}
@media screen and (max-width: 991px) {
  .popular-products-wrapper .popular-product {
    width: 100%;
  }
}

.popular-products-wrapper .popular-product .banner-img{
  width: 100%;
  height: 100%;
  position: relative;
}

.popular-products-wrapper .popular-product .banner-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.popular-products-wrapper .popular-product .banner-img .btn{
  position: absolute;
bottom: 17%;
    left: 5%;
  max-width: 115px;
  height: 28px;
  font-size: 12px;
  font-weight: 600;
  font-family: "Montserrat";
  background: #fff url("../images/arr-right-g.svg") no-repeat !important;
    background-position: calc(100% - 10px) !important;
  color: #333;
  padding: 10px;
  border-radius: 5px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1919px){
  .popular-products-wrapper .popular-product .banner-img .btn{
    bottom: 23%;
    max-width: 95px;
        background-position: calc(100% - 5px) !important;
        padding: 5px;
        font-size: 11px;
  }
}


.popular-products-wrapper .popular-product.blue {
  background: radial-gradient(circle, rgb(106, 139, 194) 0%, rgb(86, 119, 175) 71%);
}
.popular-products-wrapper .popular-product.grey {
  background: #d9d9d9;
  background: radial-gradient(circle, rgb(217, 217, 217) 0%, rgb(122, 123, 125) 71%);
}
.popular-products-wrapper .popular-product.black {
  background: #3a3a3a;
  background: radial-gradient(circle, rgb(58, 58, 58) 0%, rgb(0, 0, 0) 71%);
}
.popular-products-wrapper .popular-product .product-text {
  width: 55%;
}
.popular-products-wrapper .popular-product .product-text span {
  font-weight: 300;
  font-size: 28px;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .popular-products-wrapper .popular-product .product-text span {
    font-size: 25px;
  }
}
.popular-products-wrapper .popular-product .product-text h3 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .popular-products-wrapper .popular-product .product-text h3 {
    font-size: 25px;
  }
}
.popular-products-wrapper .popular-product .product-text p {
  color: #fff;
  font-size: 18px;
}
.popular-products-wrapper .popular-product .product-img {
  width: 40%;
  height: 100%;
}
.popular-products-wrapper .popular-product .product-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.categorySwiper {
  padding-bottom: 50px;
}
.categorySwiper .swiper-slide {

  border-radius: 15px;
    transition: all 0.5s ease-in-out;
     transform: translate3d(0, 0, 0);
  will-change: transform;
}
.categorySwiper .swiper-slide .category-image {
  width: 100%;
  height: 365px;
  border-radius: 10px;
}
.categorySwiper .swiper-slide .category-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
  background-color: #fff;
}
.categorySwiper .swiper-slide .category-text {
  margin-top: 10px;
  min-height: 166px;
  padding: 20px;
  background-color: #F4F4F4;
    transition: all 0.5s ease-in-out;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.categorySwiper .swiper-slide .category-text h4 {
  font-size: 24px;
  min-height: 73px;
}
.categorySwiper .swiper-slide .category-text p {
  margin: 10px 0;
}
.categorySwiper .swiper-slide .category-text .btn {
  background-image: none;
  padding: 10px 25px;
  justify-content: center;
  background-color: transparent;
  color: #157ec7;
  border: 1px solid #157EC7;
}
.categorySwiper .swiper-slide .category-text .btn:hover {
  background: #157EC7 !important;
  /* color: #fff; */
  color: #fff;
  background-image: none;
}

.categorySwiper .swiper-slide:has(.btn:hover){
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease-in-out;
}

.categorySwiper .swiper-slide .category-text:has(.btn:hover){
  background-color: #fff;
  transition: all 0.5s ease-in-out;
}

.swiper-pagination {
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  background-color: #3a3a3a;
  opacity: 1 !important;
  margin: 0 10px !important;
}

.swiper-pagination-bullet-active {
  box-shadow: 0 0 15px 1px #7a7b7d;
}

.category-wrapper {
  position: relative;
}
.category-home-wrapper .swiper-button-next-category,
.category-home-wrapper .swiper-button-prev-category {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.category-home-wrapper .swiper-button-next-category {
  background-image: url("../images/arr-next-g.svg");
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center;
  width: 66px;
  height: 66px;
  right: -70px;
  border: 2px solid #7a7b7d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .category-home-wrapper .swiper-button-next-category {
    display: none;
  }
}
.category-home-wrapper .swiper-button-prev-category {
  background-image: url("../images/arr-prev-g.svg");
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center;
  width: 66px;
  height: 66px;
  left: -70px;
  border: 2px solid #7a7b7d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .category-home-wrapper .swiper-button-prev-category {
    display: none;
  }
}

.about-banner {
  width: 100%;
  background: radial-gradient(circle, rgb(106, 139, 194) 0%, rgb(86, 119, 175) 71%);
  padding: 30px;
  border-radius: 10px;
}
.about-banner .about-banner-text {
  width: 75%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .about-banner .about-banner-text {
    width: 100%;
  }
}
.about-banner .about-banner-text .title p {
  font-size: 28px;
  font-weight: 300;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .about-banner .about-banner-text .title p {
    font-size: 20px;
  }
}
.about-banner .about-banner-text .title p + p {
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .about-banner .about-banner-text .title p + p {
    margin: 10px 0;
  }
}
.about-banner .about-banner-text p {
  font-size: 16px;
  color: #fff;
  margin: 15px 0;
}
.about-banner .about-banner-text .numbers-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-banner .about-banner-text .numbers-wrap .number {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .about-banner .about-banner-text .numbers-wrap .number {
    margin-bottom: 15px;
  }
  .about-banner .about-banner-text .numbers-wrap .number:last-of-type {
    margin-bottom: 0;
  }
}
.about-banner .about-banner-text .numbers-wrap .number .number-icon {
  width: 58px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #157EC7;
  border-radius: 5px;
  border: 1px solid #fff;
}
.about-banner .about-banner-text .numbers-wrap .number .number-icon img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.about-banner .about-banner-text .numbers-wrap .number .number-wrap {
  margin-left: 15px;
}
.about-banner .about-banner-text .numbers-wrap .number .number-wrap p {
  margin: 0;
  line-height: 23px;
}
.about-banner .about-banner-text .numbers-wrap .number .counter-wrap {
  display: flex;
  align-items: center;
}
.about-banner .about-banner-text .numbers-wrap .number .counter-wrap .counter,
.about-banner .about-banner-text .numbers-wrap .number .counter-wrap span {
  color: #fff;
  font-size: 29px;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  .about-banner .about-banner-text .numbers-wrap .number .counter-wrap .counter,
  .about-banner .about-banner-text .numbers-wrap .number .counter-wrap span {
    font-size: 25px;
  }
}
.about-banner .about-banner-text .btn {
  max-width: 200px;
  margin-top: 30px;
}
.about-banner .product-about {
  position: absolute;
  right: 0;
  top: 40px;
  width: 22%;
  height: 215px;
}

@media screen and (max-width: 991px) {
  .about-banner{
    padding-bottom: 240px;
  }
  .about-banner .product-about {
    /* display: none; */
  width: 50%;
  bottom: 10px;
  top: auto;
  }
}

@media screen and (max-width: 576px) {
 .about-banner .product-about {
  width: 100%;
 }
}
.about-banner .product-about img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about-banner .lines-dots {
  position: absolute;
  left: 0;
  height: 100%;
  width: 30%;
  top: 0;
}
.about-banner .lines-dots img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about-banner .lines-dots.right {
  left: auto;
  right: 0;
  width: 20%;
}

.partnersSwiper {
  padding-bottom: 50px;
  margin-top: 40px;
}
.partnersSwiper .swiper-slide {
  border: 1px solid #e4e4e7;
  height: 157px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .partnersSwiper .swiper-slide {
    height: 130px;
  }
}
.partnersSwiper .swiper-slide img {
  width: 100%;
  /* max-width: 170px; */
  max-width: 200px;
  height: 80px;
  /* height: 64px; */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 575px) {
  .partnersSwiper .swiper-slide img {
    height: 50px;
    max-width: 135px;
  }
}

.highlight-banners {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.highlight-banners .highlight-banner {
  width: 49%;
  height: 244px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  /* padding: 30px; */
  position: relative;
}

.highlight-banners .highlight-banner .banner-img{
  width: 100%;
  height: 100%;
}

.highlight-banners .highlight-banner .banner-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .highlight-banners .highlight-banner {
    width: 100%;
    margin-bottom: 20px;
    height: auto;
  }
  .highlight-banners .highlight-banner:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .highlight-banners .highlight-banner {
    height: 140px;
    /* padding: 20px; */
  }
}
.highlight-banners .highlight-banner.orange {
  background: #ffffff;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(244, 237, 227) 71%);
}
.highlight-banners .highlight-banner.grey {
  background-color: #f1eff0;
}
.highlight-banners .highlight-banner .text h4 {
  color: #000;
  font-weight: 300;
}
@media screen and (max-width: 575px) {
  .highlight-banners .highlight-banner .text h4 {
    font-size: 16px;
  }
}
.highlight-banners .highlight-banner .text h4 + h4 {
  font-weight: 600;
  margin: 10px 0;
}
.highlight-banners .highlight-banner .text p {
  font-size: 18px;
}
.highlight-banners .highlight-banner .img {
  width: 40%;
  height: 190px;
}
.highlight-banners .highlight-banner .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.why-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.why-wrapper .text {
  width: 60%;
}

@media screen and (max-width: 1600px) {
  .why-wrapper .text {
  width: 55%;
}
}
@media screen and (max-width: 991px) {
  .why-wrapper .text {
    width: 100%;
  }
}
.why-wrapper .text h2 {
  color: #535254;
}
.why-wrapper .text p {
  margin-top: 20px;
}
.why-wrapper .img {
  width: 100%;
  max-width: 560px;
  height: 560px;
}
@media screen and (max-width: 991px) {
  .why-wrapper .img {
    /* display: none; */
    width: 100%;
    margin-top: 30px;
    height: 330px;
  }
  .why-wrapper{
    flex-direction: column;
  }
}
.why-wrapper .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.blog-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .blog-wrapper {
    grid-template-columns: 1fr;
  }
}
.blog-wrapper .blog {
  border-radius: 15px;
  background-color: #F6F6F6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}
.blog-wrapper .blog .blog-text{
  padding: 20px;
}

.blog-wrapper .blog .blog-text h4 {
  font-size: 24px;
  font-weight: 600;
  color: #7A7B7D;
}
.blog-wrapper .blog .blog-text span {
  font-weight: 500;
  color: #333;
  display: block;
  margin: 15px 0;
}
.blog-wrapper .blog .blog-text .btn {
  background-image: none;
  margin: 15px 0;
  justify-content: center;
  background-color: transparent;
  color: #157EC7;
  border: 1px solid #157EC7;
}

.blog-wrapper .blog .blog-text .btn:hover{
  background-color: #157EC7 !important;
  background-image: none !important;
  color: #fff;
}

.blog-wrapper .blog .blog-img {
  width: 100%;
  height: 230px;
  border-radius: 10px;
  background-color: #fff;
  /* padding: 10px; */
}
@media screen and (max-width: 575px) {
  .blog-wrapper .blog .blog-img {
    height: 174px;
  }
}
.blog-wrapper .blog .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}

.center-btn {
  margin-left: auto;
  margin-right: auto;
}

.blog-btn {
  max-width: 200px;
  margin-top: 40px;
}

.anouncementSwiper {
  background-color: #f9f6f1;
  padding: 20px 0;
} 

.anouncementSwiper .swiper-slide{
width: max-content !important;
}
.anouncementSwiper .swiper-slide p {
  font-size: 20px;
  font-weight: 500;
  color: #3a3a3a;
}
@media screen and (max-width: 575px) {
  .anouncementSwiper .swiper-slide p {
    font-size: 16px;
  }
}
.anouncementSwiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.contact-section .contact-form {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  border: 1px solid #f1eff0;
  padding: 20px;
  transform: translateY(115px);
  background-color: #fff;
  margin-top: -115px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.contact-section .contact-form h4 {
  text-align: center;
}

.contact-section .contact-form p{
  text-align: center;
  margin-bottom: 10px;
  margin-top: 5px;
}
.contact-section .contact-form form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
  gap: 15px;
}
@media screen and (max-width: 575px) {
  .contact-section .contact-form form {
    grid-template-columns: 1fr;
  }
}
.contact-section .contact-form form label {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #3a3a3a;
  font-family: "Inter";
}
.contact-section .contact-form form input,
.contact-section .contact-form form textarea {
  border-radius: 5px;
  border: 0.5px solid #7a7b7d;
  padding: 15px 10px;
  width: 100%;
  margin-top: 10px;
}
.contact-section .contact-form form input:focus,
.contact-section .contact-form form textarea:focus {
  outline: none;
  border: 0.5px solid #157EC7;
}
.contact-section .contact-form form input::-moz-placeholder, .contact-section .contact-form form textarea::-moz-placeholder {
  font-family: "Lato";
  font-size: 16px;
  color: #7a7b7d;
}
.contact-section .contact-form form input::placeholder,
.contact-section .contact-form form textarea::placeholder {
  font-family: "Lato";
  font-size: 16px;
  color: #7a7b7d;
}
.contact-section .contact-form form .iti {
  margin-top: 10px;
  width: 100%;
}
.contact-section .contact-form form label:has(textarea) {
  grid-column: span 2;
}
@media screen and (max-width: 575px) {
  .contact-section .contact-form form label:has(textarea) {
    grid-column: span 1;
  }
}
.contact-section .contact-form form textarea {
  resize: none;
  height: 119px;
}
.contact-section .contact-form form .btn {
  background-image: none;
  background-color: #157EC7;
  margin-left: auto;
  height: 50px;
  margin-top: auto;
  grid-column: span 2;
}
.contact-section .contact-form form .btn:hover {
  background-color: #fff;
}

footer {
  background-color: #157EC7;
  padding-top: 70px;
}

footer.home-footer{
  padding-top: 100px;
}
footer .f-logo {
  width: 100%;
  max-width: 240px;
  padding: 5px;
  height: 95px;
  background-color: #fff;
  border-radius: 10px;
}
footer .f-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
footer .middle-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 0;
  gap: 40px;
  flex-wrap: wrap;
}

footer .middle-footer .f-menu:nth-of-type(3){
  width: 100%;
  max-width: 185px;
}
@media screen and (max-width: 575px) {
  .contact-section .contact-form form .btn{
    grid-column: span 1;
  }

  footer{
    padding-top: 40px;
  }
  footer.home-footer{
    padding-top: 120px;
  }
  
  footer .middle-footer {
    /* flex-direction: column; */
    gap: 20px;
  }

  /* footer .middle-footer .f-menu:nth-of-type(3){
    max-width: 100%;
  } */

  footer .middle-footer .contact-info{
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
  }

    footer .middle-footer .newsletter{
    padding-top: 20px;
    border-top: 1px solid #fff;
  }
}
footer .middle-footer .contact-info a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
}
footer .middle-footer .contact-info a svg {
  margin-right: 10px;
}
footer .middle-footer .contact-info div {
  display: flex;
  align-items: center;
  color: #fff;
  margin-top: 15px;
}
footer .middle-footer .contact-info div a {
  margin: 0 10px;
}
footer .middle-footer .contact-info .work-hours {
  display: block;
  margin-top: 30px;
}
footer .middle-footer .contact-info .work-hours p {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
footer .middle-footer .contact-info .work-hours p + p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato";
}
footer .middle-footer .f-menu h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}
footer .middle-footer .f-menu ul {
  margin-top: 20px;
}
footer .middle-footer .f-menu ul li {
  margin-bottom: 10px;
}
footer .middle-footer .f-menu ul li a {
  color: #fff;
  font-family: "Lato";
}
footer .middle-footer .newsletter h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}
footer .middle-footer .newsletter p {
  color: #fff;
  width: 100%;
  max-width: 500px;
  margin-top: 20px;
  font-family: "Lato";
}
footer .middle-footer .newsletter form {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0;
}
footer .middle-footer .newsletter form input {
  padding: 10px;
  width: 65%;
  background-color: transparent;
  border: 1px solid transparent;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
  color: #fff;
}
footer .middle-footer .newsletter form input:focus {
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: all 0.5s ease-in-out;
}
footer .middle-footer .newsletter form input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: "Lato";
  font-weight: 400;
}
footer .middle-footer .newsletter form input::placeholder {
  color: #fff;
  font-size: 14px;
  font-family: "Lato";
  font-weight: 400;
}
footer .middle-footer .newsletter form .btn {
  background-image: url("../images/arrow-up-right.svg");
  background-color: #fff;
  color: #157EC7;
  max-width: 150px;
  padding: 17px 25px;
  border-radius: 5px;
}
@media screen and (max-width: 575px) {
  footer .middle-footer .newsletter form .btn {
    max-width: 121px;
    padding: 10px;
    background-position: calc(100% - 10px);
  }
}
footer .middle-footer .newsletter .social-icons a {
  margin-right: 10px;
}
footer .middle-footer .newsletter .social-icons a:last-child {
  margin-right: 0;
}
footer .copyright {
  padding: 15px 0;
  border-top: 1px solid #fff;
  text-align: center;
} 

footer .copyright .max-width{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .copyright .max-width ul{
  display: flex;
  align-items: center;
}

footer .copyright .max-width ul li{
  display: flex;
  align-items: center;
}

footer .copyright .max-width ul li:first-of-type{
  margin-right: 10px;
}



footer .copyright .max-width ul li + li::before{
content: "";
width: 1px;
height: 10px;
background-color: #fff;
display: block;
margin-right: 10px;
}

footer .copyright p,
footer .copyright a {
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 575px) {
  footer .copyright p,
  footer .copyright a {
    font-size: 12px;
  }

  footer .copyright .max-width{
    flex-direction: column;
  }

  footer .copyright .max-width p{
    order: 2;
    margin-top: 10px;
  }

  footer .copyright .max-width ul{
    order: 1;
  }
}

.footer.home-footer {
  padding-top: 150px;
}

.top-section {
  width: 100%;
  background: #F6F6F6;

  margin-top: 172px;
}

@media screen and (max-width: 1199px) {
  .top-section {
    margin-top: 166px;
  }
}

@media screen and (max-width: 576px) {
  .top-section{
    margin-top: 126px;
  }
}

.accordion-container .accordion-title {
  position: relative;
  font-size: 18px;
  color: #3a3a3a;
  cursor: pointer;
  font-weight: 500;
  padding: 15px 70px 15px 0;
  border-bottom: 1px solid #eaecf0;
}
@media screen and (max-width: 575px) {
  .accordion-container .accordion-title {
    font-size: 16px;
  }
}

.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 30%;
  right: 0;
  background: url(../images/plus-circle.svg) no-repeat;
  background-position-x: 100%;
  width: 24px;
  height: 24px;
}

.accordion-container .accordion-title.open::after {
  content: "";
  position: absolute;
  background: url(../images/minus-circle.svg) no-repeat;
}

.accordion-container .accordion-title.open {
  border-bottom: none;
}

.accordion-container:has(.accordion-title.open) .accordion-content {
  border-bottom: 1px solid #eaecf0;
}

.accordion-content {
  padding: 10px 0;
  padding-top: 0;
}
.accordion-content p {
  font-family: "Inter";
}

.video-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .video-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .video-gallery {
    grid-template-columns: 1fr;
  }
}
.video-gallery .video-wrapper {
  width: 100%;
  height: 295px;
}
.video-gallery .video-wrapper:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .video-gallery .video-wrapper:nth-child(1) {
    grid-column: span 1;
  }
}
@media screen and (max-width: 991px) {
  .video-gallery .video-wrapper:nth-child(1) {
    grid-row: span 1;
    height: 295px;
  }
}
@media screen and (max-width: 575px) {
  .video-gallery .video-wrapper:nth-child(1) {
    height: 200px;
  }
}
.video-gallery .video-wrapper iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 575px) {
  .video-gallery .video-wrapper {
    height: 200px;
  }
}

.multimedia-section h2 {
  font-size: 32px;
  font-weight: 400;
  color: #535254;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .multimedia-section h2 {
    font-size: 25px;
  }
}

.multimedia-section a {
  color: #e6002e;
  font-weight: 600;
}

.image-gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}
@media screen and (max-width: 1199px) {
  .image-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .image-gallery {
    gap: 5px;
  }
}
.image-gallery .image {
  width: 100%;
  height: 390px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .image-gallery .image {
    height: 200px;
  }
}
.image-gallery .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image-gallery .image .maximize-cont {
  position: absolute;
  width: 80%;
  height: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(58, 58, 58, 0.22);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.image-gallery .image .maximize-cont img {
  width: 59px;
  height: 59px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.image-gallery .image:hover .maximize-cont {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.image-gallery .image:nth-child(5n+1),
.image-gallery .image:nth-child(5n+2),
.image-gallery .image:nth-child(5n+3) {
  grid-column: span 2;
}
@media screen and (max-width: 991px) {
  .image-gallery .image:nth-child(5n+1),
  .image-gallery .image:nth-child(5n+2),
  .image-gallery .image:nth-child(5n+3) {
    grid-column: span 1;
  }
}
.image-gallery .image:nth-child(5n+4),
.image-gallery .image:nth-child(5n) {
  grid-column: span 3;
}
@media screen and (max-width: 991px) {
  .image-gallery .image:nth-child(5n+4),
  .image-gallery .image:nth-child(5n) {
    grid-column: span 1;
  }
}
.image-gallery .btn {
  grid-column: span 6;
  height: auto;
  background-image: none;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  background-color: #fff;
  border: 1px solid #157EC7;
  color: #157EC7;
}
@media screen and (max-width: 991px) {
  .image-gallery .btn {
    grid-column: span 2;
  }
}

.contact-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 40px;
}
@media screen and (max-width: 1199px) {
  .contact-wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .contact-wrapper {
    padding: 20px;
  }
}
@media screen and (max-width: 575px) {
  .contact-wrapper {
    padding: 0;
  }
}
.contact-wrapper .contact-info {
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .contact-wrapper .contact-info {
    margin-bottom: 40px;
    width: 100%;
  }
}
.contact-wrapper .contact-info h1 {
  font-size: 52px;
  font-weight: 600;
  color: #535254;
}
.contact-wrapper .contact-info p {
  font-size: 20px;
  margin: 15px 0;
}
.contact-wrapper .contact-info a {
  display: flex;
  align-items: center;
  color: #535254;
  font-size: 16px;
}
.contact-wrapper .contact-info a svg {
  margin-right: 10px;
}
.contact-wrapper .contact-info div {
  display: flex;
  align-items: center;
  color: #535254;
  margin-top: 15px;
}
.contact-wrapper .contact-info div a {
  margin: 0 10px;
}
.contact-wrapper .contact-info .work-hours {
  display: block;
  margin-top: 30px;
}
.contact-wrapper .contact-info .work-hours p {
  color: #535254;
  font-weight: 500;
  font-size: 18px;
  margin: 0;
}
.contact-wrapper .contact-info .work-hours p + p {
  font-size: 16px;
  font-weight: 400;
}
.contact-wrapper .contact-form {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 20px;
  background-color: #fff;
}
.contact-wrapper .contact-form h4 {
  text-align: center;
  color: #535254;
}
.contact-wrapper .contact-form form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
  gap: 15px;
}
@media screen and (max-width: 575px) {
  .contact-wrapper .contact-form form {
    grid-template-columns: 1fr;
  }

  .contact-wrapper .contact-form h4{
    text-align: left;
  }
}
.contact-wrapper .contact-form form label {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #3a3a3a;
}
.contact-wrapper .contact-form form input,
.contact-wrapper .contact-form form textarea {
  border-radius: 5px;
  border: 0.5px solid #7a7b7d;
  padding: 15px 10px;
  width: 100%;
  margin-top: 10px;
}
.contact-wrapper .contact-form form input:focus,
.contact-wrapper .contact-form form textarea:focus {
  outline: none;
  border: 1px solid #157EC7;
}
.contact-wrapper .contact-form form input::-moz-placeholder, .contact-wrapper .contact-form form textarea::-moz-placeholder {
  font-family: "Lato";
  font-size: 16px;
  color: #7a7b7d;
}
.contact-wrapper .contact-form form input::placeholder,
.contact-wrapper .contact-form form textarea::placeholder {
  font-family: "Lato";
  font-size: 16px;
  color: #7a7b7d;
}
.contact-wrapper .contact-form form .iti {
  margin-top: 10px;
  width: 100%;
}
.contact-wrapper .contact-form form label:has(textarea) {
  grid-column: span 2;
}
@media screen and (max-width: 575px) {
  .contact-wrapper .contact-form form label:has(textarea) {
    grid-column: span 1;
  }
}
.contact-wrapper .contact-form form textarea {
  resize: none;
  height: 119px;
}
.contact-wrapper .contact-form form .btn {
  background-image: none;
  background-color: #157EC7;
  margin-left: auto;
  height: 50px;
    margin-top: auto;
}
.contact-wrapper .contact-form form .btn:hover {
  background-color: #fff;
}

.map {
  width: 100%;
  height: 560px;
}
@media screen and (max-width: 575px) {
  .map {
    height: 350px;
  }
}
.map iframe {
  width: 100%;
  height: 100%;
}

.about-us-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .about-us-wrapper {
    flex-direction: column;
  }
}
.about-us-wrapper .about-us-image {
  width: 48%;
  height: 570px;
  position: relative;
  border-radius: 15px;
}
@media screen and (max-width: 1199px) {
  .about-us-wrapper .about-us-image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about-us-wrapper .about-us-image {
    height: 450px;
  }
}
@media screen and (max-width: 575px) {
  .about-us-wrapper .about-us-image {
    height: 300px;
  }
}
.about-us-wrapper .about-us-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px;
}
.about-us-wrapper .about-us-image .logo {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 196px;
  height: 77px;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 575px) {
  .about-us-wrapper .about-us-image .logo {
    width: 105px;
    height: 50px;
  }
}
.about-us-wrapper .about-us-image .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.about-us-wrapper .about-us-text {
  width: 48%;
}
@media screen and (max-width: 1199px) {
  .about-us-wrapper .about-us-text {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .about-us-wrapper .about-us-text {
    margin-top: 20px;
  }
}
.about-us-wrapper .about-us-text .title span {
  color: #157EC7;
  font-weight: 500;
}
.about-us-wrapper .about-us-text .title h2 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -2px;
  color: #535254;
}

.about-us-wrapper .about-us-text img{
  width: 230px;
  height: 61px;
  object-fit: contain;
  object-position: left;
}

.about-us-wrapper .about-us-text p{
  display: flex;
}

.about-us-wrapper .about-us-text p span{
  display: block;
  margin-left: 5px;
}
@media screen and (max-width: 575px) {
  .about-us-wrapper .about-us-text .title h2 {
    font-size: 30px;
  }
}
.about-us-wrapper .about-us-text p {
  margin: 20px 0;
}
.about-us-wrapper .about-us-text img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-top: 10px;
}
.about-us-wrapper .about-us-text .founder {
  font-weight: 600;
  color: #535254;
  margin-top: 30px;
}
.about-us-wrapper .about-us-text .founder span {
  font-weight: 400;
  color: #157EC7;
}

.products-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .products-categories {
    gap: 20px;
  }
}
.products-categories .category {
  flex: 0 0 calc(33.333% - 26.66px);
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
@media screen and (max-width: 991px) {
  .products-categories .category {
    flex: 0 0 calc(50% - 20px);
  }
}
@media screen and (max-width: 575px) {
  .products-categories .category {
    flex: 0 0 100%;
  }
}
.products-categories .category .img {
  width: 95px;
  height: 95px;
}
.products-categories .category .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.products-categories .category .text h3 {
  font-size: 28px;
  font-weight: 600;
  color: #535254;
  text-align: center;
  margin: 20px 0;
}
@media screen and (max-width: 575px) {
  .products-categories .category .text h3 {
    font-size: 25px;
  }
}
.products-categories .category .text p {
  text-align: center;
}

.privacy-text h2 {
  color: #157EC7;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.privacy-text p ul li {
  color: #535254;
}
.privacy-text p {
  margin-bottom: 10px;
}
.privacy-text ul {
  padding-left: 20px;
  margin: 20px 0;
  list-style-type: circle;
}
.privacy-text ul li {
  margin-bottom: 10px;
}
.privacy-text h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #157EC7;
}
.privacy-text h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #157EC7;
}

.partners-wrapper .partners-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 30px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 991px) {
  .partners-wrapper .partners-top {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .partners-wrapper .partners-top {
    width: 100%;
    padding: 10px;
  }
}
@media screen and (max-width: 575px) {
  .partners-wrapper .partners-top {
    gap: 5px;
  }
}
.partners-wrapper .partners-top::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/arrow-down-full-g.svg");
  background-position-x: center;
  background-repeat: no-repeat;
  width: 35px;
  height: 30px;
}
.partners-wrapper .partners-top .partner-btn {
  border: 1px solid #7a7b7d;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 400;
  color: #7a7b7d;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* width: calc((100% - 90px) / 7); */
  width: max-content;
  cursor: pointer;
}
.partners-wrapper .partners-top .partner-btn.active {
  background-color: #157EC7;
  color: #fff;
}
@media only screen and (max-width: 1600px) {
  
}
@media screen and (max-width: 1199px) {
 
}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 575px) {
  .partners-wrapper .partners-top .partner-btn {
    padding: 5px;
    font-size: 14px;
    /* width: calc((100% - 10px) / 3); */
    width: calc(50% - 5px);
  }
}
.partners-wrapper .partners-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-top: 60px;
  row-gap: 15px;
}

@media screen and (max-width: 1600px) {
  .partners-wrapper .partners-list {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media screen and (max-width: 1400px) {
  .partners-wrapper .partners-list {
    grid-template-columns: repeat(5, 1fr);
  }
}


@media screen and (max-width: 1199px) {
  .partners-wrapper .partners-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .partners-wrapper .partners-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .partners-wrapper .partners-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .partners-wrapper .partners-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.partners-wrapper .partners-list .item {
  border: 1px solid #e4e4e7;
  padding: 10px 10px 0 10px;
  text-align: center;
  position: relative;
    min-height: 100px;
}
.partners-wrapper .partners-list .item:nth-child(7n) {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.partners-wrapper .partners-list .item:nth-child(7n+1) {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 1199px) {
  .partners-wrapper .partners-list .item:nth-child(5n) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .partners-wrapper .partners-list .item:nth-child(5n+1) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
@media screen and (max-width: 991px) {
  .partners-wrapper .partners-list .item:nth-child(4n) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .partners-wrapper .partners-list .item:nth-child(4n+1) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .partners-wrapper .partners-list .item:nth-child(3n) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .partners-wrapper .partners-list .item:nth-child(3n+1) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
@media screen and (max-width: 575px) {
  .partners-wrapper .partners-list .item:nth-child(2n-1) {
    /* PRVI u redu (1, 3, 5...) → lijeva ćelija */
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .partners-wrapper .partners-list .item:nth-child(2n) {
    /* DRUGI u redu (2, 4, 6...) → desna ćelija */
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
.partners-wrapper .partners-list .item h2 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
.partners-wrapper .partners-list .item .location {
  background-color: #e4e4e7;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #3a3a3a;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 10px;
  margin-top: 10px;

  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.products-title h2 {
  color: #333;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}
.breadcrumbs a {
  color: #333;
}
.breadcrumbs a[href] {
  color: #157EC7;
  font-weight: 500;
}
.breadcrumbs.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .breadcrumbs.desktop {
    display: none;
  }
  .breadcrumbs.mobile {
    display: flex;
  }
}

.category-list-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .category-list-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .category-list-wrapper {
    grid-template-columns: 1fr;
  }
}
 .category-wrapper {
  background-color: #F6F6F6;
  border-radius: 15px;
  padding: 20px;
  position: relative;
  display: block;
}
.category-wrapper .image {
  width: 100%;
  height: 330px;
  border-radius: 15px;
  position: relative;
  padding: 20px;
  background: #FFF;
background: radial-gradient(circle, rgba(255, 255, 255, 1) 14%, rgba(173, 235, 179, 1) 100%);
}
 .category-wrapper .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px;
}
 .category-wrapper .category-title {
  margin: 15px 0;
}
 .category-wrapper .category-title h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #333;
  transition: all 0.5s ease-in-out;
}



@keyframes jiggle {
  0%   { transform: translate(-50%, 40%) rotate(0deg) scale(0.95); opacity: 0; }
  40%  { transform: translate(-50%, -5%) rotate(1.5deg) scale(1.05); opacity: 1; }
  60%  { transform: translate(-50%, 2%) rotate(-1.5deg) scale(1); }
  80%  { transform: translate(-50%, -1%) rotate(1deg) scale(1.02); }
  100% { transform: translate(-50%, 0) rotate(0deg) scale(1); opacity: 1; }
}


 .category-wrapper .learn-more {
  position: absolute;
  /* bottom: 0px; */
  bottom: 0px;
  left: 50%;
  /* transform: translateX(-50%); */
   transform: translate(-50%, 40%) scale(0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f5f9;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  width: 167px;
  height: 84px;
  opacity: 0;
  visibility: hidden;
  /* transition: all 0.5s ease-in-out; */
  z-index: 2;
}
 .category-wrapper .learn-more div {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 500;
  background-color: #157EC7;
  width: 157px;
  height: 78px;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}
@media screen and (max-width: 575px) {
  .category-wrapper .learn-more {
    display: none;
  }
}
 .category-wrapper:hover .learn-more {
  /* transition: all 0.5s ease-in-out; */

  visibility: visible;
animation: jiggle 0.6s ease forwards;
}
 .category-wrapper:hover .category-title h3 {
  color: #157EC7;
  transition: all 0.5s ease-in-out;
}

.product-category-text h2 {
  text-align: center;
  margin-bottom: 20px;
}
.product-category-text p {
  text-align: center;
  margin-bottom: 10px;
}

.product-category-text h3{
  text-align: center;
  margin-bottom: 20px;
}
.product-category-text .text-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0;
}
@media screen and (max-width: 991px) {
  .product-category-text .text-flex {
    margin-bottom: 10px;
  }
}
.product-category-text .text-flex h3 {
  font-size: 35px;
  color: #535254;
  flex: 0 0 45%;
}
@media screen and (max-width: 991px) {
  .product-category-text .text-flex h3 {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .product-category-text .text-flex h3 {
    font-size: 25px;
  }
}
.product-category-text .text-flex hr {
  flex: 0 0 5px;
  width: 5px;
  height: 140px;
  background-color: #157EC7;
}
@media screen and (max-width: 991px) {
  .product-category-text .text-flex hr {
    display: none;
  }
}
.product-category-text .text-flex p {
  flex: 0 0 45%;
  line-height: 28px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .product-category-text .text-flex p {
    flex: 0 0 100%;
  }
}
.product-category-text .end-text p {
  text-align: left;
  margin-bottom: 15px;
}
@media screen and (max-width: 575px) {
  .product-category-text .end-text p {
    margin-bottom: 10px;
  }
}

.category-text-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .category-text-grid {
    gap: 40px;
  }
}
.category-text-grid .item {
  flex: 0 0 calc(32.33% - 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .category-text-grid .item {
    flex: 0 0 100%;
  }
}
.category-text-grid .item img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.category-text-grid .item h3 {
  font-size: 28px;
  font-weight: 600;
  margin: 15px 0;
  color: #535254;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .category-text-grid .item h3 {
    font-size: 25px;
  }
}
.category-text-grid .item p {
  line-height: 28px;
}
.category-text-grid .item a {
  margin-top: 15px;
  background-image: none;
  justify-content: center;
  background-color: #e4e4e7;
  color: #3a3a3a;
}
.category-text-grid .item a:hover {
  background-color: #157EC7;
  color: #fff;
}

.category-text-grid .item a.fact-btn:hover{
    color: #157EC7;
}
.category-text-grid hr {
  flex: 0 0 3px;
  height: 153px;
  width: 3px;
  background: #fff;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(106, 139, 194) 53%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0);
  border-radius: 100px;
}
@media screen and (max-width: 991px) {
  .category-text-grid hr {
    flex: 0 0 100%;
    width: 100%;
    height: 3px;
  }
}

.product-list-wrapper .category-wrapper .learn-more {
  /* bottom: 0px; */
}

.list-products-text {
  margin: 50px 0 30px 0;
  text-align: center;
}
.list-products-text p + p {
  margin-top: 10px;
}

.product-details-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .product-details-wrapper {
    flex-direction: column;
  }
}
.product-details-wrapper .images {
  width: 48%;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .product-details-wrapper .images {
    width: 100%;
  }
}
.product-details-wrapper .images .swiper {
  width: 100%;
  height: 460px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .product-details-wrapper .images .swiper {
    height: 350px;
  }
}
.product-details-wrapper .images .swiper-slide {
  width: 100%;
  height: 100%;
}
.product-details-wrapper .images .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.product-details-wrapper .text {
  width: 48%;
}
@media screen and (max-width: 1199px) {
  .product-details-wrapper .text {
    width: 100%;
    margin-top: 40px;
  }
}
.product-details-wrapper .text h2 {
  margin-bottom: 15px;
  color: #535254;
}
.product-details-wrapper .text p {
  margin-bottom: 15px;
}
.product-details-wrapper .text h3 {
  font-size: 28px;
  color: #535254;
}
.product-details-wrapper .text ul {
  margin: 20px 0;
}
.product-details-wrapper .text ul li {
  margin-bottom: 10px;
  padding-left: 30px;
  background-image: url("../images/check-circle.svg");
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: top;
  background-size: 20px;
}

.spec-wrapper table {
  width: 100% !important;
  margin-top: 40px;
  border: 1px solid #7a7b7d;
  border-radius: 10px;
  border-collapse: separate !important;
  border-spacing: 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .spec-wrapper table tr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .spec-wrapper table tr {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .spec-wrapper table th {
    display: none;
  }
}

.spec-wrapper table tr:first-of-type td {
  text-align: left;
  padding: 10px;
  font-weight: 600;
  font-size: 18px;
  color: #535254;
  border: none;
}

.spec-wrapper table tr:first-of-type td + td {
  border-left: 1px solid #7a7b7d;
}

.spec-wrapper table tr td {
  border: none;
  padding: 10px;
  font-size: 16px;
  border-top: 1px solid #7a7b7d;
}

.spec-wrapper table tr td:first-of-type{
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .spec-wrapper table tr td {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .spec-wrapper table tr td::before {
    content: attr(data-label);
    font-weight: bold;
    margin-bottom: 4px;
    color: #333;
  }
}
.spec-wrapper table tr td + td {
  border-left: 1px solid #7a7b7d;
}

.uv-light-text {
  text-align: center;
}
.uv-light-text p {
  margin-bottom: 10px;
}
.uv-light-text table {
  border: 1px solid #e4e4e7;
  border-radius: 10px;
  border-collapse: separate !important;
  border-spacing: 0;
  overflow: hidden;
  text-align: left;
  padding: 30px;
  margin: 30px 0;
  width: 100% !important;
}

.uv-light-text table tr td{
  border: none;
  background-color: #F1EFF04D;
}
@media screen and (max-width: 575px) {
    .spec-wrapper table tr:first-of-type td{
        font-weight: 400;
    }

  .uv-light-text table {
    padding: 20px;
  }
}
.uv-light-text table tr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 30px;
  margin-top: 30px;
}

.uv-light-text table tr:first-of-type{
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .uv-light-text table tr {
    grid-template-columns: 1fr;
  }
}
.uv-light-text table tr p {
  margin-bottom: 0;
}
.uv-light-text table tr h2 {
  font-size: 32px;
  color: #000;
}
@media screen and (max-width: 575px) {
  .uv-light-text table tr h2 {
    font-size: 30px;
  }
}
.uv-light-text ul {
  list-style-type: disc;
  text-align: left;
  padding-left: 20px;
  margin: 20px 0;
}
.uv-light-text ul li {
  padding-bottom: 10px;
}
.uv-light-text.haccp-text {
  text-align: left;
}
.uv-light-text.haccp-text h2 {
  color: #157EC7;
  font-size: 24px;
  margin-bottom: 20px;
}

.two-grid {
  margin-top: 0;
}
.two-grid .item {
  flex: 0 0 calc(45% - 10px);
  text-align: center;
}
@media screen and (max-width: 991px) {
  .two-grid .item {
    flex: 0 0 100%;
  }
}/*# sourceMappingURL=main.css.map */


.success-wrapper .btn{
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
}

.blog-gallery{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 30px 0;
}

.blog-gallery .item{
  width: 100%;
  height: 300px;
}

.blog-gallery .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.invisible-title{
  display: none;
}

.number-of-results{
  font-size: 20px;
  color: #157EC7;
}

.search-section h2{
  font-size: 32px;
} 

.search-section a span{
  display: block;
  margin: 10px 0;
  color: #157EC7;
}

.mfp-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  box-sizing: border-box;

  width: 100%;
  max-width: 560px;
  border-radius: 30px;
  display: none;
  opacity: 1;
  transition: opacity 0.3s ease;
  /* background: linear-gradient(#fff, #fff) padding-box,
              linear-gradient(90deg, #40A4F0, #0D5B91) border-box;
  border: 3px solid transparent; */

background: rgba(255, 255, 255, 0.24);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);

border: 3px solid transparent;

}

.mfp-content::before {
  content: "";
  position: absolute;
  inset: 0; /* pokriva cijeli popup */
  padding: 3px; /* debljina border-a */
  border-radius: inherit; /* prati border radius popup-a */
  background: linear-gradient(90deg, #40A4F0, #0D5B91);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none; /* ne smeta klikovima */
  z-index: -1; /* iza sadržaja */
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 102%;
  height: 102%;
}


.mfp-content .popup-wrapper {
  padding: 50px 30px;
}

.mfp-content .popup-wrapper .popup-title h2{
  color: #fff;
}
.mfp-content .popup-details-cont p{
  font-size: 20px;
  font-weight: 400;
  font-family: "Montserrat";
  color: #fff;
}

.mfp-content .popup-details-cont p span{
  color: #157EC7;
  font-weight: 500;
}

#mfp-content.fade-out {
    opacity: 0;
    pointer-events: none;
}

.mfp-iframe-scaler {
  width: 100%;
}

#page-overlay {
  z-index: 999;
  /* display: none; */
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px); 
 
}

#page-overlay2 {
  z-index: 999;
  /* display: none; */
}
.popup-wrapper {
  /* position: absolute; */
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #fff; */
  border-radius: 10px;
  padding: 30px;
  text-align: center;
}

.popup-wrapper .popup-title{
  text-align: center;
  margin-bottom: 25px;
}

.popup-wrapper .popup-title span{
    font-size: 20px;
}

.popup-wrapper .popup-title h2{
    font-size: 40px;
    color: #157EC7;
}

.mfp-content .close{
      position: absolute;
    top: 0px;
    right: -2px;
    background: rgba(255, 255, 255, 0.3);
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    color: #fff;
    padding: 5px;
    font-size: 17px;
    width: 50px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.popup-wrapper hr{
  width: 100%;
  height: 1px;
  background-color: #157EC7;
  margin: 20px 0;
}

.popup-wrapper button{
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.popup-wrapper button + button {
  margin-left: 20px;
}

.popup-wrapper #languageOptions{
  margin-top: 20px;
}

.popup-wrapper .popup-languages select{
width: 100%;
border: 1px solid #157EC7;
color: #535254;
padding: 10px;
appearance: none;
list-style: none;
background-image: url('../images/arr-down-g.svg');
background-repeat: no-repeat;
background-position: calc(100% - 10px);
font-size: 20px;
border-radius: 10px;
transition: all 0.5s ease-in-out;
}

.popup-wrapper .popup-languages select:focus{
    outline-color: #157EC7;
    transition: all 0.5s ease-in-out;
}

.popup-wrapper .popup-languages .btn{
  margin-left: auto;
  margin-right: auto;
  /* max-width: 100%; */
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);

  z-index: 9999;
  pointer-events: none; 
}


.uv-lamp-text{
  margin-top: 50px;
}

.uv-lamp-text table{
  border: none;
  width: 100% !important;
}

.uv-lamp-text table tr{
  border: none;
}

.uv-lamp-text table h3, .uv-lamp-text table h2{
  text-align: left;
}

.uv-lamp-text table tr td{
  position: relative;
  width: 50%;
  border: none;
}

.uv-lamp-text table tr td:first-of-type::after{
  content: "";
  width: 5px;
  height: 60%;
  background-color: #157EC7;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.uv-lamp-text table tr td:nth-child(2){
  padding-left: 50px;
}

.newProductsSwiper .category-wrapper .learn-more{
  bottom: 0;
}

.newProductsSwiper{
  padding-bottom: 50px;
}

.category-home-wrapper{
  margin-top: 40px;
  position: relative;
}

.category-home-wrapper .swiper-button-next-new,
.category-home-wrapper .swiper-button-prev-new {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.category-home-wrapper .swiper-button-next-new {
  background-image: url("../images/arr-next-g.svg");
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center;
  width: 66px;
  height: 66px;
  right: -70px;
  border: 2px solid #7a7b7d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-banner{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
background: #3b5a94;
background: radial-gradient(circle, rgba(59, 90, 148, 1) 4%, rgba(106, 139, 194, 1) 48%);
}

.news-banner p{
  font-size: 23px;
  color: #fff;

}

@media screen and (max-width: 1199px) {
  .category-home-wrapper .swiper-button-next-new {
    display: none;
  }
}
.category-home-wrapper .swiper-button-prev-new {
  background-image: url("../images/arr-prev-g.svg");
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center;
  width: 66px;
  height: 66px;
  left: -70px;
  border: 2px solid #7a7b7d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.category-navigation-mobile{
  display: none;
}

.mobile-product-category-text{
  display: none;
}

.news-text p{
  margin-bottom: 10px;
}

.news-text h3{
  margin-bottom: 15px;
}

.news-text ul li {
  margin-bottom: 10px;
  padding-left: 30px;
  background-image: url("../images/check-circle.svg");
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: top;
  background-size: 20px;
}

.news-text table{
  margin-bottom: 20px;
}

.related-products-wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 15px;
  column-gap: 10px;
  margin-top: 30px;
}

.related-products-wrapper .category-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  
}

.related-products-wrapper h3{
    margin-bottom: 20px;
    grid-column: span 3;
}

.related-products-wrapper .category-wrapper .image{
  width: 100%;
  height: 100px;
}

.related-products-wrapper .category-wrapper .category-title{
  width: 100%;
}

.related-products-wrapper .category-wrapper .category-title h3{
  text-align: left;
  font-size: 20px;
}

.related-products-wrapper .category-wrapper .category-title .btn{
  background-image: none;
  text-align: center;
  justify-content: center;
  margin-top: 20px;
}

.related-products-wrapper.mobile{
    display: none;
}

header.second-header .bottom-header .nav-menu details summary{
    background-image: url(../images/arr-down-w.svg);
    background-repeat: no-repeat;
    background-position: calc(100%);
}

.certificate-wrapper .certificate-gallery{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.certificate-wrapper .certificate-gallery a{
    width: 100%;
    height: 250px;
}

.certificate-wrapper .certificate-gallery a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}




.popup-wrapper2 {
  /* position: absolute; */
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
  text-align: center;
  position: relative;
}

.popup-wrapper2 .close{
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.popup-wrapper2 .popup-title{
    margin-bottom: 20px;
}

.popup-wrapper2 .popup-title span{
    color: #157EC7;
}

.popup-wrapper2 .contact-form {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding: 20px;
    background-color: #fff;
}

.popup-wrapper2 .contact-form form {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 25px 15px;
}

.popup-wrapper2 .contact-form form label {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    text-align: left;
}

.popup-wrapper2  .contact-form form input, .popup-wrapper2  .contact-form form textarea {
    border-radius: 5px;
    border: 0.5px solid #7a7b7d;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
}

.popup-wrapper2 .contact-form form textarea {
    resize: none;
    height: 119px;
}

.popup-wrapper2 .contact-form form input:focus,
.popup-wrapper2 .contact-form form textarea:focus {
  outline: none;
  border: 0.5px solid #157EC7;
}
.popup-wrapper2 .contact-form form input::-moz-placeholder, .popup-wrapper2 .contact-form form textarea::-moz-placeholder {
  font-family: "Lato";
  font-size: 16px;
  color: #7a7b7d;
}
.popup-wrapper2 .contact-form form input::placeholder,
.popup-wrapper2 .contact-form form textarea::placeholder {
  font-family: "Lato";
  font-size: 16px;
  color: #7a7b7d;
}
.popup-wrapper2 .contact-form form .iti {
  margin-top: 10px;
  width: 100%;
}
.popup-wrapper2 .contact-form form label:has(textarea) {
  grid-column: span 2;
}

.popup-wrapper2 .contact-form form .btn{
    max-width: 170px;
    grid-column: span 2;
    margin-left: auto;
    font-family: "Lato";
}

.contact-product{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.contact-product-icons{
    display: flex;
    align-items: center;
}

.contact-product-icons a{
    width:47px ;
    height: 47px;
    /* background-color: #157EC7; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-product-icons .viber a, .contact-product-icons .whatsapp a{
    background-color: transparent;
}


.sticker{
  position: absolute;
  top: 0;
  right: 0;
  width: max-content;
  padding: 10px 25px;
  background-color: #157EC7;
  color: #fff;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 16px;
  font-weight: 800;
  font-family: "Inter";
}

.category-wrapper .category-title.new h3{
color: #157EC7;
}

header.smaller-header {
    transform: translateY(-77px);
    transition: all 0.5s ease-in-out;
}

.mobile-category-title{
display: none;
}

.grey-background{
  background-color: #F4F4F4;
}

header.second-header .bottom-header .nav-menu li a{
  color: #fff;
}

header.second-header .bottom-header .nav-menu li a.active{
  color: #157EC7;
  font-weight: 800;
}

header.second-header .bottom-header .header-contact{
  display: none;
}

.product-price{
  text-align: center;
  margin-top: 10px;
}

.product-price .old-price p span.span-old-price{
  color: rgba(51, 51, 51, 0.7);
  font-size: 14px;
  font-weight: 800;
  font-family: "Inter";
  line-height: 15px;
  position: relative;
}

.product-price .old-price p span.span-old-price::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;                 
  height: 1.5px;             
  background: #FF0000;        
  transform: rotate(-11deg);
  transform-origin: center;
  width: 100%;             
  margin-left: 0%;        
  pointer-events: none;
}

.product-price .old-price p span{
  color: rgba(255, 0, 0, 0.7);
  font-weight: 800;
}

.product-price .prices{
  display: flex;
  align-items: baseline; 
  justify-content: center;
  color: #333;
  font-size: 16px;
  gap: 5px;
}


.product-price p.price1 span{
  font-size: 24px;
  font-weight: 800;
  margin-right: 5px;
}


.product-price p.price2 span{
  font-size: 14px;
  font-weight: 800;
  margin-right: 5px;
}

.discounted::before{
 content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 17px;
  background: linear-gradient(90deg, rgba(255,0,0,0.35), rgba(255,0,0,1));
  z-index: -1;
}

.product-details-wrapper .images .swiper.thumbProductSwiper{
  height: 140px;
}

.uv-light-text.haccp-text h3{
  color: #157EC7;
}

.sticker.popular{
  right: 0;
  left: auto;
  top: 55px;
  border-radius: 0;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Inter";
}

.sticker.popular.no-waterproof{
  top: 0;
}

.contact-product-icons a:has(svg){
  margin-left: 10px;
}

.product-details-wrapper .text .product-price{
  text-align: left;
  margin-bottom: 10px;
  margin-top: 10px;
}

.product-details-wrapper .text .product-price .prices{
  justify-content: flex-start;
}

.models-text{
  position: absolute;
  left: 0;
  top: 27%;
  z-index: 1;
  display: flex;
  align-items: center;
font-size: 24px;
font-weight: 700;
gap: 10px;
}

.models-text hr{
  width: 140px;
  height: 1px;
  border: 1px solid #000;
}

.swiper-pagination-main {
  position: absolute;
  width: 320px !important;
  height: 340px;
  pointer-events: none;
  top: 56% !important;
  transform: translateY(-50%);
  right: 15%;
  left: auto !important;
}

.swiper-pagination-main::before {
  content: "";
  position: absolute;
  right: 0%;
  top: 0;
  width: 175px;
  height: 340px;
  background-image:url('../images/curved-line.png') ;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}

.swiper-pagination-bullet {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  /* background-color: rgba(51, 51, 51, 0.75) !important; */
  background-color: transparent;
  border: 2px solid rgba(51, 51, 51, 0.75);
 opacity: 1;
  pointer-events: auto;
}




.swiper-pagination-bullet:nth-child(1) { 
top: 3.5%;
    right: 24%;

}
.swiper-pagination-bullet:nth-child(2) { 
top: 21.5%;
    right: 3.5%;


 }
.swiper-pagination-bullet:nth-child(3) { 
top: 47.5%;
    right: -4%;


 }
.swiper-pagination-bullet:nth-child(4) { 
top: 73.5%;
    right: 4%;


 }
 .swiper-pagination-bullet:nth-child(5) { 
 top: 91%;
    right: 24%;


 }

.bullet-title {
  position: absolute;
  top: 50%;
  right: 140%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
  text-transform: uppercase;
  opacity: 0;  
  transition: opacity 0.5s ease;
}

/* aktivna tačka */
.swiper-pagination-bullet-active {
  background: #333 !important;
}

.swiper-pagination-bullet-active .bullet-title{
  opacity: 1;
  transition: opacity 0.5s ease;
}

.background .order-btn{
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #333;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  padding: 15px 45px;
  border-top-left-radius: 15px;
  font-family: "Inter";
}

.mainSwiper.mobile{
  display: none;
}



.mainSwiper .swiper-slide {
 will-change: opacity, transform;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: opacity 0.8s ease;
}

.mainSwiper .swiper-slide img {
  will-change: opacity, transform;
  backface-visibility: hidden;
}



.category-wrapper.category-cont .image{
padding: 0;
background: none;
}

.category-wrapper.category-cont .image img{
  object-fit: cover;
}

.category-wrapper.category-cont .category-title{
  justify-content: center;
}

.category-list-wrapper.category-list2 .category-title{
  justify-content: center;
}



.thumbProductSwiper .swiper-pagination .swiper-pagination-bullet, .categorySwiper .swiper-pagination .swiper-pagination-bullet{
  margin: 10px !important;
  width: 8px;
  height: 8px;
}


.sticker.commercial{
  right: 0;
  left: auto;
  top: 110px;
  border-radius: 0;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Inter";
}

.sticker.commercial.no-waterproof{
  top: 55px;
}

.sticker.commercial.no-popular{
  top: 55px;
}

.sticker.commercial.no-waterproof.no-popular{
  top: 0;
}

.highlight-banners .highlight-banner .btn{
  position: absolute;
  top: 55%;
  left: 10%;
  color: #333333;
  background: #fff url(../images/arr-right-g.svg) no-repeat;
  background-position: calc(100% - 20px);
  font-family: "Inter";
}

.highlight-banners .highlight-banner .prices-banner{
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #333;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px 15px;
}

.highlight-banners .highlight-banner .prices-banner p{
  color: #fff;
  font-family: "Inter";
  text-align: center;
  font-size: 12px;
  line-height: 25px;
}

.highlight-banners .highlight-banner .prices-banner p b{
  font-size: 16px;
  font-weight: 800;
}
.highlight-banners .highlight-banner .prices-banner p + p b{
  font-size: 12px;
}

.category-wrapper .image.light-blue{
background: #FFF;
background: radial-gradient(circle, rgba(255, 255, 255, 1) 28%, rgba(173, 216, 230, 1) 100%);
}


.category-wrapper .image.blue{
  background: #FFF;
background: radial-gradient(circle, rgba(255, 255, 255, 1) 28%, rgba(59, 142, 165, 1) 100%);
}

.category-wrapper .image.red{
background: #FFF;
background: radial-gradient(circle, rgba(255, 255, 255, 1) 28%, rgba(255, 116, 108, 1) 100%);
}

.category-wrapper .image.purple{
background: #FFF;
background: radial-gradient(circle, rgba(255, 255, 255, 1) 28%, rgba(168, 101, 201, 1) 100%);
}

.category-wrapper .image.green{
  background: #FFF;
background: radial-gradient(circle, rgba(255, 255, 255, 1) 14%, rgba(173, 235, 179, 1) 100%);
}

.category-wrapper .image.turquoise{
background: #FFF;
background: radial-gradient(circle, rgba(255, 255, 255, 1) 28%, rgba(0, 255, 221, 1) 100%);
}

.category-wrapper .image.yellow{
  background: #FFF;
background: radial-gradient(circle, rgba(255, 255, 255, 1) 28%, rgba(255, 192, 0, 1) 100%);
}

.available-version .btn{
    background: #fff url(../images/arr-right-g.svg) no-repeat;
    background-position: calc(100% - 20px);
    max-width: 235px;
    color: #333;
    font-weight: 600;
    border: 1px solid #157EC7;
margin-bottom: 30px;
}

.other-product-price{
      font-size: 32px;
    font-weight: 500;
    color: #535254;
    font-family: "Inter";
}





@media only screen and (max-width: 1919px) {

.highlight-banners .highlight-banner .btn{
  left: 9%;
}
}

@media only screen and (max-width: 1599px) {
header .bottom-header .nav-menu{
  margin-left: 6%;
}
.highlight-banners .highlight-banner .btn{
  left: 5%;
}

}

@media only screen and (max-width: 1199px) {

  header.smaller-header{
    transform: translateY(0px);
  }

    .related-products-wrapper{
        display: none;
    }

    .related-products-wrapper.mobile{
        display: grid;

        grid-template-columns: 1fr;
    }

    .related-products-wrapper.mobile h3{
        grid-column: span 1;
    }

    .related-products-wrapper.mobile .category-title{
        flex-direction: column;
    }

    .related-products-wrapper.mobile .category-title h3{
        margin-bottom: 0px;
    }
    
  .category-home-wrapper .swiper-button-prev-new {
    display: none;
  }

  header .bottom-header .logo::before{
    height: 10px;
    bottom: -8px;
  }

  .swiper-pagination-main{
    right: 10%;
  }

  header.small-header .bottom-header{
    background-color: rgba(255, 255, 255, 0.8);
  }

  header .bottom-header .nav-menu{
    margin-left: 0;
  }

  header.smaller-header.smaller-header.mobile-header{
    transform:  translateY(0);
  }

  header.smaller-header.smaller-header.mobile-header .bottom-header{
    background-color: #fff;
  }

  header.second-header .bottom-header{
    background-color: rgba(255, 255, 255, 0.5);
  }

  header.second-header .bottom-header .nav-menu li a{
    color: #333;
  }


  .popular-products-wrapper .popular-product .banner-img .btn{
    bottom: 28%;
    max-width: 75px;
        padding: 5px;
        font-size: 11px;
        text-transform: none;
        background-image: none !important;
        align-items: center;
        justify-content: center;
  }

}


@media only screen and (max-width: 991px){
  .uv-lamp-text table tr td{
    display: block;
    width: 100%;
  }

  .uv-lamp-text table tr td:nth-child(2){
    padding-left: 0;
  }

  .uv-lamp-text table tr td:first-of-type::after{
    display: none;
  }

  .popular-products-wrapper .popular-product .banner-img .btn{
    bottom: 18%;
        max-width: 115px;
  }
}

@media only screen and (max-width: 767px){
  .mainSwiper.desktop{
    display: none;
  }

  .mainSwiper.mobile{
    display: flex;
  }

  .models-text{
    display: none;
  }

  .background .order-btn{
    font-size: 24px;
    padding: 12px 30px;
  }

  .background .main-text{
    text-align: center;
  }

  .background .main-text p{
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 14px;
  }

  .swiper-pagination-main{
    left: 50% !important;
    right: auto;
    transform: translateX(-50%);
    top: 20% !important;
  }

  .swiper-pagination-main{
        width: 255px !important;
    height: 260px;
  }

   .swiper-pagination-main .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
   }

  .swiper-pagination-main::before{
transform-origin: top right; /* rotira oko gornjeg desnog ugla */
  transform: rotate(-90deg) translateY(-100%);
width: 128px;
        height: 255px;
  }

.swiper-pagination-bullet:nth-child(1) { 
    top: 23.5%;
    left: -0.5%;
    right: auto;

}
.swiper-pagination-bullet:nth-child(2) { 
    top: 5%;
    left: 17.5%;
    right: auto;


 }
.swiper-pagination-bullet:nth-child(3) { 
  top: -2%;
    left: 43%;
    right: auto;


 }
.swiper-pagination-bullet:nth-child(4) { 
        top: 5%;
        right: 17.5%;


 }
 .swiper-pagination-bullet:nth-child(5) { 
          top: 23.9%;
        right: 0%;

 }

 .mainSwiper.mobile .swiper-slide .btn-discount{
  position: absolute;
  right: 0;
  top: 54px;
  background-color: #fff;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 16px;
  font-weight: 800;
  font-family: "Inter";
  color: #333;
max-width: max-content;
text-align: center;
 }

 .bullet-title {
  font-size: 12px;
  font-weight: bold;
 }



 .swiper-pagination-bullet:nth-child(1) .bullet-title { 
    left: 140%;
    right: auto;

}
.swiper-pagination-bullet:nth-child(2) .bullet-title { 
    left: 65%;
    right: auto;
    top: 100%;
    width: 100px;
    white-space: wrap;
 }
.swiper-pagination-bullet:nth-child(3) .bullet-title { 
           left: 50%;
        right: auto;
        transform: translateX(-50%);
        top: 100%;
        width: 100px;
        white-space: wrap;
 }
.swiper-pagination-bullet:nth-child(4) .bullet-title { 
    right: 140%;
 }
 .swiper-pagination-bullet:nth-child(5) .bullet-title { 
    right: 140%;

 }

}

@media only screen and (max-width: 576px){

.news-banner{
  padding: 5px 0;
}

  .news-banner p{
    font-size: 18px;
  }

    .contact-product-icons a{
        width: 30px;
        height: 30px;
    }
    .contact-product-icons .viber a,  .contact-product-icons .whatsapp a{
      margin-left: 0;
    }
  

    .contact-product-icons a svg{
width: 30px;
height: 30px;
    }
    .contact-product-icons .viber, .contact-product-icons .whatsapp{
        width: 30px;
        height: 30px;
    }

    .contact-product-icons .whatsapp{
      margin-left: 10px;
    }

    .contact-product-icons .viber a svg, .contact-product-icons .whatsapp a svg{
width: 30px;
height: 30px;
    }
     .certificate-wrapper {
        padding-top: 0 !important;
     }

    .certificate-wrapper .certificate-gallery{
        grid-template-columns: 1fr;
        
    }

.certificate-wrapper .certificate-gallery a{
    height: 180px;
}

  .blog-gallery{
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }

  .blog-gallery .item{
    height: 140px;
  }

.categorySwiper .swiper-slide .category-image{
  padding: 0;
  height: 280px;
}

.category-title p {
  display: none;
}

.category-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.category-navigation-mobile{
  display: flex;
}

.category-navigation-mobile .swiper-button-next-category,
.category-navigation-mobile .swiper-button-prev-category {
  /* position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;*/
  cursor: pointer; 
}
.category-navigation-mobile .swiper-button-next-category {
  background-image: url("../images/arr-next-g.svg");
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center;
  width: 42px;
  height: 42px;
  border: 2px solid #7a7b7d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-navigation-mobile .swiper-button-prev-category {
  background-image: url("../images/arr-prev-g.svg");
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center;
  width: 42px;
  height: 42px;
  border: 2px solid #7a7b7d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.category-wrapper .image{
  height: 250px;
}

.mobile-product-category-text{
  display: block;
  margin-top: 20px;
}

.product-category-text-desktop{
display: none;
}

.popup-wrapper2 .contact-form form{
    grid-template-columns: 1fr;
}

.popup-wrapper2 .contact-form form label:has(textarea){
    grid-column: span 1;
}
.popup-wrapper2 .contact-form form .btn{
  grid-column: span 1;
}

.categorySwiper .swiper-slide .category-text .btn:hover{
  color: #157EC7;
}

.mobile-category-title{
  display: block;
}

.desktop-category-title{
  display: none;
}

header .bottom-header .nav-menu{
  top: 54px;
}

.mfp-content .popup-wrapper{
  padding: 30px 15px;
}

.mfp-content .popup-wrapper .popup-title h2{
  font-size: 30px;
}

.mfp-content{
  max-width: 350px;
}

.mfp-content .close{
  right: 0;
}

.highlight-banners .highlight-banner .btn{
  left: 4%;
  font-size: 12px;
    padding: 5px 10px;
    max-width: 120px;
    background-position: calc(100% - 10px);
}
.highlight-banners .highlight-banner .prices-banner{
    padding: 5px 10px;
}

.highlight-banners .highlight-banner .prices-banner p{
  line-height: 18px;

}

.highlight-banners .highlight-banner .prices-banner p b{
  font-size: 12px;
}


.popular-products-wrapper .popular-product .banner-img .btn{
  max-width: 77px;
  height: 25px;
  background-image: none !important;
  bottom: 17.5%;
}

.other-product-price{
  font-size: 25px;
}
}








@media screen and (max-width: 768px) {
.spec-wrapper table {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
}

.spec-wrapper td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    vertical-align: top;
}

.spec-wrapper tr:last-child td {
    border-bottom: none;
}

.image-gallery .image:hover .maximize-cont{
    display: none;
}

.contact-product{
  flex-direction: column;
  align-items: flex-start;
}

.contact-product-icons{
  margin-top: 20px;
}
}


@media screen and (max-width: 576px) {
  .category-title.product-title-price{
    flex-direction: column;
    margin-bottom: 0;
  }

  .category-title.product-title-price p{
    display: flex;
    justify-content: center;
  }

  .product-price .prices{
    flex-direction: column;
  }

  .product-price .old-price p span.span-old-price::after{
    top: 25%;
  }
}