.red-sample-popup {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  -ms-flex-align: start;
  padding: 20px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.red-sample-popup * {
  box-sizing: border-box;
}
.red-sample-popup.opened {
  opacity: 1;
  visibility: visible;
}
.red-sample-popup .red-sample-popup-in {
  text-align: left;
  position: relative;
  flex: 0 0 auto;
  margin: auto;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-block;
  width: 842px;
  padding: 0;
  background: url("../images/bg_pop.png") 50% / contain no-repeat;
  min-height: 588px;
  padding: 70px 70px 180px;
  position: relative;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .red-sample-popup .red-sample-popup-in {
    padding: 60px 30px 30px;
    background: #fff;
    min-height: unset;
  }
}
.red-sample-popup .sample-popup-title {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  padding: 0 0 15px;
}
@media (max-width: 767px) {
  .red-sample-popup .sample-popup-title {
    font-size: 24px;
  }
}
.red-sample-popup .sample-popup-image {
  font-size: 0;
  text-align: center;
}
.red-sample-popup .sample-popup-image img {
  border-radius: 10px;
}
.red-sample-popup .sample-popup-text {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .red-sample-popup .sample-popup-text {
    font-size: 14px;
  }
}
.red-sample-popup .sample-popup-text p:first-child {
  margin-top: 0;
}
.red-sample-popup .sample-popup-text p:last-child {
  margin-bottom: 0;
}
.red-sample-popup .samp_link {
  display: inline-block;
  text-decoration: none;
  padding: 6px 8px;
  background: #e8aa2a;
  margin-top: 10px;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
}
.red-sample-popup .samp_link:hover {
  text-decoration: underline;
}
.red-sample-popup .red-sample-close2 {
  z-index: 2;
  position: absolute;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.10269 0.105328C0.710467 0.243802 0.240204 0.724722 0.102835 1.1278C-0.0334937 1.52801 -0.0342086 1.83238 0.100301 2.23955C0.196082 2.52936 0.558608 2.9132 3.9166 6.2799L7.62711 10L3.9166 13.7202C0.558608 17.0869 0.196082 17.4707 0.100301 17.7605C-0.114264 18.41 0.0274582 19.0064 0.511237 19.4903C0.995082 19.9741 1.59154 20.1158 2.24102 19.9012C2.53083 19.8054 2.91467 19.4429 6.28137 16.0849L10.0015 12.3744L13.7216 16.0849C17.0883 19.4429 17.4722 19.8054 17.762 19.9012C18.4115 20.1158 19.0079 19.9741 19.4918 19.4903C19.9755 19.0064 20.1173 18.41 19.9027 17.7605C19.8069 17.4707 19.4444 17.0869 16.0864 13.7202L12.3759 10L16.0864 6.2799C19.4444 2.9132 19.8069 2.52936 19.9027 2.23955C20.1173 1.59007 19.9755 0.993611 19.4918 0.509767C19.0079 0.0259876 18.4115 -0.115735 17.762 0.0988304C17.4722 0.194612 17.0883 0.557138 13.7216 3.91513L10.0015 7.62564L6.28137 3.91513C2.91467 0.557138 2.53083 0.194612 2.24102 0.0988304C1.84801 -0.0310005 1.48282 -0.0289213 1.10269 0.105328Z' fill='white'/%3E%3C/svg%3E%0A") center center/20px no-repeat #D0011C;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  top: 60px;
  right: 60px;
}
@media (max-width: 767px) {
  .red-sample-popup .red-sample-close2 {
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    background-size: 15px 15px;
  }
}
@media (max-width: 360px) {
  .red-sample-popup {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.popup-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 244px;
}
@media (min-width: 1261px) {
  .popup-btn-wrap {
    align-self: flex-start;
    margin-left: auto;
    flex: 1 0 auto;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
@media (max-width: 1260px) {
  .popup-btn-wrap {
    align-items: center;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .popup-btn-wrap {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.popup-btn-wrap .block-title {
  font-weight: 900;
  font-size: 24px;
  line-height: 140%;
  color: #000;
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 1260px) {
  .popup-btn-wrap .block-title {
    font-size: 18px;
    line-height: 1.2;
  }
}
.popup-btn-wrap .btn_item:not(:last-child) {
  margin-right: 10px;
}
.popup-btn-wrap .popup-btn1, .popup-btn-wrap .popup-btn2 {
  cursor: pointer;
  max-width: 150px;
  font-size: 0;
  padding: 18px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  margin-bottom: 5px;
}
.cart-total__btns > div {
  display: flex;
  align-items: center;
}
.lpc-banners__container {
  display: flex;
  align-items: center;
}
@media (max-width: 1025px) {
  .lpc-banners__container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
.lpc-banners__container .header-top-image {
  flex: none;
}
@media (max-width: 1200px) {
  .lpc-banners__container .header-top-image img {
    max-width: 150px;
  }
}
@media (max-width: 479px) {
  .company-info {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1380px) and (min-width: 1025px) {
  [data-media-source="media-md"] .lpc-banners__inner:not(.lpc_direction).lpc_left {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cart-total__btns .cart_buy_rem {
  padding: 18px;
}
.cart-total__btns .cart_buy_rem:before {
  display: none;
}
.sorting-block .sorting-block__popup .sort-param[data-name="rating"] {
  display: none !important;
}
