:root{
    --scrollbar-width: 507px;
}
.new-modal-content{
    display: flex;
    border: 1px solid #f4f4f4;
    /* align-items: center; */
}
.new-modal__image{
    flex: 0 0 auto;
}
.new-modal__image img{
    height: 100%;
    width: 100%;
    max-width: 356px;
}
.new-modal__text{
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;

}
.new-modal__text-top{
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #E32024;
    position: relative;
    flex: 1 1 auto;
}
.new-modal__text-top-right{
    position: absolute;
    left: calc(-27% - 7px);
    width: 253px;
    height: 253px;
    border-radius: 50%;
    background-color: white;
    text-align: right;
    padding-right: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.new-modal__text-top-right p{
    font-weight: 700;
    font-size: 44px;
    line-height: 118%;
    text-transform: uppercase;
    color: #e31e25;
    transform: rotate(-3deg);
    margin-bottom: 0;
}
.new-modal__text-top-left{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    text-align: center;
    
}
.new-modal__text-top-left p{
    font-weight: 700;
    font-size: 31px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    max-width: 262px;
    margin-left: auto;
}
.new-modal__text-top-left p span{
    font-size: 22px;
    text-transform: none;
}
.new-modal__text-bottom{
    flex: 0 1 50px;
    background: #eaeaea;
    text-align: center;
    padding: 17px 0;
}
.new-modal__text-bottom p{
    font-weight: 500;
    font-size: 13px;
    line-height: 135%;
    color: #555;
    font-weight: 400;
    margin-bottom: 0;
}
.new-modal__text-bottom p span{
    font-weight: 600;
}
#toDay .modal-content{
    padding: 0;
    overflow: hidden;
    border-radius: 10px;
}
#toDay .left-wrapper__left{
    flex: 1 0 auto;
}
#toDay .modal-lg{
    max-width: 708px;
}
#toDay .left-wrapper__right{
    padding: 45px 34px;
}
#toDay  .left-wrapper__header{
    text-align: left;
    margin-bottom: 15px;
}
.left-wrapper__descr{
    margin-bottom: 33px;
}
#toDay .left-wrapper__left img{
    width: 100%;
    height: 100%;
}
#toDay .close{
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    width: 15px;
    height: 15px;
}
/* banner */
.special-offer__text-content{
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    margin-left: calc(68*(100vw - var(--scrollbar-width))/1440);
    height: 100%;
}
.special-offer__text-content .special-offer__name{
    font-weight: 700;
    font-size: calc(107*(100vw - var(--scrollbar-width))/1440);
    line-height: 118%;
    text-transform: uppercase;
    color: #e31e25;
    background: white;
    display: flex;
    align-items: center;
    padding: calc(100*(100vw - var(--scrollbar-width))/1440) calc(30*(100vw - var(--scrollbar-width))/1440);
    border-radius: 50%;
    transform: rotate(-3deg);
}
.special-offer__content{
    text-align: center;
}
.special-offer__content p{
    font-weight: 700;
    font-size:  calc(78*(100vw - var(--scrollbar-width))/1440);
    line-height: 118%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom:  calc(15*(100vw - var(--scrollbar-width))/1440);
}
.special-offer__content p span{
    font-size: calc(53*(100vw - var(--scrollbar-width))/1440);
}
.special-offer__conent-sub{
    padding:  calc(12*(100vw - var(--scrollbar-width))/1440) calc(23*(100vw - var(--scrollbar-width))/1440);;
    border: 1px solid  #fff;
    border-radius:  calc(55*(100vw - var(--scrollbar-width))/1440);;
}
.special-offer__conent-sub p{
    font-weight: 500;
    font-size:  calc(23*(100vw - var(--scrollbar-width))/1440);;
    line-height: 135%;
    color: #fff;
    margin-bottom: 0;
    text-transform: none;
}
.special-offer__conent-sub p span{
    font-weight: 700;
    font-weight: 500;
    font-size: calc(23*(100vw - var(--scrollbar-width))/1440);
    line-height: 135%;
    color: #fff;
    text-transform: none;
    display: inline;
}

/* del if slider active */
.special-offer{
    padding: 0;
    height: auto;
}
.special-offer img{
    width: 100%;
    height: 100%;
    max-width: 100% !important;
}
.special-offer__name{
    margin-bottom: 0;
}

/* del if slider active */
/* banner */
@media(max-width:1399px){
    :root {
        --scrollbar-width: 314px;
    }
}
@media(max-width:991px){
    .new-modal__text-top-right{
        left: -15%;
    }
    .new-modal-content{
        flex-direction: column-reverse;
    }
    .new-modal__image img{
        max-width: 100%;
    }
    .new-modal__text-top-left{
        padding: 40px 0;
    }
    :root {
        --scrollbar-width: 230px;
    }
}
@media(max-width:767px){
    :root {
        --scrollbar-width: 142px;
    }
    .special-offer__text-content .special-offer__name{
        font-size: 48px;
        padding: 45px 15px
    }
    .special-offer__content p{
        font-size: 49px;
        
    }
    .special-offer__content > p{
        margin-bottom: 10px;
    } 
    .special-offer__content p span{
        font-size: 33px;
    }
    .special-offer__conent-sub p{
        font-size: 15px;
    }
    .special-offer__conent-sub p span{
        font-size: 15px;
        font-weight: 700;
    }
    .special-offer__text-content{
        padding: 30px 0;
        gap: 11px;
    }
    .special-offer__conent-sub{
        padding: 9px 16px ;
    }
    .special-offer__text-content{
        flex-direction: column;
    }
    .col-xl-6.text-center.pr-0{
        height: 100%;
    }
    .special-offer img{
        object-fit: cover;
    }
}
@media(max-width:575px){
    .col-sm-6.text-center.pr-0{
        padding-left: 0;
    }
    .special-offer img{
        max-height: 133px;
    }
}
@media(max-width:500px){
    .new-modal__text-top-left p{
        display: flex;
        flex-direction: column;
        padding-right: 17px;
        font-size: 25px;
    }
    .new-modal__text-top-left p span {
        font-size: 18px;
    }
    .new-modal__text-top-right {
        left: -140px;
    }
    .new-modal__text-top-right p{
        font-size: 24px;
    }
}
@media(max-width:360px){
    .special-offer img{
        max-height: 200px;
        height: 200px;
    }
}