@media screen and (min-width:1921px){
    .freeze-banner{
        height:80vh;
    }
}

.down-bk {
    background: url(/assets/ldp/frozen_cola/images/background-orange.png) !important;
    padding-bottom: 9.722222222222223vw;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-top:0 !important;
}
.fw-700{
    font-weight:700;
}
.freeze-btn{
    text-align: center;
    display: block;
    margin: auto;
    background: #fff;
    width: max-content;
    padding: 15px;
    color: #F58220;
    margin-bottom:5.555555555555555vw;
    border-radius:32px;
    font-weight:800;
    font-size:20px;
}
.error_main{
    border:1px solid red;
    color:red;
    margin-top: 50px;
    padding: 10px;
    width: 100%;
}
.succes_main{
    border:1px solid green;
    color:green;
    margin-top: 50px;
    padding: 10px;
    width:100%;
}
.headline-freeze{
    font-size:36px;
}
.gm-style-iw-d{
    padding:30px 0 0 0;
}
.gm-style-iw-d strong{
    color:#F58220;
}
.gm-style-iw-chr{
    position:absolute;
    right:0;
    top:0;
}
.frozen-cola{
    background: url(/assets/ldp/frozen_cola/images/frozencolabk.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.frozen-fanta{
    background: url(/assets/ldp/frozen_cola/images/frozenfantabk.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.white-freeze{
    background:#fff;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    padding:30px;
}
.frozen-img {
    display:block;
    margin:auto;
}
.try-freeze{
    color:#586b72;
    font-size:64px;
    font-weight:800;
}
.time-box{
    background: #fff;
    border-radius: 10px;
    width: 10%;
    box-shadow: 5px 5px 20px rgba(243, 12, 22, 0.3);
}
.time {
    background: #f30c16;
    height: 100%;
    display: block;
    width: 100%;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 50px;
    font-weight:700;
}
.count-time{
    color:#b40f17;
    font-size:26px;
    padding:10px;
    font-weight:700;
}
.summer-left{
    padding-bottom: 9.722222222222223vw;
}
.freeze-banner{
    background: url(/assets/ldp/frozen_cola/images/KV-Landscape.png) !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat !important;
    padding: 6vw 0 0 0;
    position:relative;
}
.freeze-banner p{
    color:#586b72;
    position:absolute;
    bottom:4vw;
    font-size:18px;
}
@media screen and (max-width: 991px){
    .freeze-banner{
        background: url(/assets/ldp/frozen_cola/images/background-freeze.png) !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        padding: 6vw 0;
        position:relative;
    }
    .freeze-banner p{
        color:#586b72;
        position:relative;
        bottom:0;
        font-size:18px;
    }
    .time-box{
        width:28%;
    }
    .map {
        border-radius: 20px;
        background: #fff;
        border: 1px solid #D5DCDE;
        gap: 25px;
    }
    .down-bk{
        padding: 25px !important;
    }
    .has-images img{
        display:block;
        margin:auto;
        width:50%;
    }
    .try-freeze{
        font-size:34px;
    }
    .time{
        font-size:28px;
    }
    .count-time{
        font-size:20px;
    }
}