.mapsa {padding-bottom: 0;}

.mapsa__blok-map {margin-top: 40px; position: relative;}

.mapka {
    background-image: url(maps_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    margin-left: 0px;
    margin-right: 0px;
}
.mapsa__frame {
    width: 100%;
    height: 100%;
    border: 0;
}
.mapsa__vis_int_map {
    width: 100%;
    height: 100%;
    border: none;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    font-family: inherit;
    font-size: inherit;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.mapsa__vis_int_map__text {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    margin: auto;
    max-width: 350px;
    width: 90%;
    text-decoration: none;
    cursor: pointer;

    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    opacity: 1;
    line-height: 1.2;
}

@media (min-width:1100px){
    
}

