@charset "UTF-8";
/* poppins-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/poppins-v20-latin_latin-ext-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins-v20-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/poppins-v20-latin_latin-ext-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/poppins-v20-latin_latin-ext-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/poppins-v20-latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #3B4A85;
  font-weight: bold;
}

h1 {
  font-size: 44px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

.main-button, .tnp-submit, .wpcf7-submit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #3B4A85;
  color: white;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  text-decoration: none;
  border: 2px solid #3B4A85;
  padding: 8px 20px;
  transition: all 0.3s ease-in-out;
}
.main-button span, .tnp-submit span, .wpcf7-submit span {
  color: inherit;
  font-size: inherit;
}
.main-button:hover, .tnp-submit:hover, .wpcf7-submit:hover {
  background: white;
  color: #3B4A85;
  transition: all 0.3s ease-in-out;
}

.reverse-button {
  border: 0;
  background: white;
  color: #3B4A85;
  border: 2px solid white;
  transition: all 0.3s ease;
}
.reverse-button:hover {
  background: #3B4A85;
  transition: all 0.3s ease;
  color: white;
}

/* Shutter In Horizontal */
.hvr-shutter-in-horizontal2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: white;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-shutter-in-horizontal2:before {
  border-radius: 6px;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #3B4A85;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-shutter-in-horizontal2:hover, .hvr-shutter-in-horizontal2:focus, .hvr-shutter-in-horizontal2:active {
  color: #3B4A85;
}

.hvr-shutter-in-horizontal2:hover:before, .hvr-shutter-in-horizontal2:focus:before, .hvr-shutter-in-horizontal2:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #3B4A85;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-shutter-in-horizontal:before {
  border-radius: 6px;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
}

.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-ripple-out:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

/* Curl Top Left */
.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#ffffff", endColorstr="#000000");
  /*For IE7-8-9*/
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}

.hvr-curl-top-left:hover:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:active:before {
  width: 25px;
  height: 25px;
}

.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3B4A85;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white !important;
}

.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #3B4A85;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/* #Progress scroll do góry
================================================== */
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 49px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 12;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  background: white;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 48;
}

.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f077";
  text-align: center;
  line-height: 48px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.9);
  left: 0;
  top: 0;
  height: 48px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f077";
  text-align: center;
  line-height: 48px;
  font-size: 24px;
  opacity: 0;
  background: black;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 48px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #3B4A85;
  stroke-width: 6;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

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

.wysiwyg p {
  font-size: 1.1rem;
}
.wysiwyg ul, .wysiwyg ol {
  font-size: 1.1rem;
}
.wysiwyg h3 {
  margin: 30px 0 20px;
}
.wysiwyg a {
  text-decoration: none;
  color: #3B4A85;
  font-weight: bold;
}
.wysiwyg a:hover {
  text-decoration: underline;
}

.breadcrumb {
  font-size: 0.875rem;
  list-style: none;
  display: flex;
  gap: 6px;
  padding-left: 0;
}
.breadcrumb a {
  text-decoration: none;
  color: #3B4A85;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb a::after {
  content: "/";
  display: inline-block;
}

header #menu-bar {
  display: none;
}
header .menu-desc {
  display: block;
}
header .logo-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.0625rem solid #D8D8D8;
  padding-bottom: 0.825rem;
  padding-top: 0.825rem;
}
header .logo-container .site-logo img {
  max-width: 20rem;
}
header .logo-container .project-logo a {
  text-decoration: none;
}
header .logo-container .project-logo .logo-first {
  max-height: 3.125rem;
  margin-right: 1.875rem;
}
header .logo-container .project-logo .logo-second {
  max-height: 3.8875rem;
}
header .logo-container .project-logo .logo-eco {
  max-height: 4.2rem;
  margin-right: 0;
}
header .logo-container .project-logo .logo-life {
  max-height: 6.8875rem;
}
header .menu-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0;
  position: relative;
}
header .menu-container .site-logo-small {
  max-width: 15.375rem;
  display: none;
}
header .menu-container .menu-wraper .nav-link {
  cursor: pointer;
}
header .menu-container .menu-wraper .container {
  position: relative;
}
header .menu-container .menu-wraper .dropdown-menu.depth_0 {
  margin: 0rem;
  border-radius: 0;
  background: #3B4A85;
  padding: 1.25rem;
  color: white;
}
header .menu-container .menu-wraper .dropdown-menu.depth_0 .nav-item .nav-link {
  color: white;
  cursor: pointer;
}
header .menu-container .menu-wraper .dropdown-menu.depth_0 .nav-item .nav-link:hover {
  background: white;
  color: #3B4A85;
}
header .menu-container .menu-wraper .sub-menu.depth_1 {
  display: block;
  background: #3B4A85;
}
header .menu-container .menu-wraper .sub-menu.depth_1 .nav-item .nav-link,
header .menu-container .menu-wraper .sub-menu.depth_1 .nav-item a {
  padding-bottom: 0.1875rem;
  font-style: normal;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.375rem;
}
header .menu-container .menu-wraper .sub-menu.depth_1 .nav-item .nav-link-small {
  font-size: 0.8rem;
}
header .menu-container .menu-wraper .sub-menu.depth_2 {
  display: block;
  background: #3B4A85;
}
header .menu-container .menu-wraper .sub-menu.depth_2 .nav-item .nav-link {
  padding-bottom: 0.1875rem;
  font-style: normal;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 1.1rem;
}
header .menu-container .menu-wraper .sub-menu.depth_2 .nav-item .nav-link-small {
  font-size: 0.8rem;
}
header .menu-container .menu-wraper .menu-item-has-children {
  position: static;
}
header .menu-container .menu-wraper .no-link {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.375rem;
}
header .menu-container .menu-wraper .no-link:after {
  display: none;
}
header .menu-container .menu-wraper .no-link .carret {
  display: none;
}
header .menu-container .menu-wraper .dropdown-menu.show {
  display: grid;
}
header .menu-container .menu-wraper ul:not(.dropdown-menu) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  gap: 0.625rem;
}
header .menu-container .menu-wraper ul:not(.dropdown-menu) li a {
  text-decoration: none;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  color: #3B4A85;
  padding: 0.25rem 0.375rem;
}
header .menu-container .menu-wraper .dropdown {
  display: inline-block;
  position: static;
}
header .menu-container .menu-wraper .dropdown a {
  color: #3B4A85;
  background: transparent;
  border: 0;
  text-decoration: none;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  color: #3B4A85;
  border-radius: 0;
}
header .menu-container .menu-wraper .dropdown .dropdown-menu {
  background: #3B4A85;
}
header .menu-container .menu-wraper .dropdown .dropdown-menu h3,
header .menu-container .menu-wraper .dropdown .dropdown-menu a {
  color: white;
  display: block;
}
header .menu-container .menu-wraper .dropdown .dropdown-menu h3 {
  font-size: 1.25rem;
  font-weight: 500;
}
header .menu-container .menu-wraper .dropdown .dropdown-menu a {
  transition: all 0.3s ease-out;
}
header .menu-container .menu-wraper .dropdown .dropdown-menu a:hover {
  background: white;
  color: #3B4A85;
  transition: all 0.3s ease-out;
}
header .menu-container .funct-wraper {
  display: flex;
  gap: 1.25rem;
}
header .menu-container .funct-wraper .wraper {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
header .menu-container .funct-wraper a {
  font-weight: bold;
  text-decoration: none;
  font-size: 1.125rem;
  color: #3B4A85;
  padding: 0.25rem 0.375rem;
  transition: all 0.3s ease-out;
}
header .menu-container .funct-wraper a i {
  font-size: 1.25rem;
}
header .menu-container .funct-wraper a:hover {
  background: #3B4A85;
  color: white;
  transition: all 0.3s ease-out;
}
header .menu-container .funct-wraper .dropdown {
  display: inline-block;
  border-radius: 0;
}
header .menu-container .funct-wraper .dropdown a {
  background: transparent;
  border: 0;
}
header .menu-container .funct-wraper .dropdown a:hover {
  background: #3B4A85;
  border-radius: 0;
}
header .menu-mob {
  display: none;
}
header .scrolled {
  height: 6.25rem;
  background: white;
  z-index: 99;
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 0.0625rem solid #3B4A85;
  width: 100%;
  left: 0;
  padding: 1.875rem 6.25rem;
}
header .scrolled .site-logo-small {
  display: block;
  width: 14.5rem;
}
header .search-box {
  display: inline-block;
  position: relative;
}
header .search-box .fa-x {
  display: none;
}
header .search-box .fa-magnifying-glass {
  display: inline;
}
header .search-box input {
  position: absolute;
  right: 1.875rem;
  width: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
  border: 0.125rem solid #3B4A85;
}
header .search-box .input-show {
  width: 300;
  opacity: 1;
  transition: all 0.3s ease-out;
}
header .input-show .fa-magnifying-glass {
  display: none;
}
header .input-show .fa-x {
  display: inline;
}
header .input-show input {
  width: 18.75rem;
  opacity: 1;
  transition: all 0.3s ease-out;
}

.slider .controll-container {
  position: absolute;
  bottom: 7.5rem;
  left: 0;
  width: 50%;
  background: rgba(255, 255, 255, 0.83);
  height: 5rem;
  z-index: 3;
  padding: 0 3.125rem;
}
.slider .autoplay-progress {
  position: absolute;
  right: 1.875rem;
  top: 1.875rem;
  z-index: 10;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #3B4A85;
  background: white;
  border-radius: 50%;
}
.slider .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 0.25rem;
  stroke: #3B4A85;
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
.slider .swiper-slide .img-container {
  overflow: hidden;
}
.slider .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.slider .swiper-slide .text-wraper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 12.5rem;
}
.slider .swiper-slide .text-wraper h1,
.slider .swiper-slide .text-wraper h2 {
  font-size: 2rem;
}
.slider .swiper-slide .text-wraper .wysiwyg {
  margin: 1.875rem auto;
}
.slider .swiper-slide .text-wraper .text-container {
  background: rgba(255, 255, 255, 0.83);
  padding: 3.125rem 3.125rem 3.125rem 1.875rem;
}
.slider .swiper-pagination-bullet {
  width: 1.25rem;
  height: 1.25rem;
  background: #5a5a5a;
}
.slider .swiper-pagination-bullet-active {
  background: #3B4A85;
}
.slider .swiper-button-next,
.slider .swiper-button-prev {
  color: #3B4A85;
  height: 2.5rem;
  width: 2.5rem;
  border: 0.125rem solid #3B4A85;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.slider .swiper-button-next::after,
.slider .swiper-button-prev::after {
  font-size: 1.5625rem;
  font-weight: 900;
}
.slider .swiper-button-next {
  right: 3.125rem;
}
.slider .swiper-button-prev {
  left: 3.125rem;
}

.play-container svg {
  height: 1.875rem;
}
.play-container svg path {
  fill: #3B4A85;
}
.play-container .play-button {
  border: 0;
  background: none;
  width: 1.875rem;
  height: 1.875rem;
  color: #3B4A85;
}
.play-container .play-button .play {
  display: none;
}
.play-container .play-button .pause {
  display: block;
}
.play-container .paused .pause {
  display: none;
}
.play-container .paused .play {
  display: block;
}

.slider .play-button {
  position: absolute;
  z-index: 10;
  background: white;
  padding: 0;
  border-radius: 50%;
  right: 5.625rem;
  top: 1.875rem;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider .play-button svg {
  height: 3.125rem;
}

.featured_boxes {
  position: relative;
  top: -3.75rem;
  z-index: 5;
}
.featured_boxes .boxes-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2.5rem;
}
.featured_boxes .boxes-container .box {
  -webkit-box-shadow: 0px 0px 0px 3px rgb(59, 74, 133);
  -moz-box-shadow: 0px 0px 0px 3px rgb(59, 74, 133);
  box-shadow: 0px 0px 0px 3px rgb(59, 74, 133);
  color: #3B4A85;
  border-radius: 0.3125rem;
  background: white;
  padding: 1rem;
  height: 13.5rem;
  width: 17%;
  max-height: 15vw;
  transition: all 0.3s ease-in-out;
}
.featured_boxes .boxes-container .box:hover {
  background: #3B4A85;
  color: white;
  transition: all 0.3s ease-in-out;
}
.featured_boxes .boxes-container .box .img-icon {
  max-width: 38px;
}
.featured_boxes .boxes-container .box a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: inherit;
  text-decoration: none;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: bold;
  font-size: calc(1.1vw + 1px);
}
.featured_boxes .boxes-container .box a div {
  padding-bottom: 3rem;
  font-size: 1.3rem;
}
.featured_boxes .boxes-container .box a span {
  font-size: 1.8625rem;
  display: block;
  margin-bottom: 0.625rem;
}

.news {
  margin-bottom: 3.75rem;
}
.news h2 {
  margin-bottom: 1.875rem;
}
.news .single-news {
  border: 0.0625rem solid #3B4A85;
  margin-bottom: 30px;
}
.news .single-news .img-container {
  height: 15.625rem;
  overflow: hidden;
  position: relative;
}
.news .single-news .img-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news .single-news .img-container .title-container {
  background: rgba(255, 255, 255, 0.83);
  padding: 0.625rem;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #3B4A85;
  font-weight: bold;
}
.news .single-news .text-container {
  padding: 1.25rem;
  text-align: center;
  color: #3B4A85;
  min-height: 8.125rem;
}
.news .single-news .button-container {
  text-align: center;
  position: relative;
  bottom: -1.25rem;
}

.sidebar .sidebar-wraper {
  background: #3B4A85;
  padding: 10px;
}
.sidebar .sidebar-wraper .sub-sidebar {
  list-style: none;
  padding-left: 1rem;
  display: none;
}
.sidebar .sidebar-wraper .active + .sub-sidebar {
  display: block;
}
.sidebar .sidebar-wraper .show {
  display: block;
}
.sidebar .parent a {
  text-decoration: none;
  display: block;
  padding: 5px;
  color: white;
  font-weight: bold;
}
.sidebar .parent a:hover {
  text-decoration: underline;
}
.sidebar .parent .active {
  color: #3B4A85;
  background: white;
}

.ecoadvisor .content-container {
  margin-top: 0.625rem;
}
.ecoadvisor .content-container .name-container {
  color: #3B4A85;
}
.ecoadvisor .content-container .desc {
  font-size: 0.875rem;
}
.ecoadvisor .img-container {
  max-width: 300px;
  max-height: 200px;
  overflow: hidden;
}
.ecoadvisor .contact-container {
  font-size: 0.875rem;
}
.ecoadvisor .contact-container div {
  margin-bottom: 0.375rem;
}
.ecoadvisor .contact-container a {
  color: #3B4A85;
  text-decoration: none;
}
.ecoadvisor .contact-container a:hover {
  text-decoration: underline;
}

.text-section {
  margin-top: 3.75rem;
  position: relative;
}
.text-section .img-container {
  max-height: 37.5rem;
  overflow: hidden;
}
.text-section .img-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.text-section .text-container {
  position: absolute;
  width: 40%;
  padding: 3.125rem 3.125rem 3.125rem 1.875rem;
  background: rgba(255, 255, 255, 0.83);
  -webkit-box-shadow: 0rem 0rem 1.5625rem -0.75rem rgb(66, 68, 90);
  -moz-box-shadow: 0rem 0rem 1.5625rem -0.75rem rgb(66, 68, 90);
  box-shadow: 0rem 0rem 1.5625rem -0.75rem rgb(66, 68, 90);
  bottom: 0;
}
.text-section .text-container h2 {
  margin-bottom: 1.875rem;
}
.text-section .text-container .wysiwyg {
  margin-bottom: 1.875rem;
}

.reverse-text-section .row {
  position: relative;
}
.reverse-text-section .text-container {
  width: 55%;
  right: 0;
}

.number-box {
  margin-top: 3.75rem;
}
.number-box h2 {
  margin-bottom: 0.7rem;
}
.number-box .wysiwyg p {
  margin-bottom: 2rem;
}
.number-box .box-container {
  display: flex;
  justify-content: center;
  gap: 1.875rem;
  align-items: stretch;
}
.number-box .box-container .box {
  background: #D8D8D8;
  padding: 0.9375rem;
  width: 20%;
  text-align: center;
  color: #3B4A85;
  transition: all 0.3s ease-in-out;
}
.number-box .box-container .box:hover {
  background: #3B4A85;
  color: #D8D8D8;
  transition: all 0.3s ease-in-out;
}
.number-box .box-container .box .title-container {
  height: 2rem;
  margin: 0.325rem auto;
  color: inherit;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.1rem;
}
.number-box .box-container .box .icon-container {
  font-size: 1.4875rem;
  color: inherit;
  line-height: 1.4875rem;
  margin-bottom: 0.9375rem;
}
.number-box .box-container .box .icon-container img {
  max-width: 30px;
}
.number-box .box-container .box .number-container {
  font-weight: 700;
  color: inherit;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  gap: 8px;
  width: 100%;
}
.number-box .box-container .box .number-container .counter {
  width: auto;
}

/* Rectangle In */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(0.0625rem) translateZ(0);
  transform: perspective(0.0625rem) translateZ(0);
  box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  position: relative;
  background: #3B4A85;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #D8D8D8;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-rectangle-in:hover,
.hvr-rectangle-in:focus,
.hvr-rectangle-in:active {
  color: white !important;
}

.hvr-rectangle-in:hover:before,
.hvr-rectangle-in:focus:before,
.hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.breadcrumb {
  font-size: 0.875rem;
}
.breadcrumb a {
  text-decoration: none;
  color: #3B4A85;
}

.contact h1 {
  margin: 0.625rem 0 1.875rem;
}
.contact .text-container {
  margin-top: 1.875rem;
  padding-right: 1.875rem;
}

.map-contact {
  margin-top: 5rem;
}
.map-contact iframe {
  width: 100%;
  min-height: 25rem;
}
.map-contact .iframe-container {
  position: relative;
}
.map-contact .map-desc {
  background: white;
  padding: 1.25rem;
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
  z-index: 2;
  border-radius: 0.625rem;
  min-width: 18.75rem;
  max-width: 100%;
}
.map-contact .map-desc h2 {
  font-weight: 500;
}

.number-box-contact .content {
  text-align: center;
}
.number-box-contact a {
  color: inherit;
  display: block;
  font-weight: 500;
  text-decoration: none;
}
.number-box-contact a:hover {
  text-decoration: underline;
}
.number-box-contact .box-container {
  justify-content: flex-start;
}

.form-contact {
  margin-top: 5rem;
}
.form-contact .form-container {
  margin-top: 1.875rem;
}
.form-contact .form-container p {
  margin-bottom: 0;
}
.form-contact .form-container input,
.form-contact .form-container textarea {
  width: 100%;
  border: 0;
  background: #D8D8D8;
}
.form-contact .form-container input {
  height: 2.5rem;
}
.form-contact .form-container label {
  width: 100%;
  color: #3B4A85;
  margin-top: 0.625rem;
  margin-bottom: 0.3125rem;
}
.form-contact .agree-container {
  margin-top: 3.75rem;
}
.form-contact .agree-container .wpcf7-not-valid-tip {
  position: absolute;
  top: -50px;
}
.form-contact .agree-container .wpcf7-form-control-wrap {
  display: block;
}
.form-contact .agree-container .wpcf7-list-item {
  margin: 0;
}
.form-contact .agree-container .col-11 {
  top: -3.75rem;
  position: relative;
  max-height: 380px;
  overflow-y: scroll;
}
.form-contact .agree-container input {
  width: 1.875rem;
  height: 1.875rem;
  border: 0.125rem solid #3B4A85;
}
.form-contact .agree-container label {
  display: inline;
}
.form-contact .button-container {
  margin-top: 3.75rem;
  text-align: center;
}
.form-contact .button-container .wpcf7-submit {
  min-width: 31.25rem;
  max-width: 100%;
}
.form-contact .button-container .main-button {
  min-width: 31.25rem;
  max-width: 100%;
}

.filter-container {
  background: lightgray;
  margin: 20px 15px;
  width: calc(100% - 30px);
  padding: 20px 0;
}
.filter-container .wpc-filters-widget-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
.filter-container .wpc-filters-widget-wrapper select,
.filter-container .wpc-filters-widget-wrapper input {
  border: 2px solid #3B4A85;
  background: white;
}
.filter-container .searchandfilter ul:not(.chosen-results):not(.chosen-choices) {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.filter-container .searchandfilter ul:not(.chosen-results):not(.chosen-choices) li:not(.active-result):not(.search-choice):not(.result-selected) {
  padding-top: 0;
  padding-bottom: 0;
  width: 24%;
}
.filter-container .searchandfilter ul:not(.chosen-results):not(.chosen-choices) li:not(.active-result):not(.search-choice):not(.result-selected) label,
.filter-container .searchandfilter ul:not(.chosen-results):not(.chosen-choices) li:not(.active-result):not(.search-choice):not(.result-selected) select {
  width: 100%;
}
.filter-container .searchandfilter ul:not(.chosen-results):not(.chosen-choices) select,
.filter-container .searchandfilter ul:not(.chosen-results):not(.chosen-choices) input,
.filter-container .searchandfilter ul:not(.chosen-results):not(.chosen-choices) .chosen-container {
  border: 2px solid #3B4A85;
  background: white;
  color: black;
}
.filter-container .searchandfilter ul:not(.chosen-results):not(.chosen-choices) .sf-field-submit {
  width: 12% !important;
}
.filter-container .searchandfilter ul:not(.chosen-results):not(.chosen-choices) .sf-field-submit input {
  width: 100%;
  background: #3B4A85;
  color: white;
}
.filter-container .searchandfilter ul:not(.chosen-results):not(.chosen-choices) .sf-field-search input {
  width: 100%;
}
.filter-container .searchandfilter ul:not(.chosen-results):not(.chosen-choices) .sf-field-reset {
  width: 12% !important;
}
.filter-container .searchandfilter ul:not(.chosen-results):not(.chosen-choices) .sf-field-reset a {
  display: block;
  width: 100%;
  border: 2px solid #3B4A85;
  background: white;
  color: #3B4A85;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
}
.filter-container .searchandfilter ul:not(.chosen-results):not(.chosen-choices) .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  padding: 0;
}
.filter-container .searchandfilter ul:not(.chosen-results):not(.chosen-choices) .chosen-container-multi .chosen-choices li.search-choice span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.filter-container .wpc-filter-header {
  display: none;
}
.filter-container .wpc-filters-section {
  margin-bottom: 0 !important;
}
.filter-container .wpc-filter-content select {
  margin-bottom: 0 !important;
}
.filter-container .wpc-edit-filter-set {
  display: none !important;
}
.filter-container .wpc-filters-main-wrap .wpc-filters-widget-controls-container a,
.filter-container .wpc-filters-main-wrap a.wpc-filters-reset-button,
.filter-container .wpc-filters-main-wrap a.wpc-filters-submit-button {
  padding: 2px 14px;
}
.filter-container .wpc-filters-main-wrap a.wpc-filters-reset-button {
  color: #3B4A85;
}
.filter-container .wpc-filters-main-wrap a.wpc-filters-submit-button {
  background: #3B4A85;
}

#filterForm {
  padding: 15px;
}
#filterForm .select2-default {
  color: #000 !important;
}
#filterForm .col-md-3 {
  padding: 2px 5px;
}
#filterForm input,
#filterForm select {
  width: 100%;
  border: 2px solid #3B4A85;
  background: white;
  color: black;
}
#filterForm input::placeholder,
#filterForm select::placeholder {
  color: black;
}
#filterForm .select2-container--default.select2-container--focus .select2-selection--multiple,
#filterForm .select2-container--default .select2-selection--multiple {
  background-color: white;
  border-radius: 0;
  border: 2px solid #3B4A85;
  color: black !important;
}
#filterForm .select2-container--default .select2-search--inline .select2-search__field::placeholder {
  color: black !important;
}
#filterForm .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
  height: auto;
  padding-right: 30px;
  margin: 0;
}
#filterForm .main-button {
  width: 49%;
  padding: 0;
  border-radius: 0;
  background: white;
  color: #3B4A85;
}
#filterForm .main-button.rev {
  background: #3B4A85;
  color: white;
}
#filterForm .select2 {
  max-width: 100%;
}

.ecobase {
  position: relative;
}

.filter-container .filter-icon {
  display: none;
}
@media only screen and (max-width: 48rem) {
  .filter-container {
    position: absolute;
    right: -100vw;
    top: 3.125rem;
    transition: all 0.5s ease-in;
  }
  .filter-container .filter-icon {
    display: block;
    position: absolute;
    top: 0;
    left: -3.125rem;
    width: 1.875rem;
    height: 1.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3B4A85;
    border: 2px solid white;
    color: white;
  }
}

@media only screen and (max-width: 48rem) {
  .filter-container.open {
    position: relative;
    right: 0;
    transition: all 0.5s ease-in;
    top: initial;
  }
  .filter-container.open .filter-icon {
    left: 0;
  }
}

.text-page {
  font-size: 1rem;
}
.text-page .master-photo {
  margin-bottom: 2rem;
}
.text-page h4 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.text-page h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.text-page h2 {
  font-size: 1.75rem;
}
.text-page h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.text-page h1 {
  margin: 1.875rem 0;
  font-weight: bold;
  margin-bottom: 1.3rem;
}
.text-page .master-photo {
  height: 31.25rem;
  overflow: hidden;
}
.text-page .master-photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.text-page .text-container {
  margin-bottom: 3.75rem;
}
.text-page .atachements a {
  text-decoration: none;
  color: #3B4A85;
}
.text-page .atachements a span {
  padding-left: 10px;
}
.text-page .gallery-container h2 {
  margin-bottom: 1.875rem;
}
.text-page .gallery-container a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.text-page .gallery-container .gallery-picture {
  margin-bottom: 1.25rem;
  height: 12.5rem;
}
.text-page .gallery-container .gallery-picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.text-page .attachement-container {
  margin-top: 3.75rem;
}
.text-page .attachement-container h2 {
  margin-bottom: 1.875rem;
}
.text-page .attachement-container .icon-container i {
  font-size: 2.5rem;
  color: #3B4A85;
}
.text-page .attachement-container .name-container {
  display: flex;
  align-items: center;
}
.text-page .attachement-container .name-container a {
  font-weight: bold;
  color: #3B4A85;
  text-decoration: none;
}
.text-page .attachement-container .document:nth-child(odd) {
  background: lightgray;
}

.news-list h1 {
  margin-bottom: 1.875rem;
}
.news-list h3 {
  margin-bottom: 0.9375rem;
  font-size: 1.125rem;
  font-weight: 500;
}
.news-list .category-box {
  height: 3.25rem;
  margin-bottom: 1.875rem;
  border: 2px solid #3B4A85;
}
.news-list .category-box a {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #3B4A85;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease-in;
}
.news-list .category-box a:hover {
  color: #3B4A85;
  background: white;
}
.news-list .category-tag-container {
  display: flex;
  gap: 0.625rem;
  margin-bottom: 3.75rem;
}
.news-list .category-tag-container a {
  height: 5rem;
  width: 15%;
  background: #D8D8D8;
  color: #3B4A85;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;
}
.news-list .category-tag-container a:hover {
  background: #3B4A85;
  color: white;
  transition: all 0.3s ease-in;
}
.news-list .category-container .category-single {
  border: 0.0625rem solid #3B4A85;
  position: relative;
  margin-bottom: 2.5rem;
}
.news-list .category-container .img-container {
  height: 18.75rem;
}
.news-list .category-container .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list .category-container .text-container {
  padding: 1.875rem 0.9375rem;
}
.news-list .category-container .text-container .meta-container {
  color: #3B4A85;
  font-size: 0.875rem;
  margin-bottom: 1.875rem;
  margin-top: 0.625rem;
}
.news-list .category-container .text-container .meta-container a {
  color: #3B4A85;
  text-decoration: none;
}
.news-list .category-container .text-container .meta-container a:hover {
  text-decoration: underline;
}
.news-list .category-container .button-container {
  text-align: right;
  position: absolute;
  bottom: -1.25rem;
  right: 1.25rem;
}
.news-list .fixedElement {
  background: white;
  top: 6.25rem;
  width: 100%;
  z-index: 100;
}

.eko_list .instalations {
  position: relative;
}
.eko_list .installtoltp {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: transparent;
  border: none;
}
.eko_list .featured i {
  font-size: 1.5rem;
  color: #8dc63f;
}
.eko_list h1 {
  margin-bottom: 1.75rem;
}
.eko_list h3 {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  position: relative;
  top: 1.875rem;
}
.eko_list .eco-instalator-container .single-eco-instalator {
  padding: 0.625rem 0.25rem;
}
.eko_list .eco-instalator-container .single-eco-instalator a {
  text-decoration: none;
  color: inherit;
}
.eko_list .eco-instalator-container .single-eco-instalator:nth-child(odd) {
  background: #D8D8D8;
}
.eko_list .eco-instalator-container .headinstalator {
  color: #3B4A85;
  font-weight: 600;
}
.eko_list .details,
.eko_list .other {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ecoadv-text {
  margin-top: 3.75rem;
}

.eko_single .featured .featured-span {
  font-weight: 600;
  color: #3B4A85;
  padding-left: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.eko_single .featured i {
  color: #8dc63f;
  font-size: 32px;
}
.eko_single .featured span {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #3B4A85;
}
.eko_single .service-details {
  padding: 0 3.75rem 3.75rem 0;
}
.eko_single .service-details .tooltp {
  background-color: #3B4A85;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  padding: 2px;
  font-weight: bold;
}
.eko_single .service-details span {
  font-weight: 600;
  color: #3B4A85;
  display: block;
  margin-top: 1rem;
}
.eko_single .service-details ul:not(.certul) {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  margin-bottom: 0;
  padding-bottom: 0;
}
.eko_single .call-container {
  text-align: right;
  padding-right: 3.75rem;
}
.eko_single .comp-details span {
  font-weight: 600;
  color: #3B4A85;
  display: block;
  margin-bottom: 0.25rem;
}
.eko_single h1 {
  font-weight: 500;
  margin-bottom: 3.75rem;
}
.eko_single h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.eko_single h4 {
  font-size: 0.8rem;
  font-weight: 600;
}
.eko_single .img-container {
  max-height: 21.875rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eko_single .contact-container {
  margin-top: 1.875rem;
  margin-bottom: 3.75rem;
}
.eko_single .contact-container .conact-data h3 {
  font-size: 1.8rem;
}
.eko_single .contact-container .conact-data span,
.eko_single .contact-container .conact-data a {
  font-size: 1.2rem;
}
.eko_single .contact-container .col-md-3 {
  color: #3B4A85;
  font-weight: 600;
}
.eko_single .contact-container a {
  color: #3B4A85;
  text-decoration: none;
}
.eko_single .contact-container a:hover {
  text-decoration: underline;
}
.eko_single .comp-details {
  padding: 0;
  margin-bottom: 3.75rem;
}
.eko_single .comp-details .wraper {
  background: #D8D8D8;
  padding: 1.875rem;
}
.eko_single .comp-details .row {
  margin-bottom: 1.875rem;
}
.eko_single .instalation-type {
  margin-bottom: 3.75rem;
  padding: 0;
}
.eko_single .instalation-type .wraper {
  background: #D8D8D8;
  padding: 1.875rem;
}
.eko_single .service-type {
  padding: 3.75rem;
}
.eko_single .gallery-container {
  margin-bottom: 3.75rem;
}
.eko_single .gallery-container h2 {
  margin-bottom: 1.875rem;
}
.eko_single .gallery-container .gallery-picture {
  margin-bottom: 1.25rem;
  height: 12.5rem;
}
.eko_single .gallery-container .gallery-picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.eko_single .other-info {
  background: #D8D8D8;
  padding: 1.875rem;
}
.eko_single .ei-types {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  gap: 10px;
  flex-wrap: wrap;
}
.eko_single .ei-types li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 32%;
  font-size: 14px;
  font-weight: 600;
  padding: 5px;
  background: #3B4A85;
  color: white;
}
.eko_single .exp-details {
  margin-bottom: 1.875rem;
}
.eko_single .exp-details .wraper {
  background: #D8D8D8;
  padding: 1.875rem;
}
.eko_single .exp-details .ei-expirence .row .col-9 {
  padding: 8px;
  min-height: 3rem;
}
.eko_single .exp-details .ei-expirence .row .even {
  background: white;
}
.eko_single .exp-details .ei-expirence .row .col-9,
.eko_single .exp-details .ei-expirence .row .col-3 {
  display: flex;
  align-items: center;
}
.eko_single .gallery h2 {
  margin-bottom: 1.875rem;
}
.eko_single .gallery a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.eko_single .gallery .picture-container {
  height: 10rem;
  overflow: hidden;
}
.eko_single .gallery .picture-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eu-info {
  border-top: 1px solid #D8D8D8;
  margin-top: 2.875rem;
  padding-top: 1rem;
}
.eu-info p {
  font-size: 0.875rem;
  margin-top: 1.25rem;
}
.eu-info .link-container {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
}
.eu-info .link-container a {
  color: #3B4A85;
  text-decoration: none;
}
.eu-info .link-container a:hover {
  text-decoration: underline;
}

footer {
  margin-top: 3.75rem;
}
footer .cpr-container {
  margin-top: 2.375rem;
  font-size: 0.875rem;
}
footer .cpr-container a {
  text-decoration: none;
  color: #3B4A85;
}
footer .cpr-m {
  display: none;
}
footer .logo-col {
  padding: 3.75rem 1rem 2rem 0;
}
footer .logo-col .logo-container {
  margin-bottom: 1.875rem;
}
footer .logo-col .logo-container img {
  max-width: 15.625rem;
}
footer .logo-col .text-container {
  font-size: 14px;
  margin-top: 15px;
  color: #3B4A85;
}
footer .menu-col {
  background: #D8D8D8;
  padding: 2.25rem 3.75rem 3.75rem;
}
footer .menu-col ul {
  list-style: none;
  padding-left: 0;
}
footer .menu-col ul a {
  text-decoration: none;
  color: #3B4A85;
  display: block;
  margin-bottom: 0.3rem;
  font-weight: 500;
}
footer .menu-col ul a:hover {
  text-decoration: underline;
}
footer .social-container {
  margin-bottom: 1rem;
  text-align: right;
}
footer .social-container a {
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 0.3125rem;
  background: #3B4A85;
  font-size: 1.25rem;
  color: white;
  border: 2px solid #3B4A85;
  display: inline-flex;
  margin-right: 0.9375rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.4s ease-in;
}
footer .social-container a:hover {
  background: white;
  color: #3B4A85;
  transition: all 0.4s ease-in;
}
footer .newsletter {
  background: #3B4A85;
  padding: 1.25rem 3.75rem;
  color: white;
}
footer .newsletter div.tnp-subscription {
  margin: 0 auto;
}
footer .newsletter .newsletter-form {
  color: white;
  position: relative;
}
footer .newsletter .newsletter-form a {
  color: white;
}
footer .newsletter .newsletter-form .tnp-lists {
  display: none;
  position: absolute;
  background: #3B4A85;
  padding: 0.5rem;
  width: 100%;
}
footer .newsletter .newsletter-form label {
  color: white;
}
footer .newsletter .newsletter-form .tnp-field-button {
  margin-top: 1rem;
  text-align: right;
}
footer .newsletter .newsletter-form .tnp-field-email {
  margin-bottom: 0.75rem;
}
footer .newsletter .newsletter-form .tnp-field-email label {
  display: block;
  width: 100%;
  color: white;
  font-size: 1rem;
}
footer .newsletter .newsletter-form .tnp-field-email input {
  display: inline-block;
  width: calc(100% - 11rem);
}
footer .newsletter .newsletter-form .tnp-field-email .main-button {
  width: 10rem;
}
footer .newsletter .newsletter-form input {
  border: 2px solid #3B4A85;
}
footer .newsletter .news-form-container {
  display: flex;
}
footer .newsletter h2 {
  color: white;
  width: 100%;
}
footer .newsletter button {
  width: 10rem;
}
footer .newsletter .news-container input[type=mail] {
  height: 2.75rem;
  margin-right: 1.25rem;
}
footer .newsletter .news-container .agree-container {
  margin-top: 0.625rem;
  display: flex;
  gap: 0.625rem;
  align-items: flex-start;
}
footer .newsletter .news-container .agree-container input {
  margin-top: 0.5rem;
}

.good-advice {
  background-position: 40px 40px;
  border-radius: 5px;
  padding: 40px 40px 40px 140px;
  background-size: unset;
  margin-bottom: 1rem;
  background-color: #edf2f5;
  background-image: url(../images/advice-ico.png);
  background-repeat: no-repeat;
  display: block;
}

.single-page .slider .swiper-slide .text-wraper,
.text-page .slider .swiper-slide .text-wraper {
  align-items: flex-end;
  padding-bottom: 5rem;
}
.single-page .slider .swiper-slide .text-wraper h2,
.text-page .slider .swiper-slide .text-wraper h2 {
  font-size: 1.5rem;
}
.single-page h1,
.text-page h1 {
  margin-bottom: 30px;
  font-size: 2rem;
}
.single-page .news-slider,
.text-page .news-slider {
  margin-top: 5rem;
}
.single-page .news-slider h3,
.text-page .news-slider h3 {
  margin-bottom: 3rem;
}
.single-page .news-slider .single-news .text-container,
.text-page .news-slider .single-news .text-container {
  margin-bottom: 0.625rem;
}
.single-page .news-slider .single-news .img-container,
.text-page .news-slider .single-news .img-container {
  max-height: 25rem;
}
.single-page .slider,
.text-page .slider {
  overflow: hidden;
}
.single-page .slider .controll-container,
.text-page .slider .controll-container {
  width: 100%;
  bottom: 0;
}
.single-page .slider .img-container,
.text-page .slider .img-container {
  max-height: 25rem;
}
.single-page .meta-container,
.text-page .meta-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.single-page .meta-container span,
.text-page .meta-container span {
  font-size: 0.75rem;
  color: #3B4A85;
  font-weight: bold;
}
.single-page .meta-container .buttons,
.text-page .meta-container .buttons {
  display: flex;
  gap: 0.625rem;
  justify-content: flex-end;
}
.single-page .meta-container .buttons button,
.single-page .meta-container .buttons .button-link,
.text-page .meta-container .buttons button,
.text-page .meta-container .buttons .button-link {
  border: none;
  background: transparent;
  border-radius: 50%;
  background: #3B4A85;
  color: white;
  width: 2.375rem;
  height: 2.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
}
.single-page .meta-container .buttons button span,
.single-page .meta-container .buttons .button-link span,
.text-page .meta-container .buttons button span,
.text-page .meta-container .buttons .button-link span {
  color: white;
  font-size: 1.25rem;
}

.dfacenter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  gap: 6px;
}
.pagination a {
  text-decoration: none;
  color: #3B4A85;
}

.nabor .nabor-box .meta-container {
  display: inline-flex;
  gap: 0.5rem;
}
.nabor .category-row {
  margin-bottom: 1.875rem;
}
.nabor .category-row .category-box {
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3B4A85;
  border: none;
  color: white;
}
.nabor .category-row .category-box a {
  color: inherit;
  text-decoration: none;
  background: inherit;
}
.nabor .category-row .cat-ended {
  background: darkgray;
  color: black;
}
.nabor .category-row .cat-csoon {
  background: orange;
  color: black;
}
.nabor .category-row .cat-current {
  background: darkgreen;
  color: white;
}
.nabor .category-row .cat-default {
  background: #3B4A85;
  color: white;
}
.nabor .category-container .text-container {
  padding: 0;
}
.nabor .category-container .text-container .wysiwyg {
  font-size: 0.9rem;
}
.nabor .category-container .current {
  border: 4px solid darkgreen;
}
.nabor .category-container .current .main-button {
  background: darkgreen;
  border-color: darkgreen;
}
.nabor .category-container .current .main-button:hover {
  color: darkgreen;
  background: white;
}
.nabor .category-container .ended {
  border: 4px solid darkgray;
}
.nabor .category-container .ended .main-button {
  background: darkgray;
  border-color: darkgray;
}
.nabor .category-container .ended .main-button:hover {
  color: darkgray;
  background: white;
}
.nabor .category-container .csoon {
  border: 4px solid orange;
}
.nabor .category-container .csoon .main-button {
  background: orange;
  border-color: orange;
}
.nabor .category-container .csoon .main-button:hover {
  color: orange;
  background: white;
}

.nabor-box-small {
  padding: 10px;
  margin-bottom: 20px;
  height: 150px;
  text-align: center;
  border: 2px solid #3B4A85;
}
.nabor-box-small a {
  display: block;
  width: 100%;
  height: 100%;
}

.h1-hide {
  position: absolute;
  left: -500vw;
}

.edu-single h1 {
  font-size: 1.875rem;
  margin-bottom: 3.75rem;
}
.edu-single .nabor-box-small {
  padding: 0;
}
.edu-single .nabor-box-small a {
  display: block;
  background: #3B4A85;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-weight: bold;
  text-decoration: none;
  border: 2px solid #3B4A85;
  transition: all 0.3s ease;
}
.edu-single .nabor-box-small a:hover {
  background: white;
  color: #3B4A85;
  transition: all 0.3s ease;
}
.edu-single .nabor-box-small a span {
  font-size: 30px;
}
.edu-single .nabor-box-small a div {
  width: 100%;
}

#wcagColoser {
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem;
}

.wcag-menu {
  background: white;
  border: 0.25rem solid #3B4A85;
  position: relative;
  width: 15.625rem;
}
.wcag-menu ul {
  list-style: none;
  padding: 0;
}
.wcag-menu ul li {
  margin-bottom: 0.3125rem;
}
.wcag-menu i {
  color: #3B4A85;
}
.wcag-menu .wcag-header {
  margin-bottom: 0.5rem;
  text-align: center;
  font-weight: bold;
  display: block;
}
.wcag-menu button,
.wcag-menu .button {
  border: 0;
  background: none;
  width: 100%;
  text-align: left;
  display: block;
  color: #3B4A85;
  padding: 0.5rem 0.625rem;
}
.wcag-menu button:hover,
.wcag-menu .button:hover {
  background: #3B4A85;
  color: white;
}
.wcag-menu button:hover i,
.wcag-menu .button:hover i {
  color: white;
}
.wcag-menu button:hover svg,
.wcag-menu .button:hover svg {
  fill: white;
}

@media only screen and (max-width: 100rem) {
  header .scrolled {
    padding: 1.875rem;
  }
}
@media only screen and (max-width: 87.5rem) {
  header .scrolled {
    height: 5rem;
  }
  header .scrolled .site-logo-small {
    max-width: 6.25rem;
  }
  header .menu-container .menu-wraper ul:not(.dropdown-menu) li a {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 48rem) {
  #filterForm .col-md-3 {
    order: 5;
  }
  #filterForm .col-md-3:nth-last-child(5) {
    order: 1;
  }
  #filterForm .col-md-3:nth-last-child(3) {
    order: 2;
  }
  #filterForm .col-md-3:nth-last-child(4) {
    order: 3;
  }
  .eko_single .ei-types {
    gap: 4px;
  }
  .eko_single .ei-types li {
    width: 49%;
  }
  .eko_single .service-details {
    padding: 15px;
  }
  .eko_single .service-details ul:not(.certul) {
    columns: 2;
  }
  .ei-expirence {
    font-size: 0.8rem;
  }
  .eko_single .exp-details .ei-expirence .row .col-3 {
    word-break: break-all;
  }
  .eko_single .gallery .picture-container {
    margin-bottom: 10px;
  }
  .single-page .slider .swiper-slide .text-wraper,
  .text-page .slider .swiper-slide .text-wraper {
    padding-bottom: 0;
  }
  .eko_list .eco-instalator-container .single-eco-instalator {
    font-size: 14px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .form-contact .button-container .main-button {
    min-width: 100%;
  }
  .eko_list .eco-instalator-container .col-9 {
    margin-bottom: 0.825rem;
  }
  footer .newsletter .newsletter-form .tnp-field-email input {
    width: 100%;
  }
  footer .newsletter .newsletter-form .tnp-field-email .main-button {
    width: 100%;
  }
  .eko_single .comp-details {
    padding: 0;
  }
  .news {
    margin-top: 5rem;
  }
  .news .col-6 {
    margin-bottom: 3rem;
  }
  .news h2 {
    margin-bottom: 0;
  }
  .news-list .category-tag-container {
    flex-wrap: wrap;
  }
  .news-list .category-tag-container a {
    width: auto;
    padding: 0.375rem;
  }
  body {
    overflow-x: hidden;
  }
  header #menu-bar {
    display: block;
    position: absolute;
    top: 2.8125rem;
    right: 0.9375rem;
    color: #3B4A85;
    font-size: 2.5rem;
  }
  header .s-box {
    display: flex;
    justify-content: center;
    padding: 0 1.25rem;
    gap: 1.25rem;
  }
  header .s-box input {
    width: 100%;
  }
  header .logo-container {
    display: block;
  }
  header .logo-container .site-logo {
    width: 50%;
  }
  header .logo-container .site-logo img {
    width: 100%;
  }
  header .logo-container .project-logo {
    display: flex;
    gap: 0.625rem;
    width: 50%;
  }
  header .menu-desc {
    display: none;
  }
  header .menu-mob {
    display: none;
    opacity: 0;
    position: absolute;
    z-index: 999;
    background: white;
    transition: all 0.3s ease;
  }
  header .open {
    display: block;
    opacity: 1;
    transition: all 0.3s ease;
  }
  header .menu-container .menu-wraper ul:not(.dropdown-menu) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
  header .funct-wraper {
    justify-content: center;
    margin: 1.25rem auto;
  }
  h2 {
    font-size: 1.5625rem;
  }
  h1 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.125rem;
  }
  p {
    font-size: 0.875rem;
  }
  .slider {
    margin-bottom: 1.875rem;
  }
  .slider .controll-container {
    bottom: 0;
    width: 100%;
    position: relative;
    background: white;
  }
  .slider .swiper-slide .img-container {
    height: auto;
  }
  .slider .swiper-slide .text-wraper {
    position: static;
    width: 100%;
    padding-bottom: 0;
  }
  .slider .swiper-slide .text-wraper .text-container {
    background: white;
    padding-bottom: 0.3125rem;
  }
  .slider .swiper-slide .text-wraper .text-container .main-button {
    width: 100%;
  }
  .featured_boxes {
    margin-bottom: 1.875rem;
    top: 0;
  }
  .featured_boxes .boxes-container {
    gap: 0.625rem;
    flex-wrap: wrap;
  }
  .featured_boxes .boxes-container .box {
    width: 45%;
    padding: 0.625rem;
    max-width: 45%;
    max-height: 32vw;
  }
  .featured_boxes .boxes-container .box a {
    font-size: 0.9375rem;
  }
  .featured_boxes .boxes-container .box a div {
    padding-bottom: 0;
  }
  .news .single-news {
    margin-bottom: 1.875rem;
  }
  .text-section .row {
    flex-direction: column-reverse;
  }
  .text-section .text-container {
    position: static;
    width: 100%;
    margin-top: -6.875rem;
  }
  .text-section .text-container .main-button {
    width: 100%;
    text-align: center;
  }
  .number-box .box-container {
    gap: 0.9375rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .number-box .box-container .box {
    width: 45%;
  }
  .number-box .box-container .box .title-container {
    height: auto;
  }
  footer .newsletter .news-form-container {
    display: block;
  }
  footer .newsletter .news-form-container input {
    width: 100%;
  }
  footer .newsletter .news-form-container .main-button {
    margin-top: 0.625rem;
    display: block;
    width: 100%;
  }
  footer .social-container {
    margin-bottom: 1.25rem;
  }
  footer .cpr-d {
    display: none;
  }
  footer .menu-col {
    padding: 1.875rem;
    text-align: center;
  }
  footer .menu-col .cpr-m {
    display: block;
    margin-top: 0.9375rem;
  }
  footer .logo-col {
    padding-left: 1rem;
  }
  .sidebar {
    margin-bottom: 60px;
  }
}
@media (min-width: 993px) and (-webkit-device-pixel-ratio: 1.25) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 993px) and (-webkit-min-device-pixel-ratio: 1.49) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 993px) and (-webkit-min-device-pixel-ratio: 1.6) {
  html {
    font-size: 16px;
  }
}
@media print {
  * {
    font-family: DejaVu Sans;
    font-size: 12px;
  }
  header,
  footer,
  .float-menu,
  .function-buttons {
    display: none !important;
  }
  main {
    margin-top: 1.25rem;
  }
  .no-print {
    display: none;
  }
  .meta-container .buttons {
    display: none;
  }
  .single-page .gallery-title,
  .single-page .atachements,
  .single-page .gallery,
  .single-page .related-posts,
  .single-page .side-col {
    display: none !important;
  }
  .eko_single .comp-details {
    padding: 0 !important;
  }
  .eko_single .comp-details .wraper {
    padding: 0 !important;
  }
}

/*# sourceMappingURL=index.css.map */
