.reset-styles .point-list__title{
    font-weight: bold;
}
.reset-styles .shop-detail__path .shop-detail__text{
    display: block;
}
.delivery_container{
    display: flex;
    padding: 30px 0 30px 0;
}
.delivery_content-left{
    display: none;
    padding: 30px;
    border: 1px solid #DBDBDB;

}
.delivery-nav{
    display: flex;
    margin-bottom: 30px;
}
.delivery-nav__btn{
    cursor: pointer;
    width: 148px;
    height: 46px;
    border-radius: 4px;
    padding-top: 14px;
    padding-right: 32px;
    padding-bottom: 14px;
    padding-left: 32px;
    box-shadow: 0px 0px 8px 0px #00000026;
    background: #FFFFFF;
    font-weight: 600;
    line-height: 130%;
}
.delivery-nav__btn--active{
    background: #00913D;
    box-shadow: none;
    color: #FFFFFF;
}
.delivery-nav__btn:hover:not(.delivery-nav__btn--active){
    background: #F9F9F9;
}
.delivery-nav__btn__text{
    width: 84px;
    height: 18px;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    vertical-align: middle;

}
.delivery-block-easy__steps{
    display: flex;
    text-align: center;
    justify-content: space-between;
    padding-top: 32px;
}
.delivery-block-easy__text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.delivery_content-left h2{
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    vertical-align: middle;
}
.delivery-block-easy__text p{
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    vertical-align: middle;
    margin: unset;
}
.delivery-easy-step{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 25%;
}
.delivery-easy-step:not(:last-child) .delivery-easy-step__number::after {
  content: url(images/vector.svg);
  position: absolute;
  right: -6rem;
}
.delivery-easy-step__number{
    width: 48px;
    height: 48px;
    border-radius: 44px;
    border-width: 1px;
    gap: 8px;
    border: 1px solid #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    vertical-align: middle;
    
}
.delivery-easy-step__text{
    margin-top: 20px;
    line-height: 130%;

}
.delivery-pickup-block{
    padding-top: 80px;
}
.delivery-pickup-block__types{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.delivery-pickup-elem{
    width: 48%;
    border-radius: 4px;
    padding: 22px;
    background: #DBDBDB3D;
}
.delivery-pickup-elem__title{
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    vertical-align: middle;
    padding-bottom: 12px;
}
.delivery-pickup-elem_left{
    width: 67%;
    float: left;
}
.delivery-pickup-elem__list p{
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
}
.delivery-pickup-elem__list ul{
    padding-left: 21px;
}
.delivery-pickup-elem__list li{
    list-style-type: initial;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
}
.delivery-pickup-elem__list li::marker {
    font-size: 11px;
}
.delivery-pickup-elem__image{
    float: right;
}
.delivery-sidebar{
    display: flex;
    flex-direction: column;
    padding: 40px;
    height: fit-content;
    border-radius: 4px;
    border-width: 1px;
    gap: 32px;
    border: 1px solid #DBDBDB;
    margin-left: 20px;
}
.delivery-sidebar__text{
    font-weight: 700;
    font-size: 20px;
    vertical-align: middle;
    color: #333333;
}
.delivery-sidebar__form{
    width: 348px;
    height: 160px;
    display: flex;
    flex-direction: column;
}
.delivery-sidebar__form input{
    height: 46px;
    border-radius: 4px;
    border-width: 1px;
    padding-top: 14px;
    padding-right: 18px;
    padding-bottom: 14px;
    padding-left: 18px;
    border: 1px solid #DBDBDB;
    margin-bottom: 10px;
}
.delivery-sidebar__form button{
    height: 46px;
    border-radius: 4px;
    border: none;
    padding-top: 14px;
    padding-right: 18px;
    padding-bottom: 14px;
    padding-left: 18px;
    background: #00913D;
    color: #FFFFFF;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    line-height: 130%;
    vertical-align: middle;
}
.delivery-sidebar__form button:hover{
    background: #007732;
}
.delivery-sidebar__form p{
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    vertical-align: middle;
    margin:0;
    padding-top: 10px;
}
.delivery-sidebar__form a{
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    vertical-align: middle;
    text-decoration: underline;
    text-underline-offset: 1px;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #00913D;
}
.delivery_content-left.content_show{
    display: block;
}
.delivery-safely-block{
    padding-top: 40px;
}
.delivery-block-safely__types{
    display: flex;
}
.delivery-safely-elem{
    display: flex;
    flex-direction: column;
    flex: 1 1 2px;
    align-items: center;
    border: 1px solid #DBDBDB;
}
.delivery-safely-elem:not(:last-child){
    border-right: none;
}
.delivery-safely-elem__info{
    margin: 20px;
}
.delivery-elem__title{
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    vertical-align: middle;
}
.delivery-safely-elem__text p{
    padding-top: 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    vertical-align: middle;
}
.delivery-bottom-block{
    display: flex;
    border: 1px solid #DBDBDB;
    border-top: none;
}
.delivery-bottom-block__info{
    margin: 31px;
}
.delivery-bottom-block__text{
    padding-top: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    vertical-align: middle;
}
.delivery-bottom-block__image{
    text-align: center;
}
@media (max-width: 1280px){
    .delivery-pickup-elem_left{
        width: 60%;
    }
    .delivery_container{
        flex-direction: column;
        align-items: center;
    }
    .delivery-sidebar{
        margin-top: 20px;
        margin-left: unset;
    }
    
}
@media (max-width: 991px){
}
@media (max-width: 768px){
    .delivery-nav{
        margin-bottom: 30px;
    }
    .delivery_content{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .delivery_content h2{
        text-align: center;
    }
    .delivery-easy-step:not(:last-child) .delivery-easy-step__number::after {
        display: none;
    }
    .delivery-block-easy__text{
        text-align: center;
    }
    .delivery_container{
        padding: 0;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }
    .delivery_content-left{
        padding: 0;
        margin-top: 40px;
    }
    .delivery-block-easy{
        padding: 10px;
    }
    .delivery-easy-step{
        width: 30%;
        font-size: 12px;
    }
    .delivery-pickup-block__types{
        flex-direction: column;
    }
    .delivery-pickup-elem{
        width: 100%;
    }
    .delivery-block-safely__types{
        flex-direction: column;
    }
    .delivery-sidebar{
        margin-bottom: 20px;
    }
    .delivery-safely-elem:not(:last-child) {
        border: 1px solid #DBDBDB;
    }
    .delivery-safely-elem:not(:last-child) {
        border-bottom: none;
    }
    .delivery-bottom-block{
        flex-direction: column;
    }
    .delivery-sidebar__form{
        width: auto;
        display: flex;
        flex-direction: column;
    }
    .delivery-sidebar__form p{
        position: unset;
    }
}