#map-canvas {
    height: 625px;
    width: 100%;
}

.contact-form {
    margin: -10px 10px 50px 0;
    width: 285px;
    display: inline-block;
}
.form-contact-send input {
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    outline: none;
    border: 2px solid #e3e4e8;
    border-radius: 5px;
    margin: 10px 0 0 0;
    padding: 0 10px;
    box-shadow: none;
    font-size:14px;
    font-weight:100;
    -webkit-appearance: none;
}

.form-contact-send textarea {
    width: 100%;
    height: 105px;
    box-sizing: border-box;
    outline: none;
    border: 2px solid #e3e4e8;
    border-radius: 5px;
    margin-top: 10px;
    padding: 10px 10px 0;
    resize: none;
    font-size:14px;
    font-weight:100;
    -webkit-appearance: none;
}
.form-contact-send  .inp-captcha {
    width: 210px !important;
    display: inline-block;
    float: right;
    text-align: center;
    margin-left: 5px;
    /*font-size: 12px;*/
    font-size: 14px;
    padding: 0 5px;
}
.enter-captcha-img {
    width: 180px;
    height: 45px;
    display: inline-block;
    margin: 10px 5px 0 0;
}
.form-send {
    width: 100%;
    border: none;
    height: 45px;
    text-align: center;
    margin-top: 30px;
    color: #fff;
    font-weight: bold;
    background: #db1b52;
    font-family: Roboto;
    outline: none;
    font-size: 16px;
}

.contact-info {
    font-size: 14px;
    margin: 7px 0 0 10px;
    text-align: left;
    width: 300px;
}
.title-contact-info, .sub-title-contact-info {
    color: #222;
    font-size: 18px;
    font-weight:bold;
}
.title-contact-info {
    margin: 24px 0 15px;
}
.sub-title-contact-info {
    margin: 0 0 5px;
}
.txt-contact-info {
    margin: 0 0 7px;
}
.txt-contact-info a {
    color: #222;
    text-decoration: none;
}
.txt-contact-info a:hover {
    color: #d71921;
}

.spinner {
    margin: 40px auto 0;
    width: 100%;
    text-align: center;
    display: none;
    float: left;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #D71921;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}