@charset "UTF-8";
.g-submenu {
  display: none;
}
[data-media-source="mobile"] .lpc-col-4-sm {
  padding: 0 5px !important;
}
.wrp_btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .wrp_btn {
    flex-direction: column;
  }
}
.btn_comment {
  margin-left: 15px;
}
@media (max-width: 480px) {
  .btn_comment {
    margin-top: 15px;
    margin-left: 0;
  }
}
.btn_comment a {
  display: inline-flex;
  cursor: pointer;
  vertical-align: top;
  padding-top: 15px;
  padding-right: 50px;
  padding-bottom: 15px;
  padding-left: 50px;
  background-color: #fff;
  color: #fff;
  position: relative;
  text-decoration-line: none;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  border-bottom-right-radius: 250px;
  border-bottom-left-radius: 250px;
  box-shadow: none;
  background-image: linear-gradient(#95b7f2 8%, #6e1c93 100%);
  background-repeat: no-repeat;
  background-position: left 0px top 0px;
  background-size: auto;
  background-attachment: scroll;
}
.btn_comment a:hover {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 15px 8px white;
  background-image: none;
}
.g-article--simple-view .g-article__name {
  color: #000 !important;
  text-decoration: none;
}
.popup-container {
  position: relative;
  z-index: 10000;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
}
.popup-first-wrap {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.popup-first {
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  width: auto;
  max-width: 100%;
  width: 480px;
  text-align: center;
  margin: auto;
}
@media (max-width: 480px) {
  .popup-first {
    padding: 20px;
  }
}
.popup-first .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.title-popup {
  color: #000;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
}
.call {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 12px;
  background-image: linear-gradient(#ff0501, #ff0501);
  height: 34px;
  line-height: 34px;
  margin: 20px 5px 0 0;
  border: 0 none;
  cursor: pointer;
  border: 1px solid #ff0501;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  padding: 0 15px;
}
.yes, .no {
  position: relative;
  right: 0;
  text-decoration: none;
  padding-left: 15px;
  margin: 0 5px 0 0;
}
.call.no {
  background: white;
  color: black;
}
.popup-container .logo {
  margin-bottom: 15px;
}
.popup-container .logo img {
  max-width: 100%;
}
#ihao87g9s_0 .text-block-wrap-div {
  max-height: 300px;
  /* подбери под дизайн */
  overflow-x: auto;
  overflow-y: auto;
}
/* Chrome / Edge / Safari */
#ihao87g9s_0 .text-block-wrap-div::-webkit-scrollbar {
  width: 6px;
}
#ihao87g9s_0 .text-block-wrap-div::-webkit-scrollbar-track {
  background: transparent;
}
#ihao87g9s_0 .text-block-wrap-div::-webkit-scrollbar-thumb {
  background-color: #cc0066;
  border-radius: 10px;
}
#ihao87g9s_0 .text-block-wrap-div::-webkit-scrollbar-thumb:hover {
  background-color: #a80050;
}
/* Firefox */
#ihao87g9s_0 .text-block-wrap-div {
  scrollbar-width: thin;
  scrollbar-color: #cc0066 transparent;
}
