* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: normal;
}

body {
  margin: 0px auto;
  color: #4f4f51;
  font-size: 14px;
  font-family: 'Nunito', sans-serif;
  background: #f4f4f4;
  position: relative;
  max-width: 1349px;
  width: 100%;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}

@font-face {
  font-family: "Copernicus Bold";
  src: url(../font/Copernicus-Bold.ttf);
}

.main-container {
  margin: 20px 0;
}

.main-content {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.navbar {
  z-index: 95;
  display: flex;
  width: 100%;
  position: absolute;
  top: 0;
}

.navbar .logo {
  position: relative;
  display: flex;
  margin-left: 75px;
  max-width: 249px;
  flex-shrink: 0;
}

.navbar .logo img {
  width: 100%;
}

.navbar .logo:before {
  content: '';
  width: 75px;
  height: 49px;
  background-color: rgb(255, 255, 255);
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 100%;
}

.navbar .nav-links {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-grow: 1;
  padding: 15px 12px 14px 0;
  background: #fff;
  height: 49px;
  font-weight: 300;
}

.navbar .nav-links a {
  text-decoration: none;
  color: #1a1818;
  border-right: 1px solid #CCC;
  text-transform: uppercase;
  padding: 0 25px;
  transition: color 300ms ease 0s, background 800ms ease 0s, opacity 300ms ease 0s;
}

.navbar .nav-links a.home-link {
  width: 20px;
  height: 20px;
  padding: 0;
  margin-right: 20px;
  border-right: none;
}

.navbar .nav-links a:last-child {
  border-right: none;
}

.navbar .nav-links a.active,
.navbar .nav-links a:hover {
  color: #1e287c;
}

.navbar .nav-serach {
  display: flex;
  align-items: center;
  height: 49px;
  padding: 12px 0 12px 25px;
  background: #ffffffec;
  max-width: 289px;
  width: 100%;
  margin-left: 2px;
  flex-shrink: 0;
}

.navbar .nav-menu {
  width: 100%;
  display: flex;
}


.closs-menu,
.menu-icon {
  display: none;
}

.navbar .nav-serach input {
  border: none;
  box-shadow: none;
  outline: none;
  background: transparent;
  width: 173px;
  height: 24px;
  font-size: 12px;
  line-height: normal;
  color: #1a1818;
  padding: 8px 10px 7px;
}

.navbar .nav-serach input::placeholder {
  color: #9e9e9e;
}

.navbar .nav-serach .btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: fit-content;
  font-family: Lato, sans-serif;
}

.navbar .nav-serach .btn img {
  height: 20px;
  transition: all .2s ease-in-out;
}

.navbar .nav-serach .btn:hover img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(20%) saturate(3159%) hue-rotate(199deg) brightness(95%) contrast(99%);
}

.hero-section {
  position: relative;
  border-top: 3px solid #FFF;
}

.hero-section .mySwiper2 {
  background: #fff;
}

.hero-section .mySwiper2 img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.hero-section .mySwiper2 .main-content {
  display: flex;
  align-items: center;
}

.hero-section .mySwiper2 .main-content h4 {
  max-width: 295px;
  width: 100%;
  min-height: 160px;
  background: url(../images/hero-title-bg.jpg) no-repeat;
  text-align: center;
  font-size: 24px;
  color: #FFF;
  font-family: "Copernicus Bold";
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-section .mySwiper2 .main-content p {
  max-width: 576px;
  padding: 54px 55px 0 55px;
  line-height: 24px;
  margin-bottom: 24px;
  min-height: -webkit-fill-available;
  font-weight: 300;
}

.hero-section .mySwiper2 .main-content .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 232px;
  height: 53px;
  text-align: center;
  font-weight: 400;
  border: 2px solid #58595b;
  background: #fff;
  color: #1a1818;
  cursor: pointer;
  text-transform: uppercase;
  margin-left: 35px;
  flex-shrink: 0;
  font-size: 14px;
}

.hero-section .slider-thumb {
  position: absolute;
  bottom: 160px;
  z-index: 2;
  left: 0;
  right: 0;
}

.hero-section .slider-thumb .slide-btn {
  cursor: pointer;
  text-decoration: none;
}

.hero-section .slider-thumb .thumb-icon {
  height: 76px;
  margin: 0 0 2px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/hero-thumb-bg.png) no-repeat top center;
}

.hero-section .slider-thumb .slide-btn:not(:hover) img {
  filter: brightness(0) saturate(100%) invert(37%) sepia(0%) saturate(1110%) hue-rotate(139deg) brightness(94%) contrast(89%);
}

.hero-section .slider-thumb .slide-btn:hover .thumb-icon {
  background: url(../images/hero-thumb-hover-bg.png) no-repeat top center;
}

.hero-section .slider-thumb .thumb-title {
  padding: 5px 20px; /*14px 30px;*/
  background: rgb(255, 255, 255, .9);
  height: 62px;
}

.hero-section .slide-btn:hover .thumb-title {
  background: rgb(236, 237, 244, .9);
}

.hero-section .slider-thumb p {
  text-align: center;
  color: #6d6e71;
  overflow: hidden;
  font-weight: 300;
  text-transform: uppercase;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.babel-section .main-content {
  display: flex;
  gap: 10px;
}

.babel-section .bable-descr {
  background-color: #fff;
  padding: 45px 100px 0 42px;
  width: 50%;
  display: flex;
  flex-direction: column;
  transition: color 300ms ease 0s, background 800ms ease 0s, opacity 300ms ease 0s;
  color: #1a1818;
}

.babel-section .bable-descr:hover {
  background: #1a1818;
  color: #aaabac;
}

.babel-section .bable-descr:hover p a.view {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}

.babel-section .bable-descr p {
  margin: 45px 0;
  font-size:medium;
  line-height: 24px;
}

.babel-section .bable-descr p a.view {
  width: 228px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  text-decoration: none;
  margin: 35px 0 0 0;
  text-align: center;
  font-weight: 400;
  border: 2px solid #58595b;
  color: #1a1818;
  transition: color 300ms ease 0s, background 800ms ease 0s, opacity 300ms ease 0s;
}

.babel-section .babel-link {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.babel-section .babel-link div {
  min-height: 220px;
  padding: 45px 100px 0 42px;
  background: #fff;
  color: #1a1818;
  transition: color 300ms ease 0s, background 800ms ease 0s, opacity 300ms ease 0s;
}

.babel-section .babel-link div:hover {
  color: #aaabac;
  background: #1a1818;
}

.babel-section .babel-link:hover h5 {
  color: #fff;
}

.babel-section .babel-link h5 {
  font-size: 18px;
  color: #4f4f51;
  font-family: "Copernicus Bold";
  line-height: 1.38;
  transition: color 300ms ease 0s, background 800ms ease 0s, opacity 300ms ease 0s;
}

.babel-section .babel-link p {
  margin: 45px 0;
}

.babel-section .babel-link p a {
  color: #24890d;
  transition: color 300ms ease 0s, background 800ms ease 0s, opacity 300ms ease 0s;
}

.babel-section .babel-link p a:hover {
  color: #41a62a;
}

.babel-section .babel-link img {
  width: 100%;
  height: 181px;
  object-fit: cover;
}

.clients-section {
  padding: 60px 0;
  margin-bottom: 20px;
}

.babel-section.main-container {
  margin-bottom: 0;
}

.clients-section .main-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

footer {
  padding: 64px 0 0 0;
  background: #1a1818;
  font-weight: 300;
}

footer .links {
  display: flex;
}

footer .links ul {
  padding: 0;
  max-width: 200px;
  width: 100%;
}

footer .links li {
  list-style: none;
}

footer .links li.main-link {
  min-height: 40px;
  display: flex;
  align-items: center;
}

footer .links li.products-link,
footer .links li.empty-link {
  min-height: 24px;
  margin-bottom: 12px;
}

footer .links li.sub-link {
  min-height: 24px;
  display: flex;
  align-items: center;
}

footer .links li.sub-link a.active{
  color: #fff;
}

footer .links li.main-link a {
  color: #fff;
  text-transform: uppercase;
  line-height: 40px;
}

footer .links li.main-link.products-link a {
  line-height: 24px;
}

footer .links li.main-link a.active {
  color: #959798;
}

footer .links li a {
  text-decoration: none;
  color: #959798;
  transition: color 300ms ease 0s, background 800ms ease 0s, opacity 300ms ease 0s;
  line-height: 24px;
}

footer .links li a:not(.active):hover {
  color: #1e287c;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}

.footer-bottom .footer-logo {
  max-width: 130px;
  margin: 17px 0 15px;
}

.footer-bottom a {
  color: #969899;
  text-decoration: none;
  font-size: 12px;
  margin: 41px auto 16px 0;
}

.footer-bottom a span {
  margin: 3px 4px 0px 0px;
  float: left;
}

.footer-bottom a img {
  max-width: 76px;
  float: left;
}

.footer-bottom .copyright-text {
  margin: 43px auto 16px 0;
  float: left;
  text-align: left;
  font-size: 12px;
  color: #969899;
}

.hero-img {
  width: 100%;
  height: 678px;
  float: left;
  margin-bottom: -197.5px;
  object-fit: cover;
}

.detail-main-section {
  display: flex;
  margin-bottom: 75px;
}

.detail-main-section .pages-tab {
  width: 255px;
  flex-shrink: 0;
  position: relative;
  margin-top: calc(49px + 36px);
}
/*
.detail-main-section .pages-tab:before {
  content: '';
  height: 49px;
  width: 100%;
  position: absolute;
  top: calc(-49px + -36px);
  left: 0;
  right: 0;
  border-top-left-radius: 4px;
  background: rgb(255, 255, 255, .5);
}

.detail-main-section .pages-tab:after {
  content: '';
  height: 36px;
  width: 100%;
  position: absolute;
  top: -36px;
  left: 0;
  right: 0;
  background: #F3F3F3;
}*/

.detail-main-section .pages-tab {
  background-color: #fff;
}

.detail-main-section .product-accordion {
  width: 100%;
}

.detail-main-section .main-tab {
  position: relative;
  height: 67px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  float: left;
  color: #1a1818;
  border-bottom: 1px solid #f0f0f0;
  padding: 12px 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.detail-main-section .main-tab:after {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.detail-main-section .main-tab:hover:after,
.detail-main-section .active.main-tab:after {
  background: #1e287c;
}

.detail-main-section .main-tab:hover {
  color: #1e287c;
}

.product-accordion {
  overflow: hidden;
}

.product-accordion input {
  display: none;
}

.product-accordion label {
  display: block;
  cursor: pointer;
  position: relative;
}

.product-accordion .product-list {
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: height 1s ease;
}

.product-accordion .product-list ul {
  padding: 10px 0 0 40px;
  border-left: 5px solid #1e287c;
  border-bottom: 1px solid #f0f0f0;
}

.product-accordion .product-list li {
  list-style: none;
}

.product-accordion .product-list a {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  color: #191818;
}

.product-accordion .product-list a.active,
.product-accordion .product-list a:hover {
  color: #1e287c;
}

.product-accordion .product-list a img {
  width: 42px;
  height: 21px;
  object-fit: contain;
  flex-shrink: 0;
}

.product-accordion input:checked~.product-list {
  height: 537px;
}

.pag-content {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
}

.page-content-inner {
  background: #fff;
  padding: 36px 40px 10px;
  height: 100%;
}
.page-content-inner h2 {
    font-size: medium;
    padding-bottom: 1rem;
}/*
.pag-content:before {
  content: '';
  height: 49px;
  width: calc(100% - 590px);
  position: absolute;
  right: 0;
  top: 0;
  border-top-right-radius: 4px;
  background: rgb(255, 255, 255, .5);
}*/

.page-title {
  border-radius: 6px 6px 0 0;
  background: #fff;
  max-width: 590px;
  padding: 46px 20px 1px 40px;
  margin-top: -31px;
}

.page-title h1 {
  font-size: 24px;
  color: #191818;
  font-family: "Copernicus Bold";
  line-height: 1.3846153846;
}

.about-content p {
  margin-bottom: 30px;
  text-align: justify;
  line-height: 24px;
  color: #4f4f51;
  font-weight: 300;
  max-width: 725px;
}

.about-content h4 {
  font-size: 18px;
  color: #191818;
  font-family: "Copernicus Bold";
  line-height: 40px;
  max-width: 725px;
}

.about-content .about-clients {
  max-width: 725px;
  margin-bottom: 30px;
}

.about-content .about-clients img {
  margin: 15px 50px 25px 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.about-content .about-clients img:nth-child(1) {
  max-width: 170px;
}

.detail-main-section .main-tab.mobile-product {
  display: none;
}

.contact-content h4 {
  font-size: 18px;
  color: #4f4f51;
  font-family: "Copernicus Bold";
  line-height: 40px;
  max-width: 725px;
}

.contact-content p.contact-email {
  min-height: 70px;
}

.contact-content p a {
  text-decoration: none;
  color: #24890d;
  line-height: 24px;
  transition: color 300ms ease 0s, background 800ms ease 0s, opacity 300ms ease 0s;
}

.contact-content p a:hover {
  color: #41a62a;
}

.contact-content p {
  max-width: 710px;
  margin-bottom: 0px; /*30px;*/
  color: #4f4f51;
  font-weight: 300;
  line-height: 24px;
}

.contact-form form {
  max-width: 725px;
  display: flex;
  flex-wrap: wrap;
}

.contact-form .input-group {
  width: calc(50% - 62px);
  display: inline-block;
  margin: 0 54px 50px 0;
  position: relative;
}

.contact-form .input-group label {
  line-height: 24px;
  color: #4f4f51;
  display: block;
  width: 100%;
}

.contact-form .input-group textarea,
.contact-form .input-group input {
  font-size: 14px;
  width: 100%;
  height: 35px;
  color: #1a1818;
  border: 1px solid #ccc;
  outline: none;
  padding: 8px 10px 7px;
  width: 98%;
}

.contact-form .input-group.textarea-group {
  width: 100%;
}

.contact-form .form-error {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  color: #dc3232;
  position: absolute;
  bottom: -24px;
  right: 0;
}

.contact-form .input-group textarea {
  height: 206px;
  resize: none;
  width: 100%;
}

.contact-form .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 228px;
  margin-left: auto;
  background: #Fff;
  border: 2px solid #58595b;
  color: #1a1818;
  text-transform: uppercase;
  cursor: pointer;
}

.contact-form .btn:hover {
  color: #1e287c;
  border-color: #1e287c;
}

.products-content p {
  margin-bottom: 0;
  max-width: 725px;
}

.products-content h4 {
  color: #191818;
}

.products-list {
  max-width: 845px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 50px;
  row-gap: 30px;
}

.products-list .product-card {
  width: calc(33.33% - 6.66px);
}

.products-list .product-card p {
  text-align: center;
  color: #1a1818;
  margin-top: 3px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 3px;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.products-list .product-card:hover p {
  color: #1e287c;
}

.products-list .product-card img {
  width: 100%;
}

.products-list .product-card div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products-list .product-card div::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: all .4s ease-in-out;
}

.products-list .product-card div:hover::after {
  background: rgba(255, 255, 255, 0.6);
}

.products-list .product-card .btn {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: auto;
  text-transform: uppercase;
  border: 2px solid #6B6C6E;
  color: #1a1818;
  background: #fff;
  height: 50px;
  width: 105px;
  font-weight: 600;
  opacity: 0;
  box-shadow: 0 0 14px rgb(0, 0, 0, .14);
  transition: all .2s ease-in-out;
}

.products-list .product-card div:hover .btn {
  opacity: 1;
}

.products-list .product-card .btn:hover {
  border-color: #4C5CAB;
  color: #283B8F;
}

::selection {
  background: #24890d;
  color: #fff;
  text-shadow: none;
}

strong {
  font-weight: 700;
}

.product-detail p {
  max-width: 725px;
}

.product-detail h4 {
  color: #191818;
  margin-bottom: 12px;
}

.sitemap-links h4 {
  color: #191818;
}

.sitemap-links a {
  text-decoration: none;
  color: #1a1818;
  transition: color 300ms ease 0s, background 800ms ease 0s, opacity 300ms ease 0s;
  line-height: 24px;
  font-weight: 300;
}

.sitemap-links a:hover{
  color: #1e287c;
}
ul.wsp-pages-list, ul.wsp-productss-list {
    margin-left: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
button{padding: unset !important;color:unset !important;}