@media(max-width: 440px){
            .inside-content-itemBottom{
                transform: scale(0.9) translateX(-40px);
            }
            .inside-content-items{
                transform: scale(0.9);
            }
            
            .footer{
                    margin: 0 auto 0 -10px;
            }
        }
        
        @media (max-width: 430px) {
            .why {
                min-height: 650px;
            }
        }
        
        @media(max-width: 410px){
            .inside-content-itemBottom{
                transform: scale(0.85) translateX(-40px);
            }
            .inside-content-items{
                transform: scale(0.85);
            }
        }
        
        @media (max-width: 400px) {
            .why {
                min-height: 600px;
            }
        }
        
        @media (max-width: 385px) {
            .why {
                min-height: 580px;
            }
        }
        
        @media (max-width: 380px) {
            .why-items-item:nth-child(3) img {
                width: 55px;
                height: 45px;
                margin-top: 0px;
            }
                .why-items-item:nth-child(2) img {
                    width: 70px;
                    height: 45px;
                    margin-top: 0px;
                }
            .why-items-item:nth-child(1) img {
                width: 63px;
                height: 45px;
                margin-top: 0px;
            }
            
            .days {
                padding: 0 10px;
                flex-wrap: nowrap;
                display: grid;
                grid-template-columns: repeat(2, 150px);
                gap: 10px;
            }
        }
        
        @media(max-width: 440px) {
            .priceBlock {
                bottom: 28%;
            }
        }
        
        @media (max-width: 430px) {
            .priceBlock {
                bottom: 29%;
            }
        }
        
        @media (max-width: 420px) {
            .priceBlock {
                bottom: 30%;
            }
        }
        
        @media (max-width: 415px) {
            .priceBlock {
                bottom: 31%;
            }
        }
        
        @media (max-width: 410px) {
            .priceBlock {
                bottom: 29%;
            }
        }
        
        @media(max-width: 395px) {
            .priceBlock {
                bottom: 28%;
            }
        }
        
        @media (max-width: 400px) {
            .priceBlock {
                bottom: 28%;
            }
        }
        
        @media(max-width: 390px){
            .priceBlock {
                bottom: 29%;
            }
            .inside-content-itemBottom{
                transform: scale(0.80) translateX(-40px);
            }
            .inside-content-items{
                transform: scale(0.80);
            }
        }
        
        @media (max-width: 385px) {
            .priceBlock {
                bottom: 30%;
            }
        }
        
        
        @media (max-width: 380px) {
            .priceBlock {
                bottom: 30.2%;
            }
        }
        
        @media (max-width: 376px) {
            .priceBlock {
                bottom: 31%;
                transform: translate(-50%, -50%) scale(0.80);
            }
        }
        
        @media (max-width: 370px) {
            .priceBlock {
                bottom: 28.5%;
                transform: translate(-50%, -50%) scale(0.80);
            }
        }
        
         @media (max-width: 365px) {
            .priceBlock {
                bottom: 29%;
                transform: translate(-50%, -50%) scale(0.80);
            }
        }

        @media (max-width: 370px) {
            .why {
                min-height: 560px;
            }
        }

        @media(max-width: 365px) {
            .priceBlock {
                bottom: 29.5%;
            }
        }
        
        @media(max-width: 376px) {
            
            .day-text {
                font-weight: 400;
                font-size: 12px;
            }   
        }
        