.checkout__wrapper{
  max-width: 1440px;
  margin: 30px auto auto;
}
.availability__heading{
  margin-bottom: 40px;
}
.after__hour{
  margin:0;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 31px;
}
.after__hour__text{
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #A0A9B9;
}
.checkout__items{
  position: relative;
  height: fit-content;
  max-height: 540px;
  overflow-y: auto;
  scrollbar-color: #DEE6EA #fff;
}
.checkout__items.mobile{
  display:none;
}
.checkout__items::-webkit-scrollbar {
  height: 75%;
  width:9px;
}

.checkout__items::-webkit-scrollbar-track {
  background-color: #fff;
  width:9px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.checkout__items::-webkit-scrollbar-thumb {
  background: #DEE6EA;
  border-radius: 30px;
}

.checkout__items,
.checkout__summ,
.checkout__method{
  background-color: #fff;
  border-radius: 17.4px;
  border: 1.16px solid #DEE6EA;
  box-shadow: 0px 0px 9px 2.32px rgba(161, 171, 190, 0.22);
}
.checkout__container{
  display:flex;
  margin-bottom: 60px;
  flex-wrap: wrap;
  position: relative;
}
.checkout__items{
  width:64%;
  margin-right: 75px;
}
.checkout__information{
  display: flex;
  position: sticky;
  height: fit-content;
  top:95px;
  flex-direction: column;
  width:25%;
}
.checkout__summ{
  padding:21px 51px;
  box-sizing: border-box;
  margin-bottom: 19px;
}
.checkout__summ table{
  width:100%;
}
.checkout__summ .itogo td{
  font-weight: 500;
  font-size: 26px;
  line-height: 31px;
  /* identical to box height */

  text-transform: capitalize;

  color: #2C2C2C;

  white-space: nowrap;

}
.checkout__summ .economy td{
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height */


  color: #A0A9B9;
  white-space: nowrap;
}
.summ__number{
  text-align: right;
}
.checkout__method{
  padding: 26px;
}
.checkout__method img{
  display: block;
  width: 129px;
  height: 63px;
  margin: 0 auto;
  margin-bottom: 19px;
  text-align: center;
}
.checkout__method span{
  display: block;
  font-weight: 500;
  font-size: 19px;
  line-height: 26px;
  text-align: center;
}
.checkout__product__box{
  display: flex;
  position:relative;
  justify-content: space-between;
  align-items: center;
}
.checkout__product__box .product__delete{
  top:18px;
}
.checkout__product__box:last-child{
  border: none;
}
.checkout__img__box img{
  width:100%;
}
.checkout__items .checkout__img__box{
  max-width:120px;
}
.checkout__items .checkout__img__box img{
  object-fit: contain;
  max-height: 120px;
}
.checkout__img__box{
  width:15%;
}
.checkout__text__box{
  width:30%;
}
.product__name__box.checkout{
  margin:0;
}
.checkout__items{
  padding:10px 38px;
}
.checkout__product__box{
  border-bottom: 1px solid #DEE6EA;
  padding-top: 32px;
  padding-bottom: 39px;
}
/*.checkout__product__box:first-child{*/
/*  padding:0;*/
/*  padding-bottom:39px;*/
/*}*/
.checkout__form__input{
  width:100%;
}
.checkout__checkbox{
  display:flex;
}
.container__form.checkout{
  flex-direction: column;
  width:100%;
  max-width:620px;
  margin-top: 30px;
  margin-bottom: 60px;
}
.checkout__form__input{
  border: 1.5px solid #DEE6EA;
  border-radius: 79px;
  margin-bottom:19px;
}
.container__form.deliv .checkout__form__input {
  width: calc(50% - 12px);
}
.dostavka__time{
  position: relative;
  height:52px;
  padding-left:18px;
  appearance: none;
}
.dostavka__time:focus-visible{
  outline: none;
}
.checkout__sms__text{
  border: 1.5px solid #DEE6EA;
  border-radius: 79px;
  width:50%;
}
.checkout__form__submit{
  margin-top: 28px;
  background: #00A0E3;
  border-radius: 42px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  border: 0px;
  width: 100%;
  cursor:pointer;
}
.checkout__heading{
  width:100%;
  margin-bottom: 23px;
}
.checkout__form__container{
  position:relative;
  display: block;
  width:100%;
  max-width: 1105px;
  margin: 0 auto;
}
.cute__doctors{
  position: absolute;
  display: block;
  width: 101%;
  left: 5px;
  top:10%;
  right: 0;
  text-align: center;
  max-width: 1110px;
  z-index: 1;
}
.checkout__form{
  z-index: 2;
}
.checkout__product__price.product__price{
  margin:auto;
}
.product__card.mobile.checkout{
  border:none;
  box-shadow: none;
  border-bottom:1px solid #DEE6EA;
}
.checkout__delivery__form{
  display:flex;
  justify-content: space-between;
}
.container__form.checkout.delivery{
  width:50%;
  max-width: none;
}
.customer__info,
.date__time,
.address__info{
  display:flex;
  flex-wrap: wrap;
}
.checkout__form__input.field__input {
  width: 100%;
}
.checkout__form__input.comment {
  width: 100%;
}
/*.customer,*/
/*.dostavka__time*/
/*{*/
/*  width:50%;*/
/*}*/
/*.address{*/
/*  width:33%;*/
/*}*/
.checkout__form__input.address:nth-child(2n){
  margin-left: auto;
}
.dostavka__time:first-child,.customer:first-child{
  margin-right: 8px;
}
.dostavka__time:last-child,.customer:last-child{
  margin-left: 8px;
}
.container__form.checkout.delivery:first-child{
  margin-right: 16.5px;
}
.container__form.checkout.delivery:last-child{
  margin-left: 16.5px;
}
.checkout__form__submit.button__dostavka{
  margin-top: 15px;
}
.take__away{
  display: block;
  margin-top:20px;
  padding: 15px;
  color: #029CDF;
  background-color: transparent;
  border: 1.5px solid #029CDF;
  border-radius: 24.3774px;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}


.checkout__name-qty__wrapper {
  display: flex;
  width: 85%;
  align-items: center;
  justify-content: space-between;
}

.checkout__product__box {
  justify-content: normal;
}

.checkout__qty-price__wrapper {
  display: flex;
  margin-right: 20px;
  justify-content: space-between;
}

@media screen and (min-width: 490px){
  .checkout__qty-price__wrapper{
    min-width: 300px;
  }
}

.checkout__text__box {
  margin-right: 40px;
  margin-left: 48px;
}

.quantity__form{
  margin-right: auto;
}

.checkout__items .checkout__total__box{
  display: flex;
  align-items: center;
}
.apteka__checkout__name{
  font-weight: 500;
  font-size: 16px;
}
.apteka__checkout__info{
  position: relative;
}
.payment__method{
  padding-bottom:10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #DEE6EA;
}
.apteka__checkout__info div{
  margin-bottom:5px;
}
.change__apteka{
  font-weight: 500;
  font-size: 12px;
  position: absolute;
  right:10px;
  line-height: 14px;
  color: #00A0E3;
}
.apteka__checkout__info.mobile{
  display: none;
}
.product__name a{
  color:#2C2C2C;
}
@media screen and (max-width: 1000px){
  .checkout__product__box {
    /*margin-top: 23px;*/
    padding-bottom: 23px;
  }

  .checkout__qty-price__wrapper .quantity__form {
    margin-left: 0;
    min-width: 60px;
  }

  .checkout__name-qty__wrapper .checkout__text__box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .checkout__name-qty__wrapper {
    flex-direction: column;
    width: 75%;
    margin-left: 20px;
    align-items: normal;
  }

  .checkout__name-qty__wrapper .product__name {
    margin-bottom: 7px;
  }

  .checkout__product__box .checkout__img__box {
    width: 28%;
  }

  .checkout__qty-price__wrapper {
    justify-content: space-between;
  }
}

.checkout__wrapper .checkout__product__price.product__price .old_price {
  bottom: -32px;
  right: 7px;
}

@media screen and (max-width:1400px){
  .apteka__checkout__info.desktop{
    display: none;
  }
  .apteka__checkout__info.mobile{
    display: block;
    background-color: #fff;
    border-radius: 17.4px;
    /*width:100%;*/
    padding:10px;
    margin-bottom:20px;
    border: 1.16px solid #DEE6EA;
    box-shadow: 0px 0px 9px 2.32px rgb(161 171 190 / 22%);
  }
  .availability__heading{
    margin-bottom: 15px;
  }
  .vybor__apteka{
    border-bottom: 1px solid #DEE6EA;
  }
  .vybor__apteka p{
    font-weight: 500;
    font-size: 18px;
    line-height: 10px;
  }
  .apteka__checkout__name{
    margin-top:20px;
  }
  .change__apteka{
    top:26px;
  }
  .payment__method{
    margin: 0 auto;
    border-bottom:none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .checkout__items{
    width:100%;
    margin: 0;
  }
  .checkout__information{
    width:100%;
    margin-top:7px;
  }
  .checkout__method span{
    margin:auto;
    font-size: 18px;
  }
  .checkout__method img{
    margin-bottom: 0;
  }
  .container__form.checkout{
    margin-top:7px;
    margin-bottom:7px;
  }
  .checkout__summ{
    margin-bottom: 7px;
  }
  .container__form.checkout{
    padding:15px;
  }
  .after__hour{
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .after__hour__text{
    font-size: 14px;
  }
  .checkout__items{
    padding:0 14px;
  }
  .checkout__summ{
    padding:21px 36px;
  }
  .checkout__container,
  .checkout__form__container,
  .availability__heading{
    padding:0 11px;
  }
  .checkout__form__container{
    width:auto;
  }
}
@media screen and (max-width:1100px){
  .cute__doctors{
    display: none;
  }
}
@media screen and (max-width:1000px){
  .checkout__delivery__form{
    flex-direction: column;
    padding:0px 11px;
    margin-top:7px;
  }
  .container__form.checkout.delivery:last-child{
    margin:0;
  }
  .container__form.checkout.delivery{
    width:100%;
    max-width: none;
    margin:0;
    margin-bottom: 7px;
  }
  .dostavka__time{
    margin:0;
  }
  .date__time{
    margin-bottom: 24px;
  }
  .customer__info,
  .date__time{
    flex-direction: column;
  }
  .dostavka__time{
    margin-bottom:10px;
  }
  .checkout__form__submit.button__dostavka{
    margin-top:20px;
  }
  .customer, .dostavka__time{
    width:100%;
  }
  .dostavka__time:last-child, .customer:last-child{
    margin-left:0px;
  }
}
@media screen and (max-width:600px){
  .checkout__items.desktop{
    display:none;
  }
  .checkout__items.mobile{
    display:block;
  }
  .mobile__checkout__price .quantity__form{
    display: inline-flex;
    margin-right: calc(40% - 18px);
  }
  .checkout__price_box{
    position: relative;
    display: inline;
  }
  .economy__price{
    position: absolute;
    font-size: 10.0898px;
    line-height: 12px;
    color: #A0A9B9;
    bottom: -15px;
    left: 35px;
  }
  .product__card.mobile.checkout{
    padding-bottom:24px;
  }
  .product__card.mobile.checkout:last-child{
    border:none;
    padding-bottom:0;
  }
}
.checkout__form__input.comment{
  padding-top:15px;
  padding-left:20px;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
.checkout__bonus__disclaimer{
  color: #999;
  margin-top: 6px;
  display: flex;
  border-top: 2px dotted #9999;
  padding-top: 5px;
}