.checkout-express-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 101
}

.checkout-express-popup.show {
    display: -ms-flexbox;
    display: flex
}

.express-block,.promocode-block,.remove-block {
    padding: 2.5rem;
    background: #fff;
    position: relative;
    width: 100%;
    max-width: 29rem
}

@media (min-width: 390px) {
    .express-block,.promocode-block,.remove-block {
        padding:4rem;
        max-width: 35.8rem
    }
}

@media (min-width: 768px) {
    .express-block,.promocode-block,.remove-block {
        max-width:48rem
    }
}

.express-close,.promocode-close,.remove-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 2.4rem;
    line-height: 1;
    color: #6f6f6f;
    cursor: pointer
}

.express-block h4,.promocode-block h4,.remove-block h4 {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.8rem;
    color: #060606
}

.express-block p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8rem;
    color: #060606
}

.express-block p~p {
    margin-top: 8px
}

.remove-block p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8rem
}

.express-block h4{
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
/* identical to box height, or 142% */

    text-align: center;

/* black */

    color: #030303;
    margin-bottom: 0;
}
.express-block .checkout-express-popup_top{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
/* identical to box height, or 143% */

    text-align: center;

/* black */

    color: #030303;
}
.express-block .checkout-express-popup_left{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */


    /* black */

    color: #030303;
}
.express-block .checkout-express-popup_right{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */


    /* black */

    color: #030303;
    max-width: 320px;

}
.express-block .checkout-express-popup_bottom{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */

    text-align: center;

    /* black */

    color: #030303;
    margin-top: 24px;
}
.express-block .checkout-express-popup_top{
margin-bottom: 24px;
}
.express-block .el{
    display: grid;
    grid-template-columns: 123px 1fr;
}
.express-block .el_1, .express-block .el_2{
    margin-bottom: 16px;
}
.express-block .el_3{
    padding-bottom: 24px;
    border-bottom: 1px solid #000000;
}

@media (min-width: 768px){

.express-block{
    max-width: 560px;
    padding: 54px 48px 48px 48px;
}
}
@media (max-width: 767px){
    .express-block h4{
        margin-bottom: 5px;
    }
    .express-block .el{
        grid-template-columns: 115px 1fr;
    }
    .express-block .el_3{
        padding-bottom: 16px;
    }
    .express-block{
        max-width: 350px;
        padding: 52px 32px 40px 32px;
    }
    .express-block .checkout-express-popup_bottom{
        margin-top:16px;
    }

}

.navbar__menu .item__menu .item__menu-link.red {
    color: #d1403e;
}

.navbar__menu .item__menu .item__menu-link.red::after {
    background: #d1403e;
}