.containerM {
    max-width: 1170px;
    margin: 0 auto;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    color: #515151;
}
.containerM ul.tabsM {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.containerM ul.tabsM li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 18px;
}
.containerM ul.tabsM li.current {
    background: #ededed;
    color: #222;
}
.containerM .tab-contentM {
    display: none;
    background: #ededed;
    padding: 15px;
}
.containerM .tab-contentM.current {
    display: inherit;
}
.containerM .map {
    min-height: 400px;
    width: 100%;
    display: inline-block;
    z-index: 1;
}
.containerM .box .atr h2 {
    font-size: 15px
}
.containerM .box .atr {
    width: 22%;
    min-height: 55px;
    float: left;
    margin: 10px;
    padding: 5px;
    top: 0px;
    position: relative;
    background: #fff;
    border: 1px solid #44a2d3;
}
.containerM .atr:hover {
    background: #44a2d3;
    border: 1px solid #fff;
    color:#fff;
    transition: 0.5s;
    cursor: pointer
}

@media screen and (max-width: 32em){
    .atr {width: 90%!important; font-size: 115%!important;    line-height: 1.2;}
}
    
