body {
  /*.shop2-product-actions dl dt {
		display: none;
	}
	
	.shop2-product-actions dd {
		display: block;
	}
	
	.close-desc-action {
		display: none;
	}*/
}
body .shop-modules__search-popup {
  display: none;
}
body .search_catalog_top {
  width: 100%;
}
body .brand-search {
  display: none;
}
@media (max-width: 767px) {
  body .shop-product-data__desc .desc-area, body .shop-product-data__desc .desc-area.html_block {
    display: block !important;
  }
}
@media (max-width: 479px) {
  body .company-info__logo_pic img {
    max-width: 300px !important;
  }
  body .head-contacts__inner {
    margin-bottom: 10px;
  }
  body .head-conracts__recall, body .head-contacts__phones {
    text-align: center;
  }
  body .head-contacts__phones-inner {
    padding-right: 0;
  }
  body .head-contacts__phones .phones_popup {
    display: none;
  }
  body .head-contacts__phones {
    justify-content: center;
  }
}
body .sorting-block {
  display: none;
}
@media (max-width: 767px) {
  body .head-contacts {
    display: flex;
    width: 100%;
    margin-top: 20px;
  }
}
body .popup-container {
  position: relative;
  z-index: 999;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  padding: 10px;
}
body .popup-container .popup-first-wrap {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
body .popup-container .popup-first-wrap .children {
  position: absolute;
  top: 0px;
  left: calc(50% - 132px);
  transform: translateY(256px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
body .popup-container .popup-first-wrap .children.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(146px);
}
body .popup-container .popup-first {
  padding: 30px 50px;
  background-color: #fff;
  border-radius: 6px;
  width: auto;
  max-width: 100%;
  max-width: 480px;
  text-align: center;
  margin: auto;
  border: 2px solid #4e5094;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
body .popup-container .popup-first .title {
  color: #101010;
  font: 700 28px Montserrat, sans-serif;
}
body .popup-container .popup-first .btns {
  margin-top: 25px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
body .popup-container .popup-first .btns .call {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 0px;
  background-image: linear-gradient(#4e5094, #4e5094);
  height: 54px;
  line-height: 54px;
  border: 0 none;
  cursor: pointer;
  border: 1px solid #4e5094;
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px #4e5094;
  color: #fff;
  text-decoration: none;
  padding: 0 15px;
  width: 50%;
  font-family: Montserrat, sans-serif;
}
body .popup-container .popup-first .btns .yes, body .popup-container .popup-first .btns .no {
  position: relative;
  right: 0;
  text-decoration: none;
  padding-left: 15px;
  margin: 0 0px 0 0;
}
body .popup-container .popup-first .btns .no {
  box-shadow: inset 0 0 0 1px #4e5094;
  background: #fff;
  color: #4e5094;
}
body .popup-container .popup-first .btns .call.yes {
  transition: 0.3s ease;
  position: relative;
}
body .popup-container .popup-first .btns .call.yes.escaping {
  animation: escape 0.5s ease forwards;
}
@keyframes escape {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100px);
    opacity: 0;
  }
}
@media (max-width: 480px) {
  body .popup-container .popup-first {
    padding: 20px;
  }
}
body .popup-container.opened {
  display: block;
}
.card-page__left .shop2-product-actions dl dt {
  display: none;
}
.card-page__left .shop2-product-actions dl dd {
  display: block !important;
  position: unset;
}
.card-page__left .shop2-product-actions dl dd .close-desc-action {
  display: none;
}
