a.bt_cmn{
    cursor: pointer;
    transition: 0.1s;
    text-decoration: none;
    padding: 1.1em;
    line-height: 1;
    font-size: 1.3rem;
    display: block;
    z-index: 0;
    position: relative;
}
a.rink_box {
    position: relative;
    z-index: 0;
    color: #262626;
    text-align: center;
}

.aboutEmergencies{
    display: block;
    width:100%
}
.heavy_rain{
    width:100%;
    margin-right:0;
    margin-bottom: 1.5rem
}
.corona{
    width:100%;
}
.modal {
    display: none; 
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6); 
}
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}   
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.hide_pdf_mark::after{
  content: none !important;
}
.clickable:hover{
  opacity: 0.8;
}

.dark_blue {
    color:#00125E;
}

.values_img_pc {
    display:flex;
    justify-content:space-between;
}

.img_values_width {
    width: 97%;
}

.only_sp .img_values_corporate {
    margin-bottom:20px;
    margin-top:7px;
}

.only_sp .img_values_book {
    margin-bottom:11px;
}

@media (min-width: 600px) {
    .aboutEmergencies{
        display: flex;
        justify-content: flex-start;
        width:100%
    }
    .heavy_rain{
        width:48%;
        margin-right:4%;
        margin-bottom:0;
    }
    .corona{
        width:48%
    }
}
