﻿
.contact-container {
    padding: 0px;
    padding-top: 64px;
    padding-bottom: 100px;
    background-color: rgba(0, 71, 127, 0.06);
}

.contact-title {
    font-size: 36px;
    color: #3072B2;
    margin-bottom: 24px;
}

.contact-item > p {
    color: #3072B2;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    margin:0px;
    margin-left: 16px;
}

.contact-item > p > a {
    color: #3072B2;
}


@media only screen and (max-width: 676px) {
    .contact-item > p {
        font-size: 16px;
    }

    .contact-item > img {
        width: 18px
    }
}

.contact-item > img {
    width: 32px

}
.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 38px;
}

.map-container {
/*    border: 1px solid #3072B2;
*/    border-radius: 20px;
    width: 100%;
    height: 290px;
}

.map {
    width: 100%;
    /* border: 1px solid #3072B2;*/
    border-radius: 20px;
    height: 290px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

label {
    color:rgba(48, 114, 178, 1);
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

input, textarea {
    background-color: rgba(48, 114, 178, 0.35) !important;
    border: 1px solid #3072B2 !important;
    border-radius: 10px !important;
}

.btn-send {
    background-color: transparent;
    color: #3072B2;
    border: 1px solid #3072B2 !important;
    border-radius: 10px !important;
    font-weight: 500;
    text-align: center;
    width: 100px;
}

    .btn-send:hover {
        color: white !important;
        background-color: #3072B2;
    }


@media (max-width: 992px) {
    .btn-send {
        margin-bottom: 32px;
    }
}