*{
    padding: 0;
    margin: 0;
}

html{
    box-sizing: border-box;
    height: 100%;
}

body{
    display: flex;
    margin: 0 auto;
    background: radial-gradient(70.35% 154.24% at 80% 26.16%, #40fcc3d8 0%, #01b9b0 48.1%, #1C89E3 100%);
    color: white;
    font-family: 'Istok Web';
    height: 100%;
    flex-direction: column;
    font-weight: 400;
    font-size: 18px;
    line-height: 43px;
}

.page_header{
    width: 100%;
}

.navigation_list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 70px;
    list-style: none;
    gap: 90px;
    margin: auto 0;
    padding: 148px;
    padding-bottom: 60px;
    padding-top: 60px;
}

.nav_title_main{
    display: block;
    min-width: 200px;
    font-weight: 500;
    font-size: 25px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    line-height: 30px;
    leading-trim: NONE;
    letter-spacing: 0%;
}

.container_page_header {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding-left: 148px;
    padding-right: 148px;
    gap: 20px;
        align-items: center;
    justify-content: center;
}

.text_header_list {
    list-style: none;
    padding-top: 40px;
}

.text_header{
    width: 500px;
    height: 300px;
    left: 122px;
    top: 730px;
    display: block;
    min-width: 200px;
    font-family: Barriecito;
    font-style: normal;
    font-weight: 400;
    font-size: 110px;
    line-height: 120px;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.text_header_discount{
width: 290px;
height: 63px;
left: 122px;
top: 700px;
font-family: 'Istok Web';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 29px;
color: #FFFFFF;
}

.photo{
    width: 500px;
    border-radius: 20px;
}


.the_best{
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding-left: 148px;
    padding-right: 148px;
}

.column{
    display: grid;
    padding-top: 50px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 280px));
    justify-content: center;
    gap: 20px;
    padding-bottom: 50px;
}

.text{
    max-width: 70%;
    line-height: 100%;
    leading-trim: NONE;
    letter-spacing: 0%;
    font-family: Istok web;
    font-size: 20px;
}

.title_best{
    padding-top: 100px;
    font-family: Caveat;
    font-size: 50px;
    font-style: italic;
    text-align: center;
}

.card{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 20px;
    width: 250px;
}
