/*** Autor Max M ***/
.preview-block {
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  background: #FAFAFA;
  border-radius: 3px;
}
.preview-block:before {
  background: #d94440;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.85;
  transition: opacity 0.2s;
}
.preview-block__image {
  display: block;
  min-width: 100%;
  min-height: 100%;
  filter: blur(5px);
  transition: filter 0.2s, transform 0.2s;
}
.preview-block__button {
  -webkit-text-decoration: none;
  text-decoration: none;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 3px solid #FFFFFF;
  color: #FFFFFF;
  text-align: center;
  padding: 12px 24px 12px 85px;
  z-index: 2;
  border-radius: 32px;
  height: 70px;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  min-width: 240px;
  max-width: 255px;
  text-align: left;
  margin: -35px 0 0 -120px;
  transition: background 0.2s;
}
.preview-block__button .konturIconic {
  font-size: 56px;
  line-height: 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #FFFFFF;
  position: absolute;
  left: 20px;
  top: 14px;
}
.preview-block:hover img {
  transform: scale(1.1);
  -webkit-filter: blur(0px);
}
.preview-block:hover:before {
  opacity: 0.7;
}
.preview-block:hover .preview-block__button {
  -webkit-text-decoration: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
}
.preview-block__overlay {
  -webkit-text-decoration: none;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  text-align: left;
  padding: 25px 35px 60px 35px;
  z-index: 2;
}
.preview-block__overlay:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.preview-block__overlay .konturIconic {
  color: #fff;
  font-size: 28px;
  -webkit-text-decoration: none;
  text-decoration: none;
  position: absolute;
  bottom: 30px;
  left: 35px;
  display: block;
  opacity: 0.7;
}
.preview-block__title {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  overflow: hidden;
  font-size: 24px;
  line-height: 1.33;
  margin: -10px 0 0;
}
/* typographics */
@media (max-width: 991px) {
  .preview-block__overlay {
    padding: 20px 16px;
  }
  .preview-block .konturIconic {
    bottom: 75px;
    left: 16px;
  }
}

/* typographics */
.product-content__item + .product-content__item {
  border-top: 2px solid rgba(216, 216, 216, 0.3);
}
.product-content__item:first-of-type {
  padding-top: 0 !important;
}
.product-content__item:last-of-type {
  padding-bottom: 0 !important;
}
.product-overview__list {
  font-size: 0;
}
.product-overview__list-item {
  text-align: center;
  height: 230px;
  overflow: hidden;
  margin-bottom: 30px;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  border-radius: 3px;
}
.product-overview__list .preview-block {
  height: 230px;
}
.product-overview__list-all {
  height: 230px;
  display: block;
  overflow: hidden;
  position: relative;
  font-size: 24px;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #ffffff;
  border: solid 2px #f2f2f2;
}
.product-module__item {
  margin-bottom: 50px;
}
.product-module__image {
  min-width: 105px;
}
.product-module__title {
  line-height: 1.33;
  margin-bottom: 10px;
  font-weight: 600;
}
.product-module__desc p {
  display: inline;
  margin-bottom: 0;
}
.product-footer__btn-group {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .product-overview__list {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  .product-overview__list-item {
    height: 191px;
    margin-bottom: 10px;
    width: 298px;
    padding: 0 5px;
  }
  .product-overview__list-all {
    height: 191px;
  }
  .product-overview__item {
    margin-bottom: 35px;
  }
  .product-overview__desc {
    font-size: 16px;
  }
  .product-module__item {
    margin-bottom: 35px;
  }
  .product-module__desc p {
    font-size: 16px;
  }
  .product-module__title {
    line-height: 1.5;
  }
  .product-footer__btn-group {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .product-module__item .figure__image {
    min-width: 36px !important;
  }
  .product-module__item .figure__image img {
    max-width: 36px !important;
  }
}

/* Autor Max */
.product-search {
  color: #000000;
  font-size: 15px;
  text-align: left;
  box-sizing: border-box;
}
.product-search__header {
  text-align: center;
  margin-bottom: 32px;
}
.product-search__title {
  font-size: 38px;
  font-weight: 200;
  margin: 0;
  position: relative;
}
.product-search__form {
  text-align: center;
}
.product-search__form .form {
  margin: 0;
  font-size: 0;
  padding: 12px 25px;
  background: #dcdcdc;
  border-radius: 5px;
  color: #FFFFFF;
  display: inline-block;
  min-width: 770px;
}
.product-search__form .form-label-wrap {
  font-size: 28px;
  line-height: 30px;
  padding: 0 15px 0 0;
  color: #ffffff;
  margin: 0;
}
.product-search__form .form-label-wrap .form-label {
  margin: 0;
}
.product-search__form .form-input-wrap {
  vertical-align: top;
}
.product-search__form .form-input {
  height: 39px;
  width: 490px;
}
.product-search__button {
  height: 39px;
  font-weight: 600;
  border-radius: 4px !important;
  margin-left: -4px !important;
  padding: 6px 30px 8px;
}
.product-search__button.btn:active {
  padding: 7px 30px 7px;
}
.product-search_diadoc .form {
  background: #00AA90;
}
.product-search_focus .form {
  background: #4D9068;
}
.product-search_normativ .form {
  background: #FF8915;
}
.product-search_expert .form {
  background: #31ADD7;
}
.product-search_zakupki .form {
  background: #1E79BE;
}
.articleItem .product-search,
.text .product-search {
  background: #f4f4f5;
  padding: 15px 20px 25px 50px;
  margin-left: -90px;
  margin-bottom: 20px;
}
.articleItem .product-search .product-search__header,
.text .product-search .product-search__header,
.articleItem .product-search .product-search__form,
.text .product-search .product-search__form {
  text-align: left;
}
.articleItem .product-search .product-search__header .form,
.text .product-search .product-search__header .form,
.articleItem .product-search .product-search__form .form,
.text .product-search .product-search__form .form {
  min-width: 70px;
}
.articleItem .product-search .product-search__header .form-input,
.text .product-search .product-search__header .form-input,
.articleItem .product-search .product-search__form .form-input,
.text .product-search .product-search__form .form-input {
  width: 320px;
}
/* typographics */
@media (max-width: 991px) {
  .product-search__form .form {
    min-width: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .product-search__form .form {
    display: block;
    padding: 12px;
  }
  .product-search__form .form-input-group {
    width: 100%;
  }
  .product-search__form .form .form-input-group-btn {
    width: 1%;
  }
  .product-search__form .form-input-wrap {
    padding: 0;
  }
  .product-search__form .form-input {
    width: 100%;
  }
  .product-search__button {
    margin-bottom: 0 !important;
  }
}

