 .banner_img{ cursor: default;
}
 .item{ cursor: default;
}
/* === Layout === */
.cart_topbar{ background:#fff; color:#1e2430; width:100%; }
.cart_topbar__inner{
  max-width:1200px; margin:0 auto; padding:18px 1px 12px;
  display:grid; grid-template-columns:1fr auto; align-items:center; gap:16px;
}
.cart_topbar__line{ max-width:1200px; margin:10px auto 0; border-top:1px solid #e5e7eb; }
.cart_topbar__brand{ display:flex; align-items:center; gap:12px; }
.cart-header__logo{ max-height:44px; width:auto; max-width:100%; display:block; }
.cart_topbar__actions{ display:flex; align-items:center; gap:16px; }

/* === Phone pill (точно по фигме: 18/12, dot 14, radius 16) === */
.phone-pill{
  display:flex; align-items:center; gap:12px;
  padding:14px 20px; background:#f5f7fb; border-radius:16px; width:max-content;
}
.phone-pill__dot{
  width:14px; height:14px; border-radius:50%; background:#22c55e;
  box-shadow:0 0 0 6px rgba(34,197,94,.2); flex:0 0 auto;
}
.phone-pill__num{ font-size:18px; font-weight:700; color:#1e2430; line-height:1.2; text-decoration:none; }
.phone-pill__sub{ font-size:12px; line-height:1.4; display:flex; gap:4px; flex-wrap:wrap; }
.phone-pill__emph{ color:#22c55e; font-weight:600; }
.phone-pill__grey{ color:#8f93a3; }

/* === Back pill (по фигме: 16, радиус 16, иконка 24) === */
.back-pill{
  display:inline-flex; align-items:center; gap:10px;
  padding:22px 20px; /* desktop: 22 вертикаль, 20 боковые */
  background:#f5f7fb; border-radius:16px; text-decoration:none;
  color:#1e2430; font-size:16px; font-weight:600; line-height:1.2;
  transition:background .2s ease, transform .15s ease;
}
.back-pill__icon{ width:24px; height:24px; display:block; }
.back-pill:hover{ background:#eef1f6; }
.back-pill:active{ transform:translateY(1px); }

/* === Adaptive === */
@media (max-width:1040px){
  /* скрываем телефон при 1040 и меньше */
  .phone-pill{ display:none; }

  /* но сохраняем сетку в две колонки: логотип слева, кнопка справа */
  .cart_topbar__inner{
    grid-template-columns:1fr auto;
    align-items:center;
  }

  /* уменьшаем кнопку под планшет */
  .back-pill{
    font-size:14px;
    padding:18px 16px;
    border-radius:16px;
  }
  .back-pill__icon{ width:20px; height:20px; }

  /* логотип немного меньше */
  .cart-header__logo{ max-height:50px; }
}

@media (max-width:640px){
  /* только на настоящем мобиле — уменьшаем текст до 12 px и паддинги 22 / 12 */
  .back-pill{
    font-size:12px;
    padding: 12px 12px;
  }
  .cart-header__logo{ max-height:36px; }
}



footer .cart_footer
{
  background: #F9F9FB !important;
  padding-top: 50px;

}
footer .bottom-line .info {
    line-height: 1.4;
    margin: 0 0 5px;
    color: #8D8DA0 !important;
}

footer .copyright a 
{color:black !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
  margin-right: 0 !important;
}

footer .copyright span {
color:#8D8DA0 !important;

}
footer .copyright 
{margin-top: 50px;}


@media (max-width: 991px) {
    footer .bottom-line .info {
        font-size: 13px;
        text-align: left !important;
    }
}

.copyright{
  display:grid;
  grid-template-columns: 1fr auto; /* слева тянется, справа — картинка */
  align-items:center;
  column-gap:24px;
}

.copyright__left{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  min-width:0;          /* даём переноситься, чтобы картинка не падала вниз */
}

.cart_footer_pay{
  max-width:clamp(160px, 22vw, 293px); /* адаптивная, но не больше оригинала */
  height:auto;
  display:block;
}

@media (max-width: 640px){
  .copyright{
    grid-template-columns: 1fr;       /* на мобиле в столбик */
    row-gap:12px;
    text-align:center;
  }
  .copyright__right{ justify-self:center; }
  .copyright__left{ justify-content:center; }
}
.cart_footer_pay {
  width: 180px;
  height: auto;
  display: block;
}


.input-error {
  border: 1px solid red !important;
}
.input-ok {
  border: 1px solid rgb(0, 175, 0) !important;
}

 .banner_img{ cursor: default;
}
.subform
{display: none !important}

label.item {
  all: unset;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid #ddd;
  cursor: pointer;
}
/* по умолчанию скрываем оба */
.rev_desktop, .rev_mob {
  display: none;
}

/* мобильные (до 767px) */
@media (max-width: 767px) {
.rev_mob {
    display: block;
  }
  
  .banner
{
  overflow: hidden;
}
}

/* планшеты и десктопы (от 768px и выше) */
@media (min-width: 768px) {
.rev_desktop {
    display: block;
  }
}


.ec-d-rating__b button {
    padding: 14px 24px;
    border: none;
    border-radius: 16px;
    border: 1px solid #E2E2E2;
    background: #ffffff;
    /* max-width: 355px; */
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    margin-top: 20px;
    max-width: 100% !important;
}

.swiper { position: relative; }
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  z-index: 10; pointer-events: auto;
}



.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  color: #1a1a1a;
}

/* стрелка */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  display: block;
}

/* направление */
.swiper-button-prev::after { transform: rotate(135deg); }
.swiper-button-next::after { transform: rotate(-45deg); }

/* расположение */
.swiper-button-prev { left: -22px; }
.swiper-button-next { right: -22px; }

.basket .block .branch .items .item  {padding: 0px 0px !important;}

.wrapper,
.basket,
.basket .container,
.basket .block,
.basket_wrap { overflow: visible !important; }


html, body {
    overflow-x: visible;
}

.input-error {
  border: 1px solid rgb(221, 221, 221) !important;
}
#msOrder {
margin-top: 0px;
}
/*
 .bReview__rating2
{display: none !important;}

 .rich-content 
{display: none !important;}
*/

.item, .item * { pointer-events: auto ; }
.item .check { pointer-events: none ; } /* если .check поверх текста */


.box, .box * { pointer-events: auto; }
.box .check { pointer-events: none; }


.div_step2 {
  display: none ;
}
.swiper-wrapper
{
  z-index: none;
}
.price
{
  text-decoration: none !important;
}

.bCart__remove button
{background: none !important;}


#msCart .title
{float: unset !important;
  width: auto !important;
}

.banner
{background:  white !important;
  ///overflow: hidden;
}


h1,
h2,
h3,
h4,
h5,
h6,
span,
b,
p {
  margin: 0;
  padding: 0;
  transition: 0.3s ease all;
  font-weight: 400;
}

a,
a:hover {
  text-decoration: none;
  transition: 0.3s ease all;
}

svg,
path {
  transition: 0.3s ease all;
}

textarea,
input,
button {
  border: none;
  outline: none;
  background: none;
  transition: 0.3s ease all;
  cursor: pointer;
  font-family: "", sans-serif;
}
textarea:focus,
input:focus,
button:focus {
  box-shadow: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.wrapper {
  overflow: visible;
  width: 100%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 15px;
}

.basket {
  padding: 20px 0 120px;
}

#msCart .title
{  font-weight: 500 ;
  font-size: 40px ;
  line-height: 110% ;
  letter-spacing: -2%;
  color: #2C2D4C;
  float: unset;}
.basket .title {
  font-weight: 500 ;
  font-size: 40px ;
  line-height: 110% ;
  letter-spacing: -2%;
  color: #2C2D4C;
  float: unset;
}
.basket .block {
  display: grid;
  grid-template-columns: 60% 35%;
  gap: 55px;
  margin-top: 24px;
}
.basket .block .basket_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.basket .block .basket_wrap2 {
  gap: 20px; //60
} 
.basket .block .cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.basket .block .cards .card {
  display: flex;
  align-items: start;
  gap: 25px;
}
.basket .block .cards .card .card_img {
  width: 180px;
  height: 180px;
  border-radius: 16px;
  background: #F7F8F9;
  padding: 16px;
}
.basket .block .cards .card .card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: darken;
}
.basket .block .cards .card_info {
  display: flex;
  flex-direction: column;
  gap: 22.5px;
}
.basket .block .cards .card_info .top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}
.basket .block .cards .card_title {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -2%;
  max-width: 361px;
  color: #2C2D4C;
}
.basket .block .cards .card .price {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 6px;
}
.basket .block .cards .card .price b {
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -3%;
  text-align: right;
  color: #2C2D4C;
  white-space: nowrap;
}
.basket .block .cards .card .price span {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #8D8DA0;
}
.basket .block .cards .card .price span::after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 2px;
  width: 100%;
  height: 1px;
  background: #8D8DA0;
  transform: rotate(-10deg);
}
.basket .block .cards .card .date {
  display: flex;
  align-items: center;
  gap: 6px;
}
.basket .block .cards .card .date .dot {
  width: 14px;
  height: 14px;
  background: #3ABC6E;
  border: 4px solid #D8F2E2;
  border-radius: 100%;
}
.basket .block .cards .card .date p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -1%;
  color: #2C2D4C;
}
.basket .block .cards .card .date p span {
  font-weight: 500;
}
.basket .block .cards .card .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.basket .block .cards .card .bottom .calc {
  display: flex;
  align-items: center;
  gap: 24px;
}
.basket .block .cards .card .bottom .calc .calc_btns {
  display: flex;
  align-items: center;
  gap: 16px;
}
.basket .block .cards .card .bottom .calc .calc_btns button:hover svg path {
  fill: #2C2D4C;
}
.basket .block .cards .card .bottom .calc .calc_btns .total_spn {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  color: #2C2D4C;
}
.basket .block .cards .card .bottom .calc .calc_btns .line {
  height: 24px;
  width: 1px;
  background: rgba(44, 45, 76, 0.1019607843);
}
.basket .block .cards .card .bottom .calc p {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -1%;
  color: #EB8328;
}
.basket .block .cards .discount_box {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border-radius: 16px;
  background: #F7F8F9;
  width: 100%;
}
.basket .block .cards .discount_box p {
  margin: 0 auto;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -1%;
  text-align: center;
  color: #2C2D4C;
}
.basket .block .cards .discount_box p span {
  font-weight: 500;
  color: #9E35C9;
}
.basket .block .banner .banner_img {
  width: 100%;
  height: 140px;
  overflow: hidden;
}
.basket .block .banner .banner_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.basket .block .banner .bannerSlide {
  width: calc(100% + 20px);
  margin-left: -20px;
  padding: 0 14px;
  overflow: hidden;
}
.basket .block .banner .swiper-button-next,
.basket .block .banner .swiper-button-prev {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background: #FFF;
  box-shadow: 0px 5px 20px 0px rgba(34, 34, 34, 0.0705882353);
  transition: 0.3s ease all;
  bottom: 0;
}
.basket .block .banner .swiper-button-next::after,
.basket .block .banner .swiper-button-prev::after {
  font-size: 14px;
  font-weight: 800;
  color: #2C2D4C;
}
.basket .block .banner .swiper-button-next {
  right: 0;
}
.basket .block .banner .swiper-button-prev {
  left: 0;
}
.basket .block .order_form {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.basket .block .order_form h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  letter-spacing: -2%;
  color: #2C2D4C;
}
.basket .block .order_form input {
  font-family: "", sans-serif !important;
  padding: 20px 18px 12px;
  border-radius: 16px;
  border: 1px solid #E2E2E2;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #2C2D4C;
}
.basket .block .order_form input:focus {
  border: 2px solid #9E35C9;
}
.basket .block .order_form label {
  font-family: "", sans-serif !important;
  top: 12px;
  left: 18px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  padding: 4px 8px;
  background: #FFFFFF;
  color: rgba(44, 45, 76, 0.6);
  z-index: 1;
  pointer-events: none;
}
.basket .block .order_form .form_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
.basket .block .info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-self: start;
  position: sticky;
  top: 20px;
}
.basket .block .info .product_info {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: #F9F9FB;
  padding: 18px 20px;
  border-radius: 16px;
}
.basket .block .info .product_info .texts {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(44, 45, 76, 0.1019607843);
}
.basket .block .info .product_info .texts:nth-child(2) {
  border: none;
  padding: 0;
}
.basket .block .info .product_info .texts .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.basket .block .info .product_info .texts .text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -1%;
  color: #2C2D4C;
}
.basket .block .info .product_info .texts .text h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -2%;
  color: #2C2D4C;
}
.basket .block .info .product_info .texts .text h3 {
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  letter-spacing: -2%;
  text-align: right;
  color: #2C2D4C;
}
.basket .block .info .product_info .texts .text span {
  padding: 5px 10px;
  font-weight: 600;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 3%;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 26px;
  background: #9E35C9;
}
.basket .block .info .product_info .texts2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.basket .block .info .product_info .texts2 .text {
  display: flex;
  align-items: center;
  gap: 6px;
}
.basket .block .info .product_info .texts2 .text img {
  width: 18px;
  height: 18px;
}
.basket .block .info .product_info .texts2 .text p {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -1%;
  color: #2C2D4C;
}
.basket .block .info .product_info .texts2 .text p span {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -1%;
  color: #9E35C9;
}
.basket .block .info .product_info .texts2 .text p .green {
  color: #00975E;
}
.basket .block .info .product_info form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.basket .block .info .product_info form p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -1%;
  color: #2C2D4C;
}
.basket .block .info .product_info form input {
  padding: 21px 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #2C2D4C;
  border-radius: 16px;
  border: 1px solid #9E35C9;
  background: #FFF;
}

.basket_new_btn
{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #FFF;
  width: 100%;
  border-radius: 16px;
  background: #9E35C9;
  margin-top: 10px;
}
.basket .block .info .product_info form button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #FFF;
  width: 100%;
  border-radius: 16px;
  background: #9E35C9;
  margin-top: 10px;
}
.basket .block .info .socials {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 18px 22px;
  border-radius: 16px;
  position: relative;
  background: #F9F9FB;
  overflow: hidden;
}
.basket .block .info .socials .person {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.basket .block .info .socials h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -2%;
  max-width: 180px;
  color: #2C2D4C;
  position: relative;
  z-index: 1;
}
.basket .block .info .socials b {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #2C2D4C;
  position: relative;
  z-index: 1;
}
.basket .block .info .socials b .dot {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #3ABC6E;
  border: 4px solid #D8F2E2;
}
.basket .block .info .socials .links {
  display: flex;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  position: relative;
  z-index: 1;
}
.basket .block .info .socials .links a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  width: max-content;
  border-radius: 22px;
  background: #FFFFFF;
}
.basket .block .info .items_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 18px 22px;
  border-radius: 16px;
  background: #F9F9FB;
}
.basket .block .info .items_wrap h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -2%;
  color: #2C2D4C;
}
.basket .block .info .items_wrap .items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.basket .block .info .items_wrap .items .item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.basket .block .info .items_wrap .items .item img {
  border-radius: 8px;
  width: 80px;
  height: 58px;
  -o-object-fit: cover;
     object-fit: cover;
}
.basket .block .info .items_wrap .items .item .text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.basket .block .info .items_wrap .items .item .text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -1%;
  color: #2C2D4C;
}
.basket .block .info .items_wrap .items .item .text b {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -1%;
  color: #00975E;
}
.basket .block .info .items_wrap .items .item .text b.gray {
  color: #838383;
  font-weight: 400;
}
.basket .block .branch {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.basket .block .branch h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  letter-spacing: -2%;
  color: #2C2D4C;
}
.basket .block .branch p {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -1%;
  color: #2C2D4C;
}
.basket .block .branch .items {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.basket .block .branch .items .item {
  display: flex;
  align-items: center;
  border-radius: 16px;
  border: 2px solid #E2E2E2;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease all;
  margin-left: -20px; //0
}
.basket .block .branch .items .item:has(input[type=radio]:checked) {
  border: 2px solid #9E35C9;
}
.basket .block .branch .items .item:has(input[type=radio]:checked) .check::before {
  background-color: #9E35C9;
}
.basket .block .branch .items .item:has(input[type=radio]:checked) .text p {
  font-weight: 500;
}
.basket .block .branch .items .item img {
  width: 123px;
  height: 100%;
  border-radius: 8px 0 0 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.basket .block .branch .items .item .texts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 22px;
}
.basket .block .branch .items .item .text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.basket .block .branch .items .item .text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -1%;
  color: #2C2D4C;
}
.basket .block .branch .items .item .text span {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #00975E;
}
.basket .block .branch .items .item .text span.gray {
  font-weight: 400;
  color: #838383;
}
.basket .block .branch .items .item input[type=radio] {
  visibility: hidden;
  display: none;
}
.basket .block .branch .items .item .check {
  position: relative;
  display: block;
  border: 1px solid #E2E2E2;
  border-radius: 100%;
  height: 24px;
  width: 24px;
  z-index: 5;
  transition: border 0.25s linear;
}
.basket .block .branch .items .item .check::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  height: 12px;
  width: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  transition: 0.3s ease all;
}
.basket .block .branch .boxs {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  cursor: pointer;
}
.basket .block .branch .boxs .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 18px;
  min-height: 130px;
  border-radius: 16px;
  border: 2px solid #E2E2E2;
  transition: 0.3s ease all;
}
.basket .block .branch .boxs .box:has(input[type=radio]:checked) {
  border: 2px solid #9E35C9;
}
.basket .block .branch .boxs .box:has(input[type=radio]:checked) .check::before {
  background-color: #9E35C9;
}
.basket .block .branch .boxs .box:has(input[type=radio]:checked) b {
  font-weight: 500;
}
.basket .block .branch .boxs .box input[type=radio] {
  visibility: hidden;
  display: none;
}
.basket .block .branch .boxs .box .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.basket .block .branch .boxs .box b {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #2C2D4C;
}
.basket .block .branch .boxs .box p {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #838383;
  max-width: 200px;
}
.basket .block .branch .boxs .box .check {
  position: relative;
  display: block;
  border: 1px solid #E2E2E2;
  border-radius: 100%;
  height: 24px;
  width: 24px;
  z-index: 5;
  transition: border 0.25s linear;
}
.basket .block .branch .boxs .box .check::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  height: 12px;
  width: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  transition: 0.3s ease all;
}

.order {
  padding: 40px 0 80px;
}
.order .block {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.order .block .title {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.order .block .title h2 {
  font-weight: 500;
  font-size: 56px;
  line-height: 110%;
  letter-spacing: -2%;
  color: #2C2D4C;
}
.order .block .title .text {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.order .block .title .text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #2C2D4C;
}
.order .order_cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.order .order_cards .card {
  position: relative;
  padding: 18px 26px;
  border-radius: 24px;
  background: #F9F9FB;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.order .order_cards .card h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -3%;
  color: #2C2D4C;
  margin-bottom: 14px;
}
.order .order_cards .card .text {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #2C2D4C;
  margin-bottom: 25px;
}
.order .order_cards .card .text .dot {
  width: 16px;
  height: 16px;
  background: #3ABC6E;
  border: 4px solid #D8F2E2;
  border-radius: 100%;
}
.order .order_cards .card .links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  margin-bottom: 55px;
}
.order .order_cards .card .links a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding: 18px 20px 12px;
  background: #FFFFFF;
  border-radius: 22px;
}
.order .order_cards .card .links a span {
  font-weight: 500;
  font-size: 13px;
  line-height: 150%;
  text-align: center;
  color: #2C2D4C;
}
.order .order_cards .card .number {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.order .order_cards .card .number a {
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  color: #2C2D4C;
}
.order .order_cards .card .number p {
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  color: #2C2D4C;
}
.order .order_cards .card .number p span {
  font-weight: 500;
  color: #3ABC6E;
}
.order .order_cards .card h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -3%;
  color: #2C2D4C;
  position: relative;
  max-width: 265px;
  z-index: 1;
}
.order .order_cards .card h2 span {
  font-weight: 600;
  color: #9E35C9;
}
.order .order_cards .card .bottom {
  display: flex;
  flex-direction: column;
  gap: 21px;
  position: relative;
  z-index: 1;
  margin-top: auto;
}
.order .order_cards .card .bottom p {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  max-width: 220px;
  color: #2C2D4C;
}
.order .order_cards .card .bottom a {
  padding: 19px;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #FFF;
  border-radius: 16px;
  background: #2C2D4C;
}
.order .order_cards .card .card-img-mob,
.order .order_cards .card .card-img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.order .order_cards .card .card-img-mob {
  display: none;
}
.order .order_cards .card .top {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.order .order_cards .card .top p {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #2C2D4C;
}
.order .order_cards .card h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -2%;
  color: #2C2D4C;
}
.order .order_cards .card .card_link {
  width: 100%;
  padding: 19px;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #2C2D4C;
  border: 1px solid #E2E2E2;
  background: #FFF;
  border-radius: 16px;
  margin-top: auto;
}
.order .order_cards .card .card_link:hover {
  background: #E2E2E2;
}
.order .order_cards .card .info {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 290px;
  position: relative;
  z-index: 1;
}
.order .order_cards .card .info p {
  font-size: 15px;
  line-height: 150%;
  color: #2C2D4C;
}

.information {
  padding-bottom: 80px;
}
.information .block {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.information .block h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -2%;
  color: #2C2D4C;
}
.information .block .inform_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.information .block .inform_wrap .cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.information .block .inform_wrap .card {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 20px 26px;
  background: #F9F9FB;
  border-radius: 24px;
}
.information .block .inform_wrap .card h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -2%;
  color: #2C2D4C;
}
.information .block .inform_wrap .card h4 span {
  font-weight: 500;
  color: #00975E;
}
.information .block .inform_wrap .card .boxs {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.information .block .inform_wrap .card .boxs .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.information .block .inform_wrap .card .boxs .box p {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #838383;
}
.information .block .inform_wrap .card .boxs .box span,
.information .block .inform_wrap .card .boxs .box a {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -1%;
  text-align: right;
  color: #111333;
}
.information .block .inform_wrap .card .bottom {
  display: flex;
  flex-direction: column;
  padding-top: 18px;
  border-top: 1px solid rgba(44, 45, 76, 0.1019607843);
}
.information .block .inform_wrap .card .bottom .total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
}
.information .block .inform_wrap .card .bottom .total b {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -2%;
  color: #2C2D4C;
}
.information .block .inform_wrap .card .bottom .total h4 {
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  letter-spacing: -2%;
  text-align: right;
  color: #2C2D4C;
}
.information .block .inform_wrap .card .bottom .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 18px;
}
.information .block .inform_wrap .card .bottom .box p {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #2C2D4C;
}
.information .block .inform_wrap .card .bottom .box span {
  padding: 5px 10px;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 3%;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 26px;
  background: #9E35C9;
}
.information .block .inform_wrap .card .bottom .pay {
  display: flex;
  align-items: center;
  gap: 6px;
}
.information .block .inform_wrap .card .bottom .pay p {
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  color: #2C2D4C;
}
.information .block .inform_wrap .card .bottom .pay p span {
  color: #00975E;
  font-weight: 500;
}
.information .block .inform_wrap .card .body {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.information .block .inform_wrap .card .body b {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #2C2D4C;
}
.information .block .inform_wrap .card .body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #2C2D4C;
}
.information .block .inform_wrap .card .body span {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #8D8DA0;
}
.information .block .inform_wrap .card .body a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #9E35C9;
}
.information .block .inform_wrap .card .card_imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
  margin-top: auto;
}
.information .block .inform_wrap .card .card_imgs img {
  width: 100%;
  height: 194px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}

.interesting {
  padding-bottom: 120px;
}
.interesting .block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.interesting .block h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -2%;
  color: #2C2D4C;
}
.interesting .block .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.interesting .block .items .item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.interesting .block .items .item img {
  width: 100%;
  height: 219px;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.interesting .block .items .item h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -2%;
  color: #2C2D4C;
}

.fixed_content {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px 16px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease all;
}
.fixed_content.show {
  opacity: 1;
  pointer-events: all;
}
.fixed_content .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  padding: 14px 20px;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.0784313725);
  border-radius: 24px;
  background: #FFFFFF;
  border-radius: 24px;
}
.fixed_content .block p {
  max-width: 440px;
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: -1%;
  color: #2C2D4C;
}
.fixed_content .block p span {
  font-weight: 500;
  color: #9E35C9;
}
.fixed_content .block .inp_form {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fixed_content .block .inp_form input {
  padding: 15px 18px;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #2C2D4C;
  border: 1px solid #9E35C9;
  background: #FFFFFF;
  border-radius: 12px;
  width: 260px;
  height: 48px;
}
.fixed_content .block .inp_form input::-moz-placeholder {
  color: rgba(44, 45, 76, 0.7);
}
.fixed_content .block .inp_form input::placeholder {
  color: rgba(44, 45, 76, 0.7);
}
.fixed_content .block .inp_form button {
  padding: 14px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #9E35C9;
  border-radius: 12px;
  font-family: ;
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  color: #FFF;
  height: 48px;
}

@media only screen and (max-width: 991px) {
  .basket .block {
    display: flex;
    flex-direction: column;
  }
  .basket .block .banner .bannerSlide {
    padding: 0;
    width: 100%;
    margin: 0;
  }
  .basket .block .info .socials h3 br,
  .basket .block .banner .swiper-button-next,
  .basket .block .banner .swiper-button-prev {
    display: none;
  }
  .basket .block .cards .card_info {
    width: 100%;
  }
  .basket .block .info .items_wrap .items {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .basket .block .info .socials .links {
    max-width: 340px;
  }
  .basket .block .info .socials b {
    margin-top: auto;
  }
  .basket .block .info .socials {
    min-height: 238px;
  }
  .basket .block .info .socials h3 {
    max-width: 100%;
  }
  .order .order_cards {
    grid-template-columns: 1fr;
  }
  .order .order_cards .card:nth-child(2) {
    min-height: 378px;
  }
  .order .order_cards .card:nth-child(3) {
    gap: 22px;
  }
  .order .order_cards .card .info {
    max-width: 550px;
  }
  .order .order_cards .card .card_link {
    max-width: 285px;
  }
  .order .order_cards .card .bottom p,
  .order .order_cards .card h2 {
    max-width: 100%;
  }
  .information .block .inform_wrap {
    grid-template-columns: 1fr;
  }
  .information .block .inform_wrap .card .card_imgs {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .interesting .block .items {
    grid-template-columns: 1fr 1fr;
    gap: 59px 20px;
  }
  .interesting .block .items .item img {
    height: 364px;
  }
  .fixed_content .block {
    flex-direction: column;
  }
  .fixed_content .block p,
  .fixed_content .block .inp_form {
    width: 100%;
    max-width: 100%;
  }
  .fixed_content .block .inp_form input,
  .fixed_content .block .inp_form button {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .basket .container {
    padding: 0;
  }
  .basket .title,
  .basket .block .basket_wrap {
    padding: 0px 16px;
  }
  .basket .block .banner .bannerSlide {
    overflow: unset;
  }
  .basket .block .cards .card .card_img {
    min-width: 108px;
    width: 108px;
    min-height: 108px;
    height: 108px;
    padding: 6px;
  }
  .basket .block .cards .card_info .top {
    flex-direction: column;
  }
  .basket .block .cards .card .price {
    flex-direction: initial;
    align-items: center;
  }
  .basket .block .cards .card {
    gap: 12px;
  }
  .basket .block .cards .card_title {
    font-size: 16px;
    max-width: 100%;
  }
  .basket .block .info .product_info .texts .text h3,
  .basket .block .cards .card .price b {
    font-size: 20px;
  }
  .basket .block .info .product_info form p,
  .basket .block .info .product_info .texts2 .text p,
  .basket .block .info .product_info .texts .text p,
  .basket .block .cards .card .price span {
    font-size: 12px;
  }
  .basket .block .cards .card .price span::after {
    bottom: 5px;
    left: 0px;
    transform: rotate(-8deg);
  }
  .basket .block .cards .card_info {
    gap: 12px;
  }
  .basket .block .cards .card .bottom .calc .calc_btns {
    gap: 8px;
  }
  .basket .block .cards .card .bottom .calc .calc_btns .total_spn {
    font-size: 16px;
    width: 28px;
  }
  .basket .block .cards .card .bottom .calc {
    gap: 12px;
  }
  .basket .block .cards .card .bottom .calc p {
    font-size: 12px;
  }
  .basket .block .cards .card .bottom {
    margin-left: -120px;
  }
  .basket .block {
    gap: 20px;
    margin-top: 16px;
  }
  .basket .title {
    font-size: 24px;
  }
  .basket .block .cards {
    gap: 10px;
  }
  .basket .block .cards .card .date p,
  .basket .block .cards .discount_box p {
    font-size: 12px;
  }
  .basket .block .cards .discount_box {
    padding: 12px;
  }
  .basket .block .cards .discount_box img {
    width: 16px;
    height: 16px;
  }
  .basket .block .basket_wrap {
    flex-direction: column-reverse;
    gap: 16px;
  }
  .basket .block .basket_wrap2 {
    flex-direction: column;
    gap: 40px;
  }
  .basket .block .banner .banner_img img {
    border-radius: 10px;
  }
  .basket .block .info .product_info {
    gap: 10px;
    padding: 12px 16px;
    border-radius: 0;
  }
  .basket .block .info .product_info .texts {
    gap: 4px;
    padding-bottom: 12px;
  }
  .basket .block .info .product_info .texts .text span {
    font-size: 9px;
  }
  .basket .block .info .product_info .texts .text h4 {
    font-size: 18px;
  }
  .basket .block .info .product_info form {
    gap: 14px;
    margin-top: 10px;
  }
  .basket .block .info .product_info form input {
    padding: 15px 18px;
    font-size: 15px;
    border-radius: 12px;
  }
  .basket .block .info .product_info form button {
    gap: 9px;
    padding: 20px;
    font-size: 18px;
  }
  
  .basket_new_btn{
    gap: 9px;
    padding: 20px;
    font-size: 18px;
  }
  
  
  
  .basket .block .info {
    gap: 16px;
    width: 100%;
  }
  .basket .block .info .socials h3 br {
    display: block;
  }
  .basket .block .info .socials h3 {
    max-width: 200px;
  }
  .basket .block .info .items_wrap .items {
    grid-template-columns: 1fr;
  }
  .basket .block .info .socials {
    border-radius: 0;
  }
  .basket .block .info .items_wrap {
    border-radius: 0;
    padding: 14px 16px;
  }
  .basket .block .branch h3,
  .basket .block .order_form h3 {
    font-size: 18px;
  }
  .basket .block .branch p {
    font-size: 14px;
  }
  .basket .block .order_form {
    gap: 20px;
  }
  .basket .block .order_form .form_wrap {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .basket .block .branch {
    gap: 12px;
    margin-top: 0;
  }
  .basket .block .branch .items {
    gap: 16px;
  }
  .basket .block .branch .items .item .texts {
    padding: 20px 12px;
  }
  .basket .block .branch .items .item .text p {
    font-size: 15px;
    line-height: 100%;
  }
  .basket .block .branch .items .item .text span {
    font-size: 12px;
    line-height: 100%;
  }
  .basket .block .branch .items .item .check {
    width: 20px;
    height: 20px;
  }
  .basket .block .branch .items .item .check::before {
    width: 10px;
    height: 10px;
  }
  .basket .block .branch .boxs {
    margin-top: 6px;
    grid-template-columns: 1fr;
  }
  .basket .block .branch .boxs .box {
    gap: 13px;
    min-height: 104px;
  }
  .order {
    padding: 24px 0 60px;
  }
  .order .block .title {
    gap: 20px;
  }
  .order .block .title h2 {
    font-size: 32px;
  }
  .order .block .title .text {
    gap: 10px;
  }
  .order .block .title .text p {
    font-size: 15px;
  }
  .order .block {
    gap: 37px;
  }
  .order .order_cards .card {
    padding: 14px 16px;
    border-radius: 0;
  }
  .order .order_cards .card h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .order .order_cards .card .text {
    gap: 5px;
    font-size: 12px;
    margin-bottom: 18px;
  }
  .order .order_cards .card .links {
    gap: 10px;
    margin-bottom: 26px;
  }
  .order .order_cards .card .number a {
    font-size: 32px;
  }
  .order .order_cards .card .number p {
    font-size: 14px;
  }
  .order .order_cards .card .number {
    gap: 11px;
  }
  .order .order_cards {
    gap: 16px;
  }
  .order .order_cards .card h2 {
    font-size: 28px;
    max-width: 190px;
  }
  .order .order_cards .card:nth-child(2) {
    min-height: 300px;
  }
  .order .order_cards .card .bottom p {
    font-size: 14px;
    max-width: 165px;
  }
  .order .order_cards .card .bottom a {
    padding: 8px 19px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .order .order_cards .card .card-img {
    display: none;
  }
  .order .order_cards .card .card-img-mob {
    display: block;
  }
  .information .block .inform_wrap .card h4,
  .order .order_cards .card h4 {
    font-size: 18px;
  }
  .order .order_cards .card .info p,
  .order .order_cards .card .top p {
    font-size: 14px;
  }
  .order .order_cards .card .card_link {
    max-width: 100%;
  }
  .order .order_cards .card .info p,
  .order .order_cards .card .info h4 {
    max-width: 187px;
  }
  .information .block {
    gap: 16px;
  }
  .information .block h2 {
    font-size: 28px;
  }
  .information .block .inform_wrap .card {
    gap: 16px;
    padding: 16px;
    border-radius: 0;
  }
  .information .block .inform_wrap .card .boxs .box p,
  .information .block .inform_wrap .card .boxs .box span,
  .information .block .inform_wrap .card .boxs .box a {
    font-size: 14px;
  }
  .information .block .inform_wrap .card .card_imgs {
    display: flex;
    align-items: center;
    overflow: auto;
  }
  .information .block .inform_wrap .card .card_imgs::-webkit-scrollbar {
    display: none;
  }
  .information .block .inform_wrap .card .card_imgs img {
    height: 194px;
    width: 255px;
  }
  .information {
    padding-bottom: 60px;
  }
  .interesting .block {
    gap: 16px;
  }
  .interesting .block h2 {
    font-size: 28px;
  }
  .interesting .block .items {
    display: flex;
    gap: 10px;
    overflow: auto;
  }
  .interesting .block .items::-webkit-scrollbar {
    display: none;
  }
  .interesting .block .items .item img {
    height: 258px;
    min-width: 328px;
  }
  .interesting .block .items .item {
    gap: 16px;
  }
  .interesting .block .items .item h4 {
    font-size: 18px;
  }
  .interesting {
    padding-bottom: 135px;
  }
  .interesting .container,
  .information .container,
  .order .container {
    padding: 0;
  }
  .interesting .block h2,
  .interesting .block .items,
  .information .block h2,
  .order .block .title {
    padding: 0px 16px;
  }
  .order .order_cards .card:nth-child(2) {
    background: #E7EDFE;
  }
  .fixed_content .block .inp_form button {
    padding: 11px 10px;
    gap: 7px;
    border-radius: 0;
    font-size: 11px;
    height: 36px;
  }
  .fixed_content .block .inp_form input {
    padding: 11px 10px;
    font-size: 12px;
    border-radius: 0;
    height: 36px;
    border-color: #E2E2E2;
  }
  .fixed_content .block .inp_form button img {
    display: none;
  }
  .fixed_content {
    padding: 0px 10px;
  }
  .fixed_content .block {
    border-radius: 12px;
  }
  .fixed_content .block p {
    font-size: 12px;
  }
  .fixed_content .block .inp_form {
    gap: 0;
  }
  .basket {
    padding: 20px 0 135px;
  }
  .wrapper {
    overflow: hidden;
  }
}/*# sourceMappingURL=index.css.map */

/* ===== mobile-only UI для выбора оплаты/филиала ===== */
@media (max-width: 767px) {
  /* видимая отдача на тачах */
  .branch .items .item,
  .branch .boxs .box {
    -webkit-tap-highlight-color: transparent;
    transition: .2s;
  }

  /* выбрано */
  .branch .items .item.is-checked,
  .branch .boxs .box.is-checked {
    border-color: #9E35C9 !important;
  }

  /* фокус */
  .branch .items .item.is-focused,
  .branch .boxs .box.is-focused {
    outline: 2px dashed #9E35C9;
    outline-offset: 4px;
  }

  /* момент нажатия */
  .branch .items .item:active,
  .branch .boxs .box:active {
    background: rgba(158,53,201,.06);
  }

  /* чтобы клики проходили по всей карточке */
  .branch .boxs .box input[type="radio"],
  .branch .items .item input[type="radio"]{
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
}
/* Базовый вид кружка */
.branch .items .item .check,
.branch .boxs  .box  .check{
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  border: 2px solid #E2E2E2;    /* светло-серая рамка по умолчанию */
  border-radius: 50%;
  background: #fff;
  pointer-events: none;          /* клики идут по label */
}

/* Внутренняя точка (по умолчанию спрятана) */
.branch .items .item .check::after,
.branch .boxs  .box  .check::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #9E35C9;          /* фиолетовая точка */
  transform: translate(-50%, -50%) scale(0);
  transition: transform .18s ease;
}

/* Выбрана карточка — фиолетовая рамка и показ точки (мобилки, через .is-checked) */
.branch .items .item.is-checked,
.branch .boxs  .box.is-checked{
  border-color: #9E35C9 !important;      /* рамка самой карточки */
}
.branch .items .item.is-checked .check,
.branch .boxs  .box.is-checked .check{
  border-color: #9E35C9;                 /* рамка у кружка */
}
.branch .items .item.is-checked .check::after,
.branch .boxs  .box.is-checked .check::after{
  transform: translate(-50%, -50%) scale(1);
}

/* Десктоп — то же самое, но без JS через :has() */
.branch .items .item:has(input[type=radio]:checked),
.branch .boxs  .box:has(input[type=radio]:checked){
  border-color: #9E35C9 !important;
}
.branch .items .item:has(input[type=radio]:checked) .check,
.branch .boxs  .box:has(input[type=radio]:checked) .check{
  border-color: #9E35C9;
}
.branch .items .item:has(input[type=radio]:checked) .check::after,
.branch .boxs  .box:has(input[type=radio]:checked) .check::after{
  transform: translate(-50%, -50%) scale(1);
}

/* Чтоб на андроиде не было выделения текста и серого «тап-хайлайта» */
label.item, label.box{
  -webkit-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}



//////
