@import url('https://fonts.googleapis.com/css2?family=Lobster+Two:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
*{
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    padding: 0;
    background-color: white;
}
.responsive{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.responsive-no-wrap{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.responsive-left{
    display: flex;
    justify-content: left;
    flex-direction: row;
    flex-wrap: wrap;
}
.responsive-space-between{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.footer-block{
    width: 100%;
    min-height: 40px;
    background-color: #fdc500;
    box-shadow: 0px -4px 6px rgba(0, 0, 0, 0.15);
    margin-top: 60px;
    column-gap: 35px;
    padding: 20px 0px 20px 0px;
    row-gap: 20px;
    align-items: center;
}
.top-header{
    width: calc(100% - 60px);
    min-height: 80px;
    background-color: #fdc500;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    padding: 0px 30px 0px 30px;
}
.top-header-title-container{
    column-gap: 17px;
    cursor: pointer;
    user-select: none;
}
.top-header-title-icon{
    width: 32px;
    height: 32px;
    margin-top: 22px;
    border: 3px solid white;
    border-radius: 50%;
    filter: drop-shadow(-2px 2px 2px rgba(0, 0, 0, 0.3));
}
.top-header-title{
    font-family: 'Lobster Two', cursive;
    font-size: 2.2em;
    color: #3a7d44;
    padding: 9px 0px 0px 0px;
    width: fit-content;
    font-weight: bold;
}
.top-header-title-span-1{
    color: #3a7d44;
    font-size: 0.9em;
    font-weight: normal;
}
.top-header-title-span-2{
    font-size: 1.2em;
    color: #00401e;
    font-weight: normal;
}
.top-header-title-span-3{
    font-size: 0.85em;
    margin-right: 5px;
}
.article-text{
    font-family: "Roboto", sans-serif;
    font-size: 1.2em;
    color: #242428;
    text-align: justify;
}
.navigator-container{
    column-gap: 30px;
    row-gap: 20px;
    margin: 20px 0px 20px 0px;
    width: fit-content;
}
.navigator-text{
    font-family: "Roboto", sans-serif;
    font-size: 1.2em;
    color: #00401e;
    cursor: pointer;
    padding: 5px 15px 5px 15px;
    border: 2px solid #1e4f2a;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    user-select: none;
    font-weight: normal;
}
.body-block{
    width: 100%;
}
.body-article{
    width: 100%;
    max-width: 860px;
    padding: 30px 30px 0px 30px;
}
.title-h1-container{
    width: 100%;
    max-width: 860px;
    border-bottom: 2px solid #242428;
    row-gap: 10px;
    min-height: 59.2px;
}
.title-h1{
    font-family: "Roboto", sans-serif;
    font-size: 3em;
    color: #242428;
    width: fit-content;
    cursor: default;
    text-align: center;
}
.title-day-text{
    font-family: "Roboto", sans-serif;
    font-size: 3em;
    color: #242428;
    min-height: 38.4px;
}
.top-header-content-container{
    width: 100%;
    max-width: 860px;
    column-gap: 30px;
}
.day-bar-price-container{
    width: 100%;
    margin: 30px 0px 0px 0px;
}
.day-bar-price{
    width: 100%;
    min-height: 24px;
    box-shadow: -4px 4px 6px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
}
.price-bar-element{
    width: 4.166%;
    height: 24px;
}
.price-bar-element:hover{
    outline: 3px solid #242428;
    border-radius: 6px;
    z-index: 1;
    filter: brightness(1.2);
}
.price-table-block{
    margin-top: 30px;
    width: 100%;
    max-width: 860px;
    column-gap: 25px;
    row-gap: 25px;
}
.price-table{
    font-family: "Roboto", sans-serif;
    font-size: 1.2em;
    color: #242428;
    text-align: center;
    border-collapse: collapse;
    cursor: default;
}
.price-table th{
    min-width: 98px;
    padding: 7px 0px 12px 0px;
    font-size: 0.9em;
    font-weight: normal;
    text-align: left;
    min-height: 39.8px;
}
.price-table tr{
    min-height: 39.2px;
}
.price-table td{
    min-width: 98px;
    padding: 8px 0px 8px 0px;
}
.price-table td.hour{
    background-color: beige;
}
.price-table-title{
    font-family: "Roboto", sans-serif;
    font-size: 1.2em;
    color: #242428;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #5d5d5d;
    width: 100%;
    padding: 8px 0px 8px 0px;
    margin-bottom: 5px;
    min-height: 23.2px;
}
.price-table-container{
    box-shadow: -2px 4px 16px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    overflow: hidden;
    min-height: 320px;
}
.price-bar-left-element{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.price-bar-right-element{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.day-bar-text-container{
    width: 100%;
    max-width: 860px;
    margin-top: 20px;
    column-gap: 30px;
    row-gap: 15px;
    min-height: 24px;
}
.day-bar-current-price{
    font-family: "Roboto", sans-serif;
    font-size: 1.2em;
    color: #242428;
    width: fit-content;
}
#current-price-text{
    margin-left: 10px;
}
.day-bar-last-update{
    font-family: "Roboto", sans-serif;
    font-size: 1.2em;
    width: fit-content;
    font-style: italic;
    color: #3f3f3f;
    text-align: center;
}
#last-update-text{
    font-style: normal;
    color: #242428;
    margin-left: 10px;
    display: inline-block;
}
#current-price-status{
    width: 24px;
    height: 24px;
    border-radius: 12px;
    margin-left: 10px;
}
.day-bar-current-price-text-container{
    min-width: 185px;
}
.price-extreme-block{
    width: 100%;
    max-width: 860px;
    column-gap: 25px;
    row-gap: 25px;
    margin-top: 30px;
}
.price-extreme-container{
    width: 100%;
    max-width: 417px;
    border-radius: 12px;
    overflow: hidden;
    height: fit-content;
    box-shadow: -2px 4px 16px rgba(0, 0, 0, 0.15);
}
.price-extreme-title{
    font-family: "Roboto", sans-serif;
    font-size: 1.2em;
    color: #242428;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #5d5d5d;
    width: 100%;
    padding: 8px 0px 8px 0px;
}
.price-extreme-text-container{
    min-height: 45.6px;
}
.price-extreme-text{
    font-family: "Roboto", sans-serif;
    font-size: 1.5em;
    color: #242428;
    text-align: center;
    border-collapse: collapse;
    cursor: default;
    width: 50%;
    padding: 8px 0px 8px 0px;
}
.price-extreme-text-hour{
    background-color: beige;
}
.price-extreme-text-max-value{
    background-color: #FF6961;
}
.price-extreme-text-min-value{
    background-color: #70C282;
}
#slot-price-block-1{
    min-height: 320.2px;
}
.slot-price-block{
    width: 100%;
    max-width: 860px;
    box-shadow: -2px 4px 16px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    margin-top: 30px;
    height: fit-content;
    min-height: 78.2px;
}
.slot-price-title{
    font-family: "Roboto", sans-serif;
    font-size: 1.2em;
    color: #242428;
    text-align: center;
    width: calc(100% - 60px);
    margin: 30px 30px 30px 30px;
    font-weight: normal;
}
.font-bold{
    font-weight: bold;
}
.price-bar-element-text{
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    width: calc(100% - 1.6px);
    user-select: none;
    display: none;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    padding: 3px 0px 2px 0px;
}
.slot-price-container{
    width: 100%;
    border-top: 1px solid #5d5d5d;
}
.slot-price-element{
    margin: 20px 30px 0px 30px;
    column-gap: 25px;
    row-gap: 10px;
}
.slot-price-text{
    font-family: "Roboto", sans-serif;
    font-size: 2em;
    color: #242428;
    text-align: center;
    width: fit-content;
}
.slot-price-status-container{
    column-gap: 10px;
    row-gap: 10px;
}
.slot-price-status{
    width: 36px;
    height: 36px;
    border-radius: 12px;
}
.slot-price-status-0{
    background-color: green;
}
.slot-price-status-1{
    background-color: orange;
}
.slot-price-status-2{
    background-color: red;
}
.average-price-text{
    font-family: "Roboto", sans-serif;
    font-size: 1.4em;
    color: #242428;
    text-align: center;
    width: fit-content;
    margin: 24px 30px 27px 30px;
}
.average-price-span-1{
    font-size: 0.8em;
    position: relative;
    top: 1px;
    margin-right: 5px;
}
.average-price-span-2{
    font-size: 0.8em;
}
.title-h2, .title-h3{
    font-family: "Roboto", sans-serif;
    font-size: 2em;
    color: #242428;
    width: 100%;
    max-width: 860px;
    text-align: left;
    cursor: default;
    margin: 30px 0px 20px 0px;
    border-bottom: 2px solid #242428;
    height: fit-content;
    font-weight: normal;
}
.text-icon-img-container{
    margin: 20px 0px 20px 0px;
    column-gap: 40px;
    row-gap: 20px;
}
.text-icon-img{
    width: 100px;
    height: 100px;
}
.font-italic{
    font-style: italic;
}
.price-chart-canvas-container-1{
    width: calc(100% - 60px);
    max-width: 860px;
    aspect-ratio: 2.1;
    border-radius: 12px;
    box-shadow: -2px 4px 16px rgba(0, 0, 0, 0.15);
    padding: 20px 30px 20px 30px;
    overflow: hidden;
}
.price-chart-canvas-1{
    width: calc(100% - 60px);
    height: calc(100% - 40px);
}
a{
    all: unset;
}
.a-link-1{
    font-family: "Roboto", sans-serif;
    font-size: 1.2em;
    text-align: left;
    width: 100%;
    max-width: 860px;
    margin-top: 30px;
    cursor: pointer;
}
.a-link-242428{
    color: #242428;
}
.a-link-white{
    color: white;
}
.a-link-underline{
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}
.navigator-bar-container-element{
    max-width: 860px;
    width: 100%;
}
.navigator-bar-block{
    width: 100%;
    min-height: 40px;
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}
.navigator-bar-container{
    max-height: 40px;
    padding: 10px 16px 7px 16px;
    cursor: pointer;
    transition: 200ms;
    column-gap: 11px;
}
.navigator-bar-container:hover{
    transform: scale(1.04);
}
.navigator-bar-text{
    font-family: "Roboto", sans-serif;
    font-size: 1.15em;
    color: #242428;
    user-select: none;
}
.navigator-bar-img{
    width: 23px;
    height: 23px;
    position: relative;
    top: -1px;
    pointer-events: none;
    user-select: none;
}
.navigator-bar-selected{
    background-color: #f5f3ec;
}
.a-footer-text{
    font-family: "Roboto", sans-serif;
    font-size: 1.15em;
    color: 00401e;
    user-select: none;
    cursor: pointer;
    text-decoration: underline;
}

@media (max-width: 477px){
    .price-table-container{
        width: 100%;
    }
    .price-table{
        width: 100%;
    }
    .price-table th{
        text-align: center;
    }
}
@media (max-width: 600px){
    .title-h1-container{
        justify-content: center;
        min-height: 138.2px;
    }
    .top-header-content-container{
        justify-content: center;
    }
    .day-bar-text-container{
        justify-content: center;
    }
    .slot-price-container{
        justify-content: center;
    }
    .title-day-text{
        font-size: 2em;
    }
    .top-header{
        min-height: 80px;
    }
    .day-bar-text-container{
        min-height: 108.6px;
    }
    #slot-price-block-1{
        min-height: 807.8px;
    }
    .slot-price-block{
        min-height: 255.8px;
    }
}
@media (max-width: 920px){
    .price-bar-element-text{
        color: white;
        border-left: 3px solid white;
        border-right: none;
        font-weight: bold;
        padding-left: 4px;
    }
    .price-chart-canvas-container-1{
        width: calc(100% - 40px);
        aspect-ratio: 1;
        padding: 12px 12px 10px 12px;
    }
}
@media (max-width: 650px){
    .navigator-bar-block{
        min-height: 80px;
    }
    .navigator-bar-container-element{
        width: 100%;
    }
    .navigator-bar-container-a{
        width: 100%;
    }
    .navigator-bar-container{
        width: calc(100% - 32px);
    }
}
@media (min-width: 651px) and (max-width: 858px) {
    .navigator-bar-block{
        min-height: 40px;
    }
    .navigator-bar-container-element{
        width: 100%;
    }
    .navigator-bar-container-a{
        width: 50%;
    }
    .navigator-bar-container{
        width: calc(100% - 32px);
    }
}