#content-mn2, #content {
  width: 100%;
}
#hello-bonus,
#bonus-box-user {
  display: none;
}
.container {
    overflow: visible;
}



.tooltip_templates {
  display: none;
}

.cart-sect{
  background: #ededed;
  color: #333;
  /*padding: 20px;*/
  padding-top: 32px;
  font-family: "Open Sans","Arial",sans-serif;
  min-height: 600px;
  position: relative;
}
.cart-sect.overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

.cart-sect .empty_cart {
  padding: 64px 0;
  text-align: left;
  color: #666;
  line-height: 26px;
}
.cart-sect .empty_cart a {
  color: inherit;
}

.cart-left-part{
  float: left;
  width: 940px;
}
.cart-right-part{
  float: right;
  width: 350px;
  margin-top: 25px;
  position: relative;
  /*height: 1200px;*/
}
.cart-b{
  width: 1310px;
  margin: 0 auto;
}
.cart-b > form {
  display: flex;
  justify-content: space-between;
}
.cart-b h1{
  margin: 0;
  font-weight: 600;
  font-size: 30px;
}
.cart-b h1 a.share_link {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-weight: normal;
  color: #000;
  background: url(/images/sharing_icon.svg) no-repeat center left;
  font-size: 14px;
  padding: 0 0 0 17px;
  margin: 0 0 0 10px;
  opacity: 0.6;
}
.cart-b h1 a.share_link:hover {
  opacity: 1;
}
.cart-b h1 span{
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  color: #777;
  line-height: 33px;
  /*margin-top: 11px;*/
  margin-left: 10px;
}
.clears{
  clear: both;
}
.info-products{
    position: relative;
    padding-left: 40px;
    padding-bottom: 25px;
    margin: 25px 0 0 0;
    background-image: url(/images/lni2.png);
    background-repeat: repeat-y;
    background-size: 21px;    margin-right: 20px;
}
.nm-step{
    position: absolute;
    top: 0px;
    left: 0;
    display: inline-block;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    font-size: 15px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 5px #c4c4c4;
    line-height: 22px;
    font-weight: 600;
    color: #7c7c7c;
}
.info-products-list{
  
    background: #fff;
    border-radius: 3px;
   
    box-shadow: 0 0 5px #ddd;
}
.info-products-list ul{
  margin: 0;
    padding: 12px;
    list-style: none;
}
.info-products-list ul li{
  border-bottom: 1px solid #e3e3e3;padding-bottom: 5px;
    margin-bottom: 12px;
}
.ph-product{
      float: left;
    width: 150px;
}
.ph-product img{
  height: 132px;
  max-width: 100%;
}
.name-product{
      float: left;
    width: 385px;
}
.name-product div{
      margin-top: 3px;
    font-weight: 600;
    line-height: 26px;
       padding-right: 5px;font-size: 20px;
}
.name-product div a{
    text-decoration: none;
    color: #333;
  }
.name-product p{
  margin: 0;
  margin-top: 7px;
}
.name-product p.sale_with_promocode {
    background: #ffffff;
    display: inline-block;
    margin-top: 16px;
    font-size: 13px;
    padding: 0;
    border-radius: 4px;
    color: #ef8000;
}
.name-product p a{
      color: #a19d9d;
    display: inline-block;
    margin-right: 11px;
    font-size: 13px;
    text-decoration: none;
}
.name-product p a:hover{
      color: #333;

}
.num-product{
  float: left;
  width: 120px;
  padding-top: 15px;
  text-align: center;
  position: relative;
}

.num-product .quantity_popup {
  display: none;
  position: absolute;
  top: 0;
  left: calc(50% - 90px);
  z-index: 10;
  background: #fff;
  width: 180px;
  border-radius: 3px;
  box-shadow: 0 0 5px #585858;
  box-sizing: border-box;
  padding: 16px 16px;
}
.num-product .quantity_popup p {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 4px;
}
.num-product .quantity_popup input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  border-top: unset;
  border-bottom: 1px solid #bab9b9;
  font-size: 21px;
  pointer-events: unset;
  margin-bottom: 12px;
  cursor: auto;
}
.num-product .quantity_popup a.quantity_popup_button {
  display: block;
  border-radius: 3px;
  background: #f38b17;
  line-height: 24px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  border: 0;
  font-family: 'Open Sans';
  margin: 0;
  padding: 5px 13px;
  text-decoration: none;
}

.minus-value-cart{
  display: inline-block;
  vertical-align: top;
  border-radius: 6px 0 0 6px;
  border: 1px solid #bab9b9;
  padding: 3px;
  padding-top: 7px;
  border-right: 0;
  margin-right: -4px;
  padding-left: 7px;
  height: 32px;
  box-sizing: border-box;
}
.minus-value-cart img, .plus-value-cart img{
      opacity: .4;
}
.num-product input{
      width: 40px;
    border-top: 1px solid #bab9b9;
    border-bottom: 1px solid #bab9b9;
    border-left: 0;
    border-right: 0;
    height: 28px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    font-family: 'Open Sans';
    background: #fff;
    cursor: pointer;
    /*pointer-events: none;*/
}
.plus-value-cart{
  display: inline-block;
  border-radius: 0px 6px 6px 0;
  border: 1px solid #bab9b9;
  padding: 3px;
  padding-top: 7px;
  border-left: 0;
  margin-left: -4px;
  padding-right: 7px;
  height: 32px;
  box-sizing: border-box;
}
.plus-value-cart:hover img, .minus-value-cart:hover img{
 opacity: .8;
  }
  .plus-value-cart:hover{
 border: 1px solid #555; border-left: 0;
  }
.minus-value-cart:hover{
 border: 1px solid #555; border-right: 0;
  }
.price-product{
      width: 173px;
    text-align: right;
    float: right;
    padding-top: 13px;
    font-weight: 600;
    font-size: 19px;
    font-family: 'PT Sans', 'Open Sans', 'Trebuchet MS';
    padding-right: 15px;
    color: #666;
}
.price-product span{
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #747474;
  line-height: 17px;
}
.price-product span.oldprice {
    font-size: 16px;
    text-decoration: line-through;
}
.price-product span a{
    display: inline-block;
    color: #7e7e7e;
    text-decoration: none;
    border-bottom: 1px dotted #a1a1a1;
}
.price-product span a:hover{
color: #333;
  }
  .itogo-sale {
    padding: 15px 20px 0px 20px;
    line-height: 20px;
    font-weight: 500;
    font-size: 16px;
    font-family: 'PT Sans','Open Sans','Trebuchet MS';
    opacity: 0.7;
    color: red;
}
  .itogo-sale label {
    
  }
  .itogo-sale b {
    
  }
.info-products-itog{

    background: #fff;
    border-radius: 3px;

    padding: 10px 0;
    box-shadow: 0 0 5px #ddd;
}
.info-products-itog-txt{
  padding: 10px 20px;
    line-height: 33px;
    border-bottom: 1px solid #e3e3e3;
    font-weight: 600;
    font-size: 19px;
    font-family: 'PT Sans','Open Sans','Trebuchet MS';
}
#bonus-box{
  position: relative;
  padding: 10px 20px;
    line-height: 33px;
    font-size: 14px;
    border-bottom: 1px solid #e3e3e3;
    font-family: 'PT Sans','Open Sans','Trebuchet MS';
}
#bonus-box p.less_minimal {
  line-height: 20px;
  font-size: 13px;
  opacity: 0.6;
}
#bonus-box.disabled p.less_minimal b {
  opacity: 1;
}
#bonus-box:after {
  content: 'или';
  position: absolute;
  bottom: -6px;
  left: calc(50% - 16px);
  width: 32px;
  text-align: center;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  background: #fff;
  z-index: 1;
}
#bonus-box.disabled label,
#bonus-box.disabled b {
  opacity: 0.5;
}
#bonus-box.disabled a {
  color: #262626;
  display: inline-block;
  margin-left: 16px;
}
#bonus-box label{
      padding-right: 30px;
    background-image: url(/images/rub-coin.png);
    background-repeat: no-repeat;
    background-position: top right;
    line-height: 25px;
    display: inline-block;
}
#bonus-box label span{
  
}
#bonus-box b{
      display: inline-block;
}
#promo-box{
      padding: 10px 20px;
    line-height: 33px;
    border-bottom: 1px solid #e3e3e3;
    font-family: 'PT Sans','Open Sans','Trebuchet MS';
    font-size: 14px;
}
#promo-box label{ 
  line-height: 25px;
}
#promo-box.active_promocode {
  line-height: 18px;
}
#promo-box.active_promocode label {
  line-height: 22px;
}
#promo-box input{
      width: 100px;
    margin: 0px 10px;
    height: 25px;
    border: 1px solid #b8b8b8;
    border-radius: 3px;
    padding: 0 8px;
}
#promo-box a{
  color: #262626;
}

#promo-box .promobox_checkbox {

}
#promo-box .promobox_checkbox label {
  display: block;
  line-height: 1;
  padding: 8px 0;
  cursor: pointer;
}
#promo-box .promobox_checkbox input {
  width: auto;
  height: auto;
  vertical-align: top;
  margin: 0 4px 0 0;
  display: inline-block;
  line-height: 1;
  padding: 0;
}
#promo-box .promobox_hidden {
  display: none;
}

#itogo-in-sale{
      padding: 10px 20px;
    line-height: 33px;
    font-weight: 600;
    font-size: 19px;
    font-family: 'PT Sans','Open Sans','Trebuchet MS';
}
#itogo-in-sale label{
  
}
#itogo-in-sale b{
  
}
.dalee{
  display: block;
    margin: 14px;
    border-radius: 3px;
    background: #e78921;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
}
.dalee:hover{ 
background: #df7909;
  }
.infs-rt{
  padding: 0 20px;
  font-size: 13px;
  color: #777;
  line-height: 18px;
}
  .info-products-list ul > li:last-child {
    border-bottom: 0;
  }


.info-service{
  width: 920px;
    float: left;
}
.info-client{
      position: relative;
    padding-left: 40px;
  background-image: url(/images/lni2.png);
    background-repeat: repeat-y;
    background-size: 21px;padding-bottom: 20px;
}
.info-client label.error {
    font-size: 13px;
    background: #ff7c7c;
    color: #fff;
    display: inline-block;
    padding: 3px 6px;
    margin: 5px 0 0 0;
}
.info-client>div{
  
}
.info-client h2{
      margin: 0 0 20px;
    font-size: 20px;
    color: #333;
}

.info-client .row{
  float: left;
    width: 32%;
    margin-right: 0;
}
.info-client .row label.error.valid {
  display: none !important;
}
.info-client .row label.lb-main{
  display: block;
    font-weight: 400;
    font-size: 15px;
    color: #777;
    line-height: 27px;
}
.info-client .row label.lb-low{
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    cursor: pointer;
    color: #666;
}
.info-client .row input[type='text']{
  font-family: 'Open Sans';
    padding: 4px 10px;
    border: 1px solid #d5d5d5;
    line-height: 30px;
    width: 87%;
    font-size: 15px;
    border-radius: 3px;
    background: #fff;
}
.info-client .row input[type='text'].valid {

}
.info-client .row input[type='text']:disabled {
    background: #fbfbfb;
    cursor: not-allowed;
}
#otmena-maska{
      margin-top: 4px;
}
.block-trigger {
list-style: none;
    margin-top: 30px;
    padding: 0;
    margin-left: 25px;
}
.block-trigger li {
    margin-bottom: 26px;
}
.block-trigger li img {
    height: 38px;
}
.block-trigger li div {
font-weight: 600;
    font-size: 15px;
    margin: 5px 0;
    color: #767676;
}
.block-trigger li p {
color: #868686;
    font-size: 13px;
    line-height: 17px;
    margin: 0;
}
.p2p2{
  font-size: 13px;
    margin: 0;
    margin-top: 9px;
    color: #606060;
}
#confirm-forms{
    margin-top: 4px;
}
.info-client h2 span{
display: inline-block;
    font-size: 14px;
    margin-left: 12px;
    padding: 2px 10px;
    border-radius: 5px;
    line-height: 30px;
    font-weight: 400;
    color: #666;
}
.info-client h2 span a{
color: #000;
}

.info-delivery{
     position: relative;
    padding-left: 40px;
    background-image: url(/images/lni2.png);
    background-repeat: repeat-y;
    background-size: 21px;
    padding-bottom: 20px;
}
.info-delivery h2{
    margin: 0 0 20px;
    font-size: 20px;
    color: #333;
}
 .sposoby-polucheniya{
 
 }
  .sposoby-polucheniya div{
 display: inline-block;
    width: auto;
    vertical-align: top;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
    background: #e4e4e4;
    height: 60px;
    line-height: 20px;    border: 1px solid #d5d5d5;
 }
 .sposoby-polucheniya div:hover{
 border: 1px solid #aaa;
 }
 .sposoby-polucheniya div span.sp_name {
    display: flex;
    gap: 8px;
      font-size: inherit;
      font-weight: 600;
      color: inherit;
 }
.sposoby-polucheniya div span.sp_price {
    /*display: none;*/
    font-size: 14px;
    font-weight: 400;
    font-family: 'PT Sans', 'Open Sans', 'Trebuchet MS';
    color: #0e9a0e;
}
  .sposoby-polucheniya div span{
     display: block;
    font-size: 13px;
    font-weight: 400;
    color: #616161;
 }
.sposoby-polucheniya div span.delivery_icons {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 2px 0 0 0;
}
.sposoby-polucheniya div span.delivery_icons img {
    height: 16px;
    mix-blend-mode: multiply;
}
  .sposoby-polucheniya .activ-sp-pol{
     background: #fff;

 }
.rusult-poluchenie{
      margin: 20px 0;
}
.shop-samoviv {
      padding: 10px;
    background: #fff;
    margin-bottom: 5px;
    padding-left: 45px;
    cursor: pointer;
    background-image: url(/images/noact-gal.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    border-radius: 4px;
}
.active-shop{
  background-image: url(/images/act-gal.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
}
.shop-samoviv .shop-samoviv-info{
      float: left;
    width: 50%;
    line-height: 20px;
}
.shop-samoviv .shop-samoviv-adres{
      font-weight: 600;
    font-size: 14px;
    line-height: 24px;
}
.shop-samoviv .shop-samoviv-rezh{
      font-size: 13px;
    color: #888;
}
.shop-samoviv-nalichie{
  float: left;
    width: 24%;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.shop-samoviv-nalichie span{
  display: block;
}
.shop-samoviv-nalichie.full-nalichie span{
      color: #0e9a0e;
    display: block;

}
.shop-samoviv-nalichie.nofull-nalichie{
  color: #989898;
}
.tmp-a-bl{
    float: right;
    width: 20%;
    text-align: center;
    padding-top: 11px;
}

.tmp-a{
    display: inline-block;
    padding-left: 25px;
    background-image: url(/images/mapmark.svg);
    background-repeat: no-repeat;
    font-size: 14px;
    font-weight: 400;
    color: #111;
}
.info-pay{
      position: relative;
    padding-left: 40px;
    background-image: url(/images/lni2.png);
    background-repeat: repeat-y;
    background-size: 21px;
}
.info-pay h2{
      margin: 0 0 20px;
    font-size: 20px;
    color: #333;
}
.sposoby-oplaty{
      float: left;
    width: 540px;
    margin-right: 30px;
}
.itogo-near-pay{
      float: left;
    width: 300px;
}
.itogo-near-pay div{
  line-height: 33px;
    font-weight: 600;
    font-size: 19px;
    font-family: 'PT Sans','Open Sans','Trebuchet MS';
    margin-top: 7px;
}
.sposoby-oplaty-item{
      padding: 10px;
    background: #fff;
    margin-bottom: 5px;
    padding-left: 45px;
    cursor: pointer;
    background-image: url(/images/noact-gal.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    border-radius: 4px;
}
.sposoby-oplaty-item.disabled {
  position: relative;
    opacity: 0.5;
    /*pointer-events: none;*/
    /*cursor: not-allowed;*/
}
.sposoby-oplaty-item.disabled:after {
  content: 'Выберите другой способ получения';
  position: absolute;
  top: 12px;
  left: calc(100% + 8px);
  background: #000;
  opacity: 1;
  color: #fff;
  white-space: nowrap;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 14px;
  display: none;
}
.sposoby-oplaty-item.disabled:active{
  pointer-events: none;
}
.sposoby-oplaty-item.disabled:hover:after {
  display: block;
}
.sposoby-oplaty-item span{
  font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.sposoby-oplaty-item img{
 
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
}
.sposoby-oplaty-item-actv{
      background-image: url(/images/act-gal.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
}
.send-order{
      margin-left: 40px;
    margin: 37px 0 70px 40px;
}
.sidebar_submit_cart {
    margin: 16px 0 0 0;
    padding: 0 16px 6px 16px;
}
.send-order input[type="submit"],
.sidebar_submit_cart input[type="submit"] {
  display: block;
    border-radius: 3px;
    background: #f38b17;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: 19px;
    border: 0;
    font-family: 'Open Sans';
    margin: 0;
    padding: 5px 20px;
    box-shadow: 0 0 5px #b1b1b1;
}
.sidebar_submit_cart input[type="submit"] {
    width: 100%;
    box-shadow: none;
}
.send-order input[type="submit"]:hover,
.sidebar_submit_cart input[type="submit"]:hover {
  background: #ed8007;
  box-shadow: 0 0 12px #ffffff;
}
#after-info-order{
  font-size: 13px;
  color: #666;
  margin: 20px 00;
  line-height: 17px;
}

#after-info-order a{
  color: #666;
}
.fixer-cost{
  width: 350px;
}
.qipe{
  opacity: .7;
  cursor: pointer;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.qipe:hover{
  opacity: 1.0;
}

.delivery_from_shop,
.delivery_from_warehouse {
  display: none;
  padding: 24px 0;
}

.delivery_from_shop input[type='text'],
.delivery_from_warehouse input[type='text'] {
  font-family: 'Open Sans';
  padding: 4px 10px;
  border: 1px solid #d5d5d5;
  line-height: 30px;
  width: 390px;
  font-size: 15px;
  border-radius: 3px;
  background: #fff;
}
.delivery_from_shop .delivcity_list {
  margin-bottom: 24px;
}
.delivery_from_shop .delivcity_list h4 {
  font-weight: bold;
  margin-bottom: 16px;
  font-size: 16px;
}
.delivery_from_shop .delivcity_list p {
  font-size: 14px;
}
.delivery_from_shop .delivcity_list > p:not(:last-child) {
  margin-bottom: 6px;
}

#all-items-delivery {
  /*margin-top: 24px;*/
}
#all-items-delivery #title-var-dost {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 16px;
}
#all-items-delivery .item-dlv-chech {
  padding: 14px;
  background: #fff;
  margin-bottom: 5px;
  padding-left: 45px;
  cursor: pointer;
  background-image: url(/images/noact-gal.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  border-radius: 4px;
}
#all-items-delivery .item-dlv-chech .items-d-dpd-name,
#all-items-delivery .item-dlv-chech .items-d-pch-name,
#all-items-delivery .item-dlv-chech .items-d-sdek-name {

}
#all-items-delivery .item-dlv-chech .items-d-dpd-name b,
#all-items-delivery .item-dlv-chech .items-d-pch-name b,
#all-items-delivery .item-dlv-chech .items-d-sdek-name b {
  display: inline-block;
  margin-right: 16px;
  width: 120px;
}
#all-items-delivery .item-dlv-chech .items-d-dpd-name b {
  background-image: url(/images/dpd_p.png);
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 28px;
}
#all-items-delivery .item-dlv-chech .items-d-pch-name b {
  background-image: url(/images/pch_p.png);
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 28px;
}
#all-items-delivery .item-dlv-chech .items-d-sdek-name b {
  background-image: url(/images/sdek_p.png);
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 28px;
}
#all-items-delivery .item-dlv-chech .items-d-lpost-name b {
  background-image: url(/images/lpost.png);
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 28px;
}
#all-items-delivery .item-dlv-chech .items-d-bb-name b {
  background-image: url(/images/boxberry.png);
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 28px;
}
#all-items-delivery .item-dlv-chech .items-d-dpd-name span,
#all-items-delivery .item-dlv-chech .items-d-pch-name span,
#all-items-delivery .item-dlv-chech .items-d-sdek-name span {
  display: inline-block;
  width: 140px;
  color: #a19d9d;
  font-size: 14px;
}
#all-items-delivery .item-dlv-chech .items-d-dpd-cost {
  display: inline-block;
  margin-left: 16px;
  font-weight: bold;
}
#all-items-delivery .item-dlv-chech.item-dlv-active {
  background-image: url(/images/act-gal.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}
#delivery-cost {
  display: none;
  margin-top: 24px;
}
#delivery-cost #animka {
  mix-blend-mode: multiply;
}

.remodal[data-remodal-id="map"] {

}
/*.remodal[data-remodal-id="map"] #tochka_map {
  width: 100%;
  height: 400px;
}
*/
.mask_changer {
    width: 48px;
    height: 40px;
    display: inline-block;
        border: 1px solid #c8c8c8;
    border-radius: 4px;
    text-align: center;
    padding: 6px 0;
    box-sizing: border-box;
    background: #f8f4f4;
    vertical-align: top;
    position: relative;
    margin-right: 4px;
}
.mask_changer {
    z-index: 9;
}
.mask_changer .current_mask {
    cursor: pointer;
}
.mask_changer .current_mask span {
    width: 32px !important;
}
.mask_changer ul.list_mask {
    display: none;
    position: absolute;
    z-index: 9;
    background: #f8f4f4;
    width: auto;
    box-sizing: border-box;
    left: -1px;
    top: calc(100% + 4px);
    box-shadow: 0 0 12px #d0d0d0;
    border-radius: 4px;
    /*padding: 4px 0;*/
    overflow: hidden;
}
.mask_changer ul.list_mask li:hover {
    background: #fff;
}
.mask_changer ul.list_mask li {
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  padding: 4px 8px;
  text-align: left;
}
.mask_changer ul.list_mask > li:not(:last-child) {
    margin-bottom: 2px;
}
.mask_changer ul.list_mask li > span {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-right: 4px;
}
.mask_changer span.ru {
    display: block;
    width: 32px;
    height: 24px;
    background: url(/images/flags/ru_flag.png) no-repeat left center;
    margin: 0 auto;
    text-align: right;
    line-height: 24px;
    font-weight: 600;
    font-size: 14px;
}
.mask_changer span.by {
    display: block;
    width: 32px;
    height: 24px;
    background: url(/images/flags/by_flag.png) no-repeat left center;
    margin: 0 auto;
    text-align: right;
    line-height: 24px;
    font-weight: 600;
    font-size: 14px;
}
.mask_changer span.ua {
    display: block;
    width: 32px;
    height: 24px;
    background: url(/images/flags/ua_flag.png) no-repeat left center;
    margin: 0 auto;
    text-align: right;
    line-height: 24px;
    font-weight: 600;
    font-size: 14px;
}
.mask_changer span.kz {
    display: block;
    width: 32px;
    height: 24px;
    background: url(/images/flags/kz_flag.png) no-repeat left center;
    margin: 0 auto;
    text-align: right;
    line-height: 24px;
    font-weight: 600;
    font-size: 14px;
}

.online_pay_notice {
    display: none;
    position: relative;
    background: #fff;
    border-radius: 3px;
    padding: 10px 10px 10px 46px;
    box-shadow: 0 0 5px #ddd;
    width: 540px;
    margin: 0 0 16px 0;
    font-size: 15px;
    line-height: 20px;
    box-sizing: border-box;
    opacity: 0.85;
}
.online_pay_notice:after {
    content: '!';
    position: absolute;
    top: 19px;
    left: 20px;
    font-size: 42px;
    opacity: 0.3;
    font-weight: bold;
}

.sposoby-oplaty .client_cards {
    padding: 14px 10px 10px 45px;
    background: #fff;
    margin: -15px 0 5px 0;
    border-radius: 0 0 4px 4px;
}
.sposoby-oplaty .client_cards .cards_list {
    font-size: 0;
}
.sposoby-oplaty .client_cards .cards_list li {
    display: inline-block;
    margin: 0 6px 6px 0;
}
.sposoby-oplaty .client_cards .cards_list li input {
    display: none;
}
.sposoby-oplaty .client_cards .cards_list li label {
    display: block;
    border: 1px solid #cdcdcd;
    background-image: url(/images/noact-gal.png);
    background-repeat: no-repeat;
    background-position: left 7px center;
    padding: 16px 10px 16px 36px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}
.sposoby-oplaty .client_cards .cards_list li label:hover {
  border: 1px solid #f38b17;
}
.sposoby-oplaty .client_cards .cards_list li input:checked + label {
    background-image: url(/images/act-gal.png);
    background-repeat: no-repeat;
    background-position: left 7px center;
}
.sposoby-oplaty .client_cards .cards_list li label img {
    display: inline-block;
    height: 11px;
}
.sposoby-oplaty .client_cards .save_card {

}
.sposoby-oplaty .client_cards .save_card input {
    display: none;
}
.sposoby-oplaty .client_cards .save_card label {
    display: inline-block;
    border: 1px solid #cdcdcd;
    background-image: url(/images/noact-gal.png);
    background-repeat: no-repeat;
    background-position: left 7px center;
    padding: 16px 10px 16px 36px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}
.sposoby-oplaty .client_cards .save_card label:hover {
    border: 1px solid #f38b17;
}
.sposoby-oplaty .client_cards .save_card input:checked + label {
    background-image: url(/images/act-gal.png);
    background-repeat: no-repeat;
    background-position: left 7px center;
}

.tochka_map {
    max-width: 900px;
}
.tochka_map .tochka_map_title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 16px 0;
}
.tochka_map #tochka_map {
    width: 100%;
    height: 450px;
}
.tochka_map .remodal-close {
    top: 10px;
    right: 10px;
    left: auto;
    border: none;
}
.tochka_map .map_shop_baloon {
    font-family: 'Open Sans';
    width: 220px;
}
.tochka_map .map_shop_baloon .map_shop_address {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 8px 0;
    line-height: 22px;
}
.tochka_map .map_shop_baloon .map_shop_stock {
    font-size: 14px;
    margin: 0 0 8px 0;
    color: #989898;
    font-weight: 600;
    line-height: 19px;
}
.tochka_map .map_shop_baloon .map_shop_stock span {
    color: #989898;
}
.tochka_map .map_shop_baloon .map_shop_stock.full_stock {
    color: #000;
}
.tochka_map .map_shop_baloon .map_shop_stock.full_stock span {
    color: #0e9a0e;
}
.tochka_map .map_shop_baloon .map_shop_button {
    
}
.tochka_map .map_shop_baloon .map_shop_button a {
    display: inline-block;
    border-radius: 3px;
    background: #f38b17;
    line-height: 24px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    border: 0;
    font-family: 'Open Sans';
    margin: 0;
    padding: 5px 12px;
    text-decoration: none;
}

.rusult-poluchenie .shop_on_map_button {
    margin: 0 0 5px 0;
}
.rusult-poluchenie .shop_on_map_button a {
    display: inline-block;
    background-color: #fff;
    background-image: url(/images/mapmark.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center left 6px;
    font-size: 14px;
    font-weight: 400;
    color: #111;
    padding: 10px 8px 10px 28px;
    border-radius: 5px;
    text-decoration: none;
}
.rusult-poluchenie .shop_on_map_button a:hover {
    box-shadow: 0 0 5px #ddd;
}

.cart_sale_changer {
    padding: 16px 20px;
    border-bottom: 1px solid #e3e3e3;
}
.cart_sale_changer .changer__title {
    font-size: 14px;
    color: #777;
    margin: 0 0 12px 0;
}
.cart_sale_changer .changer__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cart_sale_changer .changer__list.disabled,
.cart_sale_changer .changer__list .list__item.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.cart_sale_changer .changer__list .list__item {
    
}
.cart_sale_changer .changer__list .list__item.checked {
    
}
.cart_sale_changer .changer__list .list__item .item__name {
    padding: 4px;
    background: #fff;
    padding-left: 28px;
    cursor: pointer;
    background-image: url(/images/noact-gal.png);
    background-repeat: no-repeat;
    background-position: -4px -1px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
}
.cart_sale_changer .changer__list .list__item.checked .item__name {
    background-image: url(/images/act-gal.png);
}
.cart_sale_changer .changer__list .list__item .item__description {
    font-size: 12px;
    color: #777;
    margin: 2px 0 0 0;
    padding: 0 0 0 28px;
}
.cart_sale_changer .changer__list .list__item .item__price {
    padding: 0 0 0 28px;
    margin: 4px 0 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.cart_sale_changer .changer__list .list__item .item__price span.price__number {
    color: #0e9a0e;
    font-weight: 600;
    font-size: 17px;
    font-family: 'PT Sans', 'Open Sans', 'Trebuchet MS';
}
.cart_sale_changer .changer__list .list__item .item__price span.price__number span {
    font-weight: 600;
}
.cart_sale_changer .changer__list .list__item .item__price a {
    font-size: 13px;
    color: #777;
}
.cart_sale_changer .changer__list .list__item .item__promobox {
    display: none;
    padding: 0 0 0 28px;
    margin: 4px 0 0 0;
}
.cart_sale_changer .changer__list .list__item.checked .item__promobox {
    display: block;
}
.cart_sale_changer .changer__list .list__item .item__promobox .promobox__form {
    display: flex;
    align-items: center;
    gap: 12px;
}
.cart_sale_changer .changer__list .list__item .item__promobox .promobox__form input {
    width: 100px;
    height: 25px;
    border: 1px solid #b8b8b8;
    border-radius: 3px;
    padding: 0 8px;
    font-size: 14px;
}
.cart_sale_changer .changer__list .list__item .item__promobox .promobox__form a {
    color: #262626;
    font-size: 14px;
}
.cart_sale_changer .changer__list .list__item .item__promobox .promobox__active {
    font-size: 14px;
    line-height: 19px;
}
.cart_sale_changer .changer__list .list__item .item__promobox .promobox__active b.name {
    color: #0e9a0e;
}
.cart_sale_changer .changer__list .list__item .item__promobox .promobox__active a {
    font-size: 13px;
    color: #777;
    display: inline-block;
    margin: 0 0 0 6px;
}


















