@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;700&display=swap");
*, *:after, *:before {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-shadow: none;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

html {
  font-size: 16px;
}

body {
  font-family: "Roboto";
  box-sizing: border-box;
  color: #383838;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.5px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  font-family: "Maven Pro";
}

p, ul li, ol li {
  font-weight: 400;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.alert {
  border-radius: 6px;
}

.form-control, .btn {
  border-radius: 6px;
  box-shadow: none !important;
}

.form-control::placeholder {
  color: #666;
  opacity: 0.5;
}

.form-control:focus {
  border-color: #eee;
}

.pos-rel {
  position: relative;
  z-index: 2;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
}

.content.smaller {
  margin-top: -250px;
}
.content.smallest {
  margin-top: -320px;
}
@media only screen and (max-width: 767.98px) {
  .content.smallest {
    margin-top: -420px;
  }
}

section {
  padding-bottom: 50px;
}
section.articles {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199.98px) {
  section.articles {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767.98px) {
  section.articles {
    padding-bottom: 60px;
  }
}

.no-padding-bottom {
  padding-bottom: 0;
}

.add-padding-bottom {
  padding-bottom: 100px;
}

.main {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
  box-shadow: 0 0 40px #ddd;
  overflow: hidden;
}

.pl-10 {
  padding-left: 10px;
}

.pt-40 {
  padding-top: 40px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-40 {
  padding-right: 40px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-285 {
  margin-top: 285px;
}

.col-br-style {
  padding-right: 90px;
  border-right: 1px solid #eeeeee;
}

.col-br-style-left {
  border-left: 1px solid #eeeeee;
}

.eugen {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 10;
  width: 100%;
}
@media only screen and (max-width: 575.98px) {
  .eugen {
    top: 12px;
  }
}
.eugen a {
  display: block;
  background-color: #fff;
  padding: 10px;
}
@media only screen and (max-width: 575.98px) {
  .eugen a {
    padding: 5px;
  }
}
.eugen img {
  max-width: 200px;
}
@media only screen and (max-width: 575.98px) {
  .eugen img {
    max-width: 100px;
  }
}

/* ----------------------------------- FONTS -----------------------------------------*/
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/RobotoBold.eot");
  src: url("/assets/fonts/RobotoBold.eot") format("embedded-opentype"), url("/assets/fonts/RobotoBold.woff2") format("woff2"), url("/assets/fonts/RobotoBold.woff") format("woff"), url("/assets/fonts/RobotoBold.ttf") format("truetype"), url("/assets/fonts/RobotoBold.svg#RobotoBold") format("svg");
  font-weight: 700;
}
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/RobotoMedium.eot");
  src: url("/assets/fonts/RobotoMedium.eot") format("embedded-opentype"), url("/assets/fonts/RobotoMedium.woff2") format("woff2"), url("/assets/fonts/RobotoMedium.woff") format("woff"), url("/assets/fonts/RobotoMedium.ttf") format("truetype"), url("/assets/fonts/RobotoMedium.svg#RobotoMedium") format("svg");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/RobotoRegular.eot");
  src: url("/assets/fonts/RobotoRegular.eot") format("embedded-opentype"), url("/assets/fonts/RobotoRegular.woff2") format("woff2"), url("/assets/fonts/RobotoRegular.woff") format("woff"), url("/assets/fonts/RobotoRegular.ttf") format("truetype"), url("/assets/fonts/RobotoRegular.svg#RobotoRegular") format("svg");
  font-weight: 400;
}
.container {
  max-width: 1110px;
}

.articlesRow {
  margin-left: -20px;
  margin-right: -20px;
}

.articlesCol {
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (max-width: 767.98px) {
  .articlesCol {
    margin-top: 10px;
  }
}

html {
  background: grey;
}

header {
  width: 100%;
  background: url(/assets/images/bg-header.jpg) repeat-y top center;
  padding: 25px 0 30px 0;
  z-index: 10;
}
header ul li a {
  color: #fff;
}
header ul li a:hover {
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  header {
    padding: 0;
  }
}

.mob-menu {
  margin-right: 25px;
  fill: #fff;
}
.mob-menu svg {
  width: 25px;
}
@media only screen and (max-width: 767.98px) {
  .mob-menu {
    margin-right: 0;
    padding-right: 0;
  }
  .mob-menu svg {
    width: 20px;
  }
}

h2, h3, h4, h5, h6 {
  font-family: "Maven Pro";
}

.sidr {
  font-family: "Maven Pro";
  letter-spacing: -0.5px;
  width: 240px;
}
.sidr .choose-lang .globe-icon {
  height: 25px;
  padding: 5px;
  margin-bottom: 0px;
}
.sidr li:nth-child(-n+3) {
  font-weight: 600;
}
.sidr li:nth-child(-n+3) a {
  color: #259fa5;
}
.sidr a {
  text-transform: uppercase;
  color: #383838;
  font-size: 1.1rem;
}
.sidr .sidr-nav-ul {
  margin: 0;
  border-bottom: none;
}
.sidr .sidr-language-btn a {
  margin: 5px 5px 0 auto;
}
.sidr .sidr-lower-nav {
  border: none;
  padding: 10px 0 0;
  font-family: "Roboto";
}
.sidr .sidr-lower-nav li {
  border: none;
  line-height: inherit;
}
.sidr .sidr-lower-nav li:hover {
  line-height: inherit;
}
.sidr .sidr-lower-nav li:hover a {
  box-shadow: none !important;
}
.sidr .sidr-lower-nav li a {
  font-weight: 400;
  text-transform: capitalize;
  color: #383838;
  font-size: 0.85rem;
  padding: 5px 15px;
}
.sidr .choose-lang {
  color: #000;
  line-height: 30px;
  display: block;
  padding: 10px;
}
.sidr .choose-lang:hover {
  cursor: pointer;
}
.sidr .choose-lang p {
  display: inline-block;
}
.sidr .choose-lang .languages-holder {
  width: 100%;
  display: none;
}
.sidr .choose-lang .languages-holder svg {
  height: 11px;
  margin-bottom: 2px;
  margin-right: 2px;
}
.sidr .choose-lang .languages-holder a {
  display: block;
  width: 100%;
  line-height: 30px;
  font-size: 0.75rem;
  margin-left: 25px;
  text-transform: unset;
}

.www {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #259fa5;
  margin: 0 0 50px;
}
.www img {
  width: 27px;
  margin: 0 10px 0 0;
}
.www:hover {
  color: #259fa5;
}

.logoImg {
  height: 44px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199.98px) {
  .logoImg {
    height: 40px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .logoImg {
    height: 30px;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .logoImg {
    height: 15px;
    margin-bottom: 11px;
  }
}

.topNavBox {
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 30px;
}

.topNav ul li, .mainNav ul li {
  display: inline-block;
}

.topNav ul li:not(:last-child) {
  margin-right: 15px;
}
.topNav ul li a {
  font-size: 0.8125rem;
}

.choose-lang {
  font-size: 0.75rem;
  color: #fff;
}
.choose-lang .globe-icon {
  height: 25px;
  padding: 5px;
  margin-bottom: 0px;
}
.choose-lang p {
  font-size: 0.75rem;
  margin: 0;
}
.choose-lang .dropdown {
  color: #6edbcc;
}
.choose-lang .dropdown .dropdown-menu {
  min-width: 90px;
}
.choose-lang .dropdown .btn {
  padding: 0;
  color: #6edbcc;
  font-weight: 700;
  font-size: 0.8125rem;
}
.choose-lang .dropdown .btn:focus {
  box-shadow: none;
}
.choose-lang .dropdown .dropdown-item {
  font-size: 0.8125rem;
}
.choose-lang .dropdown .dropdown-item:active {
  color: #6edbcc;
  background-color: #e9ecef;
}

.mainNav {
  font-family: "Maven Pro";
}
.mainNav ul li a {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
}
.mainNav ul li:not(:last-child) {
  margin-right: 16px;
}
.mainNav ul li:nth-last-child(-n+3) a {
  font-weight: 400;
}

.design-footer {
  float: right;
  color: #9e9e9e;
  font-size: 0.7rem;
  text-decoration: none !important;
}
@media only screen and (max-width: 767.98px) {
  .design-footer {
    font-size: 0.625rem;
    float: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .references-hider {
    display: none;
  }
}

.home-slider .swiper-slide {
  height: 590px;
}
@media only screen and (max-width: 767.98px) {
  .home-slider .swiper-slide {
    height: calc(86vh - 38px);
    background-size: cover !important;
  }
}
.home-slider .slide-text h2 {
  margin: 40px 0 10px;
  font-size: 49px;
}
@media only screen and (max-width: 991.98px) {
  .home-slider .slide-text h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .home-slider .slide-text h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .home-slider .slide-text p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .home-slider .slide-text p {
    font-size: 0.875rem;
  }
}

.ill {
  height: 610px;
  margin-top: 80px;
}
@media only screen and (max-width: 767.98px) {
  .ill {
    margin-top: 20px;
    height: 300px;
  }
}

.int {
  padding-top: 80px;
}
@media only screen and (max-width: 767.98px) {
  .int {
    padding-top: 50px;
  }
}

.homepage-title-text {
  position: absolute;
  color: #fff;
  z-index: 2;
  top: 12%;
}
.homepage-title-text h2 {
  font-size: 3rem;
  line-height: 1;
}
@media only screen and (max-width: 991.98px) {
  .homepage-title-text h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .homepage-title-text h2 {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .homepage-title-text h2 {
    font-size: 1.5rem;
  }
}
.homepage-title-text p {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
}
@media only screen and (max-width: 991.98px) {
  .homepage-title-text p {
    font-size: 1rem;
  }
}

.slide-text {
  max-width: 580px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767.98px) {
  .slide-text {
    margin: 0 auto;
  }
}
.slide-text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 170%;
  top: 0;
  left: -12%;
  z-index: -1;
  background: #fff;
  filter: blur(50px);
  transform: translate3d(0, 0, 0);
  opacity: 0.85;
}
@media only screen and (max-width: 1199.98px) {
  .slide-text:before {
    left: 0;
    right: 0;
    margin: auto;
  }
}
.slide-text h2 {
  font-size: 4.5rem;
  line-height: 1;
  color: #2a4c72;
  margin: 0 0 15px;
}
@media only screen and (max-width: 1199.98px) {
  .slide-text h2 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .slide-text h2 {
    font-size: 2rem;
    margin: 0 0 10px;
  }
}
.slide-text p {
  font-size: 1.35rem;
  line-height: 1.2;
  color: #2a4c72;
  margin: 0 0 20px;
}
@media only screen and (max-width: 1199.98px) {
  .slide-text p {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .slide-text p {
    font-size: 1rem;
  }
}
.slide-text span {
  position: relative;
  display: inline-block;
  color: #29a89b;
  padding: 12px 20px 9px 11px;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .slide-text span {
    font-size: 0.65rem;
    padding: 9px 20px 6px 27px;
  }
}
.slide-text span:before {
  left: 0;
  top: 55%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(28, 174, 154, 0);
  border-left-color: #29a89b;
  border-width: 4px;
  border-left-width: 5px;
  margin-top: -5px;
  z-index: inherit;
}
@media only screen and (max-width: 767.98px) {
  .slide-text span:before {
    border-width: 4px;
    border-left-width: 7px;
    margin-top: -2.5px;
  }
}

.illustration.home .overlay {
  top: -56px;
}

.become-partner-section .title {
  font-weight: 500;
  font-size: 3.5rem;
}
@media only screen and (max-width: 991.98px) {
  .become-partner-section .title {
    font-size: 2rem;
  }
}
.become-partner-section .title span.inner-text {
  line-height: normal;
}
.become-partner-section .short-text {
  font-weight: 500;
  font-size: 2rem;
  color: #2a4c72;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991.98px) {
  .become-partner-section .short-text {
    font-size: 1.5rem;
  }
}
.become-partner-section .intro-upper-text {
  font-size: 1.05rem !important;
}
.become-partner-section ul {
  list-style: disc !important;
  padding-left: 20px;
}
.become-partner-section span.inner-text {
  line-height: normal;
}
.become-partner-section .partner-support-list {
  list-style: none !important;
  padding-left: 10px;
}
.become-partner-section .partner-support-list li {
  font-size: 20px;
  color: #2a4c72;
}
.become-partner-section .partner-support-list li span.add {
  color: #2fbca4;
}
.become-partner-section .partner-support-list li span {
  line-height: normal;
}
.become-partner-section .lower-title-wrapper h2 {
  font-size: 3rem;
  font-weight: 300;
  color: #2fbca4;
}
.become-partner-section .lower-title-wrapper h2 span {
  line-height: 1.3;
}
.become-partner-section .lower-title-wrapper p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}
.become-partner-section .lower-title-wrapper p span {
  line-height: 1.4;
}
.become-partner-section .light-blue {
  background: #d3e2f5;
}
.become-partner-section .dark-blue {
  background: #034885;
}
.become-partner-section .text-wrap {
  padding: 100px 0 100px 100px;
}
@media only screen and (max-width: 991.98px) {
  .become-partner-section .text-wrap {
    padding: 25px;
  }
}
.become-partner-section .text-wrap .lower-title {
  font-size: 2rem;
  margin-bottom: 0;
  color: #2a4c72;
  line-height: normal;
}
.become-partner-section .text-wrap .lower-subtitle {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1;
  line-height: normal;
}
.become-partner-section .text-wrap .lower-undertitle {
  font-weight: 500;
  line-height: normal;
}
.become-partner-section .text-wrap .lower-text p {
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
}
.become-partner-section .text-wrap .lower-text ul li {
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
}
.become-partner-section .light-blue img {
  max-height: 100px;
  display: flex;
  margin: auto;
}
.become-partner-section .light-blue img.main-illustration {
  max-height: unset;
}
.become-partner-section .dark-blue img {
  max-height: 100px;
  display: flex;
  margin: auto;
}
.become-partner-section .dark-blue img.main-illustration {
  max-height: unset;
}
.become-partner-section .dark-blue p {
  color: #fff;
}
.become-partner-section .dark-blue li {
  color: #fff;
}
.become-partner-section .dark-blue .lower-text {
  color: #fff;
}
.become-partner-section .dark-blue .lower-subtitle {
  color: #2fbca4;
}
.become-partner-section .dark-blue .lower-title {
  color: #fff;
}
.become-partner-section .cold-rooms img {
  max-height: 120px;
}
.become-partner-section .refrigeration-doors img {
  max-height: 225px;
}
.become-partner-section .refrigerant-units img {
  max-height: 160px;
}
.become-partner-section .co2-refrigeration-units img {
  max-height: 200px;
}
.become-partner-section .co2-refrigeration-units img.bigger {
  max-height: 250px;
  margin-bottom: 75px;
}
.become-partner-section .special-solutions img {
  max-height: 300px;
}
.become-partner-section .lower-text p {
  font-size: 12px;
}
.become-partner-section .lower-text ul li {
  font-size: 12px;
}

.slide-text-first {
  max-width: 580px;
  position: relative;
  z-index: 2;
  top: 170px;
}
@media only screen and (max-width: 991.98px) {
  .slide-text-first {
    max-width: 60%;
  }
}
@media only screen and (max-width: 575.98px) {
  .slide-text-first {
    max-width: 80%;
    top: 160px;
  }
}
.slide-text-first:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -12%;
  z-index: -1;
  background: #fff;
  filter: blur(50px);
  transform: translate3d(0, 0, 0);
  opacity: 0.85;
}
@media only screen and (max-width: 1199.98px) {
  .slide-text-first:before {
    left: 0;
    right: 0;
    margin: auto;
  }
}
.slide-text-first h2 {
  margin: 40px 0 8px;
  font-size: 49px;
  color: #2a4c72;
}
@media only screen and (max-width: 991.98px) {
  .slide-text-first h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .slide-text-first h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .slide-text-first h2 {
    font-size: 1.5rem;
  }
}
.slide-text-first p {
  font-size: 1.35rem;
  line-height: 1.2;
  color: #2a4c72;
  margin: 0 0 5px;
}
@media only screen and (max-width: 1199.98px) {
  .slide-text-first p {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .slide-text-first p {
    font-size: 1rem;
  }
}
.slide-text-first span {
  position: relative;
  display: inline-block;
  color: #29a89b;
  padding: 12px 20px 9px 15px;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .slide-text-first span {
    font-size: 0.65rem;
    padding: 9px 20px 6px 15px;
  }
}
.slide-text-first span:before {
  left: 0;
  top: 48%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(28, 174, 154, 0);
  border-left-color: #29a89b;
  border-width: 6px;
  border-left-width: 9px;
  margin-top: -5px;
  z-index: inherit;
}
@media only screen and (max-width: 767.98px) {
  .slide-text-first span:before {
    border-width: 4px;
    border-left-width: 7px;
    margin-top: -2.5px;
  }
}

@media only screen and (max-width: 767.98px) {
  .homepage-title-text {
    left: 20px;
    top: 30px;
  }
}

@media only screen and (max-width: 767.98px) {
  .slide-text-first {
    left: 10px;
    top: 30vh;
  }
}

@media only screen and (max-width: 767.98px) {
  .blocks .block-blue img.logic {
    max-width: 50% !important;
  }
}

.blocks .block-blue.styleText ul li a {
  color: #fff;
}

.home-icons {
  background: #fff;
  padding: 80px 0 0;
}
@media only screen and (max-width: 1199.98px) {
  .home-icons {
    padding: 50px 0 25px;
  }
}
.home-icons .home-icon-box {
  text-align: center;
  position: relative;
  z-index: 2;
}
.home-icons .home-icon-box img {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991.98px) {
  .home-icons .home-icon-box img {
    height: 40px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .home-icons .home-icon-box img {
    height: 30px;
    margin-bottom: 10px;
  }
}
.home-icons .home-icon-box p {
  color: #2a4c72;
  line-height: 1.1;
  font-size: 1.2rem;
}
@media only screen and (max-width: 991.98px) {
  .home-icons .home-icon-box p {
    color: #2a4c72;
    line-height: 1.1;
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .home-icons .home-icon-box p {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .home-icons .home-icon-box p {
    font-size: 0.625rem;
  }
}

.about-icons {
  margin: 80px 0;
}
@media only screen and (max-width: 767.98px) {
  .about-icons {
    margin: 25px 0;
  }
}
.about-icons .about-icon {
  text-align: center;
}
.about-icons .about-icon img {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767.98px) {
  .about-icons .about-icon img {
    max-width: 50%;
  }
}
.about-icons .about-icon p {
  color: #2a4c72;
  line-height: 1.3;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0 20px;
}

.blocks {
  margin: 80px 0;
}
@media only screen and (max-width: 767.98px) {
  .blocks {
    margin: 25px 0;
  }
}
.blocks h2 {
  color: #2a4c72;
  font-size: 2rem;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767.98px) {
  .blocks h2 {
    font-size: 1.25rem;
  }
}
.blocks .block-blue {
  background: #2a4c72;
  color: #fff;
  padding: 70px 150px 70px 50px;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 991.98px) {
  .blocks .block-blue {
    padding: 70px 70px 70px 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .blocks .block-blue {
    padding: 20px 60px 20px 20px;
  }
}
.blocks .block-blue h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.75rem;
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .blocks .block-blue h3 {
    font-size: 1.25rem;
  }
}
.blocks .block-blue img {
  position: absolute;
  top: 30px;
  right: 30px;
}
@media only screen and (max-width: 991.98px) {
  .blocks .block-blue img {
    max-width: 48px;
    max-height: 48px;
  }
}
.blocks .block-blue img.logic {
  position: relative;
  top: auto;
  right: auto;
  max-width: none;
  max-height: none;
}
@media only screen and (max-width: 767.98px) {
  .blocks .block-blue img {
    width: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .blocks .block-blue img:last-child {
    width: unset;
  }
}

@media only screen and (max-width: 991.98px) {
  .add-padding-bottom {
    padding-bottom: 0;
  }
}

.img {
  overflow: hidden;
}

.pic-hider {
  clip-path: polygon(100% 31%, 100% 100%, 0 100%, 0 0);
  position: absolute;
  bottom: -500px;
  width: 100%;
  height: 500px;
  background: rgba(17, 145, 167, 0.3411764706);
  transition: 0.3s ease;
}
@media only screen and (max-width: 991.98px) {
  .pic-hider {
    display: none;
  }
}

.pic-show {
  position: relative;
  z-index: 200;
}

.overflow-hider {
  overflow: hidden;
  position: relative;
}

.overlay-active {
  transition: 1s ease;
  bottom: 0px;
}

@media only screen and (max-width: 767.98px) {
  .pic-hider {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .about-icons .about-icon img {
    transform: scale(0.85);
    transition: 0.1s;
  }
}

@media only screen and (min-width: 992px) {
  .about-icons .about-icon {
    min-height: 200px;
  }
}

@media only screen and (min-width: 992px) {
  .about-icons .about-icon:hover img {
    transition: 0.3s;
    transform: scale(1);
  }
}

.styleHome .styleText li {
  font-size: 0.9rem;
  padding-left: 14px;
}
.styleHome .styleText li:before {
  border-width: 5px;
  border-left-width: 7px;
  margin-top: -6px;
}
.styleHome .styleText li a {
  font-weight: 400;
  font-size: 0.9rem;
}
@media only screen and (max-width: 767.98px) {
  .styleHome .styleText li a {
    font-size: 0.85rem;
  }
}
.styleHome .add-border-right {
  border-right: 1px solid #e5e5e5;
  height: 100%;
  padding-right: 30px;
  margin-right: 30px;
}
@media only screen and (max-width: 991.98px) {
  .styleHome .add-border-right {
    padding-right: 0;
    margin-right: 0;
    border: none;
  }
}
.styleHome h2 {
  font-size: 4.5rem;
  line-height: 1;
  color: #2a4c72;
}
@media only screen and (max-width: 1199.98px) {
  .styleHome h2 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .styleHome h2 {
    font-size: 2rem;
    margin-bottom: 5px;
  }
}
.styleHome h3 {
  font-size: 1.5rem;
  line-height: 1.1;
  color: #2a4c72;
  margin: 0 0 20px;
  font-weight: 400;
}
@media only screen and (max-width: 1199.98px) {
  .styleHome h3 {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .styleHome h3 {
    font-size: 1rem;
  }
}
.styleHome h4, .styleHome h4 a {
  text-transform: uppercase;
  color: #2a4c72;
  font-size: 1.25rem;
  line-height: 1;
  margin: 0 0 5px;
}
@media only screen and (max-width: 767.98px) {
  .styleHome h4, .styleHome h4 a {
    font-size: 1rem;
  }
}
.styleHome p {
  font-size: 0.9rem;
  line-height: 1.3;
  color: #383838;
}
@media only screen and (max-width: 767.98px) {
  .styleHome p {
    font-size: 0.85rem;
  }
}
.styleHome a .img {
  margin: 20px 0;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .styleHome a .img {
    margin: 0 0 10px;
  }
}
.styleHome a .img img {
  width: 100%;
}
.styleHome a .img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.styleHome a h4 {
  color: #2a4c72;
}
.styleHome a p {
  font-size: 0.9rem;
  line-height: 1.3;
  color: #383838;
}
@media only screen and (max-width: 767.98px) {
  .styleHome a p {
    font-size: 0.75rem;
  }
}
.services-home {
  padding: 80px 0;
}
@media only screen and (max-width: 991.98px) {
  .services-home {
    padding: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .services-home h4 {
    min-height: 1rem;
  }
}
.illustration {
  position: relative;
  height: 765px;
  padding-bottom: 0;
}
.illustration .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url(/assets/images/overlay-big.png) no-repeat bottom center;
  z-index: 2;
}
@media only screen and (max-width: 991.98px) {
  .illustration .overlay {
    background: url(/assets/images/overlay-big.png) no-repeat top left;
    background-size: 116%;
  }
}
@media only screen and (max-width: 1199.98px) {
  .illustration .overlay {
    background: url(/assets/images/overlay-big.png) no-repeat top center;
    background-size: 125%;
  }
}
.illustration .image {
  width: 1300px;
  height: 710px;
}
@media only screen and (max-width: 1199.98px) {
  .illustration .image {
    height: 55vw;
    width: 80vw;
  }
}
@media only screen and (max-height: 986px) and (min-width: 1199.98px) {
  .illustration .image {
    height: 610px;
  }
}
.illustration.home {
  height: auto;
}
.illustration.home .overlay {
  background: url(/assets/images/overlay-home-desktop.png) no-repeat bottom center;
}
.illustration.big {
  height: 1054px;
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: center;
}
.illustration.big .container {
  position: absolute;
  top: 230px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
}
.illustration.big .container a {
  color: #fff;
  text-transform: uppercase;
}
.illustration.big .container a:hover {
  opacity: 0.75;
}
@media only screen and (max-width: 991.98px) {
  .illustration.big {
    max-height: 905px;
  }
}
@media only screen and (max-height: 986px) and (min-width: 1199.98px) {
  .illustration.big {
    max-height: 800px;
  }
}
.illustration.small {
  height: 575px;
}
.illustration.small .overlay {
  background: url(/assets/images/overlay-small.jpg) no-repeat bottom center;
  height: 100%;
}
.illustration.smallest {
  height: 494px;
}
.illustration.smallest .overlay {
  background: url(/assets/images/overlay-smallest.jpg) no-repeat bottom center;
  height: 100%;
}
.illustration.cats {
  margin-top: 139px;
}
.illustration .bgShape {
  position: absolute;
  z-index: 1;
}
.illustration .bgShape1 {
  position: absolute;
  top: 0;
  left: -366px;
  z-index: 1;
}
.illustration .bgShape2 {
  right: 0;
  z-index: 2;
  position: relative;
  width: 700px;
  margin: 470px 0 0 97px;
}
.illustration .bgShape3 {
  position: relative;
  margin: -1098px 0 0 -357px;
  z-index: 1;
}
.illustration .bgShape5 {
  position: absolute;
  left: 0;
  bottom: -274px;
  z-index: 1;
}

.overlay-mob {
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
.overlay-mob.overlay-left {
  top: 320px;
  left: 0;
}
@media only screen and (max-width: 575.98px) {
  .overlay-mob.overlay-left {
    top: 327px;
  }
}
.overlay-mob.overlay-left img {
  width: 150px;
}
@media only screen and (max-width: 575.98px) {
  .overlay-mob.overlay-left img {
    width: 100px;
  }
}
.overlay-mob.overlay-right {
  top: 300px;
  right: 0;
}
@media only screen and (max-width: 575.98px) {
  .overlay-mob.overlay-right {
    top: 333px;
  }
}
.overlay-mob.overlay-right img {
  width: 150px;
}
@media only screen and (max-width: 575.98px) {
  .overlay-mob.overlay-right img {
    width: 100px;
  }
}

.swiperShape {
  position: absolute;
  bottom: -27px;
  right: -30px;
  z-index: 100;
  width: 40%;
}

.masonry {
  margin-bottom: 25px;
}
.masonry a img {
  width: 100%;
  height: 220px;
}
@media only screen and (max-width: 1199.98px) {
  .masonry a img {
    height: 220px;
  }
}
@media only screen and (max-width: 991.98px) {
  .masonry a img {
    height: 320px;
  }
}
@media only screen and (max-width: 767.98px) {
  .masonry a img {
    height: 200px;
  }
}
@media only screen and (max-width: 575.98px) {
  .masonry a img {
    height: 160px;
  }
}

.illustration-inner {
  height: 500px;
  background: rgb(27, 64, 132);
  background: linear-gradient(90deg, rgb(27, 64, 132) 0%, rgb(6, 169, 153) 100%);
}
.illustration-inner .bgShape2 {
  margin: 163px 0 0 97px;
}

.intro {
  position: relative;
  margin-top: -50px;
  z-index: 50;
}
.intro.bigger {
  margin-top: -400px;
}
@media only screen and (max-width: 1199.98px) {
  .intro.bigger {
    margin-top: -550px;
  }
}
@media only screen and (max-width: 991.98px) {
  .intro.bigger {
    margin-top: -480px;
  }
}
@media only screen and (max-width: 767.98px) {
  .intro.bigger {
    margin-top: -550px;
  }
}
@media only screen and (max-width: 575.98px) {
  .intro.bigger {
    margin-top: -650px;
  }
}
@media only screen and (max-width: 375px) {
  .intro.bigger {
    margin-top: -680px;
  }
}
.intro.smaller {
  margin-top: -250px;
}
@media only screen and (max-width: 991.98px) {
  .intro.smaller {
    margin-top: -350px;
  }
}
@media only screen and (max-width: 767.98px) {
  .intro.smaller {
    margin-top: -400px;
  }
}
@media only screen and (max-width: 575.98px) {
  .intro.smaller {
    margin-top: -420px;
  }
}
.intro.smallest {
  margin-top: -320px;
}
@media only screen and (max-width: 767.98px) {
  .intro.smallest {
    margin-top: -420px;
  }
}
.intro.intro-home {
  padding-bottom: 100px;
  margin-top: 0;
}
@media only screen and (max-width: 1399.98px) and (min-width: 1199.98px) {
  .intro.intro-home {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1199.98px) and (min-width: 991.98px) {
  .intro.intro-home {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .intro.intro-home {
    padding: 75px 0 50px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .intro.intro-home {
    padding: 75px 0 50px 0;
  }
}

.banner {
  margin-top: 50px;
}
.banner a {
  display: block;
  background: rgb(51, 177, 155);
  background: linear-gradient(90deg, rgb(51, 177, 155) 0%, rgb(157, 67, 157) 100%);
  padding: 30px;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .banner a {
    padding: 20px;
  }
}
.banner a:before {
  right: 0px;
  top: 45%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 23px;
  border-left: 33px solid #ffffff;
  margin-top: -15px;
  z-index: inherit;
}
@media only screen and (max-width: 767.98px) {
  .banner a:before {
    display: none;
  }
}
.banner a h2 {
  color: #fff;
  margin: 0 0 5px;
}
@media only screen and (max-width: 767.98px) {
  .banner a h2 {
    font-size: 1.1rem;
  }
}
.banner a p {
  color: #fff;
  margin: 0;
}
.banner a:hover {
  opacity: 0.9;
}
.banner .banner-text-wrapper {
  max-width: 80%;
}
@media only screen and (max-width: 767.98px) {
  .banner .banner-text-wrapper {
    max-width: 100%;
  }
}
.banner .banner-text-wrapper h2 {
  font-weight: 700;
}
.banner .banner-text-wrapper p {
  font-family: "Roboto";
}
@media only screen and (max-width: 991.98px) {
  .banner {
    margin-top: 40px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner {
    margin-top: 10px;
    margin-bottom: 25px;
  }
}

.title {
  font-size: 4rem;
  line-height: 0.9;
  font-weight: 700;
  color: #2a4c72;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1399.98px) and (min-width: 1199.98px) {
  .title {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 1199.98px) and (min-width: 991.98px) {
  .title {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .title {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .title {
    font-size: 1.75rem;
  }
}

.shortText {
  font-size: 2rem;
  color: #2a4c72;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1399.98px) and (min-width: 1199.98px) {
  .shortText {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 1199.98px) and (min-width: 991.98px) {
  .shortText {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .shortText {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .shortText {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .shortText {
    font-size: 1rem;
  }
}

.highlight-desc {
  font-size: 1.5rem;
  color: #2a4c72;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 15px;
}

.highlight-desc-article {
  font-size: 1.5rem;
  color: #2a4c72;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 50px;
}
@media only screen and (max-width: 992px) {
  .highlight-desc-article {
    font-size: 1rem;
    margin-top: 0;
  }
}

.main-img {
  margin-bottom: 8px;
  border: 1px solid #eee;
}

.eu-logo-row .img-fluid {
  margin: auto;
  max-height: 75px;
}
@media only screen and (max-width: 575.98px) {
  .eu-logo-row .img-fluid {
    max-height: 50px;
  }
}

.eu-logos-link {
  opacity: 1 !important;
}

.styleText h2 {
  position: relative;
  font-size: 1.75rem;
  margin-bottom: 10px;
  padding-bottom: 10px;
  margin-top: 0;
}
.styleText h2.medium-size {
  font-size: 1.5rem;
}
.styleText h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 1px;
  background: #259fa5;
}
@media only screen and (max-width: 991.98px) {
  .styleText h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .styleText h2 {
    font-size: 1.25rem;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 575.98px) {
  .styleText h2 {
    font-size: 1.25rem;
  }
}
.styleText h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767.98px) {
  .styleText h3 {
    font-size: 1rem;
    margin-top: 20px;
  }
}
.styleText h2, .styleText h3, .styleText h4, .styleText h5, .styleText h6 {
  color: #259fa5;
  font-weight: 400;
}
.styleText h3, .styleText h4, .styleText h5, .styleText h6, .styleText ul li, .styleText ol li {
  letter-spacing: -0.5px;
}
.styleText a {
  color: #259fa5;
  text-decoration: underline;
}
.styleText p, .styleText ul li, .styleText ol li {
  font-size: 1.05rem;
  line-height: 1.5;
  font-family: "Roboto";
}
@media only screen and (max-width: 1399.98px) and (min-width: 1199.98px) {
  .styleText p, .styleText ul li, .styleText ol li {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1199.98px) and (min-width: 991.98px) {
  .styleText p, .styleText ul li, .styleText ol li {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .styleText p, .styleText ul li, .styleText ol li {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .styleText p, .styleText ul li, .styleText ol li {
    font-size: 0.85rem;
  }
}
.styleText p, .styleText ul, .styleText ol {
  margin-bottom: 15px;
}
.styleText p.article-list, .styleText ul.article-list, .styleText ol.article-list {
  margin-bottom: 0 !important;
}
.styleText p strong {
  font-weight: 700;
}
.styleText ul li {
  position: relative;
  padding-left: 17px;
  line-height: 1.3;
  margin: 0 0 12px;
}
@media only screen and (max-width: 1199.98px) {
  .styleText ul li {
    padding-left: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .styleText ul li {
    margin: 0 0 6px;
  }
}
.styleText ul li a {
  text-decoration: none;
  margin: 0;
  color: #383838;
  font-weight: 400;
}
.styleText ul li:before {
  left: 0;
  top: 8.5px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(28, 174, 154, 0);
  border-left-color: #259fa5;
  border-width: 6px;
  border-left-width: 9px;
  margin-top: -5px;
  z-index: inherit;
}
@media only screen and (max-width: 1199.98px) {
  .styleText ul li:before {
    border-width: 4px;
    border-left-width: 7px;
    margin-top: -6px;
  }
}
.styleText ul li ul li:before {
  border-left-color: #383838;
}

.custom-control-label {
  font-size: 0.75rem;
}
.custom-control-label a {
  color: #259fa5;
  text-decoration: underline;
}
.custom-control-label a:hover {
  text-decoration: none;
}

.home-brands-logo-img {
  width: 100%;
  object-fit: cover;
}

.add-border-right h4 {
  padding-top: 20px;
}

.product-white h4 {
  color: #2a4c72;
  font-size: 1.05rem;
  line-height: 1.3;
  margin: 20px 0 0;
  font-weight: 400;
}
@media only screen and (max-width: 991.98px) {
  .product-white a {
    display: flex;
    justify-content: center;
  }
  .product-white img {
    max-width: 60%;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-white h4 {
    font-size: 1.05rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .product-white h4 {
    font-size: 0.85rem;
  }
}

.news-details-section {
  padding-bottom: 50px;
}
@media only screen and (max-width: 767.98px) {
  .news-details-section {
    padding-bottom: 10px;
  }
}

.top-links {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.top-links.go-up {
  margin-top: -100px;
}
@media only screen and (max-width: 1199.98px) {
  .top-links.go-up {
    margin-top: 0;
  }
}
.top-links a {
  display: flex;
  align-items: center;
  background: #259fa5;
  font-size: 0.8rem;
  color: #fff;
  line-height: 1;
  margin-right: 10px;
  text-transform: uppercase;
  padding: 9px 10px 7px;
}
@media only screen and (max-width: 767.98px) {
  .top-links a {
    font-size: 0.5rem;
    padding: 6px 6px 5px;
  }
}
.top-links a span {
  display: block;
}
.top-links a img {
  height: 16px;
  margin: -2px 3px 0 0px;
}
@media only screen and (max-width: 767.98px) {
  .top-links a img {
    height: 11px;
  }
}
.top-links a:hover {
  opacity: 0.75;
}
.top-links a.last {
  background: #383838;
}
@media only screen and (max-width: 991.98px) {
  .top-links a.last {
    display: none;
  }
}
.top-links a.last img {
  height: 14px;
  margin: -3px 5px 0 0px;
}
@media only screen and (max-width: 991.98px) {
  .top-links {
    margin-bottom: 20px;
  }
}

.productsList .styleText ul {
  margin-bottom: 10px;
}
.productsList .styleText ul li {
  margin-bottom: 8px;
}
.productsList .styleText ul li a {
  text-transform: uppercase;
  color: #259fa5;
}
.productsList .styleText ul li ul {
  margin-top: 5px;
}
.productsList .styleText ul li ul li {
  margin-bottom: 5px;
  font-size: 0.9rem;
  padding-left: 13px;
}
.productsList .styleText ul li ul li:before {
  border-width: 4px;
  border-left-width: 6px;
  top: 9px;
}
.productsList .styleText ul li ul li a {
  text-transform: none;
  font-weight: 400;
  color: #383838;
}
.productsList.same .styleText ul li a {
  color: #383838;
  text-transform: none;
}

.swiper .swiper-pagination-bullet {
  width: 30px;
  border-radius: 0;
}
.swiper .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 25px;
}
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #259fa5;
}

.banner-link {
  margin-top: 60px;
}
@media only screen and (max-width: 767.98px) {
  .banner-link {
    margin-top: 30px;
    margin-bottom: 35px;
  }
}
.banner-link a {
  display: flex;
  align-items: center;
  background-color: #2a4c72;
  color: #fff;
  padding: 40px;
}
@media only screen and (max-width: 767.98px) {
  .banner-link a {
    padding: 20px;
    position: relative;
  }
}
.banner-link a img {
  margin-right: 40px;
  margin-left: 15px;
}
@media only screen and (max-width: 767.98px) {
  .banner-link a img {
    margin: 0;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 55px;
  }
}
.banner-link a .banner-link-text h2 {
  color: #fff;
  font-size: 2.75rem;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 5px;
}
@media only screen and (max-width: 767.98px) {
  .banner-link a .banner-link-text h2 {
    font-size: 1.25rem;
  }
}
.banner-link a .banner-link-text p {
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .banner-link a .banner-link-text p {
    font-size: 0.85rem;
    padding-right: 85px;
  }
}

.articles {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1399.98px) {
  .articles {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .articles {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .articles a h3 {
    font-size: 1.25rem;
    padding: 5px 0 0;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 767.98px) {
  .articles a h3 {
    font-size: 1rem;
    line-height: 1;
    padding: 10px 0 0;
  }
}
.articles.brands {
  padding-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .articles.brands {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.articles.articles-horizontal h3 {
  padding-top: 5px;
}
@media only screen and (max-width: 1399.98px) {
  .articles.articles-horizontal h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .articles.articles-horizontal h3 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .articles.articles-horizontal h3 {
    font-size: 1.1rem;
    line-height: 1.1;
    margin-bottom: 2px;
  }
}
.articles.articles-horizontal img {
  max-width: 290px;
}
@media only screen and (max-width: 1199.98px) {
  .articles.articles-horizontal img {
    max-width: 200px;
  }
}
@media only screen and (max-width: 991.98px) {
  .articles.articles-horizontal img {
    max-width: 170px;
  }
}
@media only screen and (max-width: 767.98px) {
  .articles.articles-horizontal img {
    padding-right: 0;
    max-width: 100%;
    margin-bottom: 8px;
  }
}
.articles .articlesTop {
  position: relative;
  margin-bottom: 25px;
}
.articles .articlesTop h2 {
  font-size: 2.5rem;
  font-weight: 400;
  color: #259fa5;
  background: #fff;
  padding-right: 30px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1199.98px) {
  .articles .articlesTop h2 {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .articles .articlesTop h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .articles .articlesTop h2 {
    font-size: 1.5rem;
  }
}
.articles .articlesTop .readMore {
  background: #fff;
  padding-left: 30px;
  margin: 0;
}
.articles .articlesTop .readMore:before {
  content: none;
}
.articles .articlesTop .read-button {
  background-color: #259fa5;
  color: #fff;
  font-size: 0.75rem;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 767.98px) {
  .articles .articlesTop .read-button {
    font-size: 8px;
    padding: 3px 5px;
  }
}
.articles .articlesTop .read-button:hover {
  opacity: 0.75;
}
.articles .articlesTop:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eeeeee;
  z-index: -1;
}
@media only screen and (max-width: 767.98px) {
  .articles .articlesTop {
    margin-bottom: 20px;
    margin-top: -10px;
  }
}
.articles a {
  display: block;
  color: #383838;
}
.articles h3 {
  font-size: 1.625rem;
  color: #2a4c72;
  padding: 15px 0 5px 0;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1199.98px) {
  .articles h3 {
    font-size: 1.5rem;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .articles h3 {
    font-size: 1.2rem;
    padding-bottom: 5px;
  }
}
.articles p {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1199.98px) {
  .articles p {
    font-size: 0.8rem;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .articles p {
    line-height: 1.3;
    font-size: 0.85rem;
    margin-top: 4px;
  }
}
.articles .readMore {
  position: relative;
  font-family: "Roboto";
  font-size: 0.875rem;
  color: #259fa5;
  font-weight: 500;
  padding-left: 15px;
}
@media only screen and (max-width: 1199.98px) {
  .articles .readMore {
    font-size: 0.7rem;
    padding-left: 12px;
  }
}
.articles .readMore:before {
  left: 0;
  top: 45%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(28, 174, 154, 0);
  border-left-color: #259fa5;
  border-width: 6px;
  border-left-width: 9px;
  margin-top: -5px;
  z-index: inherit;
}
@media only screen and (max-width: 1199.98px) {
  .articles .readMore:before {
    border-width: 4px;
    border-left-width: 7px;
    margin-top: -4px;
  }
}

@media only screen and (max-width: 991.98px) {
  .brand-logo.big-logo {
    max-width: 60%;
  }
}
@media only screen and (max-width: 767.98px) {
  .brand-logo.big-logo {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1199.98px) {
  section.articles {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991.98px) {
  section.articles {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  section.articles {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .articlesCol {
    padding: 0 20px;
  }
}

.news-desc-text {
  padding-left: 20px;
}
@media only screen and (max-width: 767.98px) {
  .news-desc-text {
    padding-left: 0;
  }
}

.dwndoc h4 {
  font-size: 1.1rem;
  color: #2a4c72;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.dwndoc img {
  padding-right: 20px;
}
.dwndoc p {
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #383838;
}
.dwndoc .dwndocicon {
  color: #2a4c72;
  text-transform: uppercase;
}
.dwndoc .dwndocicon img {
  height: 20px;
  padding-right: 0px;
}

.documents-container {
  border: 1px solid #eeeeee;
}
.documents-container .styleText {
  padding: 15px 20px;
  background: #259fa5;
}
.documents-container .styleText h3 {
  color: #fff;
  margin: 0;
}
.documents-container .dwndoc {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  padding: 18px 20px 15px;
  margin-bottom: 0;
}
.documents-container .dwndoc:last-child {
  border-bottom: none;
}

.category {
  display: block;
  font-size: 1.125rem;
  color: #259fa5;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
}

.productsList {
  margin-bottom: 60px;
}
@media only screen and (max-width: 991.98px) {
  .productsList {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .productsList {
    margin-bottom: 15px;
  }
}

section.filters {
  padding-bottom: 50px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 991.98px) {
  section.filters {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 1199.98px) {
  section {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1199.98px) {
  .col-print.upper-print {
    padding-right: 30px;
  }
}

.col-print.first-print {
  padding-right: 0;
}
@media only screen and (min-width: 1199.98px) {
  .col-print.first-print {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1199.98px) {
  .col-print.second-print {
    padding-left: 50px;
  }
}

.docBox {
  margin-bottom: 25px;
}

.grid-item {
  width: 200px;
}

.grid-item--width2 {
  width: 400px;
}

.col-br-style-left .brand-logo {
  margin: 25px 0 50px;
}

.brands.top {
  margin-top: 25px;
}
.brands.top span {
  padding: 0;
}
@media only screen and (max-width: 767.98px) {
  .brands.top {
    margin-top: -15px;
  }
}
.brands.bottom {
  margin-top: 100px;
}
@media only screen and (max-width: 991.98px) {
  .brands.bottom {
    margin-top: 0;
  }
}
.brands .brandBox {
  margin-bottom: 25px;
  background: #fff;
}
@media only screen and (max-width: 767.98px) {
  .brands .brandBox {
    margin-bottom: 0;
  }
}
.brands a {
  display: block;
}
.brands span {
  padding: 20px 20px;
  min-height: auto;
  border: 1px solid #eeeeee;
  filter: grayscale(1);
}
.brands span:hover {
  filter: grayscale(0);
}
@media only screen and (max-width: 991.98px) {
  .brands span {
    padding: 0;
  }
}
.brands.top span {
  border: none;
}
.brands .cube {
  height: 135px;
}

.gallery-container {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991.98px) {
  .gallery-container {
    margin-bottom: 0;
  }
}

.gallery-box {
  margin-bottom: 25px;
  background: #fff;
}
.gallery-box a {
  display: block;
}
.gallery-box span {
  border: 1px solid #eeeeee;
}
.gallery-box span:hover {
  opacity: 0.75;
}

.video, .masonry {
  margin-top: 100px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991.98px) {
  .video, .masonry {
    margin-top: 25px;
    margin-bottom: 0;
  }
}

.descs {
  margin-top: 20px;
  margin-bottom: 0px;
}

.wrp {
  width: 1800px;
  position: relative;
  height: 100%;
}
.wrp .image {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1199.98px) {
  .wrp {
    width: 100%;
  }
}

.banner-cnt {
  height: 100%;
}
@media only screen and (max-width: 767.98px) {
  .banner-cnt {
    margin-bottom: 20px;
    height: auto;
  }
}
.banner-cnt.first a {
  background-color: #259fa5;
}
.banner-cnt a {
  display: block;
  background-color: #2a4c72;
  padding: 25px 20px;
  height: 100%;
  color: #fff;
  text-decoration: none;
}
.banner-cnt a .banner-wrp {
  display: flex;
  margin-bottom: 15px;
}
.banner-cnt a .banner-wrp img {
  height: 45px;
  margin: 0 10px 0 0;
}
.banner-cnt a .banner-wrp .banner-title {
  font-size: 1.35rem;
  line-height: 1.1;
  font-weight: 700;
}
.banner-cnt a .banner-text {
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767.98px) {
  .banner-cnt a .banner-text {
    font-size: 0.85rem;
  }
}
.banner-cnt a .btn-defualt {
  background-color: #fff;
  color: #2a4c72;
}
.banner-cnt a .btn-defualt:before {
  border-left-color: #2a4c72;
  margin-top: -4px;
}
@media only screen and (max-width: 991.98px) {
  .banner-cnt a .btn-defualt {
    font-size: 0.85rem;
  }
}

.form-checkbox-dir {
  flex-direction: column;
}

.checkbox-wrapper input, .checkbox-wrapper label {
  display: inline;
}

.checkbox-wrapper {
  line-height: 1;
}

@media only screen and (max-width: 767.98px) {
  .form-group label {
    font-size: 0.8rem;
  }
  .form-group .form-control, .form-group .form-select {
    font-size: 0.8rem;
  }
}

.icon-text {
  margin-bottom: 30px;
}
.icon-text img {
  margin-bottom: 30px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767.98px) {
  .icon-text img {
    left: 0;
    transform: translateX(0);
  }
}
@media only screen and (max-width: 575.98px) {
  .icon-text img {
    max-width: 50%;
  }
}

.styleText h5 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #2a4c72;
}

.btn-defualt {
  background: #2a4c72;
  position: relative;
  display: inline-block;
  color: #fff;
  margin-top: 10px;
  padding: 12px 20px 9px 30px;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1;
}
.btn-defualt:hover {
  background: rgba(42, 76, 114, 0.75);
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .btn-defualt {
    font-size: 0.65rem;
    padding: 9px 20px 6px 27px;
  }
}
.btn-defualt:before {
  left: 15px;
  top: 45%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(28, 174, 154, 0);
  border-left-color: #fff;
  border-width: 6px;
  border-left-width: 9px;
  margin-top: -5px;
  z-index: inherit;
}
@media only screen and (max-width: 767.98px) {
  .btn-defualt:before {
    border-width: 4px;
    border-left-width: 7px;
    margin-top: -2.5px;
  }
}

.map-text {
  max-width: 450px;
  margin: -268px 0 0 196px;
  padding: 30px 0 0;
  background: #fff;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .map-text {
    max-width: 412px;
    margin: -166px 0 0 129px;
  }
}
@media only screen and (max-width: 767.98px) {
  .map-text {
    max-width: 100%;
    margin: -60px 0 50px 0;
  }
}

.plpr-150 {
  padding-left: 150px;
  padding-right: 150px;
}

@media only screen and (max-width: 767.98px) {
  .apart-box h5 {
    font-size: 1rem;
  }
}

.bottom-img {
  height: 700px;
}
@media only screen and (max-width: 991.98px) {
  .bottom-img {
    height: 400px;
  }
}
@media only screen and (max-width: 767.98px) {
  .bottom-img {
    height: 200px;
  }
}

.contact-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  border-radius: 20px;
  background-color: #fff;
}
.contact-btn.active {
  bottom: 70px;
}
@media only screen and (max-width: 767.98px) {
  .contact-btn .footer-contact-button img {
    width: 32px;
  }
}
.contact-btn button {
  display: flex;
  align-items: center;
  padding: 12px 35px 12px 15px;
  background: #2a4c72;
  text-align: left;
  border: 2.5px solid #fff;
  border-radius: 20px;
}
@media only screen and (max-width: 767.98px) {
  .contact-btn button {
    border-radius: 12px;
  }
}
.contact-btn button:hover {
  background: rgba(42, 76, 114, 0.75);
  border-color: #fff;
}
.contact-btn button span {
  font-weight: 700;
  padding-left: 10px;
  line-height: 1;
  color: #fff;
  font-size: 1.25rem;
}
@media only screen and (max-width: 767.98px) {
  .contact-btn button span {
    font-size: 0.8rem;
  }
}

.arrow {
  width: 250px;
  bottom: 87px;
  right: 53px;
  color: #fff;
  pointer-events: none;
  padding: 20px;
  border-radius: 30px;
  background: #2fbca4;
  border: 3px solid #fff;
  position: absolute;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.05)) drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.05)) drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.05)) drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.05)) drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.05)) drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.05));
  animation: slide-in 0.7s ease;
}
@media only screen and (max-width: 767.98px) {
  .arrow {
    font-size: 0.75rem;
    width: 170px;
    bottom: 65px;
    right: 25px;
  }
}

.arrow img {
  position: absolute;
  right: 44px;
  bottom: -39px;
}
@media only screen and (max-width: 767.98px) {
  .arrow img {
    width: 29px;
    bottom: -27.2px;
  }
}

@keyframes slide-in {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.arrow.deactive {
  animation: slide-out 0.4s ease;
}

@keyframes slide-out {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  90% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.products-wrap {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 40px 0;
  margin-top: 100px;
}

.icons {
  padding: 60px 0 160px;
}

.dd-menu {
  background: #f6f6f6;
  border: 1px solid #eee;
  border-radius: 6px;
  position: relative;
  margin: 10px 0;
}
@media only screen and (max-width: 767.98px) {
  .dd-menu {
    margin: 10px 0 0;
  }
}
.dd-menu.selected {
  background: #259fa5;
  border-color: #259fa5;
  color: #ffffff;
}
.dd-menu .dd-title {
  text-transform: uppercase;
  font-size: 1.25rem;
  padding: 15px;
  line-height: 1;
  display: flex;
  cursor: pointer;
  align-items: center;
  font-weight: 500;
  justify-content: space-between;
}
.dd-menu .dd-title span {
  padding-top: 3px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.dd-menu .dd-title img {
  height: 20px;
}
@media only screen and (max-width: 767.98px) {
  .dd-menu .dd-title img {
    height: 13px;
  }
}
.dd-menu .dd-title img.selected-icon {
  display: none;
}
.dd-menu .dd-title.selected img.selected-icon {
  display: block;
}
.dd-menu .dd-title.selected img.normal-icon {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .dd-menu .dd-title {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .dd-menu .dd-title {
    font-size: 0.85rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .dd-menu .dd-title {
    padding: 8px;
  }
}
.dd-menu .dd-main {
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  left: -1px;
  top: 60px;
  z-index: 5;
  width: 100%;
  background: #f6f6f6;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #eee;
  border-radius: 6px;
  -webkit-box-shadow: 7px 16px 15px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 7px 16px 15px 3px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767.98px) {
  .dd-menu .dd-main {
    top: 37px;
  }
}
.dd-menu .dd-main.active {
  height: 320px;
  overflow-y: auto;
}
.dd-menu .dd-main ul {
  padding-left: 15px;
}
.dd-menu .dd-main .dd-sub {
  margin-bottom: 15px;
}
.dd-menu .dd-main .dd-subsub {
  margin-bottom: 5px;
}
.dd-menu li {
  color: #383838;
}
.dd-menu li a {
  padding: 4px 0 4px 16px;
  color: #383838;
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
}
.dd-menu li a:before {
  display: block;
  content: "";
  background-size: 15px 15px;
  height: 15px;
  width: 15px;
  position: absolute;
  margin-top: 1.15px;
  left: 0;
}
.dd-menu li ul li a {
  padding: 1px 0 1px 16px;
}
.dd-menu li a.link-cat:before {
  background-image: url("/assets/images/angle-right-regular.svg");
}
.dd-menu li a.link-sub {
  padding-left: 15px;
  font-weight: 400;
  font-size: 0.95rem;
}
.dd-menu li a.link-sub:before {
  background-image: url("/assets/images/plus-regular.svg");
  background-size: 11px 11px;
  height: 11px;
  width: 11px;
  margin-top: 3px;
}
.dd-menu li:last-child .dd-sub {
  margin-bottom: 0;
}
.dd-menu li a.link-subsub {
  padding-left: 16px;
  font-weight: 400;
  font-size: 0.9rem;
}
.dd-menu li a.link-subsub:before {
  background-image: url("/assets/images/minus-regular.svg");
  background-size: 11px 11px;
  height: 11px;
  width: 11px;
  margin-top: 5px;
}
.dd-menu li a.none-link {
  pointer-events: none;
  cursor: pointer;
}

@media only screen and (min-width: 991.98px) {
  .dd-menu-aligner .dd-menu {
    margin-top: 285px;
  }
}

.header-main {
  display: block;
}
@media only screen and (max-width: 1199.98px) {
  .header-main {
    display: none;
  }
}

.header-hamburger-button {
  display: none;
}
@media only screen and (max-width: 1199.98px) {
  .header-hamburger-button {
    display: block;
  }
}

.search-box {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767.98px) {
  .search-box {
    margin-bottom: 0;
  }
}
.search-box input {
  height: 55px;
  background: #f6f6f6;
  border: 1px solid #eee;
  padding: 0.375rem 1rem;
}
@media only screen and (max-width: 767.98px) {
  .search-box input {
    height: 40px;
    font-size: 0.85rem;
    padding: 0.475rem 1rem 0.275rem;
  }
}
.search-box button {
  background: #259fa5;
  border-color: #259fa5;
  padding: 0.375rem 1rem;
}
.search-box button img {
  height: 18px;
}
@media only screen and (max-width: 767.98px) {
  .search-box button {
    padding: 0.375rem 0.75rem;
    font-size: 0.85rem;
  }
}

.icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.icon-box a span.icon-image {
  display: block;
  background: #259fa5;
  padding: 20px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto 20px;
}
.icon-box a span.icon-title {
  font-size: 0.9rem;
  line-height: 1.3;
  text-align: center;
  color: #383838;
  display: block;
}

.brand-logo {
  margin: 0 0 50px;
  padding: 0;
  min-height: 215px;
  width: auto;
  display: flex;
  text-align: center;
  background: #fff;
  align-items: center;
}

.error-page {
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 100px;
  text-align: center;
}
.error-page h1 {
  font-size: 9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #259fa5;
  margin: 0 0 15px 0;
}
.error-page h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #259fa5;
  margin-bottom: 15px;
}
.error-page p {
  font-size: 1rem;
}
.error-page a {
  color: #259fa5;
}

@media only screen and (max-width: 767.98px) {
  .contact-btn a {
    padding: 6px 11px 7px 11px;
  }
}
@media only screen and (max-width: 991.98px) {
  .contact-btn a span {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-btn a span {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .contact-btn a img {
    width: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-btn a img {
    width: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .contact-btn-push {
    bottom: 75px;
  }
}

footer {
  background: #f6f6f6 url(/assets/images/bg-shape4.png) no-repeat bottom right;
  background-size: 25%;
  padding: 50px 0 5px;
  color: #9e9e9e;
  position: relative;
  z-index: 5;
}
footer ul.main-menu {
  border-right: 1px solid #dfdfdf;
  padding-right: 50px;
  margin-right: 20px;
}
footer ul.main-menu li {
  text-transform: uppercase;
  font-size: 0.95rem;
  margin: 0 0 10px;
  font-weight: 700;
}
@media only screen and (max-width: 767.98px) {
  footer ul.main-menu {
    border-right: none;
    margin: 0;
    padding: 0;
  }
}
footer ul.small-menu {
  border-right: 1px solid #dfdfdf;
  height: 100%;
  padding-right: 50px;
  margin-right: 20px;
}
footer ul.small-menu li {
  font-family: "Roboto";
  font-size: 0.675rem;
  margin: 0 0 5px;
}
footer ul.small-menu li a {
  text-decoration: underline;
}
footer ul.small-menu li a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767.98px) {
  footer ul.small-menu {
    border-right: none;
    padding-right: none;
    margin: 0;
    padding: 0;
  }
}
footer a {
  color: #9e9e9e;
}
footer a:hover {
  color: #9e9e9e;
  opacity: 0.75;
}
footer .footer-text {
  font-size: 0.8125rem;
  line-height: 1.8;
  font-family: "Roboto";
}
footer .footer-text p:first-child {
  margin-bottom: 10px;
}
footer .copyright {
  padding: 180px 0 0;
  font-family: "Roboto";
  font-size: 0.7rem;
}
@media only screen and (max-width: 767.98px) {
  footer .copyright {
    font-size: 0.675rem;
  }
}
footer .copyright .footer-logo {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767.98px) {
  footer .copyright .footer-logo {
    margin: 25px 0;
    padding: 0;
  }
}
footer .copyright strong {
  font-weight: 500;
}
footer .copyright a {
  text-decoration: underline;
}
footer .copyright-text {
  padding: 0;
}
footer .footer-contact-button {
  background: rgba(158, 158, 158, 0.3019607843);
  color: #fff;
  border: none;
  margin-top: 25px;
}
footer .footer-contact-button:hover {
  background: rgba(158, 158, 158, 0.3019607843);
  color: #fff;
}
@media only screen and (max-width: 1399.98px) and (min-width: 1199.98px) {
  footer {
    background: #f6f6f6;
  }
  footer .copyright {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1199.98px) and (min-width: 991.98px) {
  footer {
    background: #f6f6f6;
  }
  footer .copyright {
    padding: 0;
  }
  footer .copyright img {
    padding: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  footer {
    padding: 0;
    background: #f6f6f6;
  }
  footer .copyright {
    padding: 0;
  }
  footer .copyright img {
    padding: 0;
  }
  footer .footer-logo {
    width: 25%;
  }
}
@media only screen and (max-width: 767.98px) {
  footer {
    border-right: none;
  }
  footer .footer-logo {
    width: 50%;
  }
}
