

/* Start:/local/templates/korm72_2023/css/delivery.css?17313076833066*/
.image-block {
    height: 100%;
    width: 100%;
    margin-bottom: 30px;
}

.image-block > div {
    padding-bottom: 56.25%;
    position: relative;
    background-color: #008ca7;
    background-image: url('/local/templates/korm72_2023/css/../img/delivery-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
}

.image-block > div > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 60px;
    padding-right: 50%;
    display: flex;
    align-items: center;    
}

.image-block > div > div > h1 {
    color: #fff;
    font-size: 40pt;
    font-weight: bold;
}

.map-block {
    margin-bottom: 30px;
}

.map-block > div {
    padding-bottom: 37.3%;
    position: relative;
    background-image: url('/local/templates/korm72_2023/css/../img/delivery-map.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
}

.map-block > div > div  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 60px;
    display: flex;
    justify-content: center;
    background-color: rgba(0,0,0,0.1);
    border-radius: 30px;
    align-items: center;
    transition: .2s;    
}

.map-block > div > div:hover {
    background-color: rgba(0,0,0,0.45);
}

.map-block > div > div > a {
    opacity: 0;
    display: block;
    padding: 20px;
    background: #00a7f4;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    transition: .2s;
}

.map-block > div > div:hover a {
    opacity: 1;
}

.map-block > div > div > a:hover {
    background: #0098df;
}

.map-description-block {
    display: flex;
    gap:30px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.map-description-item {
    flex: 0 0 calc((100% - 30px) / 2);
    border-radius: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    padding: 20px;
}

.map-description-item .title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.map-description-item .title .round {
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.round.blue {
    background-color: #68c0df;
}
.round.green {
    background-color: #4ccf6c;
}
.round.yellow {
    background-color: #e5cc59;
}
.round.orange {
    background-color: #e18621;
}

.map-description-item .title span {
    font-size: 14pt;
}

.map-description-item .body {
    padding: 20px;
}

@media only screen and (max-width : 600px) {
    .image-block > div > div > h1 {
        font-size: 25pt;
    }
    .map-description-item {
        flex: 0 0 100%;
    }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .image-block > div > div > h1 {
        font-size: 20pt;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .image-block > div > div > h1 {
        font-size: 15pt;
    }
    .image-block > div > div {
        padding: 40px;
    }
}
/* End */
/* /local/templates/korm72_2023/css/delivery.css?17313076833066 */
