/*
Theme Name: Modla Mask
Theme URI: https://google.com
Author: Niwart
Author URI: https://google.com
Description: WP theme for Modla Mask website
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
* {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  cursor: default;
}

canvas {
  /* position: sticky; */
  /* left: 50%; */
  /* top: 300px; */
  /* transform: translate(-50%, -50%); */
  /* max-width: 100vw;
  max-height: 100vh; */
  /* transform: translate(0%, 15%); */
  background: transparent !important;
  /* background-color: red !important; */
}

.wrapper {
  max-width: 1224px;
  margin: 0 auto;
}

.main-container {
  max-width: 1224px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.main-header {
  height: 600px;
}

.main-content {
  min-height: 670vh;
}

.main-header {
  position: -webkit-sticky;
  position: sticky;
  top: calc(100vh / 2 - 250px);
}

.red-box {
  height: 100vh;
  border: dashed 5px red;
}

#hero-lightpass {
  max-width: 100%;
  height: auto;
}

/* Setting fade transition and default settings */
body {
  color: #4f4f64;
  background-color: #fff !important;
  transition: background-color 1.3s ease;
  overflow-x: hidden;
}

/* panel styles */
.panel:not(.footer):not(.index-page-current-situation-panel) {
  /* min height incase content is higher than window height */
  /* min-height: 100vh; */
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-family: sans-serif;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  /* outline: 10px solid hotpink; */
  /* turn above on to see the edge of panels */
}

/* colours */
.color-black {
  background-color: #000;
}

.color-indigo {
  background-color: #4332cf;
}

.color-blue {
  background-color: #1c5dae;
}

.color-green {
  background-color: #4dcf42;
}

.color-yellow {
  background-color: #faeb33;
}

.color-orange {
  background-color: #f19031;
}

.color-red {
  background-color: #f2293a;
}

/* styling for demo, can ignore */
body {
  text-align: center;
}

.header-nav {
  background: #fff;
  z-index: 999;
  position: sticky;
  top: 0;
}

.header-nav>.nav-child {
  max-width: 1224px;
  margin: 33px auto 0 auto;
}

.header-nav.sticky {
  /* border-bottom: 2px solid #1c5dae; */
}

.header-nav ul {
  padding: 0;
  list-style: none;
  text-align: right;
  margin-bottom: 0;
  transition: border 1s ease;
}

.header-nav ul li {
  display: inline-block;
  margin-right: 40px;
}

.header-nav ul li:last-child {
  margin-right: 0;
}

.header-nav .logo {
  float: left;
}

.header-nav .logo img {
  width: 78px;
  height: 54px;
}

.header-nav ul li a {
  line-height: 78px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: #4f4f64;
  text-decoration: none;
}

/* .header-nav ul li a:hover
{
    color:#1C5DAE;
} */
.index-page-first-screen h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 33px;
  line-height: 52px;
  color: #4f4f64;
  text-align: center;
}

.index-page-first-screen h1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 51px;
  line-height: 56px;
  color: #1c5dae;
  text-align: center;
}

.index-page-covid-screen {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 33px;
  line-height: 52px;
  text-align: center;
  color: #ffffff;
  padding-top: 400px;
}

.index-page-covid-screen p {
  margin-bottom: 70px;
}

.index-page-rethinking-screen {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  padding-top: 400px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.index-page-circulareconomy-screen {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  color: #4f4f64;
  padding-top: 300px;
  position: relative;
  padding-bottom: 65px;
  width: 1016px;
  margin-left: auto;
  margin-right: auto;
  line-height: 60px;
  background: url("images/q-index.png") no-repeat 10px 260px;
}

.index-page-circulareconomy-screen::before,
.index-page-circulareconomy-screen::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #9fc9fd;
  position: absolute;
  left: 0%;
  top: 200px;
}

.index-page-circulareconomy-screen::after {
  top: auto;
  bottom: 0;
}

.index-page-circulareconomy-screen p {
  margin-bottom: 35px;
}

.index-page-circulareconomy-screen p a {
  color: #235491;
  text-decoration: none;
}

.index-page-circulareconomy-screen p a:hover {
  /* opacity: 0.8; */
}

.index-page-circulareconomy-screen p em {
  display: block;
  /* padding-top: 32px; */
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: right;
  color: #4f4f64;
}

.index-page-circulareconomy-screen p a.more-circular {
  line-height: 41px;
  /* border-bottom: 2px solid #4F4F64; */
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  color: #39394b;
  font-style: normal;
}

/* .index-page-circulareconomy-screen p a.more-circular:hover
{
    color:#1C5DAE;
    border-color:#1C5DAE;
} */
.index-page-about-us-parallax-panel {
  background: #fff;
  padding: 0 100px;
  max-width: 100% !important;
}

.index-page-about-us-parallax-panel .index-page-about-us-parallax {
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  /* padding:96px 0; */
  font-family: "Montserrat", sans-serif;
  margin-top: 11px;
}

.index-page-about-us-parallax {
  height: 100%;
  background: transparent;
  width: 100%;
}

.index-page-about-us-parallax img {
  max-width: 100%;
  max-height: auto;
  margin-top: -50px;
  margin-bottom: -50px;
}

.index-page-parallax-screen {
  /* padding-top: 400px; */
  text-align: left;
  padding-bottom: 11px;
}

.index-page-parallax-screen h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 65px;
  text-align: left;
  color: #1c5dae;
  /* margin-top: 56px; */
  margin-bottom: 24px;
}

.index-page-parallax-screen p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #4f4f64;
  margin-bottom: 56px;
}

.index-page-more-about-us {
  display: inline-block;
  line-height: 41px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  /* border-bottom: 2px solid #4F4F64; */
  text-decoration: none;
  color: #39394b;
}

.index-page-more-about-us:hover {
  color: #39394b;
}

.index-page-our-markets-screen .col-md-4>div {
  position: sticky;
  top: 50px;
}

.index-page-our-markets-screen {
  padding-top: 400px;
  text-align: left;
}

.index-page-our-markets-screen h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 44px;
  line-height: 60px;
  text-align: left;
  color: #4f4f64;
  margin-bottom: 32px;
}

.index-page-our-markets-screen p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 33px;
  color: #4f4f64;
  text-align: left;
  width: 80%;
}

.faces .face .left {
  text-align: left;
}

.faces .face .right {
  text-align: right;
}

.faces .face img {
  width: 250px;
  height: auto;
}

.faces .face b {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #4f4f64;
}

.faces .face .left>div,
.faces .face .right>div {
  width: 300px;
  display: inline-block;
  text-align: center;
}

.footer {
  background: #000;
  /* margin-top: 400px; */
  /* max-width: 100%; */
}

.footer-body {
  max-width: 1224px;
  margin: 0 auto;
  padding-top: 85px;
  padding-bottom: 42px;
  text-align: left;
}

.footer-body h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 70px;
  line-height: 80px;
  color: #ffffff;
  margin-bottom: 14px;
}

.footer-body .footer-contact-us-link {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 41px;
  line-height: 51px;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 2px solid #fff;
}

.footer-body .footer-contact-us-link:hover {
  border-bottom: 2px solid #1c5dae;
}

.footer-links {
  margin-top: 180px;
}

.footer-body ul {
  padding: 0;
  list-style: none;
}

.footer-body .footer-links .footer-address li {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 25px;
  color: #cbdff5;
  margin-bottom: 12px;
}

.footer-body .footer-links .footer-submenu {
  text-align: right;
}

.footer-submenu ul {
  padding: 0;
}

.footer-submenu li {
  display: block;
  margin-bottom: 24px;
}

.footer-submenu li a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
}

.footer-body .footer-links .footer-address .social-links {
  margin-top: 20px;
}

.footer-body .footer-links .footer-address .social-links a {
  text-decoration: none;
}

.footer-body .footer-links .footer-address .social-links img {
  width: 32px;
  height: 32px;
  margin-right: 18px;
}

#app {
  width: 100vw !important;
  height: 100% !important;
  pointer-events: none !important;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-47%, -50%);
}

.canvas-notice {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 0;
  display: none;
  width: 420px;
  text-align: left;
  transition: all 0.3s ease;
}

.canvas-notice.el-1 {
  width: 315px;
}

body.animation-2 .canvas-notice.margin-top {
  margin-top: -15px;
  /* opacity: 1; */
}

.canvas-notice.el-0 {
  opacity: 1;
  display: block;
}

.canvas-notice.canvas-notice-right {
  left: unset;
  right: 0;
}

.canvas-notice h5 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 62px;
  color: #1c5dae;
}

.canvas-notice:not(.el-0) h5 {
  margin-bottom: 48px;
  font-size: 50px;
  line-height: 65px;
}

.canvas-notice h6 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #4f4f64;
  margin-top: 50px;
}

.canvas-notice p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #4f4f64;
}

.canvas-notice p a {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 41px;
  color: #39394b;
  position: relative;
  text-decoration: none;
  margin-top: 40px;
  display: inline-block;
}

.canvas-notice p a:after {
  content: "";
  position: absolute;
  /* z-index: -1; */
  right: 0;
  width: 100%;
  bottom: -10px;
  background: #1c5dae;
  height: 2px;
  transition-property: width;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.62, 0.05, 0.01, 0.98);
}

.canvas-notice p a:hover:after,
.canvas-notice p a:focus:after,
.canvas-notice p a:active:after {
  left: auto;
  right: 0;
  width: 0%;
}

body.animation-2 .canvas-notice {
  /* opacity: 1; */
}

@media screen and (max-width: 1224px) {
  body {
    overflow-y: scroll !important;
  }

  .main-header {
    top: 10% !important;
  }

  .canvas-notice {
    width: 100% !important; 
    top: 45%;
    transform: initial !important;
  }

  .canvas-notice.un-sdg {
    top: 45% !important;
    bottom: initial !important;
    transform: initial !important;
  }

  .canvas-notice.un-sdg img {
    width: 50px !important;
  }

  .canvas-notice h5 {
    font-size: 36px !important;
    line-height: 130% !important;
    margin-bottom: 0px !important; 
  }

  
  .canvas-notice p {
    margin: 0;
    font-size: 16px !important;
    line-height: 140% !important;
    margin-top: 16px;
  }

  
  .canvas-notice p img {
    max-width: 200px !important;
  }

  .canvas-notice p a {
    font-size: 16px !important;
    line-height: 140% !important;
    margin-top: 16px !important;
  }

  #app {
    top: 20% !important;
    width: 100vw !important;
    height: 55vw !important;
  }
}

.mobile-header-switcher {
  position: absolute;
  top: 34px;
  right: 25px;
  width: 24px;
  height: 10px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  transition: all 0.2s ease-out;
}

.mobile-header-switcher.blue:hover {
  border: 2px solid #000;
  border-radius: 50%;
  height: 24px;
  margin-top: -7px;
}

.mobile-header-switcher.blue:hover::before {
  content: "\f141";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.mobile-header-switcher.blue {
  border-color: #1c5dae !important;
  display: none;
}

.mobile-header-switcher.white {
  border-color: #fff !important;
  z-index: 9999;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 24px;
  margin-top: -7px;
}

.mobile-header-switcher.white::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1300px) {
  .header-nav ul li:not(.logo) {
    display: none;
  }

  .header-nav>.nav-child {
    width: calc(100% - 50px);
    margin: 6px auto 0 auto;
  }

  .mobile-header-switcher.blue {
    display: block;
  }
}

.clear-menu {
  width: 100%;
  height: 1px;
  opacity: 0;
  clear: both;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 500px;
  height: 100vh;
  padding: 50px;
  padding-top: 125px;
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100vw, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  z-index: 999;
}

.mobile-menu.open {
  transform: translate(calc(100vw - 500px), 0);
}

@media screen and (max-width: 500px) {
  .mobile-menu.open {
    transform: none;
    overflow: scroll;
  }
}

.mobile-menu ol {
  list-style: none;
  text-align: left;
  padding-left: 0;
}

.mobile-menu ol li a {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 44px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .mobile-menu ol li a {
    font-size: 31px;
    line-height: 36px;
  }
}

@media screen and (max-width: 992px) {
  .footer-body {
    padding: 72px 17px 18px 17px;
  }

  .footer-body h4 {
    font-size: 30px;
    line-height: 40px;
  }

  .footer-body .footer-contact-us-link {
    font-size: 24px;
    line-height: 33px;
  }

  .footer-links {
    margin-top: 80px;
  }

  .footer-body .footer-links .footer-submenu {
    text-align: left;
  }

  .footer-body .footer-links .footer-submenu li {
    display: block;
  }

  .footer-body .footer-links .footer-submenu li a {
    display: inline-block;
    margin-left: 0;
    line-height: 30px;
    margin-bottom: 16px;
  }

  .footer-body .footer-links .footer-address,
  .footer-body .footer-links .footer-address .social-links {
    margin-top: 50px;
  }
}

.page-content {}

.page-content .hero>div.child,
.page-content .section-the-filters>div.child,
.page-content .section-3cols>div.child,
.page-content .section-2cols>div.child,
.page-content .section-benefits>div.child,
.page-content .promo>div.child {
  max-width: 1224px;
  margin: 80px auto;
}

/* @media screen and (max-width: 992px) 
{
    .page-content
    {
        padding-left: 17px;
        padding-right: 17px;
    } 
}*/
.circular-page .hero {
  margin-bottom: 126px;
}

@media screen and (max-width: 767px) {
  .circular-page .hero {
    margin-bottom: 100px;
  }
}

.circular-page .hero .hero-text {
  text-align: left;
}

.circular-page .hero .hero-text h1,
.circular-page .hero .hero-text h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 65px;
  color: #1c5dae;
  margin-bottom: 48px;
}

.circular-page .hero .hero-text p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #4f4f64;
  width: 90%;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {

  .circular-page .hero .hero-text h1,
  .circular-page .hero .hero-text h2 {
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 32px;
  }

  .circular-page .hero .hero-text {
    margin-bottom: 36px !important;
  }

  .circular-page .hero .hero-text p {
    width: 100%;
    font-size: 18px;
    line-height: 27px;
  }
}

.circular-page .hero .hero-image {
  text-align: center;
}

.circular-page .hero .hero-image img {
  width: 90%;
  height: auto;
}

.section-full {
  margin-bottom: 180px;
}

@media screen and (max-width: 767px) {
  .section-full {
    margin-bottom: 100px;
  }
}

.section-full h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 44px;
  line-height: 60px;
  color: #4f4f64;
  text-align: left;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .section-full h2 {
    font-size: 24px;
    line-height: 40px;
  }
}

.section-full img {
  display: block;
  width: 84%;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .section-full img {
    width: 100%;
  }
}

.section-2cols {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .section-2cols {
    margin-bottom: 100px;
  }
}

.section-2cols img {
  width: 100%;
  height: auto;
}

.section-2cols h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 65px;
  color: #1c5dae;
  margin-bottom: 48px;
  width: 90%;
}

@media screen and (max-width: 767px) {
  .section-2cols h3 {
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 32px;
  }
}

.section-2cols p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #4f4f64;
  margin-bottom: 32px;
  width: 90%;
}

.section-2cols p strong {
  font-weight: bold;
  font-size: 28px;
  line-height: 37px;
}

@media screen and (max-width: 767px) {
  .section-2cols p {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 27px;
  }

  .section-2cols p strong {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
  }
}

.section-2cols .my-auto {
  text-align: left;
}

.section-2cols .text-hightlight {
  margin-bottom: 0px;
}

.section-2cols .text-hightlight p {
  color: #4f4f64;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
}

.section-magic-grid .local-hero {
  text-align: left;
}

.section-magic-grid .local-hero h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 44px;
  line-height: 60px;
  color: #4f4f64;
  margin-bottom: 24px;
  width: 90%;
}

@media screen and (max-width: 767px) {
  .section-magic-grid .local-hero h3 {
    font-size: 24px;
    line-height: 40px;
  }

  .section-2cols .text-hightlight p {
    font-size: 16px;
  }
}

.section-magic-grid .local-hero p {
  width: 55%;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 33px;
  color: #4f4f64;
}

@media screen and (max-width: 767px) {
  .section-magic-grid .local-hero p {
    width: 100%;
  }
}

.grid-item.center {
  text-align: center;
}

.grid-item.left {
  text-align: left;
}

.grid-item.right {
  text-align: right;
}

@media screen and (max-width: 767px) {

  .grid-item.center,
  .grid-item.left,
  .grid-item.right {
    text-align: center;
  }
}

.grid-item>a {
  width: 390px;
  display: inline-block;
  margin-top: 150px;
}

.grid-item>a img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.grid-item>a strong {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #4f4f64;
}

@media screen and (max-width: 600px) {
  .grid-item>a {
    display: block;
    width: 80%;
    margin: 75px auto 0 auto;
  }
}

.article-body {
  text-align: left;
  position: relative;
}

.article-body h1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 62px;
  color: #1c5dae;
  margin-bottom: 70px;
  margin-top: 122px;
}

@media screen and (max-width: 767px) {
  .article-body h1 {
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 32px;
    margin-top: 48px;
  }
}

.article-text p {
  width: 65%;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 33px;
  color: #4f4f64;
  margin-bottom: 40px;
}

.article-text p img {
  max-width: 100%;
  height: auto;
}

.article-text p.image-inside {
  width: 100%;
  text-align: center;
}

.article-text p.image-inside img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .article-text p {
    width: 100%;
    font-size: 15px;
    line-height: 29px;
    margin-bottom: 30px;
  }
}

.back-to-blog {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 41px;
  color: #4f4f64;
  text-decoration: none;
  border-bottom: 2px solid #4f4f64;
  margin-bottom: 80px;
}

.back-to-blog:hover {
  color: #1c5dae;
  border-color: #1c5dae;
}

@media screen and (max-width: 767px) {
  .back-to-blog {
    font-size: 15px;
    line-height: 35px;
  }
}

.article-body .author {
  width: 25%;
  position: absolute;
  top: 135px;
  left: 70%;
}

.article-body .author img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 24px;
  float: left;
}

.article-body .author .author-meta {
  line-height: 37px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: #4f4f64;
}

.article-body .author .author-meta span {
  font-size: 17px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .article-body .author {
    position: static;
    margin-bottom: 24px;
    width: 100%;
  }

  .article-body .author img {
    width: 70px;
    height: 70px;
  }

  .article-body .author .author-meta {
    line-height: 33px;
  }
}

.article-text blockquote {
  padding-left: 250px;
  padding-right: 120px;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 17px;
  line-height: 33px;
  color: #4f4f64;
  margin-bottom: 60px;
  margin-top: 60px;
  background: url(images/blockquote.png) no-repeat 150px 10px;
  background-size: 60px;
}

.article-text blockquote em {
  display: block;
  font-weight: normal;
  font-style: normal;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .article-text blockquote {
    padding: 60px 40px;
    background: url(images/blockquote.png) no-repeat 10px 30px;
    background-size: 40px;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 50px;
    margin-top: 50px;
  }
}

.perfomance-page .hero .ruler-item {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 0.7s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  text-align: center;
}

.perfomance-page .hero .ruler-item.ruler-item-2 {
  animation-delay: 1s;
}

.perfomance-page .hero .ruler-item.ruler-item-3 {
  animation-delay: 1.5s;
}

.perfomance-page .hero .ruler-item.ruler-item-4 {
  animation-delay: 2s;
}

.perfomance-page .hero .ruler-item.ruler-item-5 {
  animation-delay: 2.5s;
}

.perfomance-page .hero .ruler-item.ruler-item-6 {
  animation-delay: 3s;
  position: relative;
}

.perfomance-page .hero .ruler-item.ruler-item-6::before {
  content: attr(data-title);
  position: absolute;
  top: -50px;
  left: -75%;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #4f4f64;
  width: 150%;
}

@media screen and (min-width: 767px) {
  .perfomance-page .hero .ruler-item.ruler-item-6 {
    border-left: 3px dashed #c4defe;
  }
}

@media screen and (max-width: 767px) {
  .perfomance-page .hero .ruler-item.ruler-item-6::after {
    content: "";
    position: absolute;
    top: 28%;
    left: -9%;
    width: 134%;
    border-bottom: 3px dashed #c4defe;
  }

  .perfomance-page .hero .ruler-item.ruler-item-6::before {
    top: 13% !important;
    left: 0 !important;
    right: 0;
    width: 100% !important;
  }
}

@media screen and (max-width: 380px) {
  .perfomance-page .hero .ruler-item.ruler-item-6::before {
    font-size: 11px;
    line-height: 15px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.perfomance-page .hero img {
  display: block;
  width: 90%;
  margin: 0 auto 30px auto;
}

.perfomance-page .hero h6 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #4f4f64;
}

@media screen and (max-width: 1000px) {
  .perfomance-page .hero h6 {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .perfomance-page .hero h6 {
    font-size: 20px;
    line-height: 26px;
  }
}

.perfomance-page .hero span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #1c5dae;
}

.ruler-line img {
  width: 100% !important;
  margin-top: 20px !important;
}

.perfomance-page .hero h1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 62px;
  color: #4f4f64;
  margin-bottom: 60px;
  text-align: left;
}

.perfomance-page .hero h1 strong {
  color: #1c5dae;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .perfomance-page .hero h1 {
    font-size: 31px;
    line-height: 36px;
    margin-bottom: 24px;
  }
}

.perfomance-page .hero {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .perfomance-page .hero {
    margin-bottom: 100px;
  }
}

.section-3cols {
  margin-bottom: 180px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .section-3cols {
    margin-bottom: 100px;
  }
}

.section-3cols h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 44px;
  line-height: 60px;
  color: #4f4f64;
  margin-bottom: 24px;
}

.section-3cols h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 37px;
  color: #fff;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .section-3cols h2 {
    font-size: 24px;
    line-height: 40px;
  }

  .section-3cols h4 {
    font-size: 20px;
    line-height: 28px;
  }
}

.section-3cols p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .section-3cols p {
    font-size: 15px;
    line-height: 29px;
    padding-right: 0;
  }
}

.product-page {
  margin-bottom: 180px;
}

@media screen and (max-width: 767px) {
  .product-page {
    margin-bottom: 100px;
  }
}

.product-page .hero {
  margin-bottom: 180px;
}

@media screen and (max-width: 767px) {
  .product-page .hero {
    margin-bottom: 100px;
  }
}

.product-page .hero .owl-carousel-off img {
  max-width: 600px;
  height: auto;
}

.product-page .hero .owl-carousel-off .row {
  margin-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .product-page .hero .owl-carousel-off img {
    max-width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 16px;
  }

  .product-page .hero .owl-carousel-off .row {
    margin-bottom: 60px;
  }
}

.product-page .hero .owl-carousel-off h1,
.product-page .hero .owl-carousel-off h2 {
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 65px;
  color: #1c5dae;
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {

  .product-page .hero .owl-carousel-off h1,
  .product-page .hero .owl-carousel-off h2 {
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 32px;
  }
}

.product-page .hero .owl-carousel-off h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 37px;
  color: #4f4f64;
  text-align: left;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .product-page .hero .owl-carousel-off h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
  }
}

.product-page .hero .owl-carousel-off p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #4f4f64;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .product-page .hero .owl-carousel-off p {
    font-size: 16px;
    line-height: 22px;
  }
}

.product-page .hero .owl-dots .owl-dot {
  margin: 0 26px;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #cbdff5;
}

.product-page .hero .owl-dots .owl-dot.active {
  background: #639de3;
}

@media screen and (max-width: 767px) {
  .product-page .hero .owl-dots .owl-dot {
    margin: 0 20px;
  }
}

.section-the-filters .animation-title {
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
}

.section-the-filters .animation-title span {
  display: inline-block;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .section-the-filters .animation-title {
    font-size: 14px;
    line-height: 20px;
  }
}

.section-the-filters h2 {
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 62px;
  color: #fff;
  margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
  .section-the-filters h2 {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 40px;
  }
}

.section-the-filters .animation-gif img {
  display: block;
  max-width: 100%;
  height: auto;
}

.product-page .section-3cols {
  padding-top: 48px;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .product-page .section-3cols {
    padding-top: 24px;
    margin-bottom: 100px;
  }
}

.section-benefits {
  background-image: url("images/hex.svg");
  background-repeat: no-repeat;
  background-position: center top 400px;
  background-size: 288px;
}

.section-benefits h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 62px;
  color: #1c5dae;
  margin-bottom: 16px;
  text-align: left;
}

.section-benefits h5 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #4f4f64;
  width: 416px;
  text-align: left;
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .section-benefits h2 {
    font-size: 32px;
    line-height: 35px;
  }

  .section-benefits h5 {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 48px;
  }
}

.benefit-item h6 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #4f4f64;
}

.benefit-item p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #4f4f64;
  margin-bottom: 0;
}

.benefit-item.benefit-item-2,
.benefit-item.benefit-item-4 {
  text-align: right;
  padding-right: 150px;
  margin-bottom: 130px;
}

.benefit-item.benefit-item-3,
.benefit-item.benefit-item-5 {
  text-align: left;
  padding-left: 150px;
  margin-bottom: 130px;
}

.benefit-item.benefit-item-4,
.benefit-item.benefit-item-5 {
  margin-bottom: 32px;
}

.benefit-item.benefit-item-1 {
  padding-bottom: 100px;
  /* background-image: url('images/benefit-1.svg'); */
  background-repeat: no-repeat;
  background-position: center bottom 10px;
  background-size: 72px;
}

.benefit-item.benefit-item-2 {
  /* background-image: url('images/benefit-2.svg'); */
  background-repeat: no-repeat;
  background-position: center right 50px;
  background-size: 72px;
}

.benefit-item.benefit-item-3 {
  /* background-image: url('images/benefit-3.svg'); */
  background-repeat: no-repeat;
  background-position: center left 50px;
  background-size: 72px;
}

.benefit-item.benefit-item-4 {
  /* background-image: url('images/benefit-4.svg'); */
  background-repeat: no-repeat;
  background-position: center right 50px;
  background-size: 72px;
}

.benefit-item.benefit-item-5 {
  /* background-image: url('images/benefit-5.svg'); */
  background-repeat: no-repeat;
  background-position: center left 50px;
  background-size: 72px;
}

.benefit-item.benefit-item-6 {
  padding-top: 100px;
  /* background-image: url('images/cost.svg'); */
  background-repeat: no-repeat;
  background-position: center top 10px;
  background-size: 72px;
}

@media screen and (max-width: 992px) {
  .benefit-item {
    padding: unset !important;
    padding-left: 100px !important;
    text-align: left !important;
    background-repeat: no-repeat !important;
    background-position: left 20px center !important;
    background-size: 64px !important;
    margin-bottom: 48px !important;
  }

  .benefit-item br {
    display: none;
  }

  .section-benefits {
    background: none;
  }
}

@media screen and (max-width: 767px) {
  .benefit-item {
    padding: unset !important;
    padding-left: 70px !important;
    text-align: left !important;
    background-repeat: no-repeat !important;
    background-position: left 0px center !important;
    background-size: 48px !important;
    margin-bottom: 48px !important;
  }

  .benefit-item h6 {
    font-size: 16px;
    line-height: 19px;
  }

  .benefit-item p {
    font-size: 15px;
    line-height: 19px;
  }
}

.cta-to-perfomance-page {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 41px;
  color: #39394b;
  text-decoration: none;
  /* border-bottom: 2px solid #4F4F64; */
  margin-top: 64px;
}

.cta-to-perfomance-page:hover {
  color: #4f4f64;
  /* border-color: #1C5DAE; */
}

@media screen and (max-width: 767px) {
  .cta-to-perfomance-page {
    font-size: 15px;
    line-height: 35px;
    margin-top: 32px;
  }
}

.header-nav ul li:not(.logo) a,
.footer-body .footer-links .footer-submenu li a,
.mobile-menu ol li:not(.logo) a {
  position: relative;
}

.header-nav ul li:not(.logo) a:after,
.footer-body .footer-links .footer-submenu li a:after,
.mobile-menu ol li a:after {
  content: "";
  position: absolute;
  /* z-index: -1; */
  right: 0;
  width: 0;
  bottom: -5px;
  background: #000;
  height: 2px;
  transition-property: width;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.62, 0.05, 0.01, 0.98);
}

.header-nav ul li.mobile-header-switcher-point a:after {
  display: none !important;
}

.header-nav ul li:not(.logo):not(.mobile-header-switcher) a:after {
  background: #1c5dae;
}

.footer-body .footer-links .footer-submenu li a:after,
.mobile-menu ol li a:after {
  background: #fff;
}

.mobile-menu ol li a:after {
  height: 3px;
}

.header-nav ul li a:hover:after,
.header-nav ul li a:focus:after,
.header-nav ul li a:active:after,
.header-nav ul li.current-menu-item a:after,
.mobile-menu ol li.current-menu-item a:after,
.footer-body .footer-links .footer-submenu li a:hover:after,
.footer-body .footer-links .footer-submenu li a:focus:after,
.footer-body .footer-links .footer-submenu li a:active:after,
.mobile-menu ol li a:hover:after,
.mobile-menu ol li a:focus:after,
.mobile-menu ol li a:active:after {
  left: 0 !important;
  right: auto !important;
  width: 100% !important;
}

body.page-404 {
  background: #1c5dae;
}

.page-404-content {
  height: 60vh;
}

.page-404-content h1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 300px;
  line-height: 350px;
  color: #ffffff;
}

.page-404-content h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 51px;
  line-height: 56px;
  color: #ffffff;
  margin-bottom: 32px;
}

.page-404-content .offset-md-1 {
  text-align: left;
}

.page-404-content .go-to-index {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 41px;
  color: #ffffff;
  text-decoration: none;
}

.page-404-content .go-to-index {
  position: relative;
}

.page-404-content .go-to-index:after {
  content: "";
  position: absolute;
  /* z-index: -1; */
  right: 0;
  width: 0;
  bottom: -5px;
  background: #fff;
  height: 2px;
  transition-property: width;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.62, 0.05, 0.01, 0.98);
}

.page-404-content .go-to-index:hover:after,
.page-404-content .go-to-index:focus:after,
.page-404-content .go-to-index:active:after {
  left: 0;
  right: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .page-404-content h1 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 150px;
    line-height: 200px;
    color: #ffffff;
  }

  .page-404-content h2 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 40px;
    color: #ffffff;
    margin-bottom: 32px;
  }

  .page-404-content .offset-md-1 {
    text-align: center;
  }

  .page-404-content {
    height: auto;
    margin-top: 30px;
  }
}

a.animation-2 {
  position: relative;
  text-decoration: none;
}

a.animation-2:after {
  content: "";
  position: absolute;
  /* z-index: -1; */
  right: 0;
  width: 100%;
  bottom: -5px;
  background: #1c5dae;
  height: 2px;
  transition-property: width;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.62, 0.05, 0.01, 0.98);
}

a.animation-2:hover:after,
a.animation-2:focus:after,
a.animation-2:active:after {
  left: auto;
  right: 0;
  width: 0%;
}

a.animation-2.white:after {
  background: #fff;
}

a.animation-3 {
  position: relative;
  text-decoration: none;
}

a.animation-3:after {
  content: "";
  position: absolute;
  /* z-index: -1; */
  right: 0;
  width: 0%;
  bottom: -5px;
  background: #1c5dae;
  height: 2px;
  transition-property: width;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.62, 0.05, 0.01, 0.98);
}

a.animation-3:hover:after,
a.animation-3:focus:after,
a.animation-3:active:after {
  left: 0;
  right: auto;
  width: 100%;
}

a.animation-3.white:after {
  background: #fff;
}

.index-page-current-situation-panel {
  background: #0a448a;
  padding: 0 100px;
  max-width: 100% !important;
}

.index-page-current-situation-panel .index-page-current-situation {
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  padding: 96px 0;
  font-family: "Montserrat", sans-serif;
  margin-top: 96px;
}

.index-page-current-situation h2 {
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 62px;
  text-align: center;
  padding-bottom: 90px;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
}

.index-page-current-situation .counter {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: #1c5dae;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.index-page-current-situation .counter::before {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 5px;
  left: 5px;
  border-radius: 50%;
  border: 2px dashed #fff;
}

.index-page-current-situation .counter big {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 84px;
  color: #ffffff;
  padding-top: 135px;
  font-family: "Montserrat", sans-serif;
}

.index-page-current-situation .counter em {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #b2d4fe;
  font-family: "Montserrat", sans-serif;
}

.index-page-current-situation h6 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  width: 90%;
  margin: 31px auto 0 auto;
}

.index-page-pulse-scheme h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 62px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 80px;
}

.ellipses {
  width: 866px;
  height: 166px;
  margin: 0 auto;
  border: 1px dashed #ffffff;
  border-radius: 50%;
  position: relative;
  margin-top: 424px;
}

.inside-ellipse {
  width: 524px;
  height: 54px;
  position: absolute;
  border: 1px dashed #ffffff;
  border-radius: 50%;
  top: 56px;
  left: 171px;
}

.pulse-scheme {
  padding-bottom: 164px;
}

.ellipses .notice.notice-1 {
  position: absolute;
  height: 379px;
  width: 1px;
  border-left: 1px dashed #ffffff;
  bottom: 83px;
  left: -1px;
}

.ellipses .notice.notice-2 {
  position: absolute;
  height: 288px;
  width: 1px;
  border-left: 1px dashed #ffffff;
  bottom: 32px;
  left: 93px;
}

.ellipses .notice.notice-3 {
  position: absolute;
  height: 288px;
  width: 1px;
  border-left: 1px dashed #ffffff;
  bottom: 32px;
  right: 93px;
}

.ellipses .notice.notice-4 {
  position: absolute;
  height: 379px;
  width: 1px;
  border-left: 1px dashed #ffffff;
  bottom: 83px;
  right: -1px;
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgb(90, 130, 179);
    box-shadow: 0 0 0 0 rgb(90, 130, 179);
  }

  70% {
    -moz-box-shadow: 0 0 0 7px rgba(90, 130, 179, 0);
    box-shadow: 0 0 0 7px rgba(90, 130, 179, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(90, 130, 179, 0);
    box-shadow: 0 0 0 0 rgb(90, 130, 179);
  }
}

.ellipses .notice::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 0 0 rgb(90, 130, 179);
  animation: pulse 1.5s infinite;
  position: absolute;
  top: -5px;
  left: -7px;
}

.ellipses .notice span {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  width: 146px;
  bottom: calc(100% + 10px);
  left: -75px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  /* text-transform: uppercase; */
  color: #ffffff;
  text-align: center;
  cursor: default;
}

.ellipses .mask-image {
  position: absolute;
  width: 100%;
  height: 424px;
  background: url("./images/modlamasktransparent0000 1.png") center no-repeat;
  background-size: contain;
  top: -320px;
}

.footer-submenu h6 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  font-family: "Montserrat", sans-serif;
  color: #3686ea;
  margin-bottom: 24px;
}

.footer-logo img {
  width: 200px;
  height: auto;
}

.footer-contact-link a {
  display: block;
  text-decoration: none;
}

.footer-contact-link a h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 44px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 32px;
}

.footer-contact-link a span {
  display: block;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  font-family: "Montserrat", sans-serif;
  height: 22px;
}

the-arrow {
  width: 64px;
  transition: all 0.2s;
}

.the-arrow.-left {
  position: absolute;
  top: 8px;
  left: 0;
}

.the-arrow.-left>.shaft {
  width: 0;
  background-color: #2977d8;
}

.the-arrow.-left>.shaft:before,
.the-arrow.-left>.shaft:after {
  width: 0;
  background-color: #2977d8;
}

.the-arrow.-left>.shaft:before {
  transform: rotate(0);
}

.the-arrow.-left>.shaft:after {
  transform: rotate(0);
}

.the-arrow.-right {
  top: 8px;
}

.the-arrow.-right>.shaft {
  width: 64px;
  transition-delay: 0.2s;
}

.the-arrow.-right>.shaft:before,
.the-arrow.-right>.shaft:after {
  width: 8px;
  transition-delay: 0.3s;
  transition: all 0.5s;
}

.the-arrow.-right>.shaft:before {
  transform: rotate(40deg);
}

.the-arrow.-right>.shaft:after {
  transform: rotate(-40deg);
}

.the-arrow>.shaft {
  background-color: #2977d8;
  display: block;
  height: 1px;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0;
  will-change: transform;
}

.the-arrow>.shaft:before,
.the-arrow>.shaft:after {
  background-color: #2977d8;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}

.the-arrow>.shaft:before {
  transform-origin: top right;
}

.the-arrow>.shaft:after {
  transform-origin: bottom right;
}

.animated-arrow {
  display: inline-block;
  color: #4f4f64;
  font-size: 1.25em;
  font-style: italic;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
}

.animated-arrow:hover {
  color: #4f4f64;
}

.animated-arrow:hover>.the-arrow.-left>.shaft {
  width: 64px;
  transition-delay: 0.1s;
  background-color: #2977d8;
}

.animated-arrow:hover>.the-arrow.-left>.shaft:before,
.animated-arrow:hover>.the-arrow.-left>.shaft:after {
  width: 8px;
  transition-delay: 0.1s;
  background-color: #2977d8;
}

.animated-arrow:hover>.the-arrow.-left>.shaft:before {
  transform: rotate(40deg);
}

.animated-arrow:hover>.the-arrow.-left>.shaft:after {
  transform: rotate(-40deg);
}

.animated-arrow:hover>.main {
  transform: translateX(80px);
}

.animated-arrow:hover>.main>.the-arrow.-right>.shaft {
  width: 0;
  transform: translateX(200%);
  transition-delay: 0;
}

.animated-arrow:hover>.main>.the-arrow.-right>.shaft:before,
.animated-arrow:hover>.main>.the-arrow.-right>.shaft:after {
  width: 0;
  transition-delay: 0;
  transition: all 0.1s;
}

.animated-arrow:hover>.main>.the-arrow.-right>.shaft:before {
  transform: rotate(0);
}

.animated-arrow:hover>.main>.the-arrow.-right>.shaft:after {
  transform: rotate(0);
}

.animated-arrow>.main {
  display: flex;
  align-items: center;
  transition: all 0.2s;
}

.animated-arrow>.main>.text {
  margin: 0 16px 0 0;
  line-height: 1;
}

.animated-arrow>.main>.the-arrow {
  position: relative;
}

@media screen and (max-width: 767px) {
  .footer-contact-link {
    margin-bottom: 60px;
  }

  .footer-logo img {
    width: 50%;
    height: auto;
  }
}

@media screen and (max-width: 575px) {
  .footer-logo img {
    display: block;
    width: 50%;
    height: auto;
    margin: 50px auto;
  }

  .footer-contact-link {
    text-align: center;
  }

  .footer-contact-link .animated-arrow {
    width: 250px;
    margin: 0 auto;
  }

  .the-arrow.-right>.shaft {
    width: 120px;
  }

  .footer-submenu h6 {
    margin-bottom: 16px;
    margin-top: 16px;
  }

  /* .footer-submenu-social li
    {
        display: inline-block !important;
        margin-right: 32px;
    } */
}

.footer-submenu li a img {
  width: 16px;
  height: auto;
  position: relative;
  top: -1px;
  margin-right: 2px;
}

.page-content.blog-page .blog-grid>div>a {
  display: block;
  width: calc(100% - 12px);
  margin-bottom: 64px;
  text-decoration: none;
}

.page-content.blog-page .blog-grid>div>a h6 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 37px;
  color: #4f4f64;
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.page-content.blog-page .blog-grid>div>a h6:after {
  content: "";
  position: absolute;
  /* z-index: -1; */
  right: 0;
  width: 0%;
  bottom: -5px;
  background: #1c5dae;
  height: 2px;
  transition-property: width;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.62, 0.05, 0.01, 0.98);
}

.page-content.blog-page .blog-grid>div>a:hover h6:after,
.page-content.blog-page .blog-grid>div>a:focus h6:after,
.page-content.blog-page .blog-grid>div>a:active h6:after {
  left: 0;
  right: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .page-content.blog-page .blog-grid>div>a {
    display: block;
    width: 100%;
  }
}

.page-content.blog-page .blog-grid>div>a img {
  max-width: 100%;
  height: auto;
  margin-bottom: 24px;
}

.blog-grid.h-100 {
  margin-bottom: 64px;
}

.blog-grid.h-100 img {
  width: 100%;
  height: auto;
}

.blog-grid.h-100 a.animation-2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 41px;
  text-decoration: none;
  color: #4f4f64;
}

.blog-grid h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 65px;
  text-decoration: none;
  color: #4f4f64;
}

@media screen and (max-width: 767px) {

  .blog-grid h2,
  .page-content.blog-page .blog-grid>div>a h6 {
    font-size: 18px;
    line-height: 25px;
  }
}

.index-page-about-us-pulse-scheme {
  background: linear-gradient(180deg,
      #0a448a 0%,
      #0c478e 10.76%,
      rgba(28, 93, 174, 0.9) 60.24%,
      rgba(8, 53, 108, 0.6) 86.8%),
    #0a448a;
  padding: 96px 0;
}

.panel.index-page-first-screen-mobile {
  display: none !important;
  padding-left: 12px;
  padding-right: 12px;
}

@media screen and (max-width: 1224px) {
  .panel.index-page-first-screen {
    display: block !important;
  }

  .panel.index-page-first-screen-mobile {
    display: none !important;
  }

  .panel {
    padding: 0 12px;
  }
}

.index-page-first-screen-mobile-section .owl-carousel-off img {
  width: 600px;
  max-width: 100%;
  height: auto;
  margin-bottom: 32px;
}

.index-page-first-screen-mobile-section .owl-carousel-off h5,
.index-page-first-screen-mobile-section .owl-carousel-off h6 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 40px;
  color: #1c5dae;
  margin-bottom: 32px;
}

.index-page-first-screen-mobile-section .owl-carousel-off p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #4f4f64;
}

.pulse-scheme .ellipses-image {
  display: none;
}

@media screen and (max-width: 1000px) {

  .index-page-first-screen-mobile-section .owl-carousel-off h5,
  .index-page-first-screen-mobile-section .owl-carousel-off h6 {
    font-size: 28px;
    line-height: 37px;
    text-align: left;
  }

  .index-page-first-screen-mobile-section .owl-carousel-off h5 {
    text-align: center;
  }

  .index-page-first-screen-mobile-section .owl-carousel-off p {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }

  .pulse-scheme {
    padding-bottom: 10px;
  }

  .pulse-scheme .ellipses {
    display: none;
  }

  .pulse-scheme .ellipses-image {
    display: block;
    max-width: 90%;
    margin: 20px auto;
    padding: 30% 20%;
    height: auto;
  }
}

.index-page-first-screen-mobile-section a.link {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #4f4f64;
}

.index-page-first-screen-mobile-section .row {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .index-page-circulareconomy-screen {
    font-size: 24px;
    line-height: 28px;
    padding-top: 196px;
    background: url("images/q-index.png") no-repeat 10px 160px;
  }

  .index-page-circulareconomy-screen:before {
    top: 100px;
  }

  .index-page-circulareconomy-screen p em {
    font-size: 16px;
    line-height: 22px;
    padding-left: 40%;
  }

  .index-page-current-situation .col-12 {
    margin-bottom: 160px !important;
  }

  .index-page-about-us-parallax-panel .index-page-about-us-parallax {
    margin-top: -100px;
  }

  .index-page-parallax-screen h3 {
    font-size: 28px;
    line-height: 37px;
  }

  .index-page-parallax-screen p {
    font-size: 16px;
    line-height: 22px;
  }

  .index-page-pulse-scheme h3 {
    padding-top: 42px;
    font-size: 28px;
    line-height: 37px;
  }

  .index-page-first-screen-mobile-section .owl-carousel-off img {
    max-width: 90%;
  }

  .index-page-current-situation h2 {
    font-size: 28px;
    line-height: 37px;
  }

  .index-page-first-screen-mobile-section .row:last-child {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 450px) {
  .index-page-current-situation .counter {
    width: 300px;
    height: 300px;
  }

  .index-page-current-situation .counter big {
    font-size: 56px;
    line-height: 62px;
    padding-top: 115px;
  }

  .index-page-current-situation .counter em {
    font-size: 14px;
    line-height: 20px;
  }

  .index-page-current-situation h6 {
    font-size: 16px;
    line-height: 25px;
  }
}

.mobile-header-switcher.regular {
  position: static !important;
  border: none;
}

.mobile-header-switcher.regular i {
  font-size: 9px;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  position: relative;
  top: -3px;
}

.section-the-filters {
  background-color: #0a448a;
  padding-top: 48px;
}

.section-3cols {
  background-color: #0a448a;
  padding-bottom: 48px;
}

.page-content .section-the-filters>div.child {
  margin-bottom: 0;
  margin-top: 0;
}

.page-content.product-page {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .section-3cols .col-12 {
    margin-bottom: 48px;
  }
}

.mobile-filter img {
  display: block;
  max-width: 90%;
  margin: 10px auto;
}

.promo h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 65px;
  color: #1c5dae;
  margin-bottom: 48px;
  text-align: left;
}

.promo p {
  text-align: left;
}

.promo p a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #39394b;
}

.promo img {
  max-width: 502px;
}

@media screen and (max-width: 767px) {
  .promo h4 {
    font-size: 28px;
    line-height: 37px;
  }

  .promo img {
    display: block;
    max-width: 90%;
    margin: 10px auto;
  }

  .promo p {
    text-align: center;
  }
}

.perfomance-page .section-3cols {
  background-color: #fff;
  margin-bottom: 0px;
}

.perfomance-page .section-3cols .child {
  margin-bottom: 0 !important;
}

.perfomance-page .section-3cols h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 65px;
  color: #4f4f64;
  margin-bottom: 19px;
}

@media screen and (max-width: 767px) {
  .perfomance-page .section-3cols h2 {
    font-size: 28px;
    line-height: 37px;
  }
}

.perfomance-page .section-3cols p {
  color: #4f4f64;
}

.perfomance-page .section-3cols p a.more {
  display: inline-block;
  margin-top: 36px;
  font-weight: bold;
  color: #39394b;
}

@media screen and (max-width: 767px) {
  .perfomance-page .section-3cols p.more-box {
    text-align: center;
  }

  .perfomance-page .section-3cols p a.more {
    margin-top: 16px;
  }
}

@media screen and (max-width: 575px) {
  .row.mobile-ruler {
    background: url("images/mobile-ruler-2.svg") left center no-repeat;
    background-size: contain;
    margin-top: 20px !important;
    padding-top: 30px;
  }
}

.section-perfomance-table>div.child {
  max-width: 1224px;
  margin: 0 auto 0 auto;
}

.section-perfomance-table>div.first-child {
  margin-bottom: 30px;
}

.section-perfomance-table h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 62px;
  text-align: left;
  color: #1c5dae;
  margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
  .section-perfomance-table h2 {
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 65px;
  }
}

.section-perfomance-table h6 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 37px;
  text-align: center;
  color: #4f4f64;
}

@media screen and (max-width: 767px) {
  .section-perfomance-table h6 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 450px) {
  .section-perfomance-table h6 {
    font-size: 13px;
    line-height: 15px;
  }
}

@media screen and (max-width: 360px) {
  .section-perfomance-table h6 {
    font-size: 10px;
    line-height: 14px;
  }
}

.section-perfomance-table .perfomance-table-line strong {
  display: block;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #7b7b8d;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .section-perfomance-table .perfomance-table-line strong {
    font-size: 14px;
    line-height: 20px;
  }
}

.section-perfomance-table .perfomance-table-line {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #242433;
  margin-bottom: 8px !important;
  margin-top: 8px;
}

.section-perfomance-table .perfomance-table-line:nth-child(even) {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), #cbdff5;
  border-radius: 16px;
}

@media screen and (max-width: 767px) {
  .section-perfomance-table .perfomance-table-line {
    font-size: 14px;
    line-height: 20px;
  }
}

.section-perfomance-table .perfomance-table-line {
  min-height: 52px;
  padding: 10px;
}

.section-perfomance-table>div.first-child img {
  height: 45px;
  width: auto;
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .section-perfomance-table>div.first-child img {
    height: 43px;
    padding-top: 3px;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {

  .section-perfomance-table .perfomance-table-line .col-8:nth-child(3),
  .section-perfomance-table .perfomance-table-line .col-8:nth-child(4) {
    display: none;
  }

  .section-perfomance-table .perfomance-table-title.disabled-class {
    opacity: 0.6;
    filter: grayscale(0.8);
  }
}

.circular-tabs {
  max-width: 1224px;
  margin: 0 auto;
}

.circular-tabs h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 65px;
  color: #1c5dae;
  margin-bottom: 64px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .circular-tabs h3 {
    font-size: 32px;
    line-height: 35px;
  }
}

.circular-tabs-control a {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  margin-left: 16px;
  margin-right: 16px;
  color: #111118;
}

.circular-tabs-control a.active::after {
  left: 0;
  right: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .circular-tabs-control {
    margin-bottom: 40px;
  }

  .circular-tabs-content {
    margin-bottom: 100px;
  }

  .circular-tabs-content picture,
  .circular-tabs-content picture * {
    max-width: 100%;
  }

  .circular-tabs-control a {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 400px) {
  .circular-tabs-control a {
    margin-left: 6px;
    margin-right: 6px;
    font-size: 14px;
    line-height: 19px;
  }
}

.canvas-notice.un-sdg {
  text-align: right;
  top: auto;
  bottom: 0;
}

.canvas-notice.un-sdg img {
  width: 80px;
  height: auto;
}

.our-value>.child,
.our-team>.child {
  max-width: 1224px;
  margin: 0 auto 80px auto;
}

.our-value-image {
  max-width: 100%;
  height: auto;
  padding: 0 20px;
  margin-bottom: 32px;
}

.our-value h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 37px;
  padding: 0 20px;
  color: #4f4f64;
  text-align: left;
}

.our-value p {
  padding: 0 20px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #4f4f64;
  text-align: left;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .our-value-image {
    padding: 0;
  }

  .our-value p,
  .our-value h4 {
    padding-right: 0;
  }

  .our-value h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .our-value p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 500px) {

  .our-value p,
  .our-value h4 {
    padding: 0;
  }
}

.our-value h2,
.our-team h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 62px;
  color: #1c5dae;
  margin-bottom: 64px;
  text-align: left;
}

@media screen and (max-width: 767px) {

  .our-value h2,
  .our-team h2 {
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 32px;
    padding-left: 12px;
  }
}

.number-one {
  text-align: left;
  margin-bottom: 80px;
}

.number-one img {
  max-width: 600px;
  height: auto;
}

.number-one h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 53px;
  color: #1c5dae;
  text-align: left;
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .number-one h4 {
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 8px;
  }

  .number-one img {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.number-one h6 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 37px;
  color: #4f4f64;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .number-one h6 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
  }
}

.number-one p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #4f4f64;
}

@media screen and (max-width: 767px) {
  .number-one p {
    font-size: 16px;
    line-height: 22px;
  }
}

.number-two {
  text-align: left;
}

.number-two img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.number-two h5 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 35px;
  color: #1c5dae;
  margin-bottom: 24px;
}

.number-two h6 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #4f4f64;
  margin-bottom: 24px;
}

.number-two p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #4f4f64;
}

@media screen and (max-width: 767px) {
  .number-two h5 {
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 37px;
  }

  .number-two h6 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
  }

  .number-two p {
    font-size: 16px;
    line-height: 22px;
  }

  .number-two p:last-child {
    margin-bottom: 80px;
  }
}

.product-section-3cols-link {
  text-align: center;
}

.product-section-3cols-link a {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  margin-top: 48px;
}

.product-page .section-3cols>div.child {
  margin-bottom: 0px;
}

.product-page .section-3cols {
  padding-bottom: 56px;
}

.perfomance-page .section-3cols {
  margin-bottom: 152px;
}

.perfomance-page .table-notice {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #bcbdc3;
  display: block;
  text-align: left;
  margin-top: 8px;
}

.perfomance-page .section-2cols>div.child {
  margin-top: 121px;
}

.perfomance-page .section-2cols h3 {
  color: #4f4f64;
  margin-bottom: 8px;
}

.perfomance-page .section-2cols h6 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #1c5dae;
  margin-bottom: 48px;
}

.perfomance-page .section-2cols p {
  margin-bottom: 12px;
}

.perfomance-page .section-2cols p strong {
  display: inline-block;
  margin-bottom: 20px;
}

.recycled-filters h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 65px;
  color: #1c5dae;
  margin-top: 64px;
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .recycled-filters h4 {
    font-size: 28px;
    line-height: 37px;
  }
}

.page-content.product-page .hero>div.child {
  margin-top: 20px;
}

.footer .copyright {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #818181;
  padding-top: 32px;
  cursor: default;
  position: relative;
}

.footer .copyright span {
  position: absolute;
  right: 0;
}

.footer .copyright span a {
  color: #818181;
}

.footer .copyright span a:hover {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .footer .copyright span {
    position: static;
    display: block;
    padding-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .footer-contact-link a h3 {
    font-size: 32px;
    line-height: 35px;
    text-align: left;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-page.product-page .hero .owl-carousel-off img {
    max-width: 100%;
  }
}

.contacts-page h1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  color: #1c5dae;
  margin-bottom: 64px;
  text-align: left;
}

@media screen and (min-width: 1224px) {
  .contacts-page h1 {
    margin-left: -12px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .contacts-page h1 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 48px;
  }
}

.hero.hero-first>.child,
.hero.hero-first {
  margin-bottom: 0px !important;
}

.contact-form {
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.contact-form div.wpcf7 {
  width: 65%;
}

@media screen and (max-width: 1224px) {
  .contact-form div.wpcf7 {
    padding: 0 12px;
  }
}

@media screen and (max-width: 767px) {
  .contact-form div.wpcf7 {
    width: 100%;
  }
}

.contact-form div.wpcf7 .wpcf7-form-control-wrap {
  display: block;
}

.contact-form div.wpcf7 .wpcf7-form-control-wrap input[type="text"],
.contact-form div.wpcf7 .wpcf7-form-control-wrap input[type="email"],
.contact-form div.wpcf7 .wpcf7-form-control-wrap textarea {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 28px;
  color: #a0a1ad;
  font-family: "Montserrat", sans-serif;
  border: none;
  border-bottom: 2px solid #a0a1ad;
  margin-bottom: 64px;
}

.contact-form div.wpcf7 .wpcf7-form-control-wrap input[type="text"],
.contact-form div.wpcf7 .wpcf7-form-control-wrap input[type="email"] {
  height: 40px;
}

.contact-form div.wpcf7 .wpcf7-form-control-wrap textarea {
  height: 80px;
}

.contact-form div.wpcf7 .wpcf7-form-control-wrap input[type="text"]:focus,
.contact-form div.wpcf7 .wpcf7-form-control-wrap input[type="email"]:focus {
  border-color: #1c5dae;
}

.contact-form div.wpcf7 .submit-label {
  position: relative;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #4f4f64;
  cursor: pointer;
}

.contact-form div.wpcf7 .submit-label:after {
  content: "";
  position: absolute;
  /* z-index: -1; */
  right: 0;
  width: 100%;
  bottom: -5px;
  background: #1c5dae;
  height: 2px;
  transition-property: width;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.62, 0.05, 0.01, 0.98);
}

.contact-form .wpcf7-submit1 {
  display: none !important;
}

.contact-form div.wpcf7 .submit-label:hover:after,
.contact-form div.wpcf7 .submit-label:focus:after,
.contact-form div.wpcf7 .submit-label:active:after {
  left: auto;
  right: 0;
  width: 0%;
}

.wpcf7-not-valid-tip {
  font-family: "Montserrat", sans-serif !important;
  font-size: 11px !important;
  position: relative;
  top: -60px;
}

.wpcf7-response-output {
  font-family: "Montserrat", sans-serif !important;
  margin-left: 0 !important;
}

.page-content.blog-page .article-body {
  max-width: 1224px;
  margin: 122px auto 153px auto;
}

@media screen and (max-width: 767px) {
  .page-content.blog-page .article-body {
    margin-top: 48px;
  }
}

.blog-grid p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #4f4f64;
}

@media screen and (max-width: 767px) {
  .blog-grid p {
    font-size: 16px;
    line-height: 22px;
  }

  .blog-grid h2 {
    margin-top: 24px;
  }
}

.article-page .article-body {
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
}

.article-page .article-body .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.article-page .article-body .embed-responsive .embed-responsive-item,
.article-page .article-body .embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.article-page .article-body .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

@media screen and (max-width: 767px) {
  .index-page-more-about-us {
    margin-bottom: 100px;
  }

  .footer-submenu .container {
    padding: 0;
  }

  .index-page-about-us-parallax img {
    margin-bottom: 64px;
    margin-top: 0;
  }
}

.article-text h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 65px;
  color: #1c5dae;
  margin-bottom: 48px;
}

.mobile-ruler-tt {
  display: none;
}

@media screen and (max-width: 767px) {
  .article-text h2 {
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 32px;
  }

  .mobile-ruler-tt {
    display: block;
  }
}

.mobile-center-link {
  text-align: center !important;
}

.mobile-ruler {
  position: relative;
}

.mobile-ruler .tt {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #1c5dae;
  position: absolute;
  left: 30px;
  text-align: left;
  z-index: 999;
  width: 90px;
}

.mobile-ruler .tt.pfe {
  top: 28%;
}

.mobile-ruler .tt i {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #639de3;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  font-style: normal;
  position: relative;
  top: -3px;
  color: #fff;
}

.mobile-ruler .tt .tt-title {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  left: 80px;
  top: -10px;
  color: #ffffff;
  font-size: 12px;
  line-height: 150%;
  background: #1c5dae;
  box-shadow: 0px 0px 1px rgba(15, 23, 42, 0.06), 0px 20px 25px -5px rgba(15, 23, 42, 0.1),
    0px 10px 10px -5px rgba(15, 23, 42, 0.04);
  border-radius: 4px;
  font-weight: 400;
  padding: 8px;
  white-space: nowrap;
}

.mobile-ruler .tt .tt-title::before {
  content: "";
  border: 7px solid transparent;
  border-right: 10px solid #1c5dae;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: -16px;
  top: 10px;
}

.ruler-line-tt {
  text-align: center;
}

.ruler-line-tt .tt {
  position: relative;
  cursor: pointer;
  top: 0 !important;
}

.ruler-line-tt .tt i {
  top: -2px;
}

.ruler-line-tt .tt .tt-title {
  left: 70px;
}

.index-page-newsletter {
  background: linear-gradient(86.05deg, #1c5dae 54.14%, #cbdff5 113.38%);
  border-radius: 16px;
  padding-top: 44px;
  padding-bottom: 56px;
  text-align: left;
}

.index-page-newsletter-block {
  padding-top: 118px;
  padding-bottom: 135px;
  background: #fff;
}

.newsletter-image {
  position: relative;
}

.newsletter-image img {
  position: absolute;
  width: 363px;
  height: 364px;
  top: -130px;
  left: 0;
}

.index-page-newsletter h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 41px;
  color: #ffffff;
  margin-bottom: 44px;
}

.index-page-newsletter input {
  display: block;
  height: 44px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  padding: 12px 14px;
  width: 100%;
  background: transparent;
}

.index-page-newsletter input::placeholder {
  color: #fff;
}

.index-page-newsletter button,
.index-page-newsletter input[type="submit"] {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  padding: 12px 20px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  border: none;
  transition: all 0.5s;
}

.index-page-newsletter button:hover,
.index-page-newsletter input[type="submit"]:hover {
  background: #fff;
  color: #1c5dae;
}

.wpcf7-form {
  position: relative;
}

.wpcf7 form .wpcf7-response-output {
  margin-top: 4em !important;
}

.anr_captcha_field {
  position: absolute;
  right: 0;
}

.anr_captcha_field_div {
  display: flex;
  justify-content: flex-end;
}

.g-recaptcha-response .wpcf7-not-valid-tip {
  text-align: right;
  top: 80px;
}

@media screen and (max-width: 540px) {
  .anr_captcha_field {
    position: relative;
  }

  .anr_captcha_field_div {
    justify-content: flex-start;
  }

  .g-recaptcha-response .wpcf7-not-valid-tip {
    text-align: left;
    top: 5px;
  }
}

@media screen and (max-width: 991px) {
  .index-page-newsletter h4 {
    font-size: 20px;
    line-height: 150%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {

  .index-page-newsletter button,
  .index-page-newsletter input {
    width: 100%;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 1000px) {
  .pulse-scheme {
    background-image: url("https://modlappe.com/wp-content/uploads/2021/09/Group-100.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75%;
  }
}

.mc4wp-alert.mc4wp-error,
.mc4wp-alert.mc4wp-success {
  color: #fff;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 22px;
  margin-top: 10px;
}


/* Video Section */

.video_wrapper {
  max-width: 100%;
  width: 100%
}

.video_wrapper video {
  width: 100%;
}

/* Fine-tune canvas centering for extra-small screens */
@media screen and (max-width: 767px) {
  #app {
    transform: translate(-50%, -50%);
  }
}

/* Fine-tune canvas centering for extra-small screens */
.fine-tune-canvas-centering-for-extra-small-screens {
  display: none;
}