@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

:root {
  --color-blue: #0055d1;
  --color-grey: #f4f4f4;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
}

p {
  margin: 0px;
}

a {
  text-decoration: none;
  transition: 0.2s;
  color: inherit;
}

button {
  transition: 0.2s;
  border: none;
}

label {
  display: block;
  margin-bottom: 10px;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  list-style: none;
  display: block;
  margin-bottom: 0px;
}

h1 {
  font-size: 42px;
  font-weight: 600;
  line-height: 127.721%;
  margin-bottom: 0px;
}

h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 127.721%;
  margin-bottom: 0px;
}

h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
}

h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

input[type=text],
input[type=tel],
input[type=phone],
input[type=email],
input[type=name],
input[type=search],
textarea {
  border: 1px solid #b6afb6;
  border-radius: 2px;
  background: transparent;
  color: #000;
  padding: 20px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=phone]:focus,
input[type=email]:focus,
input[type=name]:focus,
input[type=search]:focus,
textarea:focus {
  outline: none;
}

section {
  padding: 64px 0;
}

/* section {
  margin-bottom: 72px;
} */
/* .page-template-mat section {
  margin-bottom: 140px;
}
section.features, section.mat-section{
	margin-bottom: 110px;
}
section.price{
	margin-bottom: 100px;
} */
input[type=checkbox]:focus {
  outline: none;
}

input[type=radio]:focus {
  outline: none;
}

textarea {
  resize: none;
  height: 162px;
}

textarea:focus {
  outline: none;
}

.is-hidden {
  display: none !important;
}

.is-hidden-desktop {
  display: none !important;
}

.is-hidden-mobile {
  display: block;
}

.btn {
  box-sizing: border-box;
  text-align: center;
  padding: 13px 40px;
  font-size: 16px;
  font-weight: 400;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  background: transparent;
  border-radius: 2px;
  border: 1px solid var(--color-blue);
  color: #332233;
  transition: all 0.2s ease-in-out;
}

.btn:hover,
.btn:focus {
  background: var(--color-blue);
  color: #ffffff;
}

.btn-blue {
  background: var(--color-blue);
  border: 1px solid transparent;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}

.btn-blue:hover,
.btn-blue :focus {
  background: transparent;
  color: #332233;
  border-color: var(--color-blue);
}

.navbar-toggler {
  width: 20px;
  height: 20px;
  position: relative;
  transition: 0.5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none;
  box-shadow: none;
  border: 0;
}

.navbar-toggler span {
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.3s ease 0s;
  z-index: 100;
}

.popup-show {
  opacity: 1;
  visibility: visible;
}

.popup__body {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
}

.popup__content {
  background: #ffffff;
  padding: 20px;
  max-width: 800px;
  position: relative;
  border-radius: 10px;
}

.popup .close-popup {
  background: transparent;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: 0.2s;
}

:root {
  --color-blue: #0055d1;
  --color-grey: #f4f4f4;
}

/* Header */
/*.main-header__outer {
  margin-bottom: 64px;
}
*/
.mp-header {
  background: #fff;
}

.main-header__inner {
  border-bottom: 1px solid #d5d2d5;
  padding-top: 20px;
}

.main-header__inner a {
  color: inherit;
}

.main-header__row-f {
  display: flex;
  align-items: center;
}

.main-header__row-f-col-f {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
}

.main-header__address {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.main-header__address:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.6609 20.8674C7.23483 16.7818 5 13.1717 5 10C5 6.13401 8.13401 3 12 3C15.866 3 19 6.13401 19 10C19 13.1717 16.7652 16.7818 12.3391 20.8674C12.1476 21.0442 11.8524 21.0442 11.6609 20.8674ZM8 10C8 12.2091 9.79086 14 12 14C14.2091 14 16 12.2091 16 10C16 7.79086 14.2091 6 12 6C9.79086 6 8 7.79086 8 10ZM15 10C15 11.6569 13.6569 13 12 13C10.3431 13 9 11.6569 9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10ZM12 4C15.3137 4 18 6.68629 18 10C18 12.7518 16.0134 16.0353 12 19.8164C7.9866 16.0353 6 12.7518 6 10C6 6.68629 8.68629 4 12 4Z" fill="%23332233"/></svg>');
  width: 24px;
  height: 24px;
}

.main-header__shedule {
  margin-left: 20px;
}

.main-header__socials {
  width: 26px;
  height: 26px;
  margin-right: 20px;
}

.main-header__row-f-col-s {
  display: flex;
  margin-left: auto;
}

.main-header__phone {
  font-size: 16px;
  font-weight: 400;
}

.main-header__row-s {
  display: flex;
  padding-bottom: 20px;
  /*align-items: stretch;
  height: 85px;*/
}

.main-header__menu {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: flex;
  height: 100%;
}

.main-header__menu>ul {
  display: flex;
  align-items: center;
  gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.main-header__menu a:hover {
  color: var(--color-blue);
}

.main-header__menu ul li:hover .sub-menu {
  opacity: 1;
  pointer-events: auto;
}

.main-header__outer::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #2e2e2e;
  opacity: 0;
  position: absolute;
  z-index: 4;
  pointer-events: none;
  transition: 0.2s;
}

.main-header li:hover~.main-header__outer::after {
  opacity: 0.21;
}

.main-header__menu>ul>li {
  display: flex;
  align-items: center;
  height: 100%;
  position: inherit;
}

.main-header__menu ul.sub-menu {
  position: absolute;
  top: 50px;
  background: #f4f4f4;
  z-index: 5;
  padding: 20px 0;
  opacity: 0;
  display: none;
  transition: 0.2s;
  width: 380px;
  height: 600px;
}

.main-header__menu ul>li>ul.sub-menu {
  width: 1120px;
}

.main-header__menu ul>li>ul.sub-menu li {
  max-width: 380px;
}

.main-header__menu ul li .sub-menu li {
  display: block;
  padding: 0 20px 5px;
}

.sub-menu li {
  margin-bottom: 0;
}

.sub-menu li::after {
  content: "";
  height: 1px;
  width: 100%;
  background: #332233;
  display: block;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.sub-menu li:hover>a {
  color: inherit;
  color: var(--color-blue);
}

/*
.sub-menu li:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
*/

.main-header__row-s-col-s {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.main-header__row-s-col-s ul {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  align-items: center;
}

.mp__slider-main-inner .mp-section-header {
  position: relative;
  height: 240px;
}

.mp-section-header__title,
.mp-section-header__text {
  display: flex;
  align-items: center;
}

.mp__catalog-materials .mp-section-header__t,
.page-template-services .mp-section-header__t h4 {
  max-width: 400px;
}

.mp-section-header__title {
  margin-bottom: 20px;
}

.mp-section-header__read-more {
  margin-left: auto;
}

.mp__services .mp-section-header__h,
.mp__services .mp-section-header__t {
  max-width: 400px;
}

.slider-tooltip {
  max-width: 170px;
  font-size: 12px;
  font-weight: 400;
  color: var(--color-blue);
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}

.slider-tooltip::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="17" viewBox="0 0 28 17" fill="none"><g clip-path="url(%23clip0_209_6242)"><path d="M26.9922 8.99219C22.3402 8.99218 1.00747 8.99253 1.00747 8.99253M1.00747 8.99253L6.72531 14.7104M1.00747 8.99253L6.72529 3.27471" stroke="%230055D1" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_209_6242"><rect width="28" height="17" fill="white" transform="matrix(-1 0 0 1 28 0)"/></clipPath></defs></svg>');
  margin-right: 10px;
}

.main-slider__btns {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  -moz-column-gap: 10px;
  column-gap: 10px;
  z-index: 50;
}

/* .mpsm-slider__img {
  overflow: hidden;
  max-height: 482px;
} */
.mpsm-slider__img {
  overflow: hidden;
  height: 370px;
  position: relative;
}

.mpsm-slider__img img {
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}

.mp__slider-main-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
}

/* .mp__slider-main-inner .mp-section-header__h {
   max-width: 925px; 
  
} */

.mp__slider-main-inner .mp-section-header__h {
  max-width: 75%;
}

.mp__slider-main-inner .mp-section-header__t {
  max-width: 506px;
}

.swiper-pagination {
  position: relative;
  margin-top: 20px;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #d5d2d5;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #afa8af;
}

.mp__slider-main {
  /* margin-top: -64px;
  padding-top: 64px;
  padding-bottom: 50px;*/
  background: #f4f4f4;
  /* height: 750px; */
}

.advantages-block__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.advantages__img {
  text-align: center;
}

.advantages__text {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.service-item__img {
  height: 194px;
  overflow: hidden;
}

.service-item__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service-item {
  padding: 20px;
  background: #f4f4f4;
  height: 100%;
}

/* .mp-promo__inner .favorite-type:nth-child(2) {
  margin-top: 64px;
} */

.mp__service-slider-inner__item {
  background: #f4f4f4;
}

.mp__service-slider-inner .mp__service-slider-inner__item a .service-item {
  background: transparent;
}

.service-item .service-item__img img {
  transition: .3s;
}

.service-item:hover .service-item__img img {
  scale: 1.15;
  transition: .3s;
}

.service-item:hover .service-item__title {
  color: var(--color-blue);
}

.service-item__footer {
  margin-top: 45px;
  display: flex;
  align-items: center;
}

.service-item__footer .service-item__btn {
  margin-left: auto;
}

.service-item__btn {
  transition: .4s;
  flex-shrink: 0;
}

.service-item__btn:hover {
  transform: scale(1.1);
  transition: .4s;
}

.service-item__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.service-item__btn {
  width: 38px;
  height: 38px;
  background: var(--color-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-item__btn::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(%23clip0_327_18294)"><path d="M1 15L15 1M15 1V14.44M15 1L1.56 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_327_18294"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
  width: 16px;
  height: 19px;
}

.mp__service-slider-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.mp__service-list {
  margin-top: 40px;
}

.mp__description {
  font-size: 36px;
  line-height: 1.3;
}

.mp-description__text {
  margin-top: 20px;
}

.mp-advantages-table-item__title {
  font-size: 22px;
  font-weight: 500;
}

.mp-advantages-table-item__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.mp-advantages-table-item__header {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.mp-catalog-materials__list {
  margin-top: 40px;
}

/*
.mp-advantages-table__inner .mp-section-header__title {
  max-width: 420px;
}
*/

/* .mp-advantages-table__item {
  margin-bottom: 64px;
}
 */
.mp-advantages-table-item__count {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}

.mp-advantages-table-item__count span {
  position: relative;
  z-index: 10;
}

.mp-advantages-table__item {
  margin-bottom: 40px;
}

.mp-advantages-table-item__count::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 44px;
  height: 44px;
  background: var(--color-blue);
  z-index: 5;
  transform: rotate(45deg);
}

.mp__advantages-table {
  /*   padding-top: 64px;
  margin-bottom: 128px; */
  background: #f4f4f4;
}

.mp-description__inner span,
.mp-description__inner strong {
  font-weight: normal;
  text-transform: uppercase;
  color: var(--color-blue);
  font-weight: 500;
}

.mp-description__inner {
  font-weight: normal;
  line-height: 1.4;
  font-weight: 500;
}

.mpsw-item {
  border: 1px solid var(--color-blue);
  padding: 20px;
  height: 260px;
}

.mpsm__slider {
  position: relative;
}

.mpsw-item__header {
  font-size: 22px;
  font-weight: 400;
  color: var(--color-blue);
  border-bottom: 1px solid #a3c2ee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.mpsw-item__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 127.721%;
  margin-bottom: 20px;
}

.mpsw-item__text {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 127.721%;
}

.mpsw-item__text ul li {
  list-style: disc;
}

.mpsw-item__text a {
  color: var(--color-blue);
}

.contact-block__text ul li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 8px;
}

/*PROJECTS SLIDER*/

.projects-slider .swiper-wrapper {
  display: grid;
  grid-auto-flow: column;
  align-items: stretch;
}

.projects-slider .swiper-wrapper .swiper-slide {
  height: 100%;
}

/* 
.projects-slider .swiper-wrapper .swiper-slide div {
  height: 100%;
} */

.projects-slider .swiper-wrapper .swiper-slide div .row div.col-xl-6 {
  height: auto;
  margin-bottom: 30px;
}

.projects-slider .swiper-wrapper .swiper-slide div .row .col-xl-6 .mp-portfolio-table-item .mp-portfolio-table-item__img {
  height: 280px;
  position: relative;
}

.projects-slider .swiper-wrapper .swiper-slide div .row .col-xl-6 .mp-portfolio-table-item .mp-portfolio-table-item__img .portfolio-year {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
  transform: rotate(45deg);
}

.projects-slider .swiper-wrapper .swiper-slide div .row .col-xl-6 .mp-portfolio-table-item .mp-portfolio-table-item__img .portfolio-year span {
  transform: rotate(-45deg);
}

.projects-slider .swiper-wrapper .swiper-slide div .row .col-xl-6 .mp-portfolio-table-item .mp-portfolio-table-item__title {
  height: auto;
}

.projects-slider .swiper-wrapper .swiper-slide div .row .col-xl-6 .mp-portfolio-table-item .mp-portfolio-table-item__subtitle {
  height: auto;
}

.projects-slider .swiper-wrapper .swiper-slide div .row .col-xl-6 .mp-portfolio-table-item .mp-portfolio-table-item__text {
  height: auto;
}

.mp-portfolio-table-item {
  background: #f4f4f4;
  padding: 20px;
  margin-bottom: 20px;
}

.mp-portfolio-table-item__img {
  overflow: hidden;
  height: 283px;
}

.mp-portfolio-table-item__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mp-portfolio-table-item__title {
  margin-top: 40px;
  margin-bottom: 40px;
  color: var(--color-blue);
  font-size: 22px;
  font-weight: 500;
  line-height: 127.721%;
}

.mp-portfolio-table-item__subtitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.mp-portfolio-table-item__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.mp-type-waterproof {
  margin-top: 128px;
}

.tw-item__img {
  width: 275px;
  height: 205px;
  overflow: hidden;
}

.tw-item__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tw-item {
  background: #f4f4f4;
  padding: 20px;
  display: flex;
}

.mp-type-waterproof__list .tw-item .btn::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M2.5 15.5L14.5 3.5M14.5 3.5V15.02M14.5 3.5L2.98 3.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: sub;
  margin-left: 20px;
}

.mp-type-waterproof__list .tw-item .btn:hover::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M2.5 15.5L14.5 3.5M14.5 3.5V15.02M14.5 3.5L2.98 3.5" stroke="%230055D1" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.tw-item__right-block {
  margin-left: 20px;
  position: relative;
}

.tw-item__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 127.721%;
  margin-bottom: 20px;
}

.main-footer {
  background: #332233;
  padding: 64px 0px;
}

.main-footer__inner {
  display: flex;
  gap: 20px;
}

.main-footer__col-title {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  opacity: 0.5;
  margin-bottom: 20px;
}

.main-footer__col {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  flex-grow:1;
}

.main-footer__col._first{
  width: 200px;
}

.main-footer__col nav li {
  margin-bottom: 10px;
}

.main-footer__col a:hover {
  opacity: 0.5;
}

.mf__col-nav {
  /* width: 190px;
  margin-right: 20px; */
}

.main-footer__menus {
  gap: 20px;
}

.main-footer__socials {
  display: flex;
}

.main-footer__socials a {
  display: block;
  margin-right: 20px;
}

.mf__col-contacts ul li {
  margin-bottom: 20px;
}

.mf-phone {
  font-size: 16px;
}

.mf-address::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.6609 20.8674C7.23483 16.7818 5 13.1717 5 10C5 6.13401 8.13401 3 12 3C15.866 3 19 6.13401 19 10C19 13.1717 16.7652 16.7818 12.3391 20.8674C12.1476 21.0442 11.8524 21.0442 11.6609 20.8674ZM8 10C8 12.2091 9.79086 14 12 14C14.2091 14 16 12.2091 16 10C16 7.79086 14.2091 6 12 6C9.79086 6 8 7.79086 8 10ZM15 10C15 11.6569 13.6569 13 12 13C10.3431 13 9 11.6569 9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10ZM12 4C15.3137 4 18 6.68629 18 10C18 12.7518 16.0134 16.0353 12 19.8164C7.9866 16.0353 6 12.7518 6 10C6 6.68629 8.68629 4 12 4Z" fill="white"/></svg>');
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

.main-footer__politics {
  color: #fff;
  opacity: 0.5;
  text-align: center;
  max-width: 1140px;
  margin: 64px auto 0px auto;
}

.main-footer__politics p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 6px;
}

.main-footer__politics p a:hover {
  opacity: 0.5;
}

.contact-block {
  background: #ebf1fb;
  /*   padding: 64px 0px; */
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.contact-block input[type=submit] {
  font-size: 18px;
  padding: 20px;
  width: 100%;
  max-width: none;
  margin-bottom: 10px;
}

.contact-block input[type=checkbox] {
  margin-right: 10px;
}

.contact-block__inner {
  display: flex;
}

.contact-block__right-col {
  width: 505px;
  margin-left: auto;
}

.contact-block__left-col {
  max-width: 610px;
}

.contact-block__title {
  color: var(--color-blue);
  margin-bottom: 20px;
}

.product-card {
  max-width: 100%;
  border: 1px solid #d6e4f8;
  padding: 20px 10px;
  position: relative;
  margin-bottom: 20px;
}

.product-card__img {
  height: 177px;
  overflow: hidden;
}

.product-card__img img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.product-card__title {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 127.721%;
}

.product-card__info {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.product-card__quantity {
  margin-left: auto;
  position: relative;
}

.product-card__quantity input {
  border: 1px solid #dedcde;
  width: 95px;
  height: 38px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.product-card__quantity-plus,
.product-card__quantity-minus {
  position: absolute;
  background: transparent;
  top: 0;
  bottom: 0;
  font-weight: 300;
  font-size: 25px;
}

.product-card__quantity-minus {
  left: 0;
}

.product-card__quantity-plus {
  right: 0;
}

.product-card__price {
  font-size: 16px;
  font-weight: 500;
}

.product-card__btn-add {
  border: 1px solid #a3c2ee;
  background: transparent;
  width: 51px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.product-card__btn-add:hover {
  background: var(--color-blue);
}

.product-card__btn-add:hover::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.50545 12.5741L5.50678 12.5825L5.50835 12.5915L5.72827 13.911C5.92918 15.1165 6.97216 16 8.19425 16H19.5C19.7761 16 20 15.7761 20 15.5C20 15.2239 19.7761 15 19.5 15H8.19425C7.461 15 6.83521 14.4699 6.71466 13.7466L6.59023 13H19.5C19.7232 13 19.9194 12.852 19.9808 12.6374L21.9808 5.63736C22.072 5.31795 21.8322 5 21.5 5H5.25526C5.01903 3.84029 3.99756 3 2.80575 3H2.5C2.22386 3 2 3.22386 2 3.5C2 3.77614 2.22386 4 2.5 4H2.80575C3.539 4 4.16479 4.53012 4.28534 5.2534L5.50545 12.5741ZM6.42356 12L5.42356 6H20.8371L19.1228 12H6.42356ZM8 21C6.89543 21 6 20.1046 6 19C6 17.8954 6.89543 17 8 17C9.10457 17 10 17.8954 10 19C10 20.1046 9.10457 21 8 21ZM9 19C9 19.5523 8.55228 20 8 20C7.44772 20 7 19.5523 7 19C7 18.4477 7.44772 18 8 18C8.55228 18 9 18.4477 9 19ZM17 21C15.8954 21 15 20.1046 15 19C15 17.8954 15.8954 17 17 17C18.1046 17 19 17.8954 19 19C19 20.1046 18.1046 21 17 21ZM18 19C18 19.5523 17.5523 20 17 20C16.4477 20 16 19.5523 16 19C16 18.4477 16.4477 18 17 18C17.5523 18 18 18.4477 18 19Z" fill="white"/></svg>');
}

.product-card__btn-add::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.50545 12.5741L5.50678 12.5825L5.50835 12.5915L5.72827 13.911C5.92918 15.1165 6.97216 16 8.19425 16H19.5C19.7761 16 20 15.7761 20 15.5C20 15.2239 19.7761 15 19.5 15H8.19425C7.461 15 6.83521 14.4699 6.71466 13.7466L6.59023 13H19.5C19.7232 13 19.9194 12.852 19.9808 12.6374L21.9808 5.63736C22.072 5.31795 21.8322 5 21.5 5H5.25526C5.01903 3.84029 3.99756 3 2.80575 3H2.5C2.22386 3 2 3.22386 2 3.5C2 3.77614 2.22386 4 2.5 4H2.80575C3.539 4 4.16479 4.53012 4.28534 5.2534L5.50545 12.5741ZM6.42356 12L5.42356 6H20.8371L19.1228 12H6.42356ZM8 21C6.89543 21 6 20.1046 6 19C6 17.8954 6.89543 17 8 17C9.10457 17 10 17.8954 10 19C10 20.1046 9.10457 21 8 21ZM9 19C9 19.5523 8.55228 20 8 20C7.44772 20 7 19.5523 7 19C7 18.4477 7.44772 18 8 18C8.55228 18 9 18.4477 9 19ZM17 21C15.8954 21 15 20.1046 15 19C15 17.8954 15.8954 17 17 17C18.1046 17 19 17.8954 19 19C19 20.1046 18.1046 21 17 21ZM18 19C18 19.5523 17.5523 20 17 20C16.4477 20 16 19.5523 16 19C16 18.4477 16.4477 18 17 18C17.5523 18 18 18.4477 18 19Z" fill="%230055D1"/></svg>');
  width: 24px;
  height: 24px;
}

.product-card__favorite button {
  background: transparent;
  width: 24px;
  height: 24px;
  padding: 0px;
  position: absolute;
  right: 10px;
}

.product-card__favorite button:hover::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M15.5 4C18.8508 4 21 6.3027 21 10C21 12.894 18.0716 16.1668 12.2716 19.9198C12.1063 20.0267 11.8937 20.0267 11.7284 19.9198C5.92838 16.1668 3 12.894 3 10C3 6.3027 5.14919 4 8.5 4C10.0277 4 11.2097 4.52341 12 5.55573C12.7903 4.52341 13.9723 4 15.5 4Z" fill="%23332233"/></svg>');
  width: 24px;
  height: 24px;
  display: block;
}

.product-card__favorite button::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M21 10C21 6.3027 18.8508 4 15.5 4C13.9723 4 12.7903 4.52341 12 5.55573C11.2097 4.52341 10.0277 4 8.5 4C5.14919 4 3 6.3027 3 10C3 12.894 5.92838 16.1668 11.7284 19.9198C11.8937 20.0267 12.1063 20.0267 12.2716 19.9198C18.0716 16.1668 21 12.894 21 10ZM15.5 5C18.2825 5 20 6.84016 20 10C20 12.3991 17.3513 15.399 12 18.9034C6.64867 15.399 4 12.3991 4 10C4 6.84016 5.71748 5 8.5 5C9.98354 5 10.974 5.56595 11.5528 6.72361C11.737 7.09213 12.263 7.09213 12.4472 6.72361C13.026 5.56595 14.0165 5 15.5 5Z" fill="%23332233"/></svg>');
  width: 24px;
  height: 24px;
  display: block;
}

.mp__reviews .mp-section-header__h {
  max-width: 610px;
}

.portoflio-tabs-slider .swiper-slide {
  width: -moz-max-content !important;
  width: max-content !important;
}

.portoflio-tabs-slider {
  overflow: visible;
}

.reviews-item {
  background: #f4f4f4;
  padding: 20px;
  margin-bottom: 20px;
  height: 100%;
}

.reviews-item__header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.reviews-item__avatar {
  width: 65px;
  height: 65px;
  margin-right: 20px;
  border-radius: 65px;
  overflow: hidden;
}

.reviews-item__avatar img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.reviews-item__title {
  font-size: 22px;
  font-weight: 500;
}

.reviews-item__subtitle {
  font-size: 16px;
  opacity: 0.5;
  font-weight: 400;
}

.reviews-item__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 30px;
}

.reviews-item__full-text {
  display: none;
}

.reviews-item__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reviews-item__file a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.reviews-item__read-more button {
  background: #332233;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  padding: 0;
}

.reviews-item__read-more button::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="22" viewBox="0 0 23 22" fill="none"><path d="M2.1005 10.8995H21.8995M21.8995 10.8995L12.396 20.403M21.8995 10.8995L12.396 1.39598" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 23px;
  height: 23px;
  transition: .4s;
}

.reviews-item__read-more button:hover:after {
  transition: .4s;
  transform: rotate(-45deg);
}

.blue-title {
  font-size: 22px;
  color: var(--color-blue);
  font-weight: 500;
  margin-bottom: 40px;
}

.promo-item {
  background: #f4f4f4;
  padding: 20px 10px;
  margin-bottom: 20px;
}

.promo-item__img {
  height: 207px;
  overflow: hidden;
}

.promo-item__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.promo-item__header {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.promo-item__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 127.721%;
  max-width: 240px;
}

.promo-item__btn {
  margin-left: auto;
}

.promo-item__btn a {
  background: #332233;
  border-radius: 2px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo-item__btn a::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(%23clip0_327_18421)"><path d="M1 15L15 1M15 1V14.44M15 1L1.56 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_327_18421"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
  width: 16px;
  height: 20px;
}

.mp-promo__row {
  margin-bottom: 64px;
}

.main-header__mobile-logo {
  display: none;
  width: 151px;
}

.main-header__toggler {
  width: 38px;
  height: 20px;
  position: relative;
  transition: 0.5s ease-in-out;
  background: transparent;
  margin-left: 20px;
}

.main-header__toggler span {
  margin: 0;
  padding: 0;
}

.toggler-icon {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--color-blue);
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.middle-bar {
  margin-top: 0px;
}

.main-header__toggler.active .toggler-icon {
  background: #332233;
}

.main-header__toggler.active .top-bar {
  margin-top: 0px;
  transform: rotate(135deg);
}

.main-header__toggler.active .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}

.main-header__toggler.active .bottom-bar {
  margin-top: 0px;
  transform: rotate(-135deg);
}

.main-header__toggler .top-bar {
  margin-top: -10px;
  transform: rotate(0deg);
}

.main-header__toggler .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}

.main-header__toggler .bottom-bar {
  margin-top: 10px;
  transform: rotate(0deg);
}

.main-header__mobile-menu {
  display: none;
  background: #fff;
}

.main-header.active {
  background: #fff;
}

.main-header.active .main-header__inner {
  border-bottom: none;
}

.main-header.active .main-header__row-s-col-s ul {
  display: none;
}

/*
.main-header__mobile-menu ul li {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header__mobile-menu ul li::after {
  content: url('data:image/svg+xml,<svg width="11.121094" height="19.414062" viewBox="0 0 11.1211 19.4141" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>Created with Pixso.</desc><defs/><path id="Vector 8" d="M0.707031 18.707L9.70703 9.70703L0.707031 0.707031" stroke="%23332233" stroke-opacity="1.000000" stroke-width="2.000000"/></svg>');
  width: 18px;
  display: block;
}
*/

.tab-toggler {
  display: none;
}

.main-header-mobile__phone-title {
  margin-bottom: 10px;
  margin-top: 40px;
  font-weight: 500;
}

.main-header-mobile__phone {
  margin-bottom: 20px;
}

.main-header-mobile__shedule-title {
  margin-bottom: 10px;
  font-weight: 500;
}

.main-header-mobile__shedule {
  margin-bottom: 20px;
}

.main-header-mobile__address-title {
  margin-bottom: 10px;
  font-weight: 500;
}

.main-header-mobile__address {
  margin-bottom: 20px;
}

.main-header-mobile__socials-title {
  margin-bottom: 20px;
  font-weight: 500;
}

.main-header-mobile__socials a {
  margin-right: 10px;
}

.main-header__row-s-mobile {
  display: none;
  align-items: center;
}

.main-header__row-s-mobile ul li:last-child {
  margin-left: auto;
}

.main-header.active .main-header__row-s-mobile {
  display: none;
}

.main-header__row-s-mobile .btn {
  padding: 8px 12px;
}

.breadcrumb-block {
  position: relative;
  z-index: 10;
  font-size: 14px;
}

.breadcrumb-block ul {
  padding: 0 0 20px;
  align-items: center;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb-item a {
  color: #222;
}

.breadcrumb-item.active {
  color: rgba(34, 34, 34, 0.50);
  line-height: 1.5;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: rgba(34, 34, 34, 0.50);
  float: none;
  content: "";
  background: url(/img/breadcrumb-icon.svg);
  width: 17px;
  height: 16px;
  padding: 0;
  margin: 0 10px;
}


.breadcrumb-item {
  display: flex;
  align-items: center;
}

.plant-page__main-block .mp-section-header__title {
  max-width: 610px;
}

.plant-page__mb-text p {
  margin-bottom: 10px;
}

.plant-page__tech-mat .mp-section-header {
  max-width: 505px;
}

.tech-mat__item {
  background: var(--color-grey);
  padding: 20px;
  margin-bottom: 20px;
}

.tech-mat__item h3 {
  font-weight: 500;
}

.tech-mat__item .tech-mat-item__header {
  margin-bottom: 20px;
}

.tech-mat-item__btn {
  margin-left: auto;
}

.tech-mat-item__btn a {
  background: #332233;
  display: block;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tech-mat-item__btn a::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(%23clip0_341_15697)"><path d="M1 15L15 1M15 1V14.44M15 1L1.56 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_341_15697"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
  width: 16px;
  height: 20px;
}

.tech-mat-item__header {
  display: flex;
  align-items: center;
}

.tech-mat-item__title {
  max-width: 207px;
}

.mp-section-header__h {
  word-wrap: break-word;
}

.contact-block__title {
  word-wrap: break-word;
}

.plant-page__persons .mp-section-header {
  max-width: 715px;
}

.person-card {
  background: var(--color-grey);
  padding: 20px;
  margin-bottom: 20px;
}

.person-card__img {
  height: 299px;
  overflow: hidden;
  margin-bottom: 20px;
}

.person-card__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.person-card__fio {
  font-size: 22px;
  color: var(--color-blue);
  font-weight: 500;
  margin-bottom: 10px;
}

.person-card__exp {
  margin-bottom: 20px;
}

.person-card__exp span {
  font-weight: 500;
}

.person-card__desc {
  margin-bottom: 10px;
}

.person-card__confirm a {
  text-decoration: underline;
}

.pride-item {
  background: var(--color-blue);
  color: #fff;
  height: 300px;
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.pride-item__img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
}

.pride-item__img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.pride-item__desc {
  position: relative;
  z-index: 5;
  height: 100%;
}

.pride-item__title {
  font-size: 58px;
  font-weight: 500;
}

.pride-item__text {
  font-size: 22px;
  position: absolute;
  bottom: 0px;
}

.certificate-page__title {
  color: var(--color-blue);
  margin-bottom: 20px;
  font-weight: 500;
}

.certificate-page__desc {
  max-width: 610px;
  margin-bottom: 40px;
}

.certificate-page__block {
  margin-bottom: 64px;
}

.certificate-page__block:last-child {
  margin-bottom: 0px;
}

.contact-page__block-contacts {
  background: var(--color-grey);
  padding: 20px 40px;
  height: 100%;
}

.contact-page__block-contacts ul li {
  margin-bottom: 20px;
}

.contact-page__block-contacts .cpbc-title {
  font-weight: 500;
  margin-bottom: 10px;
}

.contact-page__block-contacts .cpbc-title-text a {
  margin-right: 10px;
}

.contact-page__requisites .mp-section-header {
  max-width: 505px;
}

.contact-page-requisites__table-row {
  display: flex;
  border-bottom: 1px solid #ced0db;
}

.contact-page-requisites__table-title {
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  color: var(--color-blue);
  background: #ebf1fb;
  min-width: 295px;
}

.contact-page-requisites__table-text {
  background: var(--color-grey);
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}

.delivery-page__main-block-text {
  max-width: 925px;
}

.delivery-page__main-block-text p {
  padding-bottom: 40px;
}

.delivery-page__main-block-text h3 {
  padding-bottom: 20px;
}

.delivery-page__main-block-text ul {
  padding-bottom: 40px;
}

.delivery-page__main-block-text ul li {
  list-style: disc;
  padding-bottom: 10px;
}

.p-10 {
  padding-bottom: 10px;
}

.delivery-item {
  padding: 20px 10px;
  background: var(--color-grey);
  position: relative;
  min-height: 400px;
  margin-bottom: 20px;
}

.delivery-item__text {
  margin-top: 120px;
  padding-left: 31px;
  padding-right: 10px;
}

.delivery-item__text ul li {
  list-style: disc;
  padding-bottom: 10px;
}

.delivery-item__img {
  width: 100%;
  position: absolute;
  text-align: center;
}

.accordion {
  background: var(--color-grey);
  color: #332233;
  position: relative;
  cursor: pointer;
  padding: 20px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  display: flex;
  align-items: center;
}

.accordion::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="11" viewBox="0 0 20 11" fill="none"><path d="M1 1L10 10L19 1" stroke="%23332233"/></svg>');
  transition: 0.2s ease-in-out;
  position: absolute;
  right: 20px;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  background: var(--color-grey);
  border-bottom: 1px solid #d5d2d5;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel__inner {
  padding: 20px;
}

.panel__inner p {
  padding-bottom: 10px;
}

.panel__inner ul li {
  list-style: disc;
  padding-bottom: 10px;
}

.panel__inner ul {
  padding-bottom: 20px;
  padding-left: 20px;
}

.vacancies-page__title {
  color: var(--color-blue);
  margin-bottom: 20px;
  font-weight: 500;
}

.accordion.active::after {
  transform: rotate(180deg);
}

.vacancies-item__price {
  margin-left: auto;
  margin-right: 78px;
  font-weight: 500;
  font-size: 22px;
  color: var(--color-blue);
}

.prices-page .mp-section-header {
  max-width: 610px;
}

.price-tab {
  width: calc(100% - 40px);
  padding: 20px;
  height: 40px;
  text-align: center;
  line-height: 1.2;
  background: #ebf1fb;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: inherit;
  -webkit-appearance: inherit;
}

.price-tab.blog-tab-btn {
  width: calc(100% - 40px);
}

.price-tab.active {
  background: var(--color-blue);
  color: #fff;
}

.page-template-price .prices-page {
  padding-bottom: 0;
}

/* Style the tab content */
.tabcontent {
  display: none;
  animation: fadeEffect 1s;
  /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

table {
  width: 100%;
  border: 1px solid #dedcde;
  margin-bottom: 40px;
}

table tr th {
  padding: 20px;
  font-weight: 500;
  background: #ebf1fb;
  border-right: 1px solid #dedcde;
}

table tr td {
  padding: 20px;
  border-bottom: 1px solid #dedcde;
  border-right: 1px solid #dedcde;
}

.tabcontent h3 {
  font-weight: 500;
  color: var(--color-blue);
  margin-bottom: 20px;
}

.prices-page__main-block .tabcontent {
  margin-top: 64px;
}

.page-template-default .static-page {
  padding-bottom: 0;
}

.static-page__content p {
  padding-bottom: 10px;
  max-width: 925px;
}

.static-page__content h2 {
  margin-bottom: 20px;
  max-width: 925px;
}

.static-page__content h3 {
  font-weight: 500;
  padding-bottom: 20px;
  max-width: 925px;
}

.static-page__content ul {
  padding-bottom: 10px;
  max-width: 925px;
}

.static-page__content ul li {
  list-style: disc;
  margin-left: 20px;
}

.vacancies-page__list {
  background: var(--color-grey);
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.vacancies-page__list .accordion {
  width: auto;
  border-bottom: 1px solid #d5d2d5;
  margin: 0 20px 10px;
  padding: 20px 0 10px;
}

.vacancies-page__list .panel {
  border-bottom: none;
}

.static-blog .mp-section-header__h {
  max-width: 610px;
}

.mp-section-header__h {
  max-width: 610px;
  /*  margin-bottom: 118px;*/
}

label .required {
  color: #FD4D48;
}

.vac-file {
  display: none;
}

.wpcf7-form .file-area br {
  display: block;
}

.file-area svg {
  display: inline-block;
}

.file-area {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  border: 1px solid #b6afb6;
  flex-direction: column;
  text-align: center;
  color: gray;
}

label.file-area {
  margin-bottom: 20px;
}

.mp-section-header__t {
  max-width: 925px;
}

.blog-page__info {
  margin-left: auto;
  font-size: 12px;
  max-width: -moz-max-content;
  max-width: max-content;
}

.title__news {
  margin-bottom: 40px;
}

.news-item__title:after {
  transition: .4s;
}

.news-item__title:hover:after {
  transform: scale(1.1);
  transition: .4s;
}

.card-page .title-block {
  max-width: 610px;
}

.add-cart:hover {
  background: var(--color-blue);
  color: #fff;
  transition: .4s;
}

.blog-page__info div {
  margin-bottom: 10px;
}

.static-blog__content p {
  padding-bottom: 10px;
  max-width: 925px;
}

.static-blog__content h2 {
  margin-bottom: 20px;
  max-width: 610px;
}

.static-blog__content h3 {
  font-weight: 500;
  padding-bottom: 20px;
  max-width: 610px;
}

.static-blog__content ul {
  padding-bottom: 10px;
  max-width: 925px;
}

.static-blog__content ul li {
  list-style: disc;
  margin-left: 20px;
}

.about-page__text p {
  margin-bottom: 10px;
}

.p-64 {
  margin-bottom: 64px;
}

.guarantee-slider__row {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.guarantee-slider__left-block {
  width: 50%;
  position: relative;
}

.guarantee-slider__left-block p {
  max-width: 505px;
}

.guarantee-slider__left-block h2 {
  margin-bottom: 29px;
}

.guarantee-slider__img {
  max-width: 295px;
  margin: 0 auto;
}

.guarantee-slider__right-block {
  min-width: 200px;
  max-width: 550px;
}

.guarantee-slider__buttons {
  display: flex;
  position: absolute;
  bottom: 0px;
}

.guarantee-slider__buttons .swiper-button-disabled {
  opacity: .3;
}

.guarantee-slider__prev,
.guarantee-slider__next {
  width: 36px;
  height: 47px;
  border: 1px solid var(--color-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

/* 
.guarantee-slider {
  margin-bottom: 64px;
} */

.partners-page .mp-section-header {
  max-width: 610px;
}

.partners-item {
  border: 1px solid #d6e4f8;
  padding: 10px;
  margin-bottom: 20px;
  font-weight: 500;
}

.text-blue {
  color: var(--color-blue);
}

.mp__slider-main-inner .btn {
  padding: 16.5px 0px;
  min-width: 295px;
}

.pagination-outer {
  position: relative;
}

.swiper-slide .col-xl-4 {
  box-sizing: border-box;
}

.mp-description__inner p {
  margin-top: 20px;
}

.mp-description__inner p:first-child {
  margin-top: 0px;
}

.guarant-slider {
  min-width: 610px;
}

.hydro-icon {
  display: inline-block;
  width: 44px;
  height: 50px;
  position: relative;
  top: 10px;
  margin-right: 20px;
}

.hydro-icon::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="44" height="50" viewBox="0 0 44 50" fill="none"><path d="M0 25.31H21.9896V1L0 25.31Z" fill="%234C4C4C"></path><path d="M43.9779 25.3086H21.9883V49.6186L43.9779 25.3086Z" fill="%234C4C4C"></path><path d="M21.9896 49.6186V25.3086H0L21.9896 49.6186Z" fill="black"></path><path d="M21.9883 1V25.31H43.9779L21.9883 1Z" fill="black"></path><path d="M21.9891 11.4219L30.8161 22.3027V29.8377L25.6426 34.8885H18.331L13.1621 29.8377V22.3027L21.9891 11.4219Z" fill="white" stroke="white" stroke-width="3" stroke-miterlimit="10"></path><path d="M21.9852 11.4219L30.8122 22.3027V29.8377L25.6433 34.8885H18.3317L13.1582 29.8377V22.3027L21.9852 11.4219Z" fill="white"></path><path d="M21.9852 11.4219V24.4935L13.1582 22.3027L21.9852 11.4219Z" fill="%230055D1"></path><path d="M18.3301 34.8872L21.9836 24.4922L25.6416 34.8872H18.3301Z" fill="%230055D1"></path><path d="M21.9844 24.4935V11.4219L30.8114 22.3027L21.9844 24.4935Z" fill="%232296FF"></path><path d="M21.9844 24.4936L30.8114 22.3027L30.8205 29.8377L25.6425 34.8886L21.9844 24.4936Z" fill="%231779E2"></path><path d="M21.9852 24.4936L18.3317 34.8886L13.1674 29.8377L13.1582 22.3027L21.9852 24.4936Z" fill="%23003189"></path></svg>');
  width: 100%;
  height: 100%;
  display: block;
}

.news-item {
  background: var(--color-grey);
  padding: 10px;
}

.news-item__img {
  height: 161px;
  overflow: hidden;
}

.news-item__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.news-item__title {
  justify-content: space-between;
  font-weight: 500;
  line-height: 127.7%;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.news-item__title::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M1 15L15 1M15 1V14.44M15 1L1.56 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background: #332233;
  width: 38px;
  height: 38px;
  min-width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-page__year-title {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: auto;
}

.news-page__tabcontent {
  margin-top: 64px;
}

.news-tab {
  padding: 15px 20px;
  background: #ebf1fb;
  font-size: 16px;
}

.news-tab.active {
  background: var(--color-blue);
  color: #fff;
}

.blog-item {
  display: flex;
  margin-bottom: 40px;
}

.blog-item__img {
  width: 295px;
  height: 229px;
  margin-right: 20px;
}

.blog-item__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-item__header-left {
  display: flex;
  align-items: center;
}

.blog-item__number {
  font-size: 22px;
  margin-right: 20px;
  font-weight: 500;
}

.blog-tab {
  padding-top: 64px;
}

.blog-tab-btn {
  width: 293px;
  height: 140px;
  font-size: 22px;
  font-weight: 500;
}

.blog-item__date {
  opacity: 0.36;
}

.blog-item {
  position: relative;
}

.blog-item__right {
  width: 100%;
}

.blog-item__text {
  position: absolute;
  bottom: 0;
}

.blog-item__fio {
  margin-bottom: 20px;
}

.blog-item__title {
  margin-bottom: 10px;
  color: var(--color-blue);
  font-weight: 500;
}

.wpcf7-list-item {
  margin: 0px;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-form br {
  display: none;
}

.static-blog__header {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 40px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.static-blog__thumb {
  width: 50%;
  overflow: hidden;
}

.static-blog__thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.static-blog__article-blog {
  background: var(--color-grey);
  padding: 20px;
  width: 50%;
}

.static-blog__article-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.static-blog__article-list ol li {
  margin-bottom: 10px;
}

.static-blog__article-list ol li {
  color: var(--color-blue);
  font-size: 22px;
}

.static-blog__article-list ol li a {
  color: var(--color-blue);
  font-size: 22px;
}

.news-inside .text-block p {
  max-width: 925px;
}

.news-inside .text-block p:has(img) {
  max-width: 100%;
  width: 100%;
}

.news-inside .text-block h2,
.news-inside .text-block h3,
.news-inside .text-block h4,
.news-inside .text-block h5,
.news-inside .text-block h6 {
  max-width: 610px;
}

.static-blog__footer {
  margin-top: 27px;
}

.static-blog__repost-title {
  color: var(--color-blue);
}

.stock-page {
  margin-bottom: 64px;
}

.districts-page .mp-section-header__title {
  max-width: 610px;
}

.portfolio-tab {
  width: 166px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  padding: 10px;
  margin-bottom: 10px;
}

.portfolio-tabs {
  margin-bottom: 64px;
}

.blue-block {
  color: #fff;
  padding: 64px 0px;
  text-align: center;
  background: var(--color-blue);

}

.page-404__title {
  font-size: 128px;
  line-height: 127.7%;
  font-weight: 600;
}

.page-404__subtitle h3c {
  font-weight: 300;
}

.blue-text {
  color: var(--color-blue);
}

.popup-contact-form .popup__content {
  padding: 40px;
  width: 610px;
}

.popup-contact-form .popup__content h4 {
  text-align: center;
  margin-bottom: 40px;
}

.popup-contact-form .popup__content h2 {
  text-align: center;
  margin-bottom: 26px;
}

.popup-contact-form .popup__content input[type=submit] {
  width: 100%;
  max-width: none;
  margin-bottom: 10px;
}

.product-page__title {
  margin-bottom: 20px;
  margin-top: 20px;
}

.product-page__tabs {
  margin-top: 64px;
  border-bottom: 1px solid #dedcde;
  padding: 0px;
}

.product-page__tabs .product-page__tab {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  background: transparent;
  color: #b6afb6;
  padding-left: 0px;
  padding-right: 40px;
}

.product-page__tabs .product-page__tab.active {
  color: #332233;
}

.product-page__tabcontent {
  margin-bottom: 0;
  padding-top: 40px;
  padding-left: 0px;
  padding-right: 0px;
}

.product-page__tabcontent h3 {
  display: block;
  color: var(--color-blue);
}

.product-page__tabcontent p {
  max-width: 925px;
}

.product-page__tabcontent .p-20 {
  display: block;
  margin-bottom: 20px;
}

.product-page__tabcontent .p-40 {
  display: block;
  margin-bottom: 40px;
}

.product-page__tabcontent ul li {
  padding-bottom: 10px;
  list-style: disc;
  margin-left: 20px;
}

.w-925 {
  max-width: 925px;
}

.product-page_pecul-block {
  background: var(--color-blue);
  color: #fff;
  height: 100%;
  padding: 20px;
}

.product-page_pecul-block-number {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 23px;
}

.product-page__desc-row-block {
  display: flex;
  margin-bottom: 20px;
}

.product-page__desc-row-block-text {
  min-width: 820px;
  margin-right: 20px;
}

.product-list__filter {
  background: var(--color-grey);
  padding: 20px 10px;
}

.product-page__desc-row-block-img {
  min-width: 400px;
  height: 264px;
  overflow: hidden;
}

.product-page__desc-row-block-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.woocommerce-product-gallery__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 313px;
  border: 1px solid #d6e4f8;
}

.entry-summary .price {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

.quantity {
  margin-right: 10px;
}

.quantity input {
  width: 95px;
  height: 60px;
  border: 1px solid #dedcde;
  text-align: center;
  font-size: 18px;
}

.entry-summary .cart {
  display: flex;
  margin-bottom: 8px;
}

.single_add_to_cart_button {
  margin-right: 10px;
}

.add-to-favorite {
  background: transparent;
  border: 1px solid #dedcde;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buy-one-click {
  margin-bottom: 10px;
}

.pp__services .mp-section-header__h,
.mp__services .mp-section-header__t {
  max-width: 610px;
}

.blue-tab-btn {
  background: #ebf1fb;
  padding: 20px;
  min-height: 244px;
  margin-bottom: 64px;
}

.blue-tab-btn.active {
  background: var(--color-blue);
  color: #fff;
}

.blue-tab-btn__title {
  font-size: 22px;
  padding-bottom: 20px;
  font-weight: 500;
}

.product-page__tech-img {
  margin-bottom: 64px;
}

.product-page-tech__textimg {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}

.product-page-tab__prices h3 {
  margin-bottom: 20px;
  display: block;
}

.product-page__cert a {
  text-decoration: underline;
  margin-top: 20px;
  display: block;
}

.category-list__services {
  margin-top: 64px;
  margin-bottom: 128px;
}

.category-list__tw-item .tw-item__btn {
  position: absolute;
  bottom: 0px;
}

.category-list__tw-item .tw-item__btn .btn {
  width: 38px;
  height: 38px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: none;
}

.product-cat-page__desc {
  display: flex;
}

.pcp__desc-img {
  /*width: 610px;
  margin-left: 20px;*/
  overflow: hidden;
}

.pcp__desc-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.pcp__desc-left-block p {
  padding-bottom: 40px;
}

.pcp__desc-left-block h3 {
  margin-bottom: 30px;
  font-weight: 500;
  color: var(--color-blue);
}

.pcp__desc-left-block span {
  font-size: 22px;
  font-weight: 500;
  color: var(--color-blue);
}

.product-cat-page__types-sect h2 {
  margin-bottom: 67px;
  font-weight: 500;
}

.pcp__types-block {
  display: flex;
  margin-bottom: 40px;
}

.pcp__types-block-img-inner {
  width: 610px;
  height: 269px;
  overflow: hidden;
  margin-left: 20px;
}

.pcp__types-block-img-inner img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cart-block-outer .container {
  position: relative;
}

.cart-block {
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  width: 605px;
  padding: 64px 20px;
  height: 100%;

  @media (max-width: 605px) {
    & {
      width: 100%;


    }
  }
}

.cart-block-outer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 34, 51, 0.16);
  opacity: 0;
  display: none;
}

.cart-block-outer.active {
  display: block;
  opacity: 1;
  position: fixed;
  z-index: 101;
}

.cart-block-outer.active .cart-block {
  animation: slideIn 0.3s forwards;
}

@keyframes slideIn {
  from {
    right: -300px;
  }

  to {
    right: 0;
  }
}

.header__cart {
  background: transparent;
}

.cart-block__close {
  display: flex;
}

.cart-block__close-btn {
  margin-left: auto;
  background: transparent;
}

.cart-list {
  position: relative;
  margin-top: 40px;
  overflow-y: auto;
  /* Включаем вертикальный скролл */
  height: calc(100svh - 340px);
  /* Устанавливаем высоту блока */
  z-index: 1;
}

/* Стилизация полосы прокрутки */
.cart-list::-webkit-scrollbar {
  width: 6px;
  /* Ширина скроллбара */
}

/* Стилизация ползунка скроллбара для WebKit (Chrome, Safari) */
.cart-list::-webkit-scrollbar-thumb {
  background-color: rgba(169, 169, 169, 0.5);
  /* Цвет ползунка */
  border-radius: 3px;
  /* Закругление углов ползунка */
}

/* Стилизация ползунка скроллбара для остальных браузеров */
.cart-list::-webkit-scrollbar-thumb {
  background-color: rgba(169, 169, 169, 0.5);
  /* Цвет ползунка */
  border-radius: 3px;
  /* Закругление углов ползунка */
}

.cart-list::-webkit-scrollbar-thumb:hover {
  background-color: rgba(169, 169, 169, 0.7);
  /* Изменение цвета при наведении для WebKit */
}

.cart-list::-webkit-scrollbar-thumb:active {
  background-color: rgba(169, 169, 169, 0.9);
  /* Изменение цвета при активации для WebKit */
}

/* Дополнительные стили для полосы прокрутки в Firefox */
.cart-list {
  scrollbar-width: thin;
  /* Устанавливаем тонкий скролл */
}

.cart-list {
  scrollbar-color: rgba(169, 169, 169, 0.5) transparent;
  /* Устанавливаем цвет скролла */
}

.cart-list .cart-item:first-child {
  border-top: 1px solid #dedcde;
}

.cart-item {
  border-bottom: 1px solid #dedcde;
  padding: 20px 0px;
  display: flex;
  gap: 20px;
}

.cart-block__checkout-btn {
  max-width: none;
  position: absolute;
  width: 100%;
  bottom: 64px;
}

.cart-item__img {
  padding: 50px;
  border: 1px solid #dedcde;
  overflow: hidden;
  position: relative;

  & img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    max-width: 100%;
    height: 90%;
  }

  &::after {
    width: 100%;
    height: 100%;
    border: 1px solid #dedcde;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }


}

.cart-block__header {
  display: flex;
  justify-content: space-between;
}

.cart-block__baskethead {
  font-size: clamp(25px, 3vw, 40px);

  @media (max-width: 320px) {
    & {
      margin-bottom: 0;

      position: relative;
      bottom: 20px;
    }

  }
}

.cart-block__header button {
  background: transparent;
  color: #b6afb6;
  text-decoration: underline;
}

.cart-item__right {
  flex: 1 2 auto;
}

.cart-item__left {
  flex: 0 0;

}

.cart-item__title {
  font-weight: 500;
  margin-bottom: 10px;
}

.cart-item__price {
  margin-bottom: 10px;
}

:root {
  --color-blue: #0055d1;
  --color-grey: #f4f4f4;
}

@media (max-width: 1199px) {
  .guarantee-slider__row {
    display: block;
  }

  .tab-toggler {
    display: block;
  }

  h1 {
    font-size: 40px;
    line-height: 127.7%;
  }

  h2 {
    font-size: 36px;
    line-height: 127.7%;
  }

  h3 {
    font-size: 24px;
    line-height: 127.7%;
  }

  h4 {
    font-size: 16px;
    line-height: 127.7%;
  }

  .main-header__row-f {
    display: none;
  }

  .main-header__row-s {
    margin-top: 0px;
    padding-top: 0;
  }

  .main-header__menu {
    display: none;
  }

  .main-header__mobile-logo {
    display: block;
  }

  .main-header__row-s-col-s .btn {
    padding: 10px 12.5px;
  }

  .main-header.active .main-header__mobile-menu {
    display: block;
  }

  .contact-block__inner {
    display: block;
  }

  .contact-block__right-col {
    width: 100%;
  }

  .contact-block__left-col {
    max-width: none;
  }

  .contact-block__left-col {
    margin-bottom: 40px;
  }

  .tw-item {
    margin-bottom: 16px;
  }

  .guarantee-slider__buttons {
    position: static;
  }
}

@media (max-width: 991px) {
  .is-hidden-desktop {
    display: block;
  }

  .is-hidden-mobile {
    display: none;
  }

  .main-footer__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;

  }

  .mp-section-header__title,
  .mp-section-header__text {
    display: block;
  }

  .mp-section-header__read-more {
    margin-top: 16px;
  }

  .mpsw-item {
    height: auto;
  }

  .reviews-item {
    margin-bottom: 20px;
  }

  .blog-item {
    display: block;
  }

  .blog-item__text {
    position: static;
  }

  .blog-item__img {
    width: 100%;
  }

  .blog-page__info {
    margin-top: 12px;
  }

  .static-blog__header {
    display: block;
  }

  .static-blog__article-blog {
    width: 100%;
    margin-bottom: 20px;
  }

  .static-blog__thumb {
    width: 100%;
  }

  .mp__service-slider-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .main-footer__menus {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }

  .mf__col-nav {
    width: 190px;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .contact-page-requisites__table-row {
    display: block;
  }

  .main-header__mobile-logo {
    width: 130px;
  }

  .main-header__row-s-col-s ul {
    display: none;
  }

  .main-header__row-s-mobile {
    display: block;
  }

  .main-header__row-s-mobile ul {
    display: flex;
    align-items: center;
  }

  .main-header__row-s-mobile {
    margin-top: 15px;
  }

  .main-header__row-s-mobile ul li {
    margin-right: 13px;
  }

  .main-header__row-s-mobile ul li:last-child {
    margin-right: 0px;
  }

  .tw-item {
    display: block;
    margin-bottom: 16px;
  }

  .tw-item__img {
    width: 100%;
  }

  .tw-item__right-block {
    margin-top: 32px;
    margin-left: 0px;
  }

  .tw-item__btn .btn {
    width: 100%;
    max-width: none;
    text-align: center;
  }

  .mp-section-header__read-more .btn {
    max-width: none;
    width: 100%;
  }

  .main-slider__btns {
    display: none;
  }

  .mp__description {
    font-size: 24px;
  }

  .guarantee-slider__left-block {
    width: 100%;
  }

  .guarant-slider {
    min-width: auto;
  }
}

@media (max-width: 575px) {
  .vacancies-item__price {
    margin-right: 40px;
  }

  table {
    font-size: 12px;
  }

  .price-tab {
    padding: 16px 8px;
    font-size: 16px;
    font-weight: 400;
    height: 76px;
  }

  .mp__slider-main-inner .mp-section-header__h {
    max-width: 100%;
  }
}

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



.btn-cart {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #333;
  background: transparent;
  cursor: pointer;
  transition: all 0.2s ease-in-out;

  /* Стили для SVG иконки */
  & svg {
    width: 20px;
    height: 20px;
    fill: #332233;
    stroke: #332233;
    transition: all 0.2s ease-in-out;
  }

  @media (max-width: 550px) {
    & {
      padding: 5px 10px;
    }
  }

  @media (hover: hover) {

    /* Стили при наведении */
    &:hover {
      background-color: transparent;
      border-color: var(--color-blue);
      color: #444;

      & svg {
        fill: var(--color-blue);
        stroke: var(--color-blue);

      }
    }
  }

  @media (hover: none) {

    /* Стили при нажатии */
    &:active {
      background-color: transparent;
      color: var(--color-blue);

      & svg {
        fill: var(--color-blue);
      }
    }
  }
}



/**************/

.cart-item__footer {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;

  @media (max-width: 520px) {
    & {
      margin-bottom: 50px;

    }

  }

  @media (max-width: 307px) {
    & {
      margin-bottom: 0;

    }

  }
}

.remove-cart-item {

  margin-left: auto;

  @media (max-width: 520px) {
    & {
      order: 3;

    }
  }

}

.cart-item__controls {
  flex: 0 0;
  display: flex;
  align-items: center;
  gap: 10px;

  @media (max-width: 520px) {
    & {
      order: 4;
      position: absolute;
      left: -122px;
      top: 44px;
      z-index: 0;
    }

  }
}

.cart-item__controls .cart-item__count.cart__quantity {
  flex: 0 1 50%;

}

.cart__quantity {

  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 45px;
  width: 98px;

  @media (max-width: 550px) {
    & {
      height: 40px;


    }
  }

  .cart__quantity-number {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    flex: auto;
    width: 26px;

    &:focus {
      border: none;
      outline: none;

    }

    &::-webkit-outer-spin-button,
    &::-webkit-inner-spin-button {
      appearance: none;
      margin: 0;
    }
  }

  .cart__quantity-plus,
  .cart__quantity-minus {
    background: transparent;
    ;
    font-weight: 300;
    font-size: 25px;
    flex: 0 1 33%;
    transition: all 0.2s ease-in-out;

    @media (hover: hover) {
      &:hover {
        background: #ccc;


      }
    }

    @media (hover:none) {
      &:active {
        background: #ccc;


      }
    }
  }

}

.cart__quantity .cart__quantity-number:focus~.cart__quantity {
  border: 1px solid #cccccc00;
}

.cart-subtotal {
  margin: 20px 0;
  color: #332233;
  text-align: right;
  font-size: 18px;


}


.checkout-button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;

  &:hover,
  &:active,
  &:focus {
    border: 1px solid var(--color-blue);
  }


}

.wp-block {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
}

/*---------------------*/

ul.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  column-gap: 10px;
}

ul.slick-dots li button {
  display: none;
}

ul.slick-dots li {
  background: #332233;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  opacity: 16%;
}

ul.slick-dots li.slick-active {
  background: #332233;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  opacity: 36%;
}

button.slick-next.slick-arrow {
  position: absolute;
  right: 18px;
  bottom: 0;
  font-size: 0;
}

button.slick-next.slick-arrow:before {
  position: absolute;
  right: 18px;
  bottom: -33px;
  content: 'Листайте влево, чтобы увидеть больше';
  width: 152px;
  text-align: left;
  font-size: 12px;
  color: #0055D1;
}

button.slick-prev.slick-arrow {
  display: none !important;
}


.slick__item {
  border: 1px solid #0055D1;
  padding: 10px;
}

.slick__img img {
  height: 116px;
}

.slick__img {
  min-height: 116px;
  margin-bottom: 40px;
}

section.look__block {
  background: #F4F4F4;
  /*     padding: 64px 0; */
  margin-bottom: 0;
}
/* 
.category-content {
  margin-top: 64px;
} */

.category-content .gidro-block {
  padding: 64px 0;
}

.page-template-services .category-content .gidro-block {
  padding: 0;
}

.materials .container h3 {
  margin-bottom: 20px;
}

.favorite .favorite-type {
  margin-top: 64px;
}

.mp-promo__inner .favorite-type:nth-child(2) {
  margin-top: 64px;
}

a.slick__link {
  color: #0055D1;
}

a.slick__link svg {
  margin-left: 4px;
  vertical-align: middle;
}

.slick__title {
  width: 95%;
}




.product-card__quantity.slick__quantity {
  display: none;
}

.product-card__info.slick__wraprer {
  display: flex;
  justify-content: space-between;
}

.slick__procent {
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color-blue);
  padding: 3px 6px 3px 9px;
  color: #fff;
}

.slick__procent:before,
.slick__procent:after {
  content: "";
  position: absolute;
  top: 0;
  border-style: solid;
}

.slick__procent:before {
  position: absolute;
  content: '';
  border-width: 0px 0 30px 21px;
  border-color: transparent transparent transparent var(--color-blue);
  right: -20px;
  top: 0px;
  bottom: 0;
}

.slick__procent:after {
  position: absolute;
  content: '';
  border-width: 0px 18px 30px 0;
  border-color: transparent transparent var(--color-blue) var(--color-blue);
  right: -18px;
  top: 0px;
  bottom: 0;
  border-style: solid;
}

.product-card__add-to-cart.slick__card button.button.product-card__btn-add {
  border: 1px solid #0000002e;
  background: #F4F4F4;
}

.product-card__add-to-cart.slick__card button.button.product-card__btn-add:hover {
  background: var(--color-blue);
}

.product-card__price.slick__prise {
  display: flex;
  flex-wrap: wrap;
}

span.old__prise {
  width: 100%;
  text-decoration: line-through;
}

.reviews-item__title.slick__slider--reviews {
  font-size: 16px;
  margin-bottom: 6px;
}

.reviews-item__subtitle.slick__slider--subtitle {
  margin-bottom: 27px;
}

.reviews-item__avatar.slick__img--reviews {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  margin-bottom: 10px;
}




section.product-cat-page__desc-sect .container {
  display: flex;
}

.pcp__desc-left-block {
  margin-right: 20px;
  width: 50%;
}

.pcp__desc-right-block {
  width: 48%;
}


.tech-mat__img {
  margin: 20px 0 0;
}

.plant-page-tech-mat__items .row .col-xl-3 .tech-mat__item {
  height: 100%;
}

.mpsw-item {
  min-height: 260px;
  height: 100% !important;
}

/* .mp-stages-work__inner .col-xl-4.col-md-6.col-sm-12 {
  margin-bottom: 20px;
} */

.promo-item__btn.is a {
  background: #0055D1;
}

.list__wrap {
  position: relative;

}

.list__wrap-right-arrow,
.list__wrap-left-arrow {
  position: absolute;
  top: 50%;
  padding: .20px;
  transform: translateY(-50%);
  cursor: pointer;

}

.list__wrap-left-arrow {
  left: -12px;
  box-shadow: rgb(14 14 14 / 57%) 40px 0 50px -40px inset;

  & svg {
    stroke: #fff;
    pointer-events: none;
  }


}

.list__wrap-right-arrow {
  right: -12px;
  box-shadow: rgb(14 14 14 / 57%) -40px 0 50px -40px inset;

  & svg {
    pointer-events: none;
    stroke: #fff;
  }

}

.teg__tit {
  color: #332233;
  font-size: 16px;
  margin-bottom: 20px;
}

.list__teg {
  display: flex;
  overflow-x: hidden;
  margin-bottom: 40px;
  width: 100%;
}

.list__teg-item,
.list__teg-item--clicked {
  border: 1px solid #33223391;
  padding: 12px;
  white-space: nowrap;
}

.list__teg-item:hover,
.list__teg-item.list__teg-item--clicked {
  color: var(--color-blue);
  border-color: var(--color-blue);
  cursor: pointer;
}

.list__teg-item+.list__teg-item {
  margin-left: 12px;
}

.disabled {
  visibility: hidden;

}

.brend__text {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 14px;
  max-width: 925px;
}

.btn-pos {
  display: flex;
  justify-content: end;
}

.btn-pos button {
  background: transparent;
  font-size: 16px;
  color: #0055D1;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.btn-pos button:hover {
  text-decoration: none;
}

.promo-item__title {
  width: 100%;
  max-width: 100%;
}

ul.advantages__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}

li.advantages__item {
  width: 23.333333333%;
  margin-bottom: 40px;
}

span.advantages__item-number {
  width: 100%;
  display: inline-block;
  color: #0055D1;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 500;
}

li.advantages__item p {
  font-size: 16px;
}

.text__bl {
  margin-bottom: 64px;
}

section.advantages {
  background: #F4F4F4;
  padding: 64px 0;
}

advantages__item p+p {
  margin-bottom: 11px;
}

.stocks__wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}

.stock {
  width: 45%;
  display: flex;
  column-gap: 20px;
  background: #F4F4F4;
  padding: 20px;
  margin-bottom: 20px;
  flex: auto;
}

span.stock__wraper {
  position: relative;
}

span.stock__procent {
  position: absolute;
  background: #0055D1;
  padding: 6px 10px;
  color: #fff;
}

.stock__tit {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

span.stock__procent:before,
span.stock__procent:after {
  content: "";
  position: absolute;
  top: 0;
  border-style: solid;
}


span.stock__procent:before {
  position: absolute;
  content: '';
  border-width: 0px 0 35px 25px;
  border-color: transparent transparent transparent #0055D1;
  right: -25px;
  top: 0px;
  bottom: 0;
}

span.stock__procent:after {
  position: absolute;
  content: '';
  border-width: 0px 30px 30px 0;
  border-color: transparent transparent #0055D1 #0055D1;
  right: -25px;
  top: 0px;
  bottom: 0;
  border-style: solid;
}

.stock__wraper {
  width: 45%;
}

.stock__text {
  width: 51%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
}

a.stock__item-btn {
  cursor: pointer;
  background: #332233;
  border-radius: 2px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.stock__item-btn:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(%23clip0_327_18421)"><path d="M1 15L15 1M15 1V14.44M15 1L1.56 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_327_18421"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
  width: 16px;
  height: 20px;
}

.stocks__read-more {
  display: flex;
  justify-content: space-between;
}


.blog__wrap {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 64px;
}

.blog__header {
  width: 51%;
}

.blog__header h2 {
  margin-bottom: 23px;
}

.blog-content__img {
  margin-bottom: 20px;
}

.blog-content__title h5 {
  font-size: 16px;
}



.static-page__content ul li {
  margin-left: 0;
}

.static-page__content ul li a {
  width: 218px;
}

.static-page__content ul li a:hover {
  background: var(--color-blue);
  color: #fff;
}

ul.wishlist-share__buttons {
  max-width: 100%;
  width: 100%;
}


table.shop_table.shop_table_responsive.wishlist_table.wishlist {
  text-align: center;
}

.wcboost-wishlist__item .product-add-to-cart {
  text-align: center;
}

.wcboost-wishlist__item .product-remove {
  width: 0;
}

td.product-remove a {
  font-size: 33px;
  border-radius: 100%;
  background: #eee;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 2px #000000b3;
}

td.product-remove a:hover {
  background: blue;
  color: #fff;
}

td.product-add-to-cart:hover {
  background: blue;
  color: #fff;
  cursor: pointer;
}

.wcboost-wishlist-edit-link-wrapper a {
  font-weight: 600;
  font-size: 17px;
  padding: 15px 30px;
  background: blue;
  color: #fff;
  border: 1px solid transparent;
}


.wcboost-wishlist-edit-link-wrapper a:hover {
  border: 1px solid blue;
  background: transparent;
  color: #000;
}

.promo-item--transparent {
  background: transparent;
  border: 1px solid rgba(0, 85, 209, 0.25);
  /* Преобразуем HEX в RGB */
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: all 0.2s ease-in-out;
}

.promo-item--transparent:hover,
.promo-item--transparent:hover .promo-item__title--min {
  color: var(--color-blue);
  border-color: rgba(0, 85, 209, 1);
  /* Преобразуем HEX в RGB */
}


.promo-item__header--inner {
  margin: 11px 0 0 0;

}

.promo-item__title--min {
  font-size: 17px;
  font-weight: 600;

}

.promo-item__img--min {
  margin: 0 auto;
  width: clamp(60%, 2vw, 100%);
  height: unset;

  & img {
    height: auto;

  }
}

/*-------------------*/

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

  li.advantages__item {
    width: 31.111111111%;
  }

}

@media (max-width: 1199px) {

  .tech-mat__img {
    margin: 0;
  }

  .plant-page-tech-mat__items .row .col-xl-3 .tech-mat__item {
    height: auto;
  }

}

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

  .stock {
    width: 100%;
  }

  .stock__wraper {
    width: 30%;
  }

  .pcp__types-block {
    flex-wrap: wrap;
  }

  .pcp__types-block-text {
    margin-bottom: 40px;
  }

  .pcp__types-block-img-inner {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .pcp__types-block-img-inner img {
    width: 100%;
  }

  li.advantages__item {
    width: 45%;
  }

}

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

  .slick__slider--wrap {
    margin-left: 0;
  }

  section.product-cat-page__desc-sect .container {
    display: flex;
    flex-wrap: wrap;
  }

  .pcp__desc-left-block {
    width: 100%;
  }

  .pcp__desc-right-block {
    width: 100%;
  }

}

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

  .blog__wrap {
    flex-wrap: wrap;
  }

  .blog__header {
    width: 100%;
    margin-bottom: 20px;
  }

  .stock {
    flex-wrap: wrap;
  }

  .stock__wraper {
    width: 100%;
    text-align: center;
  }

  .stock__text {
    width: 100%;
  }

  span.stock__img {
    margin-bottom: 20px;
    display: inline-block;
  }

  .stock__text p {
    margin-bottom: 15px;
  }


}

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

  h2 {
    font-size: 22px;
  }

  section.advantages {
    padding: 20px 0;
  }

  .guarantee-slider__img {
    max-width: 100%;
    text-align: center;
  }

  .guarantee-slider__left-block {
    width: 100%;
  }

  li.advantages__item {
    width: 100%;
  }

}


/* Стили для слайдера Swiper */
.swiper-container {
  width: 100%;
  /*height: 100%;  Высота слайдера */
  overflow: hidden;
  padding-right: 10px;
}

.swiper-container .swiper-slide {
  text-align: center;
  background: #fff;
  align-self: stretch;
  height: unset;
  cursor: pointer;
  border: 1px solid #ccc;
  /* Рамка вокруг слайда */
  transition: all 0.3s ease;
  /* Плавный переход цвета рамки */
}

.woocommerce-products-header {
  margin-bottom: 40px;

}

.category-details {
  margin: 10px 0 5px 0;
  font-size: 23px;
  display: flex;
  flex-wrap: wrap;
}

.category-details__head {

  flex: 1 1 auto;
}

.category-details__count {

  flex: 1 1 auto;
}

.category-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.swiper-container .swiper-slide:hover,
.swiper-container .swiper-slide.swiper-slide__active,
.swiper-container .swiper-slide:hover .category-title {
  border-color: #0055D1;
  color: #0055D1;

}


/* Стили для категорий и их изображений */
.category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.category-item__img {
  padding: 60px;
  overflow: hidden;
  position: relative;

}

.category-item__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  max-width: 100%;
  height: 75%;
}

/* Адаптивные стили */
@media (max-width: 767px) {
  /* Стили для категорий и их изображений */

  .category-item__img {
    padding: clamp(60px, 50%, 20%) clamp(60px, 50%, 40%);
  }

  .category-item__img img {
    height: clamp(75%, 100%, 100%);
  }

  .swiper-container {
    padding-right: 2px;
  }

  .category-title {

    font-size: 16px;
    /* Уменьшение размера заголовка на маленьких экранах */
  }

  .product-count {
    font-size: 12px;
    /* Уменьшение размера текста количества товаров на маленьких экранах */
  }
}

.gidro-block p strong,
.gidro-block h3 {
  color: var(--main, #0055D1);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.27;
}

.gidro-block h3 {
  margin: 45px 0 25px 0;
}

.gidro-podval-image img {
  width: 100%;
  height: 158px;
  object-fit: cover;
}

.left-nav .wpc-filter-set-widget-title {
  display: none;
}

.wpc-filter-header {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

.wpc-filter-selected-values {
  display: none;
}

.wpc-filter-collapsible.wpc-closed .wpc-filter-selected-values {
  display: block;
}

.wpc-wrap-icons {
  font-size: 16px;
  font-weight: 500;
}

a.blog-tab-btn {
  display: block;
  font-weight: normal;
  height: 50px;
  font-size: 16px;
}

.comment ul.comment-list {
  padding-left: 0;
}

.comment ul {
  padding-left: 40px;
}

.comment-body {
  background: #f4f4f4;
  padding: 20px;
  margin-bottom: 20px;
  height: 100%;
}

.edit-link a,
#cancel-comment-reply-link {
  color: var(--color-blue);
  border-bottom: 1px solid;
}

#cancel-comment-reply-link {
  display: inline-block;
  margin-left: 20px;
}

.comment .title-block {
  margin-bottom: 60px;
}

.comment__title {
  font-size: 18px;
  margin-bottom: 40px;
}

.logged-in-as {
  margin-bottom: 10px;
}

.logged-in-as a {
  color: var(--color-blue);
}

.comment-metadata time {
  font-size: 16px;
  opacity: 0.5;
  font-weight: 400;
}

.comment-author {
  font-size: 22px;
  font-weight: 500;
}

.comment-content {
  margin: 20px 0 20px;
}

.form-blk .form-control {
  color: #000;
}

.blue-bg .front-header .mp-header {
  background: #edf2fc;
}

.blue-bg .mp__slider-main {
  background: #edf2fc;
}

.blue-bg .mp__slider-main-inner .mp-section-header__h {
  color: var(--color-blue);
}

.mp-section-header__read-more {
  position: relative;
}

.sale-star {
  position: absolute;
  top: -55.8px;
  left: -56.2px;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  color: #fff;
  font-size: 20px;
  width: 90px;
  height: 90px;
}

.sale-star img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sale-star span {
  position: relative;
  z-index: 2;
}

@media (max-width: 1200px) {
  .sale-star {
    display: none;
  }
}

.materials.mat-page {
  padding-bottom: 0;
}

.reviews-slider .swiper-slide {
  height: auto;
}

.mp-reviews__inner .slider-tooltip {
  top: 35px;
}

.viewed-slider .swiper-slide {
  height: 100%;
}

.look__block h2 {
  margin-bottom: 20px;
}

.wp-singular.page-template.page-template-mat .mp__stages-work {
  padding-bottom: 64px;
}

.wp-singular.page-template.page-template-mat .contact-block,
.wp-singular.page-template.page-template-mat .look__block {
  padding-top: 64px;
  padding-bottom: 64px;
}

.viewed-slider .swiper-wrapper {
  padding-bottom: 10px;
}

.viewed-slider .swiper-slide {
  height: auto;
}

.viewed-item {
  border: 1px solid #0055d13b;
  padding: 10px;
  height: calc(100% - 22px);
}

.type-gidro-blks {
  position: relative;
}

.type-gidro-blk img {
  height: 260px;
  object-fit: cover;
}

.main-header__menu>ul>li>ul {
  display: none;
  position: absolute;
  top: 84px;
  left: -15px;
  background: #fff;
  border-top: 1px solid #eee;
  min-width: 320px;
  padding: 20px 35px;
  z-index: 11;
}

.main-header__menu>ul>li>ul a {
  font-size: 16px;
  display: block;
  margin-bottom: 6px;
}

.main-header__menu>ul>li:hover>ul {
  display: block;
}

/* sub menu */
.main-header__menu>ul>li.menu-item-has-children>a:after,
.main-header__menu>ul>li.mega-menu-item>a:after {
  display: inline-block;
  position: relative;
  content: '';
  top: 0;
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M12 18a1 1 0 0 1-.71-.29l-10-10a1 1 0 0 1 1.42-1.42l9.29 9.3 9.29-9.3a1 1 0 1 1 1.42 1.42l-10 10A1 1 0 0 1 12 18z' fill='%2327484E' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: 8px;
  margin-left: 8px;
  vertical-align: middle;
}

.main-header__menu>ul>.menu-item-has-children>.sub-menu>li.menu-item-has-children>a:after {
  content: '';
  position: absolute;
  top: 7px;
  right: 13px;
  width: 9px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M12 18a1 1 0 0 1-.71-.29l-10-10a1 1 0 0 1 1.42-1.42l9.29 9.3 9.29-9.3a1 1 0 1 1 1.42 1.42l-10 10A1 1 0 0 1 12 18z' fill='%23000000' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: 9px;
  transform: rotate(270deg);
}

.main-header__menu>ul>.menu-item-has-children>.sub-menu>li:last-child>a {
  border-bottom: none;
}

.main-header__menu>ul>.menu-item-has-children>.sub-menu>li>.sub-menu {
  display: none;
  position: absolute;
  top: -20px;
  left: 380px;
  background: #f4f4f4;
  border-left: 1px solid #ccc;
  width: 380px;
  height: 600px;
  list-style: none;
  padding: 20px;
}

.main-header__menu>ul>.menu-item-has-children>.sub-menu>li:hover>.sub-menu {
  display: block;
}

.main-header__menu>ul>.menu-item-has-children>.sub-menu>li>.sub-menu>li>a {
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 20px;
  font-weight: normal;
}

.main-header__menu>ul>.menu-item-has-children>.sub-menu>li>.sub-menu>li:last-child>a {
  margin-bottom: 0;
}

.main-header__menu>ul>.menu-item-has-children>.sub-menu>li>.sub-menu>li:last-child>a {
  border-bottom: none;
}

.main-header__menu>ul>.menu-item-has-children>.sub-menu>li {
  position: relative;
}

.main-header__menu>ul>li>a {
  white-space: nowrap;
}

.menu .has-childs:after {
  display: inline-block;
  position: relative;
  content: '';
  top: 0;
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M12 18a1 1 0 0 1-.71-.29l-10-10a1 1 0 0 1 1.42-1.42l9.29 9.3 9.29-9.3a1 1 0 1 1 1.42 1.42l-10 10A1 1 0 0 1 12 18z' fill='%2327484E' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: 8px;
  margin-left: 8px;
  vertical-align: middle;
  transform: rotate(-90deg);
}

.mega-menu-item li:hover>a {
  color: var(--color-blue);
}

header {
  position: relative;
  z-index: 100;
}

.viewed-item .product-card__title {
  margin: 20px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.success .page-404__title {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 40px;
}

.order-table__name {
  display: flex;
  align-items: center;
  gap: 20px;
}

.order-table__name-in {
  flex-shrink: 0;
  width: 85px;
  height: 85px;
  border: 1px solid #0055d13b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.order-table__name-in img {
  max-width: 70px;
  height: auto;
  max-height: 70px;
  object-fit: cover;
}

.order-details__title {
  margin-bottom: 20px;
  font-size: 22px;
}

.order-details__sub {
  margin-bottom: 10px;
}

.order-table__title {
  margin-bottom: 20px;
}

.email-form {
  margin-bottom: 40px;
}

.email-form input[name="email"] {
  max-width: 500px;
  border-right: none;
  height: 60px;
  margin: 0;
}

.email-form .btn-main {
  display: block;
  width: 100px;
  height: 60px;
  background: var(--color-blue);
  color: #fff;
  text-align: center;
  padding: 0;
  font-size: 15px;
  border: none;
  transition: .7s;
}

.email-form__title {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 20px;
}

.email-form .search-block__in {
  justify-content: flex-start;
}

.product-row {
  margin-bottom: 40px;
}

.product-blk p {
  max-width: 100%;
}

.product-row .col-lg-3:first-child .product-blk.light {
  background: var(--main, #0055D1);
  color: #fff;
}

.product-row .col-lg-3:first-child .product-blk.card_counter:before {
  color: #fff;
}

.product-block.text-block h2 {
  font-weight: 500;
  color: var(--color-blue);
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.27;
}

.main-header__row-s-col-s .btn {
  padding: 12px 32px;
}

.product-block.text-block strong {
  font-weight: 500;
  color: var(--color-blue);
  font-size: 24px;
}

.mega-menu-inner {
  border-top: 1px solid #eee;
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  width: 1120px;
  padding-right: 0;
  height: calc(100vh - 225px);
  transition: transform .3s;
  z-index: 120;
  background: #f4f4f4;
}

.menu-item:hover .mega-menu-inner {
  display: block;
}

.mega-menu-1 {
  width: 33.33%;
  margin-bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  padding: 10px 0;
  background: #f4f4f4;
}

.mega-menu-item .mega-menu-1>li:hover {
  color: #000;
}

.mega-menu-2 {
  display: none;
  top: 0;
  left: 33.33%;
  right: auto;
  border-left: 1px solid #eee;
  transition: opacity .3s, visibility .3s;
  height: 100%;
  width: 66.66%;
  position: absolute;
  padding: 10px 0;
  overflow-y: auto;
  border-left: 1px solid #ccc;
}

.mega-menu-2>li {
  width: 380px;
}

.mega-menu-3 {
  display: none;
  top: 0;
  left: 380px;
  padding: 10px 0;
  width: calc(100%);
  border-left: 1px solid #eee;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  border-right: none;
  scrollbar-color: #1D1E1C transparent;
  scrollbar-width: thin;
  position: absolute;
  overflow-y: auto;
  border-left: 1px solid #ccc;
}

.menu__inner {
  display: none;
  opacity: 0;
  position: fixed;
  background: rgba(51, 34, 51, 0.16);
  backdrop-filter: blur(10px);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  transition: .3s;
}

.mega-menu-inner li {
  padding: 12px 20px;
}

.mega-menu-1>li:hover .mega-menu-2 {
  display: block;
}

.mega-menu-2>li:hover .mega-menu-3 {
  display: block;
}

.menu__inner.active {
  opacity: 1;
  display: block;
  transition: .3s;
}

@media (max-width: 991px) {
  .success .page-404__title {
    font-size: 26px;
  }

  .main-header__row-s {
    padding-top: 0;
  }

  .main-header__row-s-mobile .btn {
    font-size: 12px;
  }
}

.contact-page__map {
  height: 100%;
}

.favorites-ico.active svg path {
  fill: var(--color-blue) !important;
}

@media (max-width: 991px) {
  .contact-page__map {
    height: 300px;
  }
}

.product__serts .sert-item {
  margin-bottom: 40px;
}

.sorting-flex {
  display: none;
}

.sorting select {
  outline: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.card-slider img {
  display: block;
  width: auto !important;
  max-width: 100%;
  max-height: 600px;
  margin: 0 auto;
}

.product-blk__title {
  font-weight: 500;
  font-size: 22px;
}

#product-page-tab-3 h3 {
  display: block;
  margin-bottom: 20px;
}

.blog-content__img img {
  object-fit: cover;
}

.mySwiper img {
  width: 100%;
  height: 70px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.product-cat__img {
  height: 100px;
}

.catalog-product {
  margin-bottom: 64px;
}

.catalog-product-blk {
  height: 100%;
  min-height: 230px;
}

.catalog-product-blk img {
  max-width: 100%;
  height: 130px;
  width: auto;
  object-fit: contain;
}

.blog-page__info {
  white-space: nowrap;
}

.wpc-edit-filter-set {
  display: none;
}

.compare-list {
  overflow: visible;
}

.compare-list {
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
}

.compare-product {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
}

.compare__in {
  display: block;
  overflow-x: auto;
}

.compare-table {
  width: auto;
  max-width: 100%;
  border-collapse: collapse;
}

.compare-table .product-card {
  border: none;
}

.compare-table .product-card .product-card__info {
  margin-top: 20px;
}

.compare-table .product-card__btn-add {
  margin: 0;
  padding: 0;
}

.blog-item__rating {
  display: flex;
  gap: 10px;
  align-items: center;
}

.blog-item__rait-stars {
  display: flex;
  align-items: center;
  gap: 6px;
}

#product-page-tab-6 h2 {
  font-weight: 500;
  font-size: 22px;
  color: var(--color-blue);
  margin-bottom: 20px;
}

.sert-item__img img {
  width: 100%;
  height: auto;
}

.sert-slider__sub {
  margin-bottom: 20px;
}

.search-row .gidro-podval-image {
  width: calc(100% - 20px);
  height: 200px;
  background: #ebf1fb;
  border-radius: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
}

.search-row .gidro-podval-image img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 160px;
  object-fit: cover;
}

.search-row .gidro-podval-blk {
  margin-bottom: 20px;
  border: none;
}

.js-compare:after {
  content: 'Сравнить';
}

.js-compare.active:after {
  content: 'Убрать из сравнения';
}

.main-header .container {
  position: relative;
}

.compare__head-btn {
  display: none;
}

.compare__head-btn a:before {
  content: "";
  background: url(/img/comparison.svg) no-repeat;
  width: 14px;
  height: 18px;
}

.compare__head-btn.active {
  display: block;
  position: absolute;
  bottom: -50px;
  right: 6px;
}

.main-header.active .compare__head-btn.active {
  display: none;
}

.compare__head-btn a {
  display: flex;
  gap: 10px;
  width: fit-content;
  background: #fff;
  border-radius: 2px;
  font-size: 14px;
  padding: 8px 15px;
  border: 1px solid #d5d2d5;
  text-decoration: none;
  color: #000;
}

.comment-author {
  margin-bottom: 6px;
}

.comment-author img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}

#commentform .form-blk {
  margin-bottom: 20px;
}

.mp__service-slider-inner .col-xl-4 {
  margin-bottom: 20px;
}

.service-item__img {
  background: #eee;
}

.pagination-outer {
  margin-top: 20px;
}

.article__share {
  display: flex;
  gap: 20px;
  padding-top: 25px;
}

.article-share__title {
  color: var(--color-blue);
}

.mobile-nav .mobile-arrow {
  width: 30px;
  height: 30px;
}

.mobile-nav .mobile-arrow:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(225deg);
  cursor: pointer;
}

.mobile-nav .menu-item-has-children>a {
  position: relative;
}

.mobile-nav .menu-item-has-children {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.mobile-nav .sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #fff;
}

.mobile-nav .sub-menu li::after {
  content: none;
}

.mobile-nav li.active>.sub-menu {
  display: block;
}

.mobile-nav li a {
  display: block;
  font-weight: 500;
  font-size: 18px;
}

.mobile-nav li .sub-menu a {
  font-size: 16px;
}

.mobile-nav__title {
  font-weight: 500;
  font-size: 24px;
}

.mobile-nav li a.back-button {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 16px;
}

.back-button:before {
  content: '';
  width: 16px;
  height: 16px;
  background-size: 16px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1.63281L0.636039 7.99677' stroke='%23332233' stroke-linecap='round' /%3E%3Cpath d='M7 14.4375L0.636038 8.07354' stroke='%23332233' stroke-linecap='round' /%3E%3Cpath d='M15 8L1.0002 8.07477' stroke='%23332233' stroke-linecap='round' /%3E%3C/svg%3E");
}

.mobile-nav li {
  margin-bottom: 16px;
}

.mobile-nav li.mobile-nav__title {
  margin-bottom: 30px;
}

.mobile-nav {
  padding: 20px 0;
}

.main-header__mobile-menu {
  position: relative;
}

.materials__img img {
  min-width: 100%;
}

.youdo {
  display: flex;
  gap: 10px;
  align-items: center;
}

.youdo img {
  flex-shrink: 0;
}

@media (max-width: 1200px) {
  .main-header__row-s {
    align-items: center;
  }
}

@media (max-width: 991px) {
  .main-header__inner {
    padding-top: 0;
  }

  .main-header__row-s {
    height: 50px;
  }

  .main-header__row-s-mobile {
    margin: 14px 0;
  }

  .product-card {
    max-width: 100%;
  }
}

.comment-respond h3 {
  margin-bottom: 20px;
}

.comment-form-cookies-consent,
.comment-form-data-consent {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.comment-form-cookies-consent label,
.comment-form-data-consent label {
  margin-bottom: 0;
}

.price-table td:nth-last-child(2) {
  width: 60px;
}

.price-table td:last-child {
  width: 200px;
}

.news-block__title {
  font-weight: 400;
  font-size: 22px;
  color: var(--text);
  margin-bottom: 20px;
}

.static-page__content ul,
.static-page__content ol {
  padding-left: 40px;
}

.static-page__content a {
  border-bottom: 1px solid;
}

.static-page__content h2 {
  margin-bottom: 20px;
}

.delivery-page__title {
  font-weight: 500;
  margin-top: 64px;
  margin-bottom: 40px;
}

.reviews-page h1 {
  margin-bottom: 64px;
}

.reviews-page .col-md-6 {
  margin-bottom: 20px;
}

.reviews-page .reviews-item {
  margin-bottom: 0;
}

.product-card__old-price {
  font-weight: 400;
  font-size: 12px;
  line-height: 128%;
  text-decoration: line-through;
  color: var(--text);
}

.card-slider {
  position: relative;
}

.slick__procent {
  z-index: 2;
}

@media (max-width: 1400px) {
  .main-header__row-s-col-s .btn {
    padding: 12px 15px;
  }
}

.mp__promo_land .favorite-type h3 {
  font-weight: 500;
  font-size: 40px;
  line-height: 128%;
  color: var(--text);
}

#popup-review.popup-contact-form .popup__content {
  width: 100%;
  max-width: 900px;
}

.areas-served .nav-blk {
  background: #f4f4f4;
}

.projects-tabs .price-tab {
  cursor: pointer;
}

.projects-row .project-cat {
  height: auto;
  margin-bottom: 20px;
}

.mp-portfolio-table-item {
  height: 100%;
  margin-bottom: 0;
}

.reviews-item__read-more {
  margin-left: auto;
}

.gidro-podval-content a {
  line-height: 22px;
}

.gidro-podval-image {
  position: relative;
}

.banner__title {
  font-size: 38px;
  font-weight: 600;
  line-height: 127.721%;
  margin-bottom: 0px;
}

.social-wa__link:hover svg path {
  stroke: var(--color-blue);
}

.social-tg__link:hover svg path {
  fill: var(--color-blue);
}

.js-search:hover svg path,
.favorites-ico:hover svg path,
.header__cart:hover svg path {
  fill: var(--color-blue);
}

.main-header__phone a:hover {
  color: var(--color-blue);
}

.mpsm-prev-btn svg,
.mpsm-next-btn svg {
  opacity: 1;
}

.mpsm-prev-btn.swiper-button-disabled svg,
.mpsm-next-btn.swiper-button-disabled svg {
  opacity: .5;
}


.current_page_item>a {
  color: var(--color-blue);
}

.sub-menu .current_page_item>a {
  text-decoration: underline;
}

.mp__services .mp-section-header__t {
  max-width: 400px;
}

.service-item_sale.service-item {
  padding: 20px 10px;
  margin-bottom: 0px;
}

.service-item_sale .service-item__footer {
  margin-top: 20px;
}

.service-item_sale .service-item__btn {
  background: #323;
}

.service-item__img {
  position: relative;
}

.service-item__short {
  margin-top: 15px;
  line-height: 22px;
}

.gidro-item__short {
  margin-top: 0px;
  line-height: 22px;
}

.projects-slider .col-xl-6 {
  box-sizing: border-box;
}

.service-list .row .col-xl-4:nth-child(n+10) {
  display: none;
}

.service-list.active .row .col-xl-4:nth-child(n+10) {
  display: block;
}

.service-list .row .col-sm-6:nth-child(n+9) {
  display: none;
}

.service-list.active .row .col-sm-6:nth-child(n+9) {
  display: block;
}

.form-group.error input {
  border-color: #fd4d48;
}

.form-group.error textarea {
  border-color: #fd4d48;
}

.form-group {
  position: relative;
}

.error-text {
  position: absolute;
  bottom: 0px;
  left: 0;
  font-size: 12px;
  color: #fd4d48;
}
/* 
.guarantee-slider.garantee-slider_cat {
  margin-bottom: 128px;
} */

#product-page-tab-4 .row .col-xl-6 {
  margin-bottom: 20px;
}

.main-cats .cats-slider {
  /* padding-top: 20px;
  margin-bottom: 20px; */
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 40px;
}

.main-cats {
  box-sizing: border-box;
}

.main-cats .swiper {
  overflow: visible;
}

.cats-slider .swiper-slide {
  height: auto;
}

.cats-slider .swiper-slide .catalog-product-blk {
  height: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  line-height: 128%;
  display: flex;
  min-height: 270px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.cats-slider .swiper-slide .catalog-product-blk span {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* Показывает 2 строки */
  overflow: hidden;
  text-overflow: ellipsis;
  /* Добавляет многоточие */
}

section.catalog-page {
  padding-bottom: 0;
}

.catalog-tabs .catalog-tab {
  display: none;
}

.catalog-tabs .catalog-tab.active {
  display: block;
}

.catalog-tabs {
  margin-top: 40px;
}

.catalog-product-blk.active {
  border: 2px solid var(--color-blue);
  color: var(--color-blue);
}

.favorite-type__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 62px;
}

.mp__promo_land .favorite-type .favorite-type__header h3 {
  margin: 0;
}

.sert-item__title {
  margin-top: 20px;
}

.sert-item__title a {
  border-bottom: 1px solid;
}

.header__cart {
  position: relative;
}

.header-cart__count {
  position: absolute;
  top: -7px;
  right: -3px;
  color: var(--color-blue);
}

.left-nav .wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-handle {
  border-radius: 2px;
  background: #0055D1;
  width: 14px;
  height: 14px;
  box-shadow: none;
  border: none;
  top: -6px;
}

.left-nav .wpc-filters-range-wrapper input[type=number] {
  outline: none;
  box-shadow: none;
  background: transparent;
  border: 1px solid #000;
  padding: 10px;
}

.left-nav .wpc-filters-range-inputs .ui-slider-horizontal {
  background: #c9e3ff;
}

.material-blk .material-blk__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.27;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.material-blk .material-blk__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background: #323;
  width: 38px;
  min-width: 38px;
  height: 38px;
}

.material-blk .material-blk__arrow svg {
  flex-shrink: 0;
}

.mat-page .material-blk {
  cursor: pointer;
}

.mat-page .material-blk.active {
  background: #332233;
  color: #fff;
}

.mat-page .material-blk.active .material-blk__arrow {
  background: #fff;
}

.mat-page .material-blk.active .material-blk__arrow svg path {
  stroke: #332233;
}

.materials__content {
  margin-top: 64px;
}

.mat-content {
  display: none;
}

.mat-content.active {
  display: block;
}

.mat-section .text-block {
  max-width: 925px;
}

.mp-catalog-materials__inner .mp-section-header,
.mp__services .container .mp-section-header,
.mp__promo .container .mp-promo__inner .mp-section-header,
.mp-advantages-table__inner .mp-section-header,
.mp-stages-work__inner .mp-section-header,
.mp-portfolio-table__inner .mp-section-header,
.mp-reviews__inner .mp-section-header,
.about-page__inner .mp-section-header {
  height: auto;
}

.mp-promo__inner .favorite-type:nth-child(3) {
  margin-top: 64px;
}

.mp-promo__inner .favorite-type:nth-child(3) .mp-section-header h2 {
  margin-bottom: 40px;
}

.mp-advantages-table__row {
  margin-top: 40px;
}

.compare__tab-nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 64px;
}

.compare__tab-nav li a {
  display: inline-block;
  height: 62px;
  line-height: 62px;
  padding: 0 14px;
  background: #ebf1fb;
  color: #222;
  font-size: 16px;
  transition: .4s;
}

.compare__tab-nav li a.active {
  color: #fff;
  background: var(--color-blue);
  transition: .4s;
}

.compare-tab {
  display: none;
}

.compare-tab.active {
  display: block;
}

.ei-btn {
  height: 45px;
  line-height: 45px;
  padding: 0 8px;
  border-radius: 2px;
  border: 1px solid var(--text, rgb(51, 34, 51, 0.16));
  display: inline-block;
  min-width: 72px;
  background: #fff;
}

.compare a.compare-btn {
  padding: 0 8px;
  height: 45px;
  line-height: 45px;
}

.ei-btn__in {
  position: relative;
  z-index: 2;
}

.ei-btn__drop {
  display: none;
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  border: 1px solid var(--text, rgb(51, 34, 51, 0.16));
}

.ei-btn__option {
  cursor: pointer;
  text-align: center;
  padding: 8px 2px;
}

.mySwiper2 {
  height: 340px;
}

.card-slider .mySwiper2 img {
  height: 338px;
  object-fit: cover;
}

.card-info .btn-order {
  margin-top: 85px;
}

.product-card__remove-compare svg {
  width: 22px;
  height: 22px;
}

.product-card__buy-compare {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.js-remove-compare {
  width: 51px;
  height: 38px;
  border: 1px solid #eee;
  background: transparent;
  outline: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.compare-table .product-card .product-card__info {
  margin-top: 0;
}

.js-remove-compare svg {
  flex-shrink: 0;
}

.favorite .gidro-podval-info .col-md-4 {
  width: 25%;
}

@media (max-width: 991px) {
  .favorite .gidro-podval-info .col-md-4 {
    width: 100%;
  }
}

.category-content p {
  margin-bottom: 10px;
}

.text-block ol,
.text-block ul,
.text-block h2,
.text-block h3,
.text-block h4 {
  max-width: 925px;
}

.custom-dropdowns {
  display: flex;
  gap: 10px;
  flex-grow: 1;
}

.dropdown {
  position: relative;
  width: 200px;
}

.compare .custom-dropdowns .dropdown {
  width: auto;
}

.dropdown-button {
  width: 100%;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  cursor: pointer;
  text-align: left;
}

#dropdown-ei {
  min-width: 100px;
  flex-grow: 1;
}

.dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
  padding: 10px 15px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.dropdown-item:hover {
  background-color: #f0f0f0;
}

.compare a.compare-btn {
  white-space: nowrap;
}

.product-code {
  font-size: 12px;
  margin: -20px 0 10px;
}

.mega-menu-1::-webkit-scrollbar {
  width: 1px;
  /* Устанавливаем ширину скроллбара */
}

.mega-menu-1::-webkit-scrollbar-thumb {
  background-color: #ccc;
  /* Цвет бегунка скроллбара */
  border-radius: 10px;
  /* Закругляем края бегунка */
}

.mega-menu-1::-webkit-scrollbar-track {
  background-color: #eee;
  /* Прозрачный фон для трека скроллбара */
}

.mega-menu-2::-webkit-scrollbar {
  width: 1px;
  /* Устанавливаем ширину скроллбара */
}

.mega-menu-2::-webkit-scrollbar-thumb {
  background-color: #ccc;
  /* Цвет бегунка скроллбара */
  border-radius: 10px;
  /* Закругляем края бегунка */
}

.mega-menu-2::-webkit-scrollbar-track {
  background-color: #eee;
  /* Прозрачный фон для трека скроллбара */
}

/* 912 */

/* text block */
.text-block {
  font-size: 16px;
}

.text-block .product-text__image img {
  width: 100%;
  min-width: 100%;
  height: auto;
}

.text-block .product-text__image {
  margin-bottom: 40px;
}

.text-block h2 {
  font-weight: 500;
  font-size: 40px;
  text-align: left;
  text-transform: none;
  margin: 0 0 20px;
}

/* 
.page-template-mat .text-block h2 {
  margin: 0 0 77px;
} */

.mat-content .text-block h2 {
  margin: 0 0 53px;
}

.wp-singular.page-template.page-template-mat section {
  padding-top: 30px;
  padding-bottom: 20px;
}

.wp-singular.page-template.page-template-mat section>h2 {
  margin-bottom: 10px;
}

.text-block h3 {
  font-size: 26px;
  line-height: 32px;
  text-align: left;
  text-transform: none;
  margin: 0 0 20px;
}

.text-block h4 {
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 20px;
}

.text-block p+h2,
.text-block ul+h2,
.text-block p+h3,
.text-block ul+h3 {
  margin-top: 40px;
}

.text-block p {
  line-height: 1.4;
  margin-bottom: 20px;
}

.text-block li {
  margin-bottom: 10px;
}

.text-block ol {
  padding-left: 20px;
  margin: 0 0 20px;
}

.text-block ul {
  padding-left: 20px;
  margin-bottom: 32px;
}

.text-block ul li {
  list-style: none;
  padding-left: 17px;
  position: relative;
  font-weight: 400;
  line-height: 22.4px;
}

.text-block ul li:before {
  position: absolute;
  top: 12px;
  left: -10px;
  content: '';
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
}

.text-block img {
  max-width: 100% !important;
  height: auto !important;
}

.text-block p {
  max-width: 925px;
}

.text-block p img {
  max-width: inherit;
  line-height: inherit;
  margin-bottom: inherit;
  margin: inherit;
}

.text-block a {
  font-weight: bold;
  color: var(--purple);
  border-bottom: 1px solid;
}

.text-block .article-content__list li a {
  color: #393742;
  border-bottom: none;
}

.text-block .img-right {
  text-align: right;
}

.blog-tabs {
  overflow: visible;
}

.front-header .mp-header {
  background: #f4f4f4;
}

.blog-page h1 {
  margin-bottom: 0;
}

.blog-page .mp-section-header {
  margin-bottom: 40px;
}

.title-h1 {
  margin-bottom: 40px;
  max-width: 610px;
}

.about-text__in b {
  font-weight: normal;
  color: var(--color-blue);
  text-transform: uppercase;
}

.materials__img {
  margin-top: 20px;
}

.all {
  text-decoration: none !important;
}

.all a {
  border-bottom: 1px solid;
  white-space: normal;
  text-decoration: none;
}

.product__store {
  font-size: 12px;
  margin-top: 8px;
}

/* search */
.search-block {
  position: fixed;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  background: #fff;
  height: auto;
  padding: 10px 0;
  display: none;
  background: #fff;
}

.search-block {
  display: none;
}

.search-block.active {
  display: block;
  -webkit-animation: fadeIn .6s;
  animation: fadeIn .6s;
}

section.success {
  margin-bottom: 64px;
}

@-webkit-keyframes fadeIn {
  from {
    top: -120px;
  }

  to {
    top: 0;
  }
}

@keyframes fadeIn {
  from {
    top: -120px;
  }

  to {
    top: 0;
  }
}

.search-block .container {
  position: relative;
}

.search-block input {
  border-bottom: 1px solid #ccc;
  text-align: left;
  height: 50px;
  margin-bottom: 0;
  color: #000;
}

.search-block__in {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 120px;
}

.search-block input {
  width: 500px;
}

.search-block .btn-main {
  display: block;
  width: 100px;
  height: 50px;
  background: var(--color-blue);
  color: #fff;
  text-align: center;
  padding: 0;
  font-size: 15px;
  border: none;
  transition: .7s;
}

.search-block .btn-main:hover,
.search-block .btn-main:active .search-block .btn-main:focus {
  transition: .7s;
  color: #fff;
  background: var(--color-blue);
}

.search-block .close {
  top: 0;
  left: 0;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-left: 12px;
  display: block;
  background: transparent;
}

.search-block.active {
  display: block;
  -webkit-animation: fadeIn .6s;
  animation: fadeIn .6s;
}

.search-item {
  display: flex;
  gap: 10px;
  padding: 14px;
  background: #ebf1fb;
  align-items: center;
  margin-bottom: 2px;
}

.search-item img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 20px;
}

.card-price {
  width: fit-content;
}

.form-group__in {
  position: relative;
}

@media (max-width: 991px) {
  .search-block.active {
    height: 100px;
  }

  .banner__title {
    font-size: 26px;
  }

  h3 {
    font-size: 16px;
  }

  .main-header__row-s-mobile .btn {
    font-size: 14px;
  }

  .btn {
    font-size: 16px;
  }

  .mp__slider-main-inner .btn {
    padding: 12px 0;
  }

  .mp-section-header {
    margin-bottom: 32px;
  }

  .mp__slider-main-inner .mp-section-header {
    margin-bottom: 0;
  }

  .advantages__text {
    font-size: 16px;
  }

  .advantages__img img {
    max-width: 64px;
  }

  h2,
  .title-block h2,
  .title,
  .title-h2 {
    font-size: 24px;
  }

  .service-item__title {
    font-size: 18px;
  }

  .service-item__img {
    height: 148px;
  }

  .service-item__footer {
    margin-top: 16px;
  }

  .service-list .service-item {
    margin-bottom: 0;
  }

  .hidden-xs {
    display: none;
  }

  .product-card__info {
    display: block;
  }

  .product-card__price {
    margin-bottom: 20px;
  }

  .product-card {
    padding: 8px;
  }

  .product-card__quantity {
    width: 95px;
    margin-left: 0;
    margin-bottom: 8px;
  }

  .product-card__btn-add {
    margin-left: 0;
    border-color: var(--color-blue);
    background: var(--color-blue);
  }

  .product-card__btn-add::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.50545 12.5741L5.50678 12.5825L5.50835 12.5915L5.72827 13.911C5.92918 15.1165 6.97216 16 8.19425 16H19.5C19.7761 16 20 15.7761 20 15.5C20 15.2239 19.7761 15 19.5 15H8.19425C7.461 15 6.83521 14.4699 6.71466 13.7466L6.59023 13H19.5C19.7232 13 19.9194 12.852 19.9808 12.6374L21.9808 5.63736C22.072 5.31795 21.8322 5 21.5 5H5.25526C5.01903 3.84029 3.99756 3 2.80575 3H2.5C2.22386 3 2 3.22386 2 3.5C2 3.77614 2.22386 4 2.5 4H2.80575C3.539 4 4.16479 4.53012 4.28534 5.2534L5.50545 12.5741ZM6.42356 12L5.42356 6H20.8371L19.1228 12H6.42356ZM8 21C6.89543 21 6 20.1046 6 19C6 17.8954 6.89543 17 8 17C9.10457 17 10 17.8954 10 19C10 20.1046 9.10457 21 8 21ZM9 19C9 19.5523 8.55228 20 8 20C7.44772 20 7 19.5523 7 19C7 18.4477 7.44772 18 8 18C8.55228 18 9 18.4477 9 19ZM17 21C15.8954 21 15 20.1046 15 19C15 17.8954 15.8954 17 17 17C18.1046 17 19 17.8954 19 19C19 20.1046 18.1046 21 17 21ZM18 19C18 19.5523 17.5523 20 17 20C16.4477 20 16 19.5523 16 19C16 18.4477 16.4477 18 17 18C17.5523 18 18 18.4477 18 19Z" fill="white"/></svg>');
  }

  .swiper.row>* {
    padding: 0;
  }

  .steps-pagination {
    text-align: center;
    margin-top: 15px;
  }

  .slider-tooltip {
    display: none;
  }

  .main-footer {
    padding: 32px 0;
  }

  .main-footer__logo {
    text-align: center;
  }

  .main-footer__logo a {
    display: block;
    width: 208px;
    height: 60px;
  }

  .main-footer__col-title {
    margin-bottom: 4px;
  }

  .mf__col-nav {
    margin-bottom: 16px;
  }

  .main-footer__politics {
    margin-top: 34px;
  }

  .popup-contact-form .popup__content {
    padding: 16px;
    border-radius: 0;
  }

  .popup-contact-form .popup__content h2 {
    font-size: 24px;
  }

  .popup-contact-form .popup__content h4 {
    margin-bottom: 32px;
  }

  .main-cats .cats-slider {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }

  .catalog-product-blk .flex {
    display: block;
  }

  .advantages-block__inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .row.mp-stages-swiper .swiper-wrapper .swiper-slide.mb-4 {
    margin-bottom: 0 !important;
    box-sizing: border-box;
  }

  .row.mp-stages-swiper .swiper-wrapper {
    align-items: stretch;
    display: flex;
  }

  .row.mp-stages-swiper {
    height: 280px;
  }

  .mpsw-item__title {
    font-size: 18px;
  }

}

/****/
.wpc-filter-terms-count-0 {
  display: none;
}

.page-template-catalog .col-md-6.gidro-content {
  width: 800px;
}

.gidro-block {
  padding: 0;
  padding-bottom: 0px;
  padding-bottom: 40px;
}

.page-template-catalog .col-md-6 {
  width: 400px;
}

.look__block .product-card__img {
  height: 116px;
}

.look__block .slick__procent {
  background: #323;
}

.look__block .slick__procent:before {

  border-color: transparent transparent transparent #323;

}

.look__block .slick__procent:after {

  border-color: transparent transparent #323 #323;

}

@media (max-width: 576px) {

  section {
    padding: 35px 0;
  }

  .mp__service-slider-inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .service-item__img {
    height: 260px;
  }

  .advantages-block__inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .advantages-block__inner {
    width: 60%;
    margin: 0 auto;
  }

  .main-footer__menus {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}

/*UP BUTTON*/
#scrollToTop {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  background: rgba(30, 30, 30, .8);
  border: none;
  border-radius: 0;
  padding: 15px;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  transition: all .5s ease;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  transition: all .5s linear;
}

#scrollToTop svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

#scrollToTop:hover {
  background: rgba(30, 30, 30, 1);
}