@import url("/css/fonts.css");

* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: "Manrope", "Verdana", sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  overflow-y: scroll;
  color: #010111;
}

img {
  border: none;
  max-width: 100%;
}
h2 {
  font-size: 40px;
  line-height: 1.3;
}
p {
  font-weight: 200;
  line-height: 166%;
  margin-bottom: 10px;
  font-size: 20px;
}
a {
  text-decoration: none;
}
.bold {
  font-weight: 700;
}
.blue {
  color: #ed1c24;
}
.green {
  color: #ed1c24;
}
.mobile {
  display: none;
}
.outline {
}

.clear {
  clear: both;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}
.img-rounded {
  border-radius: 10px;
}
.wrapper {
  /* padding: 1% 5%; */
  margin: 0 auto;
  /* max-width: 1520px; */
  position: relative;
}
.global-wrapper {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1920px;
  width: 100%;
  position: relative;
  z-index: 3;
}
.inner-block {
  padding-top: 100px;
  padding-bottom: 100px;
}
.inner-block-2 {
  padding: 0 0 100px;
}
.inner-block-3 {
  padding: 50px 0 50px;
}
.inner-block-3 .pm-breadcrumbs {
  margin-bottom: 10px;
}
.par-L,
.par-R {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.par-L .par-block-1 {
  order: 1;
}
.par-L .par-block-2 {
  order: 2;
}
.par-R .par-block-1 {
  order: 2;
}
.par-R .par-block-2 {
  order: 1;
}
.par-block-1,
.par-block-2 {
  width: 47%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-center {
  display: inline-flex !important;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
}
.block-20 {
  width: 19%;
}
.block-30 {
  width: 29%;
}
.block-40 {
  width: 39%;
}
.block-60 {
  width: 58%;
}
.block-70 {
  width: 68%;
}
.block-80 {
  width: 78%;
}
.block-70 .txt-heading {
  margin: 0;
  max-width: 1200px;
  margin-bottom: 40px;
}
.transform {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.text-paragraph {
  text-align: left;
  max-width: 800px;
}
.viewport-centered {
  min-height: calc(50vh);
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-content {
  position: relative;
}
.wp-common {
  background: #f8fafc;
}
.wp-home {
  background: #f8fafc;
}
.wp-common .content {
  margin-top: 140px;
}
.bg-grey {
  background-color: #eff1f5;
}

/* Header - BEGIN */

.header {
  padding-bottom: 40px;
  padding-top: 40px;
  min-height: 60px;
  width: 100%;
  position: fixed;
  background: #f8fafc;
  z-index: 999;
  top: 0;
}
.header.active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background: #f8fafc !important;
  padding-bottom: 20px;
  padding-top: 10px;
  min-height: 40px;
}
.header.active .logo {
  /* max-width: 200px; */
  top: 0px;
}
.wp-content.wp-home .header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: transparent;
  /* transition: .2s all ease-in-out; */
}

.logo {
  display: block;
  position: absolute;
  left: 50px;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 100%;
  max-width: 240px;
  top: -10px;
}
.logo-text {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  color: rgb(247, 9, 9);
}
.logo-text span {
  color: rgb(8, 8, 8);
}
.h-container {
  width: calc(100% - 660px);
  margin: 0px 20px 0 0;
  float: right;
  position: relative;
  top: 13px;
}
.header.active .h-container {
  top: 15px;
}
/* .top-menu {
  margin-top: 9px;
  float: left;
}

.top-menu a {
  font-size: 12px;
  color: #757575;
} */

.top-menu a:not(:last-child) {
  margin-right: 30px;
}

.top-menu a.tm-itemS,
.top-menu a:hover {
  text-decoration: underline;
}

.responsive-menu-trigger {
  float: right;
  width: 40px;
  height: 60px;
  margin-left: 12px;
  cursor: pointer;
  display: none;
}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
  width: 40px;
  height: 5px;
}

.hamburger-menu {
  position: relative;
  transform: translateY(25px);
  background: #212121;
  transition: all 0ms 300ms;
}
.hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}

.hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 13px;
  background: #212121;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  background: #212121;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.responsive-menu-container {
  display: none;
  width: 100%;
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 11;
}

.responsive-menu-container p {
  margin-bottom: 0;
}

.responsive-menu-container A:link,
.responsive-menu-container A:visited {
  display: block;
  text-align: right;
  padding: 30px 15px 30px 5px;
  background-color: rgb(7, 16, 26);
  border-bottom: 1px solid rgba(195, 195, 195, 0.596);
  text-decoration: none;
  font-weight: 300;
  color: #f5f5fa;
  font-size: 24px;
}

.responsive-menu-container A:hover {
  background: rgb(2, 12, 31);
}
/* Header - END */

/* Buttons  - Begining */
.inquire-trigger.mobile {
  display: none;
}
.inquire-trigger {
  display: inline-block;
  padding: 11px 30px 11px 60px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #010111;
  border-radius: 25px;
  border: 1px solid #010111;
  position: relative;
  bottom: 9px;
}
.inquire-trigger::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 4px;
  left: 5px;
  border-radius: 50%;
  background-position: 50% 50%;
  transform: scale(1);
  /* transition: transform .5s; */
  background-color: #ed1c24; /* Old browsers */
  background-image: url("/images/icons/arrow-button-white.png");
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.inquire-trigger:hover::before {
  /* box-shadow: 0px 0 10px rgba(83, 83, 83, 0.74); */
  left: 70%;
}
.inquire-trigger:hover {
  padding: 11px 60px 11px 30px;
}
.common-link {
  display: inline-block;
  position: relative;
  height: 52px;
  line-height: 52px;
  padding: 0 60px 0 20px;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  border-radius: 25px;
  /* background: #ed1c24; */
  box-shadow: 0px 3px 1px 0px rgba(47, 52, 54, 0.904);
  letter-spacing: 2px;
  /* transition: .5s background ease-in-out; */
  background: linear-gradient(90deg, #f00000 43%, #dc281e 100%);
  background-image: linear-gradient(
    to right,
    #f00000 43%,
    #f15e64,
    #dc281e,
    #e2373f
  );
  background-size: 300% 100%;
  /* background-position: 0% 0%; */

  background-position: 200% 200%;
}

.common-link::after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 50%;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* .pp-inquire {
  float: right;
  margin-left: 10px;
  margin-top: -5px;
} */

.common-link.more::after {
  background-image: url("/images/icons/icon-right-arrow.png");
}

.common-link:hover {
  background-position: 99% 99%;
  transform: translateY(-3px);
  box-shadow: 0px 1px 1px 0px rgba(47, 52, 54, 0.904);
}

.second-link {
  text-transform: uppercase;
  line-height: 1px;
  color: #010111;
  padding-left: 50px;
  font-size: 24px;
  font-weight: 500;
  vertical-align: middle;
  position: relative;
  transition: padding 0.9s;
}

.second-link::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  top: -5px;
  left: 0px;
  border-radius: 50%;
  background-color: #010111;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: all 0.7s;
  background-image: url("/images/icons/arrow-right-button.png");
}
.second-link:hover {
  text-decoration: underline;
  padding-left: 0;
}
.second-link:hover::before {
  left: 110%;
  background-color: #ed1c24;
}

.ht-r {
  float: right;
}

.h-cat-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.h-cat-menu a {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #003049;
  position: relative;
}

.h-cat-menu a.active::after {
  content: "";
  display: block;
  position: absolute;
  background: black;
  width: 100%;
  height: 2px;
  top: 50%;
}

.h-cat-menu a:not(.active):hover {
  text-decoration: underline;
}

.content {
  position: relative;
  overflow: hidden;
}

.text-block {
  margin-bottom: 60px;
  position: relative;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
}

.wp-common .text-block {
  margin-bottom: 0;
}

.wp-common .text-block h1 {
  padding-top: 0;
  margin-bottom: 0;
}
.text-block h1 {
  display: inline-block;
  position: relative;
  padding-top: 50px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 70px;
  color: #010111;
  text-transform: uppercase;
  text-align: center;
}

.wp-common .text-block h1 .outline {
  font-size: 10vh;
}

.text-block p {
  position: relative;
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  color: #040f0f;
}

.text-block p:not(:last-child) {
  margin-bottom: 1em;
}

.tb-shadow-title {
  white-space: nowrap;
  font-weight: 700;
  font-size: 180px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.home-thumbs {
  text-align: center;
  /* padding: 3em 3% 3em; */
  padding-top: 5em;
  padding-bottom: 5em;
}

.ht-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #fff;
  height: 250px;
}

.home-thumbs .text-block {
  text-align: left;
  margin-bottom: 2%;
}

.home-thumbs .text-block h1 {
  text-align: left;
  display: block;
  padding-top: 0;
  line-height: 1;
}

.home-thumbs .text-block p {
  padding-left: 50px;
  position: relative;
  display: inline-block;
}

.home-thumbs .text-block p::before {
  content: "";
  display: block;
  position: absolute;
  background: #ed1c24;
  height: 50px;
  width: 10px;
  left: 0;
}

.product-page .thumb-content a,
.home-thumbs .thumb-content a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  max-width: 100%;
  width: 100%;
  min-height: 400px;
  margin: 0 1% 45px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0.209px 2.993px 11.83px 1.17px rgba(18, 78, 162, 0.25);
  transition: box-shadow 0.5s ease-in-out;
}

.ht-body {
  display: block;
  position: relative;
  padding: 15px 50px;
}

.ht-body .wrapper {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.ht-title {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.ht-title h4 {
  font-weight: 400;
  font-size: 20px;
  color: #040f0f;
  text-align: center;
  line-height: 1;
  height: 40px;
}

.ht-more {
  display: block;
  margin: 0 auto;
  font-size: 20px;
  color: #212121;
  background-image: url(/images/icons/arrow-project.png);
  background-position: 90% 48%;
  background-repeat: no-repeat;
  border: 1px solid #212121;
  padding: 7px 30px 7px 10px;
  border-radius: 10px;
  max-width: 150px;
  transition: 0.5s background-color ease-in-out;
}

.home-thumbs .thumb-content a:hover {
  box-shadow: 0.209px 2.993px 11.83px 1.17px rgba(53, 53, 53, 0.616);
}

.thumb-content a:hover .ht-more {
  background-color: #c02d2d59;
}

.hib-title {
  text-align: center;
  position: absolute;
  top: 130px;
  left: 10px;
  right: 10px;
}

.hib-title h1 {
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 500;
  font-size: 48px;
  color: #124ea2;
}

.hib-title p {
  font-size: 24px;
  color: #040f0f;
}

.hib-block {
  max-width: 300px;
  color: #040f0f;
  position: absolute;
}

.hib-block.block-1 {
  left: 2%;
  top: 25%;
}

.hib-block.block-2 {
  right: 1%;
  top: 25%;
}

.hib-block.block-3 {
  left: 2%;
  bottom: 47%;
}

.hib-block.block-4 {
  right: 1%;
  bottom: 47%;
}

.hib-block.block-5 {
  left: 2%;
  bottom: 25%;
}

.hib-block.block-6 {
  right: 1%;
  bottom: 25%;
}

.hib-block h5 {
  font-weight: 500;
  font-size: 16px;
}

.hib-block p {
  font-size: 14px;
}

.home-about-block,
.home-certificates-block,
.home-ecology-block {
  padding-top: 10em;
  padding-bottom: 5em;
}
/* .home-ecology-block {
  background-image: url('/images/environment-bg-big.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 650px;
} */
/* .home-ecology-block .hab-l {
  width: 40%;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.836);
  box-shadow: 0px 0px 70.47px 10.53px rgba(251, 252, 251, 0.59);
  padding: 50px 2%;
  top: 150px;
} */

/* .home-ecology-block .hab-l h2 {
    font-size: 40px;
    color: rgb(20, 20, 35);
    line-height: 1.2;
    text-align: left;
    margin-bottom: 20px;
    font-weight: 400;
} */
/* .home-ecology-block .hab-r img {
  top: 150px;
  position: relative;
} */
.text_bg {
  border-radius: 25px;
  position: absolute;
  left: 207px;
  top: 3052px;
  width: 833px;
  height: 495px;
  z-index: 59;
}

/* Home Certificate Block - BEGIN */

.home-certificates-block {
  background: url("/images/thumbs/drawings-bg.png");
  background-repeat: no-repeat;
  background-position: 95% 5%;
  background-size: inherit;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hcrt-l {
  display: inline-block;
  position: relative;
  float: none;
  width: 71%;
}
.hcrt-l img {
  margin: 10px 0 0;
}
.hcrt-r {
  display: inline-block;
  position: relative;
  float: none;
  width: 22%;
  min-height: 200px;
  padding-left: 3%;
  border-left: 1px solid black;
  margin-left: 3%;
}
.hcrt-r .second-link {
  top: 100px;
}
.hcrt-l h4 {
  text-transform: uppercase;
  font-size: 18px;
  color: #757575;
  letter-spacing: 1px;
}
.hcrt-l h3 {
  font-size: 36px;
  font-weight: 100;
  line-height: 1.2;
  margin-bottom: 20px;
}
.hcrt-l h3 span {
  font-weight: 700;
  color: #ed1c24;
}
.certificats-img {
  display: grid;
  width: 100%;
  margin: 50px 0 60px;
  grid-template-columns: 7% 7% 7% 7% 7% 7% 7% 7% 7% 7%;
  align-items: center;
  /* grid-template-rows: 200px 200px; */
  /* justify-items: stretch; */
  gap: 3%;
}
/* .certificats-img img {
   padding: 25px;
   border: 1px solid #eef3f2;
} */

.hab-l {
  position: relative;
  float: left;
  width: 48%;
}
.home-about-block .hab-l img {
  z-index: 2;
  position: relative;
  top: -20px;
  /* max-width: 800px; */
  max-width: 100%;
}
.hab-l .ynb {
  color: #757575;
  text-shadow: 1.928px 2.298px 1.96px rgba(32, 32, 32, 0.804);
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: top;
  line-height: 1;
}
.hab-l .ynb.ovr50 {
  position: relative;
  top: 20px;
  left: 0;
  line-height: 1;
  letter-spacing: 3px;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}
.hab-l .ynb.yrs {
  position: relative;
  font-size: 80px;
  top: 15px;
}
.hab-l .ynb.yrs-e {
  position: absolute;
  top: 35%;
  left: 100px;
}
.hab-r {
  float: right;
  width: 49%;
}

.hab-l .ynb.ovr50 {
  position: relative;
}
.hab-l .ynb.o50 {
  left: 0%;
  font-size: 200px;
  position: relative;
  top: 0%;
}
/* .home-about-block .hab-r img {
  width: 100%;
  display: block;
  border-radius: 5px;
  box-shadow: 0px 0px 13.92px 2.08px rgba(46, 115, 156, 0.32);
  margin-bottom: 20px;
} */
.text-paragraphs {
  margin: 10px 0 30px;
}
.habr-title {
  position: relative;
}

.habr-shadow-title {
  white-space: nowrap;
  font-weight: 900;
  font-size: 180px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: -23px;
  pointer-events: none;
}

.habr-title h2 {
  position: relative;
  margin-bottom: 16px;
  font-weight: 100;
  font-size: 60px;
}
.habr-title h2::after {
  content: "";
  display: block;
  position: relative;
  width: 150px;
  height: 2px;
  background: #ed1c24;
}
.habr-title p {
  position: relative;
  font-size: 18px;
  color: #040f0f;
}

.habr-title p:not(:last-child) {
  margin-bottom: 1em;
}

.hab-r h5 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  color: #040f0f;
}

.hab-r ul {
  margin-bottom: 35px;
  list-style: none;
}

.hab-r li {
  margin-bottom: 1em;
  padding-top: 2px;
  padding-left: 31px;
  font-size: 18px;
  /* background: url('/images/icons/icon-position.png') 0 0 no-repeat; */
}

.contact-us-block {
  min-height: 365px;
  padding: 60px 10px 10px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  background-size: cover;
}

.contact-us-block h2 {
  margin-bottom: 20px;
  letter-spacing: 4px;
  font-weight: 700;
  font-size: 48px;
}

.contact-us-block p {
  max-width: 825px;
  margin: 0 auto 35px;
  letter-spacing: 2px;
  font-size: 14px;
  color: #fff;
}

.cus-link {
  display: inline-block;
  position: relative;
  height: 48px;
  line-height: 48px;
  padding: 0 67px 0 19px;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 25px;
  border: 2px solid #fff;
  box-shadow: 0px 3px 5px 0px rgba(36, 57, 115, 0.54);
}

.cus-link::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 4px;
  right: 5px;
  border-radius: 50%;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("/images/icons/icon-talk.png");
  transform: scale(1);
  transition: transform 0.5s;
}

.cus-link:hover::after {
  transform: scale(-1, 1);
}

.cus-link.more::after {
  background-image: url("/images/icons/icon-right-arrow.png");
}

.footer {
  padding: 70px 10px 30px;
  color: #fff;
  background: #13293d;
  background-image: url("/images/footer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

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

.footer .common-link {
  border-radius: 15px;
  padding: 0 19px 0;
}
.footer .common-link::after {
  display: none;
}
.extra-top {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  margin-bottom: 2em;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 10px;
}

.fot-l,
.fot-r {
  width: 50%;
}

.extra-top p {
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 0;
}
.fot-r .third-button {
  float: right;
}
.fot-l span {
  font-size: 30px;
  color: #ed1c24;
  font-weight: 500;
}
.extra-top .common-link {
  float: right;
}
.f-top {
  margin-bottom: 35px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.f-item {
  position: relative;
  margin: 0 1% 20px;
}

.f-item h5 {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

.socials a {
  display: inline-block;
  margin-right: 20px;
  width: 25px;
  height: 25px;
  overflow: hidden;
}

.fi-wrapper {
  padding-left: 50px;
}

.f-contact-block {
  margin-bottom: 25px;
}

.f-contact-block p {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 0x;
  font-weight: 100;
}

.f-contact-block div {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.f-descr {
  max-width: 335px;
}

.f-product-menu div {
  max-width: 215px;
  margin-bottom: 1em;
}

.f-product-menu a {
  font-size: 14px;
  letter-spacing: 2px;
  color: #fff;
}

.f-product-menu a:hover span {
  text-decoration: underline;
}

.f-nav-menu div {
  max-width: 215px;
  margin-bottom: 1em;
}

.f-nav-menu a {
  font-size: 16px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 100;
}

.f-nav-menu a:hover {
  text-decoration: underline;
}

.f-item h4 {
  letter-spacing: 2px;
  margin-bottom: 0, 5em;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
}

.f-descr {
  margin-bottom: 20px;
  font-size: 12px;
}

.f-bottom {
  text-align: center;
}

.f-bottom p {
  font-size: 14px;
  letter-spacing: 2px;
}

.f-bottom a {
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: border-bottom 0.5s;
}

.f-bottom a:hover {
  border-bottom: 1px solid transparent;
}

.products-splash {
  /* padding: 40px 60px; */
  border-top: 1px solid #d2d2d2;
}

.ps-l {
  width: 350px;
  float: left;
}

.filters {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0.209px 2.993px 11.83px 1.17px rgba(18, 78, 162, 0.11);
}

.filters h3 {
  padding-left: 15px;
  font-size: 30px;
  text-transform: uppercase;
}

.fr-item:not(:last-child) {
  border-bottom: 1px solid #d2d2d2;
}

.fr-item label {
  margin-bottom: 8px;
  display: block;
}

.fr-item label span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #757575;
}

.fr-item label .f-itemS {
  font-weight: 700;
  color: #040f0f;
}

.fieldset {
  display: none;
}

.fieldset.active {
  display: block;
}

.products-splash .accordion {
  padding-top: 15px;
}
.accordion .fr-item {
  cursor: pointer;
}

.accordion .fr-item a {
  font-weight: 500;
  font-size: 16px;
  color: #212121;
  position: relative;
  display: block;
  text-align: left;
  letter-spacing: inherit;
  background: #f2f7ffe7;
  padding: 15px;
}

.accordion .fr-item a::after {
  content: "";
  position: absolute;
  background-image: url(/images/icons/dropdown-icon.png);
  background-repeat: no-repeat;
  right: 3%;
  top: 45%;
  width: 10px;
  height: 5px;
  text-align: center;
  transition: background-image 0.5s ease-in-out;
}

.accordion .fr-item a.active {
  font-weight: bold;
  color: #3e4244;
  border-bottom: none;
}
.accordion .fr-item a.active::after {
  background-image: url(/images/icons/drop-down-left-menu-active.png);
}
.accordion .fr-item a:hover {
  background: #ed1c2470;
}

.accordion .fr-item.second-level a {
  font-weight: 300;
  font-size: 18px;
  color: #222222;
  background: transparent;
  padding: 22px 28px 22px 34px;
  border-bottom: 0.5px solid #d2d2d275;
  line-height: 1;
}
.accordion .fr-item.second-level a.active {
  background: #4d1f1f4b;
  color: #222222;
  font-weight: 500;
}
.accordion .fr-item.second-level a:hover {
  background: #4d221f80;
}
.accordion .fr-item.second-level:last-child a {
  border-bottom: none;
}
.accordion .fr-item.second-level a::after {
  background-image: url(/images/icons/drop-down-left-menu-sub.png);
  height: 6px;
  transition: background-image 0.5s ease-in-out;
}
.accordion .fr-item.second-level a.active::after {
  background-image: url(/images/icons/drop-down-left-menu-sub-disactive.png);
}

.accordion .fr-item.second-level .fieldset.pag-links a {
  font-size: 14px;
  padding: 20px 15px 20px 48px;
  color: #757575;
}

.accordion .fr-item.second-level .fieldset.pag-links-small a {
  font-size: 13px;
  padding: 20px 15px 20px 68px;
  color: #757575;
}

.accordion .fr-item.second-level .fieldset.pag-links-small a::after {
  display: none;
}

.accordion .fr-item.second-level .fieldset.pag-links a::before {
  content: "";
  position: absolute;
  background-image: url(/images/icons/arrow-filter-select.png);
  background-repeat: no-repeat;
  left: 25px;
  top: 45%;
  width: 20px;
  height: 10px;
  text-align: center;
}
.accordion .fr-item.second-level .fieldset.pag-links a:hover {
  background: #011d0a25;
  color: #222222;
}

.fr-menu {
  margin-left: 30px;
  margin-bottom: 8px;
}

.fr-menu div {
  max-width: 130px;
  box-sizing: border-box;
  padding: 8px 4px;
}

.fr-menu div:not(:last-child) {
  border-bottom: 1px solid #d7d6d6;
}

.fr-menu a {
  font-size: 12px;
  color: #757575;
}

.fr-menu a:hover {
  text-decoration: underline;
}

.ps-r {
  position: relative;
  width: calc(100% - 400px);
  float: right;
}
.pr-name {
  padding-left: 20px;
  border-left: 15px solid #aac7d8;
  margin-bottom: 30px;
  position: relative;
}
.breadcrumbs {
  margin-bottom: 11px;
}

.breadcrumbs * {
  font-size: 16px;
  color: #757575;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs span:last-child {
  font-weight: 700;
}

.ps-r h1 {
  /* margin-bottom: 20px; */
  font-weight: 700;
  font-size: 36px;
  color: #040f0f;
}

.select-block {
  display: inline-block;
  position: relative;
}

.select-options {
  display: none;
  padding: 10px 20px;
  position: absolute;
  top: 51px;
  left: 0;
  z-index: 1;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0.209px 2.993px 6.72px 0.28px rgba(74, 120, 203, 0.21);
}

.select-options::before {
  content: "";
  display: block;
  width: 41px;
  height: 27px;
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  background: url("/images/icons/icon-dropdown-triangle.png");
}

.select-options span {
  display: block;
  width: 220px;
  cursor: pointer;
  font-size: 16px;
  padding: 12px 0;
}

.select-options span:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
}

.select-options span:hover {
  text-decoration: underline;
}

.spec-val {
  display: block;
  padding-right: 24px;
  font-size: 18px;
  cursor: pointer;
  color: #141414;
  border-bottom: 1px solid #3d3d3e;
  background: url("/images/icons/icon-arrow-down.png");
  background-position: 100% 10px;
  background-repeat: no-repeat;
  transition: background 0.5s;
}

.select-block:hover .spec-val {
  background-position: 100% 12px;
}

.ps-r .thumbs {
  font-size: 0;
  margin-left: -15px;
}

.thumbs a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0.209px 2.993px 11.83px 1.17px rgba(18, 78, 162, 0.25);
  transition: box-shadow 0.5s;
}

.thumbs > a {
  margin-left: 1%;
  margin-right: 1%;
  width: 23%;
}

.thumbs.second-level > a {
  margin-left: 1%;
  margin-right: 1%;
  width: 30%;
}

.thumbs.second-level a .t-descr {
  min-height: 100px;
}

.thumbs.second-level a .t-descr span {
  text-align: center;
}

.thumbs.second-level a .t-descr::before {
  display: none;
}

.t-pic {
  display: block;
  width: 100%;
  padding: 10px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #fff;
}

.t-descr {
  bottom: 0;
  right: 0;
  left: 0;
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 15px 0 30px;
  min-height: 50px;
  margin: 20px 0;
}

.t-descr::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: -28px;
  width: 44px;
  border-radius: 10px;
  background: #212121;
}

.t-descr span {
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
  color: #040f0f;
  font-weight: 500;
  line-height: 1.2;
}

.thumbs a:hover {
  box-shadow: 0.209px 2.993px 11.83px 1.17px rgba(53, 53, 53, 0.616);
}

/* .product-page {
  padding: 40px 60px 0;
} */

.pp-main {
  margin-top: 40px;
}

.ppm-l {
  margin-bottom: 20px;
  float: left;
  width: 36.5%;
  margin-right: 3%;
}
.ppm-l .common-link {
  margin-right: 5%;
}
.pp-gallery {
  font-size: 0;
}

.pp-gallery a {
  margin-bottom: 37px;
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0.209px 2.993px 11.83px 1.17px rgba(18, 78, 162, 0.25);
  transition: box-shadow 0.5s;
}

.pp-gallery a:first-child {
  width: 100%;
  height: 450px;
}

.pp-gallery a:not(:first-child) {
  height: 85px;
}

.pp-gallery a:not(:first-child) {
  width: 29%;
}

.pp-gallery a:nth-child(3n + 3) {
  margin-left: 6.5%;
  margin-right: 6.5%;
}

.pp-gallery a:hover {
  box-shadow: 0.209px 2.993px 11.83px 1.17px rgba(53, 53, 53, 0.616);
}

.pp-gallery img {
  height: 100%;
  position: relative;
  width: 100%;
  object-fit: contain;
}

.pp-files h4 {
  font-weight: 700;
  font-size: 18px;
  color: #003049;
  margin-bottom: 10px;
}

.pp-file-row {
  padding-bottom: 10px;
  background: transparent;
  border-bottom: 1px solid rgb(192, 192, 192);
  transition: background 0.5s;
  padding: 5px;
  margin-left: -5px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pp-file-row a {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pdf-icon {
  margin-top: 6px;
  margin-right: 10px;
}

.file-preview {
  width: 90px;
  height: 50px;
  margin-right: 15px;
  background-size: cover;
  background-position: 50% 50%;
  cursor: pointer;
}

.pp-file-ttl {
  font-size: 16px;
  color: #003049;
}

.pp-file-row a:hover .pp-file-ttl {
  text-decoration: underline;
}

.ppm-r {
  margin-bottom: 57px;
  float: left;
  width: 59%;
}

.ppm-r .wrapper {
  max-width: 700px;
}

.ppm-r h1 {
  margin-bottom: 17px;
  font-weight: 700;
  font-size: 48px;
  color: #040f0f;
}

.ppmc-sep {
  margin: 30px 0;
  height: 1px;
  background: #d7d6d6;
}

.ppm-r h5 {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 24px;
  color: #003049;
}

.pp-title {
  float: left;
}

.ppm-c {
  float: left;
  width: 100%;
}

.pp-descr {
  margin-bottom: 35px;
}

.pp-descr p {
  margin-bottom: 1.5em;
  font-size: 18px;
  color: #040f0f;
}

.pp-descr ul li {
  margin-bottom: 10px;
  font-size: 18px;
  margin-left: 15px;
}

.pdf-link {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  padding: 9px 0 0 59px;
  min-height: 32px;
  color: #989c94;
  font-size: 18px;
  background: url("/images/icons/icon-pdf.png") 0 0 no-repeat;
}

.pdf-link span {
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.5s;
}

.pdf-link:hover span {
  border-bottom: 1px solid #989c94;
}

.mf-download {
  margin-bottom: 48px;
  display: inline-block;
  font-size: 18px;
  color: #757575;
  text-decoration: underline;
}

.mf-download:hover {
  text-decoration: none;
}

/* TABLE - BEGIN */

.pp-table {
  margin-bottom: 5em;
}

.table-fill {
  background: white;
  border-radius: 3px;
  border-collapse: collapse;
  height: 320px;
  margin: auto;
  max-width: 1500px;
  padding: 5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}

th {
  color: #040f0f;
  background: #a9b1b5;
  border-right: 1px solid #343a4591;
  font-size: 23px;
  font-weight: 100;
  padding: 24px;
  text-align: left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}

th span {
  font-size: 15px;
}
th:first-child {
  border-top-left-radius: 3px;
}

th:last-child {
  border-top-right-radius: 3px;
  border-right: none;
}

tr {
  border-top: 1px solid #c1c3d1;
  color: #666b85;
  font-size: 16px;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

tr:hover td {
  background: #4e5066;
  color: #ffffff;
  border-top: 1px solid #22262e;
}

tr:first-child {
  border-top: none;
}

tr:last-child {
  border-bottom: none;
}

tr:nth-child(odd) td {
  background: #d6e0e6;
}

tr:nth-child(odd):hover td {
  background: rgb(78, 102, 100);
}

tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}

tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}

td {
  background: #e9eff2;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
  font-weight: 300;
  font-size: 18px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #c1c3d1;
}

td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: left;
  vertical-align: top;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}

/* Buttons - END */

/* masonry grid */
.proj-discr {
  width: 79%;
  display: inline-block;
}
.pr-disc-text {
  padding-left: 3%;
  position: relative;
  border-left: 15px solid #aac7d8;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 2%;
}
.pr-disc-text p {
  width: 48.5%;
}
.grid {
  /* width: 80%;
  display: inline-block; */
}
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 32.333%;
  margin: 4px;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}
.button-container {
  width: 18%;
  display: inline-block;
  vertical-align: top;
}

.gallery-content {
  padding-bottom: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.gallery-content ul {
  background: #ffffff;
  box-shadow: 0.209px 2.993px 11.83px 1.17px rgba(18, 78, 162, 0.11);
}

.gallery-content ul li {
  list-style: none;
  font-size: 18px;
  cursor: pointer;
  padding: 6% 5%;
}

.gallery-content ul li:hover {
  background: #011d0a25;
}

.gallery-content ul li a {
  color: #010111;
}

.gallery-item {
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.is-active {
  font-weight: bold;
  background: #abb7ce33;
}

.gallery-content ul .is-active:hover {
  background: #ced9ec60;
}

.show {
  display: block;
}

/* END - PROJECT PAGE */

.title-block {
  height: 190px;
  padding: 10px;
  text-align: center;
  background: url("/images/page-header.png") 0 0 no-repeat;
  background-size: cover;
  background-position: center center;
}

.title-block h1 {
  font-weight: 100;
  color: #010111;
  font-size: 60px;
  /* color: #fff; */
  text-transform: uppercase;
  letter-spacing: 5px;
  position: relative;
  top: 20%;
  transform: translateY(-30%);
}

.title-block h1::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  position: relative;
  margin: 0 auto;
  background: #010111;
}

.title-block p {
  color: #fff;
  position: relative;
  top: 10%;
}

.paragraph {
  padding: 40px 10px;
  position: relative;
}
.paragraph:first-child {
  padding-top: 0;
}
.paragraph:last-child {
  padding-bottom: 0;
}
/*
.paragraph .wrapper {
  max-width: 1340px;
  margin: 0 auto;
} */

.par-txt {
  width: 48.5%;
}

.par-pic {
  width: 48.5%;
  position: relative;
}

.par-r .par-pic {
  float: right;
}

.par-r .par-txt {
  float: left;
}

.par-l .par-pic {
  float: left;
}

.par-l .par-txt {
  float: right;
}

.par-pic .bg-yrs {
  background: #ed1c24;
  border-left: 30px solid #ed1c24;
  padding: 20px 49px 30px 40px;
  position: absolute;
  top: 75%;
  left: 48%;
}

.par-pic .bg-yrs h3 {
  font-size: 15vh;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #fff;
  -webkit-text-stroke: 2px #fff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
}

.par-pic .bg-yrs h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1;
}

.par-pic .bg-yrs .text-vertical {
  position: absolute;
  top: 5%;
  right: 5%;
  line-height: 1;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

.par-pic .bg-yrs .text-vertical::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 93px;
  background: #fff;
  bottom: 105%;
}

.par-pic .second-link {
  top: 50px;
}

.par-pic img {
  width: 100%;
  display: block;
  border-radius: 10px;
  box-shadow: 0px 0px 13px 0px rgba(46, 115, 156, 0.47);
}

.par-title h2 {
  margin-bottom: 12px;
  font-weight: 100;
  font-size: 40px;
}

.par-title p {
  margin-bottom: 1em;
  font-weight: 300;
  font-size: 24px;
  color: #124ea2;
}

.par-txt > p {
  margin-bottom: 1em;
  font-size: 18px;
  color: #141414;
}

.par-txt h4 {
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 15px;
}

.par-txt ul li {
  font-size: 18px;
  margin-bottom: 15px;
}

.par-link {
  display: inline-block;
  padding: 0 72px 5px 0;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #001730;
  background-image: url("/images/icons/icon-arrow-right.png");
  background-position: 100% 3px;
  background-repeat: no-repeat;
  border-bottom: 1px dashed #001730;
  transition: all 0.5s ease;
  transition-property: border-bottom, background-position;
}

.par-link:hover {
  background-position: 97% 3px;
  border-bottom: 1px dashed transparent;
}

.form-thanks {
  margin-bottom: 20px;
  border: 1px solid #009c00;
  padding: 10px;
}

.form-thanks p {
  margin-bottom: 0;
}

.tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
  border: 2px solid #ed1c24;
  border-radius: 50px;
  float: right;
}

.tabs .tab {
  margin-bottom: -1px;
  padding: 20px 40px;
  cursor: pointer;
  letter-spacing: 0;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  transition: all 0.1s ease-in-out;
}

.tabs .tab a {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #ed1c234d;
  transition: all 0.1s ease-in-out;
}

.tabs .tab.active a {
  color: #e1eaee;
}

.tabs .tab.active {
  background: #ed1c24;
  color: #fff !important;
  border-radius: 50px;
}
.tabs .tab a:hover {
  color: #ed1c24;
}
.tabs .tab.active a:hover {
  color: #fff;
}
.content .signup-cont {
  display: none;
}
.cont {
  /* display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap; */
  display: grid;
  column-gap: 3vh;
  row-gap: 4vh;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
.services-page {
  /* max-width: 1510px;
  padding: 0 20px; */
  /* margin: 90px auto; */
  min-height: 500px;
}

.sp-l {
  float: left;
  width: 260px;
  padding-right: 20px;
  position: absolute;
  box-sizing: border-box;
}

.sp-l h4 {
  margin-top: 4px;
  line-height: 1;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 24px;
}

.services-menu a {
  margin-bottom: 30px;
  float: left;
  clear: left;
  font-size: 18px;
  color: #757575;
  transition: color 0.5s;
}

.services-menu a.active {
  font-weight: 700;
  padding-left: 20px;
  background: url("/images/icons/service-active-menu.png") 0 50% no-repeat;
  color: #ed1c24;
}

.services-menu a:hover {
  color: #000;
}

.sp-r {
  float: right;
  width: calc(100% - 320px);
}

.sp-r h1 {
  margin-bottom: 1em;
  line-height: 1;
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
}

.spr-sep {
  margin-bottom: 48px;
  width: 85px;
  height: 3px;
  background: #164329;
}

.spr-body {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
}

.spr-text:not(:only-child) {
  width: 71%;
  margin-right: 50px;
}

.spr-text p,
.spr-text > div {
  font-size: 18px;
  color: #00072d;
}

.spr-pic {
  max-width: 544px;
}

.spr-pic a {
  display: block;
  overflow: hidden;
  border-radius: 17px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.spr-pic a:not(:last-child) {
  margin-bottom: 20px;
}

.spr-pic a img {
  display: block;
  width: 100%;
}

.spr-points h2 {
  line-height: 1;
  font-weight: 700;
  font-size: 24px;
  color: #00072d;
  margin-bottom: 1em;
}

.spr-points ul {
  list-style: none;
}

.spr-points li {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  color: #00072d;
  margin-bottom: 9px;
}

.spr-points li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 12px;
  left: 0;
  background: #9ea9d0;
  border-radius: 50%;
}

.spr-responsive {
  display: none;
  margin-bottom: 20px;
}

.spr-responsive select {
  width: 100%;
  height: 30px;
  border-radius: 5px;
  font-size: 18px;
}

@keyframes slideIn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    margin-left: -320px;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    margin-left: 0px;
  }
}
@-webkit-keyframes slideIn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    margin-left: -320px;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    margin-left: 0px;
  }
}

/* END - TABS */

@media (max-width: 1700px) {
  .ppm-c {
    width: 65%;
  }
}

@media (max-width: 1680px) {
  .search-input {
    width: 205px;
  }
}

@media (max-width: 1640px) {
  .hib-block {
    max-width: 260px;
  }
  .home-ecology-block .hab-l {
    top: 50px;
  }
}

@media (max-width: 1610px) {
  .logo {
    max-width: 250px;
    /* top: 19px; */
  }

  .h-container {
    width: calc(100% - 530px);
  }
  .habr-title h2 {
    font-size: 60px;
  }
  .hab-l .ynb.o50 {
    font-size: 180px;
  }
  .hab-l .ynb.yrs-e {
    top: 35%;
    left: 70px;
    font-size: 46px;
  }
  .hab-l .ynb.yrs {
    font-size: 70px;
  }
}

@media (max-width: 1480px) {
  /* .logo {
    left: 10px;
  } */

  .h-container {
    width: calc(100% - 482px);
  }

  .hib-block {
    max-width: 230px;
  }

  .hib-block.block-3 {
    bottom: 41%;
  }

  .hib-block.block-4 {
    bottom: 41%;
  }

  .products-splash {
    padding: 40px 10px;
  }

  /*
  .product-page {
    padding: 40px 10px 0;
  } */

  .pp-specs-and-form {
    padding: 40px 10px 0;
  }

  .ppm-c h1 {
    font-size: 40px;
  }

  .main-features {
    padding: 15px 10px 25px;
  }
  .habr-title h2 {
    font-size: 50px;
  }
}

@media (max-width: 1430px) {
  .htr-phone {
    display: none;
  }
  .ht-body {
    padding: 30px 20px;
  }
  .hab-l .ynb.ovr50 {
    position: relative;
    font-size: 40px;
  }
  .hab-l .ynb.o50 {
    font-size: 160px;
  }
  .hab-l .ynb.yrs {
    font-size: 50px;
  }
  .hab-l .ynb.yrs-e {
    top: 35%;
    left: 50px;
    font-size: 36px;
  }
  .home-about-block .hab-l img {
    max-width: 100%;
  }
}

@media (max-width: 1425px) {
  .thumbs > a {
    width: 31.33%;
  }
}

@media (max-width: 1365px) {
  .wb-title p,
  .wb-title div {
    font-size: 40px;
  }

  /* .home-ecology-block {
    background-image: url(/images/environment-bg-sm.jpg);
  } */
  .text-block h1 {
    font-size: 52px;
    line-height: 1;
  }
}

@media (max-width: 1345px) {
  .home-thumbs {
    margin-bottom: 15px;
  }

  .hib-title {
    position: static;
    margin-bottom: 30px;
  }

  .hib-block {
    position: static;
    max-width: none;
    margin-bottom: 20px;
  }
}

@media (max-width: 1330px) {
  .habr-shadow-title {
    display: none;
  }
}

@media (max-width: 1255px) {
  .htr-phone {
    display: inline-block;
  }

  .top-menu {
    display: none;
  }

  .h-cat-menu {
    display: none;
  }

  .responsive-menu-trigger {
    display: block;
  }

  .h-top {
    padding-top: 18px;
  }

  .wb-descr h3 {
    font-size: 20px;
  }

  .inquire-trigger.mobile {
    position: absolute;
    right: 15%;
    top: 25%;
    bottom: auto;
    display: block;
  }
  .header {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .wp-common .content {
    margin-top: 100px;
  }
  .header.active .h-container {
    top: 8px;
  }
  /* .header.active .logo {
  top: 17px;
} */
  .inquire-trigger.mobile {
    top: 22%;
  }
  .h-container {
    top: 0;
  }
}

@media (max-width: 1230px) {
  .ppm-c {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .ppm-r {
    clear: both;
    float: none;
    width: auto;
  }
  .ppm-l {
    width: 98%;
  }
  .breadcrumbs * {
    font-size: 12px;
    line-height: 1;
  }
  .ps-r h1 {
    font-size: 28px;
  }
  .hs-body img {
    position: absolute;
    right: 10%;
    top: 10%;
  }
}

@media (max-width: 1200px) {
  .par-title h1 {
    font-size: 40px;
  }

  .paragraph {
    padding: 30px 10px;
  }
  .grids > * {
    width: calc(100% / 3);
    width: -webkit-calc(100%/3);
  }
  .text-block h1 {
    font-size: 48px;
  }
}

@media (max-width: 1160px) {
  .htr-phone {
    display: none;
  }
}

@media (max-width: 1150px) {
  .tb-shadow-title {
    display: none;
  }
}

@media (max-width: 1140px) {
  .pp-gallery a:first-child {
    width: 100%;
  }

  .pp-gallery a {
    margin-bottom: 17px;
  }

  .pp-main {
    margin-top: 20px;
  }
}

@media (max-width: 1130px) {
  .habr-title h2 {
    font-size: 40px;
  }

  .footer {
    padding: 35px 10px;
  }

  .similar-products {
    padding: 30px 10px;
  }

  th {
    font-size: 16px;
  }

  td {
    padding: 10px;
    font-size: 14px;
  }

  .home-certificates-block .hcrt-l {
    width: 63%;
  }
  .home-certificates-block .hcrt-r {
    width: 29%;
  }
  .hcrt-r .second-link {
    top: 130px;
  }
  .hab-l .ynb.o50 {
    font-size: 143px;
  }

  .hab-l .ynb.yrs {
    font-size: 42px;
  }

  .hab-l .ynb.ovr50 {
    font-size: 36px;
  }

  .hab-l .ynb.yrs {
    font-size: 42px;
  }

  .hab-l .ynb.yrs-e {
    top: 35%;
    left: 20px;
    font-size: 30px;
  }
  .certificats-img {
    grid-template-columns: 17% 17% 17% 17% 17%;
    grid-template-rows: 110px 110px;
    /* justify-items: stretch; */
    gap: 3%;
  }
}

@media (max-width: 1110px) {
  .spr-body {
    flex-direction: column;
  }

  .spr-pic {
    margin-bottom: 20px;
    order: 1;
  }

  .spr-text {
    order: 2;
  }

  .spr-text:not(:only-child) {
    width: 100%;
    margin-right: 0;
  }
  .par-block-1,
  .par-block-2 {
    width: 100%;
  }
  .par-L .par-block-1 {
    margin-bottom: 50px;
  }
  .par-L .par-block-2 {
    text-align: center;
    margin-bottom: 0px;
  }
  /* .product-page .thumb-content a, .home-thumbs .thumb-content a {
  width: 47.5%;
  min-height: auto;
} */
}

@media (max-width: 1090px) {
  .thumbs.second-level a,
  .thumbs > a {
    width: 48%;
  }
}

@media (max-width: 1085px) {
  .pp-specs-and-form h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .grid-sizer,
  .grid-item {
    width: 49%;
    margin: 1px;
  }
}

@media (max-width: 1025px) {
  .why-block {
    padding: 40px 10px;
  }

  .wb-title {
    width: 100%;
    margin: 0 0 30px;
  }

  .wb-title * {
    display: inline;
  }

  .wb-title p,
  .wb-title div {
    margin-right: 10px;
  }

  .wb-item {
    width: 48%;
    margin: 0 1% 30px;
  }
}

@media (max-width: 1010px) {
  .f-top {
    flex-wrap: wrap;
  }

  .f-item {
    width: 48%;
  }
}

@media (max-width: 980px) {
  .home-thumbs {
    font-size: 0;
  }

  .home-thumbs a {
    width: 46%;
    margin: 0 2% 20px;
  }

  .par-txt,
  .par-pic {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  .par-pic .bg-yrs {
    top: 44%;
    left: 56%;
  }
  .grid {
    width: 100%;
  }

  .ps-l {
    width: 300px;
  }
  .ps-r {
    width: calc(100% - 320px);
  }
  .home-thumbs .text-block h1 {
    line-height: 1;
  }
  /* .logo {
  left: 20px;
} */
}

@media (max-width: 975px) {
  .pps-l,
  .pps-r {
    width: auto;
    float: none;
  }
  .hab-l,
  .hab-r {
    float: none;
    width: auto;
  }
  .home-about-block .hab-l img,
  .home-about-block .hab-l .ynb {
    display: none;
  }

  .pps-l .wrapper {
    margin-right: 0;
    max-width: none;
  }
  .home-ecology-block .hab-r {
    display: none;
  }

  .home-ecology-block {
    min-height: auto;
  }
  .home-slider .swiper-slide .hs-body h1 {
    max-width: 300px;
  }
  .certificats-img img {
    margin: 1%;
  }
  .block-30,
  .block-70 {
    width: 100%;
    text-align: center;
  }
  .home-thumbs .text-block h1 {
    text-align: center;
  }
  .tabs {
    float: none;
    width: 370px;
    margin: 0 auto 30px;
  }
}

@media (max-width: 960px) {
  .search-form {
    display: none;
  }

  .responsive-search {
    display: block;
  }
}

@media (max-width: 940px) {
  .text-block {
    margin-bottom: 30px;
  }

  .text-block h1,
  .hib-title h1,
  .habr-title h2 {
    font-size: 40px;
  }
}

@media (max-width: 895px) {
  .title-block h1 {
    font-size: 40px;
  }
  th {
    padding: 5px;
  }
}

@media (max-width: 850px) {
  .contact-us-block h2 {
    font-size: 40px;
  }
  .home-thumbs .text-block p {
    display: none;
  }
}

@media (max-width: 845px) {
  .sp-l {
    display: none;
  }

  .sp-r {
    float: none;
    width: auto;
  }

  .spr-responsive {
    display: block;
  }
  .home-certificates-block .hcrt-l {
    width: 100%;
  }
  .home-certificates-block .hcrt-r {
    display: none;
  }
}

@media (max-width: 810px) {
  .ppm-c h1 {
    font-size: 35px;
  }

  .ppmc-sep {
    margin: 15px 0;
  }
}

@media (max-width: 790px) {
  .thumbs.second-level a,
  .thumbs > a {
    width: 98%;
  }
}

@media (max-width: 765px) {
  .wb-title {
    line-height: inherit;
  }

  .wb-item {
    width: 100%;
    margin: 0 0 30px;
  }
  .ps-l {
    display: none;
  }

  .ps-r {
    float: none;
    width: auto;
  }

  .ps-r .thumbs {
    margin-left: 0;
  }
}
@media (max-width: 700px) {
  .home-thumbs {
    margin-top: 20px;
  }
  .wp-content.wp-home .header {
    position: relative;
    top: 0;
    z-index: 2;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 680px) {
  .header {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .wp-common .text-block h1 .outline {
    font-size: 7vh;
  }
  .h-container {
    top: 0;
  }
  .logo {
    max-width: 150px;
    /* top: 20px; */
  }

  .h-container {
    width: calc(100% - 180px);
    margin: 0px 10px 0 0;
  }

  .h-top {
    border: none;
  }

  .extra-top {
    display: none;
  }
  .responsive-menu-container {
    top: 65px;
  }
  .inquire-trigger.mobile {
    position: absolute;
    right: 15%;
    top: 24%;
    display: block;
  }
  .mobile {
    display: block;
  }
  .home-thumbs a {
    width: 96%;
    min-height: 365px;
    margin: 0 2% 20px;
  }
  .text-block h1 {
    padding-top: 20px;
  }

  .ppm-l {
    width: auto;
    float: none;
  }

  .ppm-cr-wrapper {
    width: auto;
    float: none;
  }
  .wp-common .content {
    margin-top: 83px;
  }
  /* .header.active .logo {
  top: 20px;
} */
  .header.active .h-container {
    top: 10px;
  }
  .global-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .logo {
    left: 5px;
    top: 0;
  }
}

@media (max-width: 670px) {
  .par-pic .bg-yrs {
    display: none;
  }
  .grids > * {
    width: calc(100% / 2);
    width: -webkit-calc(100%/2);
  }
  .ht-title h4 {
    font-size: 20px;
  }
  .ht-body {
    padding: 15px 10px;
  }
}

@media (max-width: 615px) {
  .thumbs.second-level a,
  .thumbs > a {
    width: 48%;
  }
  .product-page .thumb-content a,
  .home-thumbs .thumb-content a,
  .thumbs.second-level a,
  .thumbs > a {
    width: 98%;
  }
}

@media (max-width: 540px) {
  .f-item {
    width: 98%;
  }

  .f-descr {
    max-width: none;
  }
  .grid-sizer,
  .grid-item {
    width: 99%;
    margin: 1px;
  }
}

@media (max-width: 500px) {
  .st-row {
    padding: 3px 7px;
  }

  .st-row:not(:last-child) {
    border-bottom: none;
  }

  .st-label {
    display: inline-block;
    float: none;
    width: auto;
    font-weight: 700;
  }

  .st-label::after {
    content: ":";
  }

  .st-value {
    float: none;
    width: auto;
  }
  .certificats-img {
    grid-template-columns: 22% 22% 22% 22%;
    grid-template-rows: 120px;
    /* justify-items: stretch; */
    gap: 3%;
    margin: 10px 0;
  }
}

@media (max-width: 445px) {
  .logo {
    max-width: 140px;
    /* top: 19px; */
  }
  .inquire-trigger::before {
    width: 33px;
    height: 33px;
    top: 1px;
    left: 3px;
  }
  .inquire-trigger.mobile {
    right: 25%;
    top: 34%;
    font-size: 12px;
    padding: 7px 14px 7px 46px;
  }
  .tabs {
    float: none;
    max-width: 320px;
  }
  .tabs .tab {
    padding: 20px 20px;
  }
  h1,
  h2,
  h3 {
    line-height: 1;
  }
  .home-about-block .hab-l .ynb,
  .home-about-block .hab-l img {
    display: none;
  }
  .ps-r h1 {
    font-size: 24px;
  }
  .title-block h1::after {
    top: 13px;
  }
  .title-block p {
    top: 25%;
  }
  .par-pic .second-link {
    display: none;
  }
  .par-title h2 {
    font-weight: 500;
    font-size: 30px;
  }
  .wp-common .text-block h1 .outline {
    font-size: 5vh;
  }
  .wp-common .text-block h1 .outline {
    -webkit-text-fill-color: black;
    -webkit-text-stroke-width: 0px;
  }
}
@media (max-width: 320px) {
  .grids > * {
    width: 100%;
  }
}
