.contact__icon {
    height: 80px;
    width: 80px;
    background-color: rgba(50, 50, 50,0.97);
}

.contact__icon *{
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    text-align: center;
    display: block;
    font-size: 26px;
}

.contact__call--telefon {
    max-width: calc(100% - 105px);
    transform: translateY(-50%);
    position: relative;
    top: 60%;
    margin-left: 20px;
}

.contact__call--data{
    font-size: 14px;
}

.contact__data{
    font-weight: bold;
}

.call{
    right: 65px;
    top: 10px;
}

form input.action {
    background-color: #005684 !important;
    color: #fff;
}
form input.action {
    display: inline-block;
    width: auto;
    padding: 0.5rem 3rem;
    font-weight: 500;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 17px;
    white-space: nowrap;
    position: relative;
    text-transform: uppercase;
    top: 0;
    background: rgba(50, 50, 50,0.97)!important;
    line-height: 1;
    transition: 0.5s all;
    cursor: pointer;
    border-radius: 2rem;
}
form input.action:hover{
    transition: 0.5s all;
    color:#162e3f !important;
	background: #f9f9ff !important;
	border: 1px solid #8999a1 !important;
	box-shadow: 0 20px 15px 0 rgba(67, 67, 67, 0.2) !important
}
@media only screen and (max-width: 768px) {
    .map{
        margin-top: 6rem !important;
    }
    .contact__page{
        padding-top: 5rem !important;
    }
    
}
