html{
    box-sizing: border-box;
}

*,
*::after,
*::before{
    box-sizing: inherit;
}



a{
    text-decoration: none;
    color: inherit;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

body{
    background-image: url(../images/back1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #847489;
}

.header{
    background-color: #040105;
}

.container{
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.header__inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 48px;
    background-color: #040105;
}

.logo{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin: 18px 0 16px 10px;
    max-width: 261px;
    gap: 10px;
}

.menu_svg{
    display: flex;
    padding: 0px 16px;
    justify-content: flex-end;
    align-items: center;
    gap: 28px;
    flex: 1 0 0;
}

.menu-geo{
    display: flex;
    align-items: center;
    gap: 7px; 
}

.street{
    margin: 0;
    color: #847489;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.deal__list {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 363px;
}

.deal__item {
    display:  flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 250px;
    max-height: 250px;
    flex: 1;
    border-radius: 20px;
    overflow: hidden;
    padding: 38px;
    background: rgba(8, 3, 18, 0.60);
    backdrop-filter: blur(5px);
}


.price{
    color: #847489;
    font-family: Nunito;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}

.reserv{
    color: #847489;
    font-family: Nunito;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}

.news{
    color: #847489;
    font-family: Nunito;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}

.footer__inner{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 300px;
    padding: 24px 80px;
    background: linear-gradient(270deg, rgba(11, 1, 14, 0.00) 0%, #08000B 51%, rgba(11, 1, 14, 0.00) 100%);
}

.foot_bold {
    margin: 0;
    color: #847489;
    text-align: center;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    }
    
.foot__thin {
    margin: 0 0 0 6px;
    color: #847489;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}


.price__jpg{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: auto;
    margin: 0 auto; 
}

.price__mob{
    display: none;
}

.content{
    display: flex;
    max-width: 1320px;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin: 60px auto;
}

.all {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
} 
.card{
    width: 100%;
    max-width: 100%;
    height: 717px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 32px;
    background: var(--back, rgba(8, 3, 18, 0.60));
}


.card__title{
    color: var(--neon, #C262D2);
    text-align: center;
    margin: 0;
    padding: 40px 0 0;
    text-shadow: 0px 0px 5px #9C27B0;
    font-family: Nunito;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 56px */
}


.day-types{
    display: flex;
    justify-content: space-between;
    margin: 0 0 0 260px;
    padding: 20px 0;
    gap: 10px;
}

.day-types__item{
    flex: 1 0 0;
    color: var(--Text_h2, #847489);
    text-align: center;
    margin: 0;
    font-family: Nunito;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.time-prices{
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.column_time{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 70px;
    max-width: 200px;
    gap: 48px;
    flex: 1;
}

.hour{
    margin: 0;
    align-self: stretch;
    color: var(#847489);
    text-align: right;
    font-family: Nunito;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.week{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-right: 40px;
    gap: 120px;
    flex: 1;
}


.column_wd{
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
    flex: 1;
}
.price-change,
.weekday-price{
    margin: 0;
    color: var(--Text_h2, #847489);
    text-align: right;
    font-family: Nunito;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 44.8px */
}

.price-change del {
    text-decoration: none; 
    position: relative; 
}

.price-change del::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    height: 4px;
    background-color: var(--neon, #C262D2);
    box-shadow: 0px 0px 5px #9C27B0;
    border-radius: 8px;
}
.mobile-price sup {
    text-decoration: none; 
    position: relative; 
}

.mobile-price sup::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 40%;
    width: 100%;
    height: 2px;
    background-color: var(--neon, #C262D2);
    box-shadow: 0px 0px 5px #9C27B0;
    border-radius: 8px;
}

.mobile-price{
    display: none;
}

.column_we{
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
    flex: 1;
}

.weekend-price{
    margin: 0;
    color: var(--Text_h2, #847489);
    text-align: right;
    font-family: Nunito;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}


.chevrons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.chevron-left {
    position: absolute;
    left: 10px;
}


.chevron-right {
    position: absolute;
    right: 10px;
}


.paginator{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 44px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 21px;
}

.swipe{
    display: none;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--neon, #C262D2);
    text-align: center;
    text-shadow: 0px 0px 5px #9C27B0;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 44.8px */
}
    
    @media (max-width: 900px) {
        .logo-img{
        width: 200px;
        height: auto;
        }
        .menu_svg{
        gap: 18px; 
       } 
       .street{
        font-size: 14px;
    }

    }

    @media (max-width: 768px) {
        .logo-img{
            width: 200px;
            height: auto;
        }
        .menu_svg{
         gap: 12px; 
        } 

        .deal__list {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            text-align: center;
            margin-top: 70px;
        }

        .deal__item{
            margin-bottom: 40px;
            min-width: 225px;
            max-height: 200px;
            flex: 1;
        }

        .wallet{
            width: 70px;
            height: 70px;
        }

        .price{
            font-size: 24px;
        }

        .phone{
            width: 70px;
            height: 70px; 
         }

        .reserv{
            font-size: 24px; 
         }

        .ins{
            width: 70px;
            height: 70px;  
         }

        .news{
            font-size: 24px; 
        }

        .street{
            display: none;
        }

        .card{
            height: 650px;
        }
        .day-types{
            gap: 10px;
        }
        .day-types__item{
            font-size: 28px;
        }
        .hour{
            font-size: 28px;
        }
        .week{
            gap: 0;
        }
        .weekday-price{
            font-size: 28px;
        }
        .weekend-price{
            font-size: 28px;
        }
        .price-change{
            font-size: 28px;
        }

         .footer__inner{
            margin-top: 30px;
            padding: 16px 0;
         }

         .foot_bold{
            font-size: 15px;
         }

         .foot__thin{
            font-size: 15px;
         }
     }


    @media (max-width: 500px) {
        .container{
            padding-left: 16px;
            padding-right: 16px;
        }

        .logo{
            margin: 18px 0 16px 0;
        }

        .logo-img{
            width: 134px;
            height: auto;
        }
        .menu_svg{
            padding: 0 4px;
            justify-content: flex-end;
            align-items: center;
            gap: 16px;
            flex: 1 0 0;
        }

        .menu-pin{
            width: 25px;
            height: 25px; 
        }

        .street{
            display: none;
     }

        .menu-phone{
            width: 25px;
            height: 25px;
        }

        .menu-teleg{
            width: 25px;
            height: 25px;
        }

        .menu-inst{
            width: 25px;
            height: 25px;
        }

        .deal__list {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            text-align: center;
            margin-top: 60px;
        }

        .deal__item{
            margin-bottom: 40px;
            min-width: 190px;
            max-width: 190px;
            min-height: 180px;
            max-height: 180px;
            flex: 1;
        }

        .wallet{
            width: 50px;
            height: 50px;
        }

        .price{
            margin: 0;
            font-size: 20px;
        }

        .button{
            align-items: center;
        }


        .phone{
            width: 50px;
            height: 50px; 
         }

         .reserv{
            margin: 0;
            font-size: 20px; 
         }

         .ins{
            width: 50px;
            height: 50px;  
         }

         .news{
            margin: 0;
            font-size: 20px; 
         }

         .card{
            height: 480px;
         }
         .card__title{
            padding-top: 20px;
            font-size: 32px;
         }
         .day-types{
            margin: 0 40px 0 120px;
            padding: 16px 0;
            gap: 0;
         }

         .day-types__item{
            font-size: 19px;
        }
        .time-prices{
            gap: 1px;
        }
        .column_time{
            margin-left: 0;
            max-width: 120px;
            gap: 28px;
        }
        .hour{
            font-size: 19px;
        }
        .column_wd{
            gap: 28px;
        }
        .column_we{
            gap: 28px;
        }

         .weekday-price{
            font-size: 19px;
        }
        .weekend-price{
            font-size: 19px;
        }
        .price-change{
            font-size: 19px;
        }
        .mobile-price{
            display: inline;
        }
        .desktop-price{
            display: none;
        }
        .swipe{
            display: inline;
        }
        .paginator{
            padding-bottom: 60px;
        }
        .chevrons{
            display: none;
        }

         .footer__inner{
            margin-top: 30px;
            padding: 16px 0;
         }

         .foot_bold{
            font-size: 11px;
         }

         .foot__thin{
            margin: 0 0 0 3px;
            font-size: 11px;
         }
         .price__jpg{
            display: none;
         }
         
         .price__jpg{
            display: none;
         }

         .price__mob{
            display: flex;
         }
     }
