.services {
    display: block;
    position: relative;
}
.services .media{
}
.services .icon {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 3px solid #4CAF50;
}
.services .icon span {
    font-size: 45px;
    color: #4CAF50;
}


.contacts-maps {
    position: relative;
    overflow: hidden;
    height: 450px;
}
.contacts-maps__button {
    line-height: 50px;
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 30px;
    height: 50px;
    padding: 0 25px;
}



.price table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 3rem;    
    border: 1px solid #e0e0e0;
    border-radius:10px;    
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(25px);    
}
.price table td,
.price table th {
    padding: 0.6rem 1rem;
    vertical-align: top;
    margin-bottom: 0;
    border: 1px solid #8BC34A;
}
.price tr:not(:last-child) {
    border-bottom: 1px solid #8BC34A;
}
.price th {
    font-weight: 200;
}
.price thead {
    margin-bottom: 0;
    background-color: #DCF8DC;
}
.price thead tr {
    border-bottom: 1px solid #8BC34A;
    color: #0A4C4A;
}
.price tbody {
    margin-bottom: 0;
}


.mapview{    
    border: 1px solid #8BC34A;
}