.topline-search-results {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url("../../img/layout/fancy-bg.png") !important;
  z-index: 10;
  display: none;
  overflow: scroll;
  padding-top: 10px;
}
.topline-search-results__inner {
  max-width: 1200px;
  margin: 0 auto;
  background: #fdfefc;
  padding: 30px;
}
.topline-search-results__input {
  border-radius: 17px;
  background: #f5f5f5;
  -webkit-appearance: none;
}
.topline-search-results__input:focus {
  border: 1px solid rgba(67, 79, 56, 0.2);
}
.topline-search-results__product {
  display: flex;
  align-items: flex-start;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
  transition: 0.3s ease;
  position: relative;
}
.topline-search-results__product__img-box {
  min-width: 40px;
  max-width: 40px;
  margin-right: 10px;
  padding-top: 7px;
}
.topline-search-results__product__img-box_iconed {
  color: #cecece;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
}
.topline-search-results__product__img {
  max-width: 100%;
  height: auto;
}
.topline-search-results__product__name {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.topline-search-results__product__name__title2 {
  font-size: 14px;
}
.topline-search-results__product__article {
  font-size: 12px;
  margin-bottom: 4px;
}
.topline-search-results__product__price {
  position: relative;
  display: flex;
  align-items: center;
}
.topline-search-results__product__price__current {
  font-size: 20px !important;
}
.topline-search-results__product__price__badge {
  font-size: 12px;
  color: #585b59;
  font-style: italic;
}
.topline-search-results__product__price div {
  margin-right: 7px;
}
.topline-search-results__product .product__price__old {
  position: static;
}
.topline-search-results__product:hover {
  background: #f4f7f4;
}
.topline-search-results__count-info {
  font-size: 16px;
  padding: 10px 0 10px 0;
}
.topline-search-results__count-info a {
  text-decoration: underline;
}
.topline-search-results__phrase {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
  transition: 0.3s ease;
  position: relative;
}
.topline-search-results__phrase__icon {
  min-width: 40px;
  max-width: 40px;
  text-align: center;
  font-size: 25px;
  color: #cecece;
  margin-right: 10px;
}
.topline-search-results__phrase__text {
  font-size: 18px;
  line-height: 1.2;
}
.topline-search-results__phrase:hover {
  background: #f4f7f4;
}
.topline-search-results__group {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
  transition: 0.3s ease;
  position: relative;
}
.topline-search-results__group__icon {
  min-width: 40px;
  max-width: 40px;
  text-align: center;
  font-size: 25px;
  color: #cecece;
  margin-right: 10px;
}
.topline-search-results__group__icon svg {
  max-width: 100%;
  max-height: 40px;
}
.topline-search-results__group__text {
  font-size: 18px;
  line-height: 1.2;
}
.topline-search-results__group__text__parent-group {
  font-size: 12px;
}
.topline-search-results__group:hover {
  background: #f4f7f4;
}
.topline-search-results__input-box {
  display: flex;
}
.topline-search-results__closer {
  min-width: 30px;
  max-width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #005630;
  cursor: pointer;
}
.topline-search-results.active {
  display: block;
}

@media (max-width: 640px) {
  .topline-search-results__inner {
    padding: 15px;
  }
  .topline-search-results__phrase__text,
  .topline-search-results__group__text,
  .topline-search-results__product__name {
    font-size: 16px;
  }
  .topline-search-results__phrase__icon {
    font-size: 20px;
  }
}
.product-pseudo-ornament-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.product-pseudo-ornament {
  position: relative;
  width: 30px;
  height: 700px;
  background: url("/static/img/layout/sf-ornament.jpg");
}

.product-pseudo-top {
  margin-bottom: 10px;
}

.product-pseudo-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

.product-pseudo-text {
  hyphens: auto;
  margin-bottom: 10px;
}

.product-pseudo-bottom-wrapper {
  overflow: hidden;
  position: relative;
}
.product-pseudo-bottom-wrapper:before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
}
.product-pseudo-bottom-wrapper:after {
  position: absolute;
  z-index: 2;
  content: "";
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
}

.product-pseudo-bottom {
  display: flex;
  overflow: hidden;
  position: relative;
}

.product-pseudo-service {
  width: 40px;
  min-width: 40px;
  height: 40px;
  padding: 2px;
}
.product-pseudo-service svg {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.pseudo-product-min-width .product_pseudo {
  min-width: 280px;
}

.btn-filter {
  position: relative;
  padding-right: 40px !important;
}
.btn-filter__separated {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e5e1c5;
  border-left: 1px solid #bdb284;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  padding-right: 5px;
  transition: 0.3s ease;
}
.btn-filter__separated:hover {
  background: #ffe582;
}
.btn-filter:hover {
  background: #e5e1c5 !important;
}

.preview_video {
  text-decoration: none !important;
  position: relative;
}
.preview_video i {
  font-size: 60px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.8;
  color: #ea9440;
  transform: translate(-50%, -50%);
}

.sf-chevron {
  font-size: 23px;
  margin-bottom: 8px;
}

.doc-item__download-icon .fas {
  font-size: 20px;
  margin-right: 5px;
  color: #277c4e;
}

.price-changed-handler {
  position: absolute;
  top: 0;
  right: 2px;
  font-size: 19px;
  cursor: pointer;
}

._custom-scroll::-webkit-scrollbar-track {
  background: #dde0de;
  border-radius: 2.5px;
}
._custom-scroll::-webkit-scrollbar {
  width: 5px;
  border-radius: 2.5px;
}
._custom-scroll::-webkit-scrollbar-thumb {
  background-color: #004051;
  border-radius: 2.5px;
}

.filter-toggle {
  position: relative;
  cursor: pointer;
  color: #d4a56f;
  border-bottom: 1px dashed #d4a56f;
  top: -20px;
  display: inline-block;
}

.filter-item._full {
  max-height: none;
}
.filter-item._full .filter-item__content {
  max-height: none;
}

.container-descrription._closed {
  display: none;
}

.catalog-info-toggle {
  font-size: 24px;
  display: inline-block;
  margin: 5px 0 0 10px;
  cursor: pointer;
}

.custom-control-link {
  color: #233228;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 3px;
}
.custom-control-link._checked {
  color: #d4a56f;
}

.footer._v2 {
  background: url("/static/img/layout/pseudo-back.png") !important;
  border-top: 3px solid #d4a56f !important;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1024px) {
  .footer._v2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#SofrinoCaptcha_CaptchaImageDiv a {
  display: none !important;
}

.sf-captcha-image-wrapper .BDC_CaptchaImageDiv {
  width: 100px;
  height: 40px;
  border-radius: 10px;
  overflow: hidden;
}
.sf-captcha-image-wrapper .BDC_CaptchaImageDiv img {
  width: 100px !important;
  height: 40px !important;
}
.sf-captcha-image-wrapper .BDC_CaptchaDiv {
  display: flex;
  align-items: end;
  gap: 10px;
}
.sf-captcha-image-wrapper .BDC_CaptchaIconsDiv {
  display: flex;
  align-items: end;
}

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