.input-group .iti{width:100%!important}
.content{color:orange}
.order-summary-items{
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 20px;


}
.order-summary-items .order-item-small{
    display: flex;
}
.order-summary-items .order-item-small__img{
    width: 75px;
    height: 60px;
    object-fit: cover;
    margin-right: 15px;
}
.order-summary.order-summary-new{
    padding: 35px;
}
.order-summary-new .order-item-small{
    position: relative;
}
.order-item-name{
    margin-right: 35px;
    font-size: 16px;
    line-height: 19px;
color: #707070;
}
.order-item-prices{
    display: flex;
    flex-direction:column;
    text-align: right;
    white-space:nowrap
}
.order-item-prices .order-item-priceCurrent{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #414141;
}
.order-item-prices .order-item-priceOld{
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    text-decoration-line: line-through;
    color: #707070;
}
.order-item-quantity{
    position: absolute;
    top: 0;
    left: 0;
    border-radius:25px;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    background: #2B2B2B;
    display: flex;
    align-items:center;
    justify-content:center;
    height:20px;
    padding: 0 6px;
    transform: translate(-50%, -50%);

}
.order-summary-change {
    font-size: 16px;
line-height: 20px;
text-align: right;
text-decoration-line: underline;
color: #707070;
margin-bottom: 35px;

}
.order-summary-new .order-summary__total{
    padding-top: 25px;
    position: relative;
}
.order-summary-new .order-summary__total::before{
    content: '';
    position: absolute;
    top: 0;
    left: -35px;
    height: 1px;
    width: calc(100% + 70px);
    background: #E0E0E0;
}
.order-summary-new .order-summary__total .order-summary__result{
    margin-top: 0px;
    padding-top: 0px;
    border: none;
    font-weight: 500;
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 10px;
}
.order-total__item{
    display: flex;
    justify-content:space-between;
    font-weight: 500;
font-size: 16px;
line-height: 20px;
color: #414141;
}
.order-total__item:not(:last-child){
    margin-bottom: 10px;

}
.order-summary-new .checkout__submit-btn{
    margin-top: 25px;
}
.order-total__item span{
    text-align: right;
}

.order-green{
    color: #00865E;
}
.checkout__group-title{
    font-weight: 500;
font-size: 28px;
line-height: 35px;
color: #414141;
}

.auth-group-new .enter-socials__register-socials-links{
    list-style: none;
    display: flex;
    align-items:center;

}
.auth-group-new .enter-socials__caption{
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #414141;
}
.auth-group-new .enter-socials__register-socials-links li .custom-icon{
    display: flex;
    align-items:center;
    justify-content: center;
    background: #FFFFFF;
border-radius: 15px;
width: 70px;
height: 50px;

}
.auth-group-new .enter-socials__register-socials-links li:not(:last-child){
    margin-right: 12px;
    
}
.checkout-new{
    background: #fff;
}

.checkout-new .checkout__group{
    background: #F9F9F9;
}
.checkout-new .order-summary-new{
    background: #F9F9F9;

}
.checkout-new .checkout__group .tab{
    background: #fff;

}

.checkout-new .checkout__groups.tab-pane {
    margin-right: 0px;
    margin-bottom: 24px;

    margin-top: 0;

}

.checkout-new  .checkout__group .tab{
  border-radius: 25px;
}
@media (min-width:1024px){
  .checkout-new .checkout__groups{
    max-width: calc(100% - 407px);
    flex: 1 1 auto;

  }
  .checkout-new .checkout__groups.tab-pane{

  }
  .checkout-new .checkout__order{
    flex: 0 0 387px;
  }
}

.checkout-new .checkout__group .input-control{
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    margin-left: 0;
}
.checkout-new  .checkout__group .control-label{
    padding-left: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #707070;
    margin-bottom: 5px;
}
.checkout-new .checkout__group .iti__flag-container{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;

}
.checkout-new .checkout__group .iti__selected-flag{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-right:none;
    background: #fff;
    

}
.checkout-new .checkout__group .iti__selected-flag::before{
    content:'';
    position: absolute;
        right: 0;
        top: 50%;
        height: 18px;
        background: #E8E8E8;
        width: 1px;
        transform:translateY(-50%);
}
.checkout-new .checkout__group .phone-split .input-control{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: none;
    position: relative;
}
.addres-group{
    display: flex;
    gap: 20px;
}
.addres-group  .input-wrap.aparts-item{
    flex: 0 0 150px;
}
.addres-group .input-wrap{
    flex:1 1 auto;
}
.checkout-new .checkout__group .textarea-control{
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    margin-left: 0;
    min-height: 160px;
}
.order-delivery{
    padding-top: 35px;
    position: relative;
    margin-top: 40px;
}
.order-delivery:before{
    content:'';
    position: absolute;
    top: 0;
    left: -40px;
    width: calc(100% + 80px);
    height: 1px;
    background: #E0E0E0;
}
.order-delivery__date{
    display: flex;
    align-items: center;
    padding: 5px;background: #FFFFFF;
    border-radius: 25px;
    margin-bottom: 40px;
    max-width: 100%;
    overflow: auto;
}
.order-delivery__date-item{
    
}
.checkbox {
    position: relative;
  }
  .checkbox:not(:last-child) {
    margin-bottom: 0.3125em;
  }
  .checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }

  .checkbox__input:checked + .checkbox__label:before {
    background: #000;
  }
  .checkbox__label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    position: relative;
    gap: 10px;
  }
  .checkbox__label:before {
    content: "";
    align-self: flex-start;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #a7a9ac;
  }
  .checkout-new .checkout__groups.tab-pane{
    width: 100%;
    max-width: 100%;
  }
  .checkout-new .checkout__groups{
    margin-right: 20px;

  }
  .order-delivery__date-item .checkbox__label:before {
    display: none;
  }
  .order-delivery__date-item{
    height: 100%;
    flex: 1 0 auto;
  }
  .order-delivery__date-item .checkbox{
    padding: 0px 0px 0px 0px;
    color: #707070;
  }
  .order-delivery__date-item   .checkbox__text{
border-radius: 21px;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
padding: 9px 20px;
  }
  .order-delivery__date-item   .checkbox__text span{
    font-weight: 400;
font-size: 14px;
line-height: 140%;

  }
  .order-delivery__date-item .checkbox__input:checked + .checkbox__label .checkbox__text{
    background: #E71D34;
    color: #fff;
  }
  .order-delivery__time{
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    width: 575px;
    gap:30px 20px ;
  }
  .order-delivery__time .checkbox__text{
    font-weight: 400;
font-size: 16px;
line-height: 19px;

/* Text */

color: #414141;

  }
  .order-delivery__time .checkbox{
    padding-left: 0;
  }
  .order-delivery__time  .checkbox__label:before {
    content: "";
    align-self: flex-start;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    border: 1px solid #A5A5A5;
    border-radius: 50%;

  }

  .order-delivery__time .checkbox__input:checked + .checkbox__label:before {
    border: 5px solid #E71D34;
    background: #fff;

  }
  .checkout__group .tab{
    display: inline-flex;
    width: auto;
  }
  .checkout-new .checkout__group .tab__item{
    color: #707070;
    
      }
  .checkout-new .checkout__group .tab__item.active{
color: #fff;

  }
.checkout-new  .checkout__group .tab__item.delivery-tab{
    background: #fff;
border-radius: 21px !important;
flex-direction: column;
align-items: flex-start;
display: flex;
justify-content: flex-start;
height: auto;
padding: 16px 25px 16px 66px;
position: relative;
max-width: 100%;
width: 250px;
color: #707070;

  }
.checkout-new .tab__item.delivery-tab.current{
color: #FFFFFF;
background: #E71D34;
  }

.delivery-tab__name{
    width: 100%;
    position: relative;
    font-weight: 500;
font-size: 14px;
line-height: 18px;
text-transform: uppercase;

}
.delivery-tab__info{
    max-width: 145px;
    font-weight: 400;
font-size: 14px;
line-height: 17px;
text-transform: none;

}
.delivery-tab__icon{
    position: absolute;
    top: 16px;left: 0;
    transform: translateX(100%);
}
.checkout-new .checkout__group .tab__item{
    padding: 10px 25px ;

}
.courier-delivery__error{
    font-size: 16px;
line-height: 21px;
color: #EB7423;
margin-top: 35px;
}
.checkout-new .pickup-point__list{
    max-width:100%
}
.checkout-new .pickup-point__top{
    display: block;
}
.checkout-new  .checkout__group--delivery .pickup-point-item{
    padding-left: 33px;
    border: none;
}
.checkout-new .checkout__group--delivery .pickup-point__left{
    padding: 30px 25px;
}
.checkout-new  .checkout__group--delivery .pickup-point__list>div{
    border: none;

}
.checkout-new   .checkout__group--delivery #inline-delivery-point-select{
    background: #FFFFFF;
border-radius: 25px;
}
.checkout-new .checkout__group--delivery .pickup-point__list{
    height: 555px;
    margin-top: 0;
}
.checkout-new .checkout__group--delivery .pickup-point-item__imit-radio{
right: auto;
left: 0;
width: 18px;
height: 18px;
}
.checkout-new .checkout__group--delivery .pickup-point-item__name{
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #414141;
    margin-bottom: 5px;
    
}
.checkout-new .checkout__group--delivery .pickup-point-item__address,
.checkout-new .checkout__group--delivery .pickup-point-item__work-time
{
    font-weight: 400;
font-size: 16px;
line-height: 135%;
color: #414141;
max-width: 100%;
width: 350px;
margin-top: 0;
}

.checkout-new .checkout__group--delivery .pickup-point-item__date{
    position: absolute;
    right: 0;
    top: 12px;font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    color: #00865E;
    
}
.checkout-new .pickup-point-item.active .pickup-point-item__imit-radio{
    border: 5px solid #E71D34;
}
.delivery-list:not(.active),
.delivery-map:not(.active){
    display: none;
}
.delivery-tabs{
  max-width: 100%;
  overflow: auto;
    margin-bottom: 35px;
}
.delivery-map {
    margin-top: 25px;
}
.delivery-map #map{
    height: 570px;
}
.checkout-new .delivery-tabs__item.tab__item{
    white-space: nowrap;

}
.checkout-new .payment-tab__items  .checkbox__text{

    

  }
  .checkout-new .order-delivery__time-item:last-child .checkbox{
    margin-bottom: 0 ;

  }
  .checkout-new .payment-tab__item  .checkbox{
    padding-left: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
    display: flex;
    align-items:center;
    
    /* Text */
    
    color: #414141;
  }
  .checkout-new .payment-tab__item .checkbox__label{
    display: flex;
    align-items:center;
  }
  .checkout-new .payment-tab__item  .checkbox__label:before {
    content: "";
    align-self: center;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    border: 1px solid #A5A5A5;
    border-radius: 50%;

  }

  .checkout-new .payment-tab__item .checkbox__input:checked + .checkbox__label:before {
    border: 5px solid #E71D34;
    background: #fff;

  }
  .payment-item:not(.active){
    display: none;
  }
  .input-file{
    position: relative;
    margin-top: 40px;
  }
  .input-file input{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    
  }

  .file-label{
    display: flex;
justify-content:center;align-items: center;
padding: 11px 20px;
background: #FFFFFF;
border: 1.5px dashed #E71D34;
border-radius: 10px;
font-size: 16px;
line-height: 20px;
color: #E71D34;
font-weight: 500;
  }
  .file-label span{
    margin-right: 12px;
  }
  .file-item{
    display: flex;
    align-items:center;
    font-weight: 400;
font-size: 16px;
line-height: 19px;

/* Text */

color: #414141;
  }
  .file-item:first-child{
    margin-top: 30px;
  }
  .delivery-map {
    border-radius: 25px;
    overflow: hidden;
  }
  .file-item:not(:last-child){
    margin-bottom: 20px;
    
  }
  .file-icon{
    margin-right: 12px;
  }
  .file-delete{
    margin-left: 20px;
    cursor: pointer;
  }
  .payment-item__banks{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
  }
  .payment-item__bank{
    background: #FFFFFF;
border-radius: 25px;
    padding: 40px 25px 15px ;
  }
  .payment-item__bank-image{
    margin-bottom: 25px;
    padding: 0px 28px 0px ;

  }
  .checkout-new .payment-item__bank .checkbox{
    margin-bottom: 5px;
    font-weight: 600;
font-size: 16px;
line-height: 140%;
/* or 22px */


/* Text */

color: #414141;

  }
  .payment-item__info{
    padding: 0px 28px 0px ;
    margin-bottom: 25px;

  }

  @media (max-width: 992px){
    .checkout-new .checkout__group .checkout-delivery .tab:not(.delivery-tabs){
      display: flex;
      flex-wrap: wrap;
    }
    .checkout-new .checkout__group .tab__item.delivery-tab{
      width: 100%;
  
    }
      
  }


  .checkout-new .order-comment{
    max-width: 100%;
  }
  .checkout-new .checkout__group-chk{
    margin-top: 35px;

  }
  .checkout-new .checkout__group-chk .checkbox {
    padding-left: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #414141;
  }
  .checkout-new .checkbox-default .checkbox__input + .checkbox__label:before {
border-radius: 4px;
border: 1px solid #A5A5A5;
  }
  .checkout-new  .checkbox-default .checkbox__text a{
    text-decoration: underline;

  }
  .checkout-new .checkbox-default .checkbox__input:checked + .checkbox__label:before {
  background: #E71D34 url('../img/chk.svg') center center no-repeat;
border: 1px solid #E71D34;

  }@media (max-width: 480px){
    .checkout-new .checkout__group .tab__item{
      padding: 10px 10px ;
  
    }
    .checkout-new .pickup-point-item{
      padding-bottom: 40px;
  
    }
    .checkout-new .checkout__group--delivery .pickup-point-item__date{
      top: auto;
      bottom: 10px;
    }
      
  }
  @media (max-width: 1200px){
    .order-delivery:before{
      width: calc(100% + 48px);
      left: -24px;
    }
  }
  @media (max-width: 768px){
    .order-delivery:before{
      width: calc(100% + 32px);
      left: -16px;
    }
  }

  @media screen and (max-width: 1366px){
    .container {
      margin: 0 15px;
  }
  }
  .checkout-new .checkout__group .delivery-tabs__item.tab__item{
    padding: 10px 15px
  }
.checkout__group-user{
  width: 100%;
}
.auth-group.phone-group{
display: flex;
align-items: center;
flex-wrap: wrap;
}
.checkout-auth__groups .checkout__submit-btn{
  max-width: 190px;
  margin-top: 24px;
}
.checkout__group-title{
  display: flex;
 align-items: center;
}
.checkout__group-title a{
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-decoration-line: underline;
  margin-left: 20px;
  color: #707070;
  margin-top: 5px;
  
}
@media (max-width: 480px){
  .checkout__group-title{
    display: flex;
    flex-direction: column;

    align-items: flex-start;
  }
  .checkout__group-title a{
    margin-left: 0;
  }
    
}
@media (max-width: 1240px){
  .checkout-new .checkout__order{
    max-width: 100%;
  }
  .checkout-new .order-summary-new .order-item-small{
    width: 100%;
    justify-content: space-between;
  }
  .checkout-new .order-summary-new .order-item-small .order-item-name{
    flex: 1 1 auto;
  }
  .order-summary-new .checkout__submit-btn{
    max-width: 100%;

  }
    
}
 @media (max-width: 992px){
  .scroll-blur{
    position: relative;
  }
  .scroll-blur::before{
    content: '';
    position: absolute;
    height: 100%;
    right: 0px;
    top: 0;
    width: 40px;
    height: 44px;
    backdrop-filter: blur(0.5px);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.958420868347339) 34%, rgba(255,255,255,1) 100%);
  border-top-right-radius: 25px ;
  border-bottom-right-radius: 25px ;
  opacity: 0.7;
  
  z-index: 2;
  pointer-events: none;
  }
  .scroll-blur .tab{
    padding-right: 40px;
  }
  .scroll-blur-55.scroll-blur::before{
    height: 64px;

  }
} 
.login-block__socials a{
  width: 57px;
}




.profile__group-title{
  font-weight: 500;
  font-size: 28px;
  line-height: 35px;
  
  /* Text */
  
  color: #414141;
  
}
.profile__group-head{
  justify-content: flex-start;

}
.profile__group-edit{
  margin-left: 20px;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  
  text-decoration-line: underline;
  
  /* Text 2 */
  text-transform: none;
  
  color: #707070;
}
.profile__group-content{
}
.profile__slide-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;

}
.profile__group.profile__slider{
  padding: 0px 0px;
}
.profile__group.profile__slider .swiper-container .swiper-slide{
  padding: 10px 62px;

}

.profile__slider{
  position: relative;
}
.home-slider__navigation{
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  left: 0;
}
.profile__slide-images{
  display: flex;
  align-items: center;
  gap: 12px;
}
.profile__slide-images img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.profile__slide-info{
  font-weight: 500;
font-size: 28px;
line-height: 110%;
color: #414141;
flex: 0 0 44%;
}
.profile__slider .swiper-button-next:after, .profile__slider .swiper-button-prev:after{
  color: #fff;
  font-size: 15px;
  display: flex;
  justify-content:center;align-items: center;
  width: 100%;
  height: 100%;
}
.profile__slider .swiper-button-next, .profile__slider  .swiper-button-prev{
  width: 30px;
height: 30px;
background: #000000;
display: flex;
justify-content:center;align-items: center;
opacity: 0.2;
border-radius: 50%;
}
.profile__slider .swiper-button-next:hover, .profile__slider  .swiper-button-prev:hover{
  opacity: 0.5;
  transition: all 0.3s ease 0s;
}
.profile__bonus{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.profile__bonus-item{
  display: flex;
  flex-direction: column;
  justify-content:center;align-items: center;
  flex: 0 0 43%;
  position: relative;
  padding-right: 10px;

}
.profile__bonus-item::before{
  content: '';
  position: absolute;
  top: -40px;
  right: 0;
  height: calc(100% + 80px);
  background: #ECECEC;
  width: 1px;
}
.profile__bonus-amount {
  background: #E71D34;
border-radius: 10px;
color: #fff;
padding: 12px 25px;
margin-bottom: 15px;
}
.profile__bonus-info a{
  font-size: 16px;
line-height: 20px;
/* identical to box height */

text-align: center;
text-decoration-line: underline;

/* Text 2 */

color: #707070;
}
.profile__bonus-program{
  display: flex;
  flex-direction: column-reverse;
  justify-content:center;align-items: center;
}
.profile__bonus-title{
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #414141;
  margin-top: 17px;
}
.profile__bonus-images{
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
}
.profile__bonus-img img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media  (max-width:1100px){
  .profile__bonus{
    flex-direction: column;
  }
  .profile__bonus-item::before{
    height: 1px;
    width: calc(100% + 80px);
    top: auto;
    left: -40px;
    bottom: 0;
  }
  .profile__bonus-item{
    width: 100%;
    padding-right: 0;
    padding-bottom: 15px;
  }
}

@media (max-width:767px){
  .profile__bonus-item::before{
    height: 1px;
        width: calc(100% + 32px);

    top: auto;
    left: -16px;
    bottom: 0;
  }
  
}
@media (max-width: 1240px){
    .profile__slide-info{
      font-size: 20px;
    }
}
@media (max-width: 991.98px){
  .profile__slide-info{
    font-size: 16px;
  } 
  .profile__bonus-title{
    font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;

  }
  .profile__bonus-program{
    flex-direction: column;

  }
}

@media (max-width: 600px){
  .profile__slide-inner{
    flex-direction: column-reverse;
  }
  .profile__slide-info br{
    display: none;
    
  }
  .profile__slide-info{
    text-align: center;
  }
  .profile__group-title{
    font-size: 20px;
line-height: 25px;
/* identical to box height */


/* Text */

color: #414141;

  }
  .profile__group-edit{
    font-size: 14px;
line-height: 17px;
text-align: center;
text-decoration-line: underline;
color: #707070;
  }
  .profile__group-head{
    justify-content: space-between;
  }
    
}
.profile .input-control[disabled], .profile .input-control{
  background: #FFFFFF;
border: 1px solid #EBEBEB;
border-radius: 10px;
}
.profile  .input-group .control-label{
  padding-left: 20px;

}
.profile__group--socials .profile__group-content{
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.profile__group--socials  .profile__social{
  display: flex;
  justify-content:center;align-items: center;
  background: #FFFFFF;
border-radius: 15px;
position: relative;
}
.profile__social-connector{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.profile__social-title{
  font-size: 16px;
line-height: 20px;
text-decoration-line: underline;
color: #707070;
}
.profile .profile__group-checkbox .mailsend__input .mailsend__input-box{
  border-radius: 4px;

}
.profile .mailsend__input input:checked+.mailsend__input-box{
  border-color: #E71D34;
}
.profile .profile__group-checkbox .mailsend__input .mailsend__input-box::before{
background:#E71D34 url('../img/chk2.svg') center center no-repeat;
}
.profile__group-checkbox {
  margin-top: 25px;
}
.profile .profile__group-checkbox .mailsend__input-text{
  font-weight: 400;
font-size: 16px;
line-height: 19px;

/* Text */

color: #414141;

}