@charset "UTF-8";
.category-top-left h1 {
  text-transform: none;
}
.direction-column {
  display: flex;
  flex-direction: column;
}
.cat-images {
  overflow: visible!important;
  order: -1;
}
.category-top {
  order: -2;
}
.category-img {
  display: none;
}
.category-wrap .category-top {
  min-height: 300px;
}
.category-wrap .category-top-left {
  width: 100%;
}
.category-descr strong{
  font-size: 130%;
}
.category-descr-2 {
  margin-bottom: 3rem;
}
.category-descr-2 table {
  display: block;
  overflow: auto;
  width: 100%;
}
.cat-img-row {
}
.cat-img-rows {
  position: relative;
}
.shema .cat-img-row,
.cat-img-row:last-child {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.shema .cat-img-row:last-child {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.cat-img {
  color: #292929;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1rem;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  cursor: default;
}
.cat-img:hover {
  text-decoration: none;
}

.cat-img-link {
  text-align: right;
  margin-bottom: 1rem;
}
/* .cat-image {
  height: 464px;
} */
.cat-text-top {
  font-size: 2rem;
}
.cat-text {
  margin-top: auto;
}
@media screen and (max-width: 986px) {
  .category-wrap .cat-text {
    font-size: 14px;
  }
}
/* form */
.category-wrap .section-descr-2 {
  order: 0;
  overflow: visible;
}
.row-center {
  justify-content: center;
  margin-top: 3rem;
}
.row-align-end {
  align-items: flex-end;
}
#form-35189 .wpcf7-text,
#form-35189 .wpcf7-number {
  border: 1px solid rgba(41, 41, 41, 0.3);
  box-shadow: 0px 1px 4px rgb(0 0 0 / 10%);
  border-radius: 30px;
  min-height: 45px;
  width: 100%;
  padding-left: 17px !important;
  margin: 0;
}
/* #_param-add {
  min-height: 45px;
} */
#form-35189 hr {
  width: 100%;
}
.param-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: rgba(30, 30, 30, 0.9);
}
.param-popup .popap {
  width: 480px;
}

/* advantage */
.category-wrap .advantages-row {
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.category-wrap .advantage-item {
  display: flex;
  gap: 2rem;
  max-width: 100%;
  flex-grow: 1;
}
/* .advantage-item:nth-child(5) {
  max-width: 100%;
} */
@media screen and (min-width: 988px) {
  .category-wrap .advantage-item {
    max-width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 1200px) {
  .category-wrap .advantage-item {
    max-width: calc(33% - 2rem);
  }
  /* .advantage-item:nth-child(5) {
    flex-grow: 1;
    max-width: calc(67% - 2rem);
  } */
}
.category-wrap .advantages {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .advantages {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1468px) {
  .advantages {
    margin-top: 100px;
  }
}
.advantages-row .advantage-item-text {
  text-align: left;
}
/* .jspContainer{
  height: 400px!important;
} */
.SumoSelect.open .optWrapper{
  max-height: 600px!important;
}
.jspVerticalBar{
  display: none!important;
}

#_param-popup.disabled{
  pointer-events: none;
  opacity: .8;
  -webkit-filter: grayscale(0.5);
  filter: grayscale(0.5);
}
#_param-popup.disabled:hover{
  cursor: default;
  color: white;
}
#_param-popup.disabled:hover:before{
  opacity: 0;
}