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

#footfinal {
  display: none;
}

.tooltip_templates {
  display: none;
}

.cart-sect{
  background: #f2f2f2;
  color: #333;
  /*padding: 20px;*/
  padding-top: 32px;
  /*font-family: "Open Sans","Arial",sans-serif;*/
  min-height: 600px;
}

.cart-sect .bonus_changer {
    padding: 10px 20px;
    display: flex;
    align-items: start;
    border-bottom: 1px solid #e3e3e3;
}
.cart-sect .bonus_changer label {
    margin-right: 24px;
    line-height: 22px;
}
.cart-sect .bonus_changer label#bonus_changer-error {
	position: absolute;
    margin: 0;
    white-space: nowrap;
    font-size: 12px;
    background: #ff6161;
    padding: 0 8px;
    color: #fff;
    right: 0;
    z-index: 3;
    border-radius: 3px;
    bottom: -21px;
    box-shadow: 0 0 5px #ddd;
}
.cart-sect .bonus_changer label#bonus_changer-error.valid {
	display: none !important;
}
.cart-sect .bonus_changer label span.with_icon {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    background: url(/images/rub-coin.png) no-repeat center left;
    background-size: 14px;
    padding: 0 0 0 20px;
    white-space: nowrap;
    opacity: 1;
}
.cart-sect .bonus_changer label span {
    font-size: 13px;
    white-space: nowrap;
    opacity: 0.5;
    display: block;
}
.cart-sect .bonus_changer .bonus_changer_input {
    font-size: 12px;
}
.cart-sect .bonus_changer .bonus_changer_input .bonus_changer_input_wrapper {
    position: relative;
}
.cart-sect .bonus_changer .bonus_changer_input .bonus_changer_input_wrapper span {
    position: absolute;
    top: 1px;
    right: 6px;
    pointer-events: none;
    z-index: 1;
    line-height: 24px;
/*    background: #fff;*/
    color: rgba(0, 0, 0, 0.5);
}
.cart-sect .bonus_changer .bonus_changer_input .bonus_changer_input_wrapper input {
    font-family: 'Open Sans';
    padding: 3px 8px;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
    margin: 0 0 3px 0;
    font-size: 14px;
}
.cart-sect .bonus_changer .bonus_changer_input .bonus_changer_input_wrapper input::-webkit-outer-spin-button,
.cart-sect .bonus_changer .bonus_changer_input .bonus_changer_input_wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-sect .bonus_changer .bonus_changer_input .bonus_changer_input_wrapper input[type=number] {
  -moz-appearance: textfield;
}
.cart-sect .bonus_changer .bonus_changer_input .bonus_changer_info {
    text-align: right;
    font-size: 12px;
}
.cart-sect .bonus_changer .bonus_changer_input .bonus_changer_info a {

}

.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: 960px;
}
.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;
    margin: 25px 0 0 0;
    background-image: url(/images/lni2.png);
    background-repeat: repeat-y;
    background-size: 21px;
    margin-right: 20px;
    padding-bottom: 32px;
}
.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;
}
.ph-product{
      float: left;
    width: 150px;
}
.ph-product img{
  height: 132px;
  max-width: 100%;
}
.name-product{
      float: left;
    width: 385px;
}
.name-product p.sale_with_promocode {
  background: #ffdd00;
  display: inline-block;
  margin-top: 16px;
  font-size: 14px;
  padding: 5px 8px;
  border-radius: 4px;
}
.name-product p.sale_with_promocode_blogger {
    background: #fff3a6;
    display: inline-block;
    margin-top: 12px;
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 4px;
    line-height: 16px;
}
.name-product p.sale_with_promocode b {
  font-weight: bold;
}
.name-product div{
      margin-top: 15px;
    font-weight: 600;
    line-height: 26px;
    padding-right: 35px;
}
.name-product div a{
    text-decoration: none;
    color: #333;
  }
.name-product p{
      margin: 0;
    margin-top: 7px;
}
.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: 159px;
    padding-top: 15px;
    text-align: center;
}
.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';*/
}
.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: 128px;
    text-align: right;
    float: right;
    padding-top: 13px;
    font-weight: 600;
    font-size: 19px;
    /*font-family: 'PT Sans','Open Sans','Trebuchet MS';*/
    padding-right: 20px;
}
.price-product span{
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #747474;
  line-height: 17px;
}
.price-product span a{
    display: inline-block;
    color: #7e7e7e;
    text-decoration: none;
    border-bottom: 1px dotted #a1a1a1;
}
.price-product span a:hover{
color: #333;
  }
.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.active_promocode {
  line-height: 18px;
}
#promo-box.active_promocode label {
  line-height: 22px;
}
#promo-box.active_promocode label b {
  font-weight: bold;
}
#promo-box label{ 
      line-height: 25px;
}
#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>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#Client_phone {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 92px);
}
.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;
 }
 .sposoby-polucheniya div:hover{
  box-shadow: 0 0 5px #ddd;
 }
  .sposoby-polucheniya div span{
     display: block;
    font-size: 13px;
    font-weight: 400;
    color: #616161;
 }
  .sposoby-polucheniya .activ-sp-pol{
     background: #fff;
    box-shadow: 0 0 5px #ddd;
 }
 .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;
}
.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;
}
.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{
      height: 20px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}
.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;
}
.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;
    /*margin: 0;*/
    /*padding: 5px 20px;*/
    /*box-shadow: 0 0 5px #b1b1b1;*/

    display: inline-block;
    width: 230px;
    height: 48px;
    background: linear-gradient( 
0deg, #F8DB06, #F8DB06);
    border-radius: 4px;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    color: #000;
    text-decoration: none;
    margin-right: 16px;
}
.sidebar_submit_cart input[type="submit"] {
    width: 100%;
}
.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;
}

.delivery_from_warehouse #all-items-delivery {
  /*margin-top: 24px;*/
}
.delivery_from_warehouse #all-items-delivery #title-var-dost {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 16px;
}
.delivery_from_warehouse #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;
}
.delivery_from_warehouse #all-items-delivery .item-dlv-chech .items-d-dpd-name,
.delivery_from_warehouse #all-items-delivery .item-dlv-chech .items-d-pch-name,
.delivery_from_warehouse #all-items-delivery .item-dlv-chech .items-d-sdek-name {

}
.delivery_from_warehouse #all-items-delivery .item-dlv-chech .items-d-dpd-name b,
.delivery_from_warehouse #all-items-delivery .item-dlv-chech .items-d-pch-name b,
.delivery_from_warehouse #all-items-delivery .item-dlv-chech .items-d-sdek-name b {
  display: inline-block;
  margin-right: 16px;
  width: 120px;
}
.delivery_from_warehouse #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;
}
.delivery_from_warehouse #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;
}
.delivery_from_warehouse #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;
}
.delivery_from_warehouse #all-items-delivery .item-dlv-chech .items-d-dpd-name span,
.delivery_from_warehouse #all-items-delivery .item-dlv-chech .items-d-pch-name span,
.delivery_from_warehouse #all-items-delivery .item-dlv-chech .items-d-sdek-name span {
  color: #a19d9d;
  font-size: 14px;
}
.delivery_from_warehouse #all-items-delivery .item-dlv-chech .items-d-dpd-cost {
  display: inline-block;
  margin-left: 16px;
  font-weight: bold;
}
.delivery_from_warehouse #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_from_warehouse #delivery-cost {
  display: none;
  margin-top: 24px;
}
.delivery_from_warehouse #delivery-cost #animka {
  mix-blend-mode: multiply;
}

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

}
.remodal[data-remodal-id="map"] #tochka_map {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 768px) {
  .cart-sect {
    padding: 32px 16px 0 16px;
  }
  .cart-b {
    width: 100%;
    overflow: hidden;
  }
  .cart-b > form {
    display: flex;
    flex-wrap: wrap;
  }
  .cart-left-part {
    width: 100%;
    order: 2;
  }
  .cart-right-part {
    order: 1;
    width: 100%;
  }
  .info-service {
    width: 100%;
  }
  .fixer-cost {
    width: 100%;
  }
  .block-trigger {
    display: none;
  }
  .info-products {
    margin-right: 0;
  }
  .ph-product {
    float: left;
    width: 100%;
    text-align: center;
  }
  .ph-product img {
      height: 92px;
  }
  .name-product {
    float: left;
    width: 100%;
  }
  .name-product div {
    padding-right: 0;
  }
  .name-product p {
    margin: 0;
    margin-top: 2px;
  }
  .price-product {
    width: 100%;
    text-align: left;
    box-sizing: border-box;
  }
  .price-product span {
      display: block;
      margin-top: 10px;
      font-size: 13px;
      font-weight: 400;
      color: #747474;
      line-height: 15px;
  }
  .num-product {
    float: left;
    width: 100%;
    padding-top: 15px;
    text-align: left;
  }
  .info-products-list ul > li:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .info-client .row {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .sposoby-polucheniya div {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 0;
    cursor: pointer;
    height: auto;
    line-height: 20px;
    box-sizing: border-box;
  }
  .sposoby-polucheniya > div:not(:last-child) {
    margin-bottom: 8px;
  }
  .shop-samoviv .shop-samoviv-rezh {
    display: none;
  }
  .shop-samoviv .shop-samoviv-info {
    float: left;
    width: 100%;
  }
  .shop-samoviv-nalichie {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
  }
  .tmp-a-bl {
    display: none;
  }
  .shop-samoviv-nalichie span {
    display: inline-block;
  }
  .delivery_from_shop .delivcity_list p {
    font-size: 12px;
    line-height: 16px;
  }
  .delivery_from_shop input[type='text'], .delivery_from_warehouse input[type='text'] {
    width: 100%;
  }
  .sposoby-polucheniya div span {
    line-height: 18px;
  }
  .sposoby-polucheniya div span br {
    display: none;
  }
  .info-client .row input[type='text'] {
    width: 100%;
    box-sizing: border-box;
  }
  .delivery_from_warehouse #all-items-delivery .item-dlv-chech {
    background-position: left 10px top 10px;
  }
  .delivery_from_warehouse #all-items-delivery .item-dlv-chech.item-dlv-active {
    background-position: left 10px top 10px;
  }
  .delivery_from_warehouse #all-items-delivery .item-dlv-chech .items-d-dpd-name b, .delivery_from_warehouse #all-items-delivery .item-dlv-chech .items-d-pch-name b, .delivery_from_warehouse #all-items-delivery .item-dlv-chech .items-d-sdek-name b {
    display: block;
    margin-right: 0;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 4px;
  }
  .sposoby-oplaty {
    float: left;
    width: 100%;
  }


}

.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 {
    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: #F8DB06;
    line-height: 24px;
    text-align: center;
    color: #000;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    border: 0;
    margin: 0;
    padding: 5px 12px;
    text-decoration: none;
}

.rusult-poluchenie .shop_on_map_button {
    margin: 0 0 5px 0;
    display: flex;
    align-items: center;
}
.rusult-poluchenie .shop_on_map_button a.to_map {
    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.to_map:hover {
    box-shadow: 0 0 5px #ddd;
}











