.js-order-ajax-form #map {
  min-height: 700px;
}

.modal-window .error-marker {
  width: 80px;
  height: 80px;
  border: 1px solid var(--l-blue);
  border-radius: 50%;
  background-image: url("images/error01.svg");
  background-position: center;
  background-color: #fff;
  background-size: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px auto;
}

.cookies-popup {
  position: relative;
  z-index: 30000;
  pointer-events: none;
}

.cookies-popup .cookies-popup-inner {
  scale: 0;
  opacity: 0;
  transition: 0.3s;
}

.cookies-popup.active-popup {
  pointer-events: auto;
}

.cookies-popup.active-popup .cookies-popup-inner {
  opacity: 1;
  scale: 1;
}

.cookies-popup .cookies-popup-inner {
  right: 30px;
  bottom: 30px;
  position: fixed;
  background: rgba(98, 101, 113, 0.7490196078);
  padding: 24px;
  border-radius: 16px;
  width: 100%;
  max-width: 375px;
}

@media (max-width: 991px) {
  .cookies-popup .cookies-popup-inner {
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    padding: 16px;
  }
}
.cookies-popup .cookies-popup-inner .cookies-popup-inner--footer {
  display: flex;
  align-items: center;
}

.cookies-popup .cookies-popup-inner .cookies-popup-inner--text {
  margin-bottom: 24px;
  font-family: Mulish;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #fff;
}

.cookies-popup .cookies-popup-inner .cookies-popup-inner--text b {
  font-weight: bolder;
}

.cookies-popup .cookies-popup-inner .close-cookie {
  padding: 14px;
  width: 100%;
  max-width: 150px;
  background: #fff;
  font-family: Mulish;
  font-size: 14px;
  font-weight: bolder;
  line-height: 2;
  text-align: center;
  border-radius: 16px;
  cursor: pointer;
}

.cookies-popup .cookies-popup-inner .close-cookie span {
  background: linear-gradient(180deg, #5CA1EB 0%, #6078F2 60.94%, #635EF7 100%);
  color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  background-clip: text;
}

.cookies-popup .cookies-popup-inner .cancel-cookie {
  padding: 14px;
  margin-left: auto;
  font-family: Mulish;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  text-align: right;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}

.seller-page {
  display: grid;
  gap: 20px;
  font-family: "Mulish", sans-serif;
}

.seller-page p:not(:last-child) {
  margin-bottom: 1em;
  margin-top: 0;
}

.seller-page p:not(:last-child) + ul {
  margin-top: -1em;
}

.seller-page ul {
  list-style: disc;
  padding-left: 1.5em;
}

.seller-page .btn-light {
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  display: table;
}

.seller-page .btn-light span {
  background: linear-gradient(180deg, #5CA1EB 0%, #6078F2 60.94%, #635EF7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: rgba(0, 0, 0, 0);
  display: inline-block;
  position: relative;
  z-index: 3;
}

.seller-page .btn-light::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #fff;
  border-radius: 10px;
}

.seller-page .btn-light::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 1;
  background: linear-gradient(180deg, #5CA1EB 0%, #6078F2 60.94%, #635EF7 100%);
  border-radius: 11px;
}

.seller-page .seller-block {
  overflow: hidden;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 20px 0px rgba(212, 219, 228, 0.4);
  padding: 30px;
  position: relative;
}

.seller-page .seller-block .seller-block-arrow {
  position: absolute;
  top: 35px;
  right: 35px;
  cursor: pointer;
  transition: 0.3s;
}

.seller-page .seller-block.deactived .seller-block-arrow {
  transform: rotate(180deg);
}

.seller-page .seller-block .seller-block-title {
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  text-align: left;
  color: #151515;
}

.seller-page .seller-block--content {
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
}

.seller-page .seller-block .seller-block--content .seller-block--content--inner {
  padding-top: 10px;
  max-width: 922px;
}

.seller-page .seller-block .seller-block--content .seller-block--content--inner--full {
  max-width: 100% !important;
}

.seller-page .seller-block .seller-block--content .seller-block--content--inner a {
  color: rgba(72, 91, 254, 0.8);
}

.seller-page .seller-block .seller-block--content .seller-block--content--inner .grey-style {
  color: rgba(21, 21, 21, 0.6);
}

.seller-page .seller-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.seller-page .seller-header .seller-header-rating {
  display: flex;
  align-items: center;
  gap: 12px;
}

.seller-page .seller-header .seller-header-rating .rating-stars {
  display: flex;
  gap: 7px;
  align-items: center;
}

.seller-page .seller-header .seller-header-rating .rating--info {
  font-size: 16px;
  color: #151515;
}

.seller-page .seller-header .seller-header--info .seller-header--info--name {
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
  text-align: left;
  color: #151515;
  margin-bottom: 18px;
}

.seller-page .seller-header .seller-header--info .seller-header--info--link {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #485bfe;
  margin-bottom: 18px;
  display: block;
}

.seller-page .seller-header--top {
  display: flex;
  gap: 20px;
}

.seller-page .seller-header--top .seller-header--top--icon {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  background: #eff4fc;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seller-page .seller-header--top .seller-header--top--icon img {
  width: 100%;
  height: auto;
  display: block;
}

.seller-page .seller-header--top .seller-header--top--info--name {
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  text-align: left;
  color: #151515;
  margin-bottom: 10px;
}

.seller-page .seller-header--top .seller-header--top--info--price {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  margin-bottom: 14px;
  color: #151515;
}

.seller-page .seller-header--top .seller-header--top--info--btn .akcent-button {
  width: 100%;
  text-align: center;
}

.seller-page .seller-about .seller-about--show-form {
  background: rgba(239, 244, 252, 0.5019607843);
  position: absolute;
  top: 30px;
  right: 30px;
  border-radius: 12px;
  padding: 20px;
}

.seller-page .seller-about .seller-about--show-form--title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  margin-bottom: 20px;
}

.seller-page .seller-contacts .seller-contacts--item span {
  color: rgba(21, 21, 21, 0.6);
}

.seller-page .seller-catalog .seller-block--content .seller-block--content--inner {
  width: 100%;
  max-width: 100%;
}

.seller-page .seller-catalog .seller-block--content .seller-block--content--inner .slider-podborka-zagolovok {
  display: none;
}

.seller-block--reviews {
  display: grid;
  padding: 6px 0 0;
  grid-template-columns: auto 800px;
  gap: 146px;
}

.seller-block--reviews .rating-stars {
  display: flex;
  gap: 8px;
}

.seller-block--reviews .btn-light {
  padding: 13px 20px;
  font-size: 16px;
}

.seller-block--reviews .btn-light::before {
  border-radius: 13px;
}

.seller-block--reviews .btn-light::after {
  border-radius: 14px;
}

.slider-reviews-wrapper {
  position: relative;
  padding: 2px 0 0;
}

.slider-reviews-wrapper .swiper {
  position: static;
}

@media (max-width: 991px) {
  .seller-block--reviews {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.seller-block--reviews .seller-reviews--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.seller-block--reviews .seller-reviews--top .rating-stars-wrapper {
  display: flex;
  align-items: center;
  gap: 1px;
  font-weight: 800;
  color: #151515;
  font-size: 19px;
}

.seller-block--reviews .seller-reviews--top .rating-stars-wrapper .rating-stars--text {
  margin-left: 12px;
}

.seller-block--reviews .seller-reviews--count {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  opacity: 0.6;
  color: #151515;
  margin-bottom: 29px;
}

.seller-block--reviews .seller-reviews--detail {
  display: grid;
  gap: 10px;
}

.seller-block--reviews .seller-reviews--detail .seller-reviews--detail--line {
  display: grid;
  grid-template-columns: auto 340px;
  gap: 20px;
  align-items: center;
}

.seller-block--reviews .seller-reviews--detail .seller-reviews--detail--line span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
}

.seller-block--reviews .seller-reviews--detail .seller-reviews--detail--line .seller-reviews--detail--line--progress {
  background: rgba(239, 244, 252, 0.5019607843);
  border-radius: 36px;
  height: 30px;
  position: relative;
}

.seller-block--reviews .seller-reviews--detail .seller-reviews--detail--line .seller-reviews--detail--line--progress span {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  translate: -50% -50%;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.seller-block--reviews .seller-reviews--detail .seller-reviews--detail--line .seller-reviews--detail--line--progress .seller-reviews--detail--line--progress--fill {
  background: #f4b844;
  border-radius: 36px;
  height: 100%;
  width: var(--progress);
  display: block;
}

.seller-block--reviews .reviews-drop-btn {
  color: #485bfe;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 29px;
  margin-top: 28px;
  cursor: pointer;
}

.seller-block--reviews .reviews-drop-btn:hover {
  text-decoration: underline;
}

.seller-block--reviews .reviews-drop-btn.active svg {
  transform: scale(-1);
}

.seller-block--reviews .reviews-sort-btn {
  color: #485bfe;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}

.seller-block--reviews .reviews-sort-btn:hover {
  text-decoration: underline;
}

.seller-block--reviews .reviews-sort-btn.active svg {
  transform: scale(-1);
}

.seller-block--reviews .swiper--nav--header {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.seller-block--reviews .swiper--nav {
  display: flex;
  position: absolute;
  top: -3px;
  right: 0;
  align-items: center;
  gap: 13px;
}

.seller-block--reviews .swiper--nav .swiper-button-next,
.seller-block--reviews .swiper--nav .swiper-button-prev {
  position: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 20px 0px;
  cursor: pointer;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  margin: 0px;
}

.seller-block--reviews .swiper--nav .swiper-button-prev.swiper-button-disabled,
.seller-block--reviews .swiper--nav .swiper-button-next.swiper-button-disabled {
  display: flex;
  filter: grayscale(1);
}

.seller-block--reviews .swiper--nav .swiper-button-prev:hover,
.seller-block--reviews .swiper--nav .swiper-button-next:hover {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.122);
}

.seller-block--reviews .swiper--nav .swiper-button-prev::after,
.seller-block--reviews .swiper--nav .swiper-button-next::after {
  display: none;
}

.seller-block--reviews .swiper--nav svg {
  display: block;
  width: 8px;
  height: auto;
  margin: auto;
}

.reviews-list {
  display: grid;
  gap: 17px;
}

.review-item {
  padding: 7px 0 0;
  display: grid;
  grid-template-columns: 140px auto;
  gap: 23px;
}

.review-item .review-item--info--header {
  display: flex;
  align-items: center;
}

.review-item .review-item--info--header .review-item--name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}

.review-item .review-item--info--header .review-item--date {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  opacity: 0.4;
  margin-left: 20px;
}

.review-item .review-item--info--text {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.5;
  text-align: left;
  margin-top: 4px;
  opacity: 0.8;
}

.review-item .review-item--info--answer {
  margin-top: 10px;
  padding-left: 40px;
}

.review-item .review-item--info--answer .review-item--info--answer--header {
  display: flex;
  align-items: center;
}

.review-item .review-item--info--answer .review-item--info--answer--header svg {
  display: block;
  width: 20px;
  margin: 0 4px 0 0;
  height: auto;
}

.review-item .review-item--info--answer .review-item--info--answer--header .review-item--name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}

.review-item .review-item--info--answer .review-item--info--answer--header .review-item--date {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  opacity: 0.4;
  margin-left: 20px;
}

.review-drop-info {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 1.5;
  transition: all 0.2s linear;
  max-height: 0;
  margin: 0;
  overflow: hidden;
}

.review-drop-info.active {
  margin: -27px 0 31px;
  max-height: 1000px;
}

.custom-drop {
  display: none;
  position: absolute;
  max-height: 312px;
  overflow: auto;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
  background-color: white;
  border-radius: 12px;
  margin-top: 10px;
}

.custom-drop ul {
  padding: 0;
  list-style: none;
}

.custom-drop ul li {
  padding: 12px 16px;
  cursor: pointer;
}

.custom-drop ul li.active, .custom-drop ul li:hover {
  background-color: rgb(239, 244, 252);
}

.product-same {
  padding: 0 0 19px;
  display: flex;
  align-items: center;
}

.product-same .btn-all {
  white-space: nowrap;
  min-width: 119px;
  padding: 7px 20px;
  text-align: center;
}

.product-same_in {
  display: flex;
  padding: 21px 2px 0 0;
  flex-grow: 1;
}

.product-same_in .kartochka-compact {
  width: auto !important;
  flex: 1;
  padding: 10px 16px 16px 16px;
}

.product-same_in .kartochka-compact .podborka-name::before {
  display: none !important;
}

.product-same_in .top-stroka {
  font-size: 12px;
}

.product-same_in .podborka-img {
  width: 100%;
  height: 116px;
  padding: 0;
  margin: 0 0 15px;
}

.product-same_in .podborka-img img {
  max-width: 100%;
  max-height: 116px;
}

.product-same_in .podborka-price {
  font-size: 14px;
  line-height: 20px;
}

.product-same_in .bonus {
  font-size: 10px;
}

.product-same_in .podborka-name {
  height: auto;
  padding: 0;
}

.product-same_in .price-stroka {
  flex-direction: row;
  margin-bottom: 2px;
}

.product-same_in .podborka-knopki .knopka-1click {
  font-size: 14px;
  width: 136px;
}

.product-same_in .podborka-info {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
}

.product-same_in .podborka-info a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 36px;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000 !important;
}

.product-same_in .knopka-like {
  width: 16px;
  height: 16px;
  background-size: 16px;
}

.seller-catalog div.slider-podborka {
  margin: 0;
}

.seller-catalog .central-area {
  width: 100% !important;
}

.seller-catalog .kartochka-compact {
  padding: 10px 16px 16px 16px;
  width: 253px !important;
}

.seller-catalog .kartochka-compact .podborka-name::before {
  display: none !important;
}

.seller-catalog .top-stroka {
  font-size: 12px;
}

.seller-catalog .podborka-img {
  width: 100%;
  height: 116px;
  padding: 0;
  margin: 0 0 15px;
}

.seller-catalog .podborka-img img {
  max-width: 100%;
  max-height: 116px;
}

.seller-catalog .podborka-price {
  font-size: 14px;
  line-height: 20px;
}

.seller-catalog .bonus {
  font-size: 10px;
}

.seller-catalog .podborka-name {
  height: auto;
  padding: 0;
}

.seller-catalog .price-stroka {
  flex-direction: row;
  margin-bottom: 2px;
}

.seller-catalog .podborka-knopki .knopka-1click {
  font-size: 14px;
}

.seller-catalog .podborka-info {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
}

.seller-catalog .podborka-info a {
  color: #000 !important;
}

.seller-catalog .knopka-like {
  width: 16px;
  height: 16px;
  background-size: 16px;
}

.only-mobile {
  display: none;
}

.review-item--info--events {
  margin: 0 0 -4px;
}

.review-item--info--events a {
  font-size: 14px;
  font-weight: 600;
  margin: 0 12px 0 0;
  line-height: 20px;
  text-align: left;
}

.review-item--info--events a:hover {
  text-decoration: underline;
}

.review-item--info--events .red {
  color: #F76060 !important;
}


.seller-about{
  min-height: 185px;
}
.seller-page .seller-header--top .seller-header--top--info--btn .akcent-button{
  width: auto;
  min-width: 213px;
}
.seller-page .seller-header--top{
  max-width: 448px;
  width: 448px;
}
.seller-page .seller-header--top .seller-header--top--icon{
  min-width: 120px;
  height: auto;
  box-sizing: border-box;
}
.seller-page .seller-header--top .seller-header--top--info--name{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.seller-page .seller-header-image img,
.seller-page .seller-header .seller-header--info .seller-header--info--name img,
.seller-header--info_photo img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.seller-header--info_photo{
  float: left;
  border-radius: 12px;
  background: rgba(221, 229, 242, 0.8) url(images/seller-empty.svg) no-repeat center;
  width: 140px;
  min-width: 140px;
  height: 140px;
  margin: 0 24px 0 0;
  overflow: hidden;
  background-size: cover;
  position: relative;
  min-height: 140px;
}
.seller-page .seller-header .seller-header-rating .raiting-stars{
  width: 120px;
  background-size: 24px;
  min-width: 120px;
  align-self: flex-start;
}
.seller-page .seller-header .raiting-gold-stars{
  height: 100%;
  background-size: 24px;
}
.seller-page .seller-header .seller-header-rating{
  overflow: hidden;
}
.seller-header--info{
  padding-right: 20px;
  flex: 1;
}
.seller-header-image{
  position: relative;
  border-radius: 16px 16px 0 0;
  height: 297px;
  overflow: hidden;
  background: #DDE5F2;
  margin: 40px 0 -36px;
}


.seller-page .seller-header .seller-header--info .seller-header--info--name {
  padding: 9px 0 0;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1440px) {
  .seller-block--reviews {
    grid-template-columns: auto 55%;
    gap: 50px;
  }
  .seller-page .seller-block .seller-block--content .seller-block--content--inner {
    padding-top: 10px;
    max-width: 750px;
  }
  .seller-catalog .central-area {
    overflow: visible !important;
  }
  .main-subscription .main-subscription-text {
    margin-bottom: 0;
    padding: 0 30px 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .seller-page .seller-header .seller-header-rating {
    display: block;
  }
  .seller-page .seller-header .seller-header-rating .rating-stars {
    margin: 0 0 10px;
  }
  .seller-page .seller-block .seller-block--content .seller-block--content--inner {
    max-width: 625px;
  }
  .seller-block--reviews .seller-reviews--detail .seller-reviews--detail--line {
    grid-template-columns: auto 250px;
  }
  .main-subscription {
    padding: 30px;
  }

  .seller-header--info_photo{
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
  }
  .seller-page .seller-header .seller-header-rating .raiting-stars{
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .seller-page .seller-about .seller-about--show-form {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .seller-page .seller-block .seller-block--content .seller-block--content--inner {
    max-width: 100%;
  }
  .seller-block--reviews {
    display: block;
  }
  .seller-reviews-info {
    margin-bottom: 20px;
  }
  .seller-block--reviews .seller-reviews--detail .seller-reviews--detail--line {
    grid-template-columns: 105px auto;
  }
  .seller-catalog .kartochka-compact {
    width: 160px !important;
  }
  .seller-catalog .kartochka-compact .podborka-knopki {
    display: flex;
    justify-content: center;
  }
  .seller-catalog .price-stroka {
    flex-direction: column;
    margin-bottom: 2px;
  }
  .main-subscription .main-subscription-text {
    padding: 0 0 25px;
  }


  .seller-header--info_photo {
    width: 125px;
    height: 125px;
    min-width: 125px;
    margin: 0 15px 0 0;
    min-height: 125px;
  }
  .seller-page .seller-header .seller-header-rating{
    display: flex;
  }
  .seller-page .seller-header{
    display: block;
  }

  .seller-page .seller-header--top{
    width: 100%;
    max-width: 100%;
    padding: 30px 0 0;
  }

}
@media screen and (max-width: 767px) {
  .only-mobile {
    display: block;
  }
  .seller-page {
    overflow: hidden;
    gap: 14px;
  }
  .seller-page .seller-header--top {
    margin: 37px 0 4px;
    gap: 16px;
  }
  .seller-page .seller-header--top .seller-header--top--info--btn .akcent-button {
    font-size: 13px;
    height: 44px;
  }
  .seller-page .seller-header--top .seller-header--top--icon {
    width: 52px;
    padding: 6px;
    height: 52px;
  }
  .seller-page .seller-header--top .seller-header--top--info--name {
    font-size: 16px;
    line-height: 24px;
  }
  .seller-page .seller-header--top .seller-header--top--info--price {
    font-size: 16px;
    line-height: 24px;
  }
  .seller-page .seller-header {
    display: block;
  }
  .seller-page .seller-header .seller-header--info .seller-header--info--name {
    font-size: 32px;
    padding: 3px 0 0;
    line-height: 1;
    margin-bottom: 16px;
  }
  .seller-page .seller-header .seller-header--info .seller-header--info--link {
    font-size: 14px;
    line-height: 20px;
  }
  .seller-page .seller-header .seller-header-rating .rating--info {
    font-size: 14px;
    line-height: 24px;
  }
  .seller-page .seller-header .seller-header-rating .rating-stars {
    margin: 0 0 6px;
  }
  .seller-page .seller-block {
    padding: 16px 17px;
    margin-left: -1px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  .seller-page .seller-block .seller-block-title {
    padding: 0 30px 0 0;
    font-size: 16px;
  }
  .seller-page .seller-block .seller-block--content {
    font-size: 14px;
    line-height: 24px;
  }
  .seller-page .seller-block .seller-block--content .seller-block--content--inner {
    padding-top: 8px;
  }
  .seller-page .seller-block .seller-block-arrow {
    top: 20px;
    right: 30px;
  }
  .seller-page .seller-about .seller-about--show-form {
    padding: 13px 16px 17px;
    margin: 23px 0 0;
  }
  .seller-page .seller-about .seller-about--show-form--title {
    font-size: 14px;
    margin-bottom: 17px;
  }
  .review-drop-info {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
  }
  .review-drop-info.active {
    margin: 0 0 30px;
  }
  .seller-reviews-info {
    margin-bottom: 38px;
  }
  .seller-block--reviews {
    padding: 8px 0;
  }
  .seller-block--reviews.show .swiper-slide {
    display: block;
  }
  .seller-block--reviews .custom-drop {
    left: auto;
    right: 10px;
  }
  .seller-block--reviews .seller-reviews--count {
    font-size: 14px;
    margin: 12px 0 19px;
  }
  .seller-block--reviews .btn-light {
    box-sizing: border-box;
    text-align: center;
    width: 100%;
  }
  .seller-block--reviews .seller-reviews--detail {
    gap: 8px;
  }
  .seller-block--reviews .seller-reviews--detail .seller-reviews--detail--line {
    grid-template-columns: 65px auto;
    gap: 8px;
  }
  .seller-block--reviews .seller-reviews--detail .seller-reviews--detail--line span {
    font-size: 14px;
  }
  .seller-block--reviews .reviews-drop-btn {
    font-size: 14px;
    margin: 40px 0 25px;
    line-height: 20px;
  }
  .seller-block--reviews .seller-reviews--top .rating-stars-wrapper .rating-stars--text {
    font-size: 16px;
  }
  .seller-block--reviews .seller-reviews--top .rating-stars {
    position: static;
  }
  .seller-block--reviews .swiper--nav {
    display: none !important;
  }
  .seller-block--reviews .rating-stars {
    position: absolute;
    top: 1px;
    right: -1px;
    gap: 4px;
  }
  .seller-block--reviews .rating-stars svg {
    height: 20px;
    width: auto;
  }
  .seller-block--reviews .reviews-list {
    gap: 23px;
  }
  .seller-block--reviews .review-item {
    display: block;
    padding: 2px 0 0;
    position: relative;
  }
  .seller-block--reviews .review-item .review-item--info--answer {
    margin-top: 10px;
    padding-left: 23px;
  }
  .seller-block--reviews .review-item .review-item--info--answer .review-item--info--answer--header .review-item--name {
    font-size: 14px;
  }
  .seller-block--reviews .review-item .review-item--info--answer .review-item--info--answer--header .review-item--date {
    font-size: 12px;
    margin-left: 13px;
  }
  .seller-block--reviews .review-item .review-item--info--text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 3px;
  }
  .seller-block--reviews .review-item .review-item--info--header .review-item--name {
    font-size: 14px;
    line-height: 20px;
    max-width: 92px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .seller-block--reviews .review-item .review-item--info--header .review-item--date {
    font-size: 12px;
  }
  .seller-block--reviews .swiper-wrapper {
    display: block;
  }
  .seller-block--reviews .swiper-slide {
    display: none;
    margin: 23px 0 0;
  }
  .seller-block--reviews .swiper-slide:first-child {
    margin-top: 0;
    display: block;
  }
  .seller-block--reviews .btn-black {
    font-family: Mulish;
    width: 100%;
    font-weight: 700;
    font-size: 15px;
    border: 1px solid #151515;
    margin: 32px 0 0;
    background: none;
    border-radius: 10px;
    padding: 15px;
    line-height: 20px;
    color: #151515;
  }
  .seller-catalog .kartochka-compact {
    width: 220px !important;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.15), 0px 5px 10px 0px rgba(212, 219, 228, 0.8);
  }
  .seller-catalog .kartochka-compact .podborka-info {
    padding: 0 0 9px;
  }
  .seller-catalog .kartochka-compact .podborka-img {
    width: 100%;
    height: 116px;
    margin: 0 0 7px;
  }
  .seller-catalog .kartochka-compact .podborka-img img {
    max-width: 100%;
    max-height: 116px;
  }
  .seller-catalog .kartochka-compact .podborka-name {
    height: auto;
    font-size: 14px;
    margin: 0 0 10px;
  }
  .seller-catalog .kartochka-compact .top-stroka .nalichie {
    font-size: 12px;
  }
  .seller-catalog .kartochka-compact .podborka-knopki {
    justify-content: space-between;
  }
  .seller-catalog .kartochka-compact .podborka-knopki .knopka-1click {
    width: 135px;
    border-radius: 10px;
  }
  .seller-catalog .kartochka-compact .podborka-knopki .knopka-buy {
    border-radius: 100%;
  }
  .seller-catalog .podborka-info {
    justify-content: flex-start;
  }
  .seller-catalog .slider-podborka {
    padding: 10px 0 15px 0;
  }
  .seller-catalog .row-podborka {
    margin: -4px -17px 0;
  }
  .seller-catalog .slider-podborka-padding {
    padding: 0 17px;
  }
  .seller-catalog .price-stroka {
    margin-top: auto;
    align-items: baseline;
    flex-direction: row;
  }
  .seller-catalog .podborka-price {
    font-size: 14px;
    line-height: 20px;
  }
  .main-subscription {
    margin: 52px 16px;
    padding: 22px 17px 21px;
    background-size: 105px auto;
    background-position: top 35px right 19px;
  }
  .main-subscription .main-subscription-text {
    padding: 0 0 27px;
    font-size: 20px;
    color: #000;
    text-align: center;
  }
  .main-subscription .main-subscription-button {
    font-size: 14px;
    padding: 10px;
    width: 100%;
    border-radius: 50px;
    height: 48px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
  }

  .main-subscription input:-webkit-autofill,
  .main-subscription input:is(:-webkit-autofill, :autofill),
  .main-subscription input:-webkit-autofill:hover,
  .main-subscription input:-webkit-autofill:focus,
  .main-subscription input {
    border: 1px solid blue !important;
    border-radius: 50px;
    padding: 14px ;
    margin: 0 0 19px;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    height: 48px;
  }
  .main-subscription form {
    border-radius: 0;
    padding: 0;
    display: block;
    height: auto;
    background: none;
    border: none;
  }


  .seller-header-image {
    margin: 0 0 -36px;
    height: 202px;
    border-radius: 0;
  }
  .seller-header--info_photo{
    width: 88px;
    min-width: 88px;
    min-height: 88px;
    margin: 3px 0 27px;
    display: block;
    float: none;
    height: 88px;
  }
  .seller-page .seller-header .seller-header-rating{
    display: block;
  }

  .seller-page .seller-header--top .seller-header--top--icon{
    padding: 6px;
    min-width: 52px;
    min-height: 52px;
    height: 52px;
    max-height: 52px;
  }
  .seller-page .seller-header--top{
    padding: 0;
    margin: 35px 0 4px;
  }
  .seller-page .seller-header--top .seller-header--top--info--btn .akcent-button {
    min-width: 182px;
  }

}

.seller-page .seller-block{
  border: none;
  box-shadow: 0px 0px 20px 0px rgba(212, 219, 228, 0.40), 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.header-content .hc-r1-search:not(.js-live-search-form) input:focus {
  filter: invert(0%) !important;
  background-color: black !important;
}

.bottom:has(.in-basket) .js-error-max-count-min.error-max-count,
.scroll-panel-info:has(.in-basket) .js-error-max-count-min.error-max-count,
.count-buy:has(.in-basket) .js-error-max-count-min.error-max-count,
.btn-group:has(.in-basket) .js-error-max-count-min.error-max-count,
.stroka-count:has(.in-basket) .js-error-max-count-min.error-max-count {
  transition: box-shadow 0.3s ease;
  cursor: pointer;
  opacity: 1;
}

.bottom:has(.in-basket) .js-error-max-count-min.error-max-count:hover,
.scroll-panel-info:has(.in-basket) .js-error-max-count-min.error-max-count:hover,
.count-buy:has(.in-basket) .js-error-max-count-min.error-max-count:hover,
.btn-group:has(.in-basket) .js-error-max-count-min.error-max-count:hover,
.stroka-count:has(.in-basket) .js-error-max-count-min.error-max-count:hover {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

/*# sourceMappingURL=template_styles.css.map */
