.rs-17 .rs-contact {
    background: #dbdbdb;
    background-size: cover;
    position: relative;
    padding-top: 50px;
    padding-bottom: 55px;
}

.rs-17 .rs-contact .container .row {
    position: relative;
}

.rs-17 .rs-contact .section-title {
    position: relative;
    margin-top: 13px;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 20px;
}

.rs-17 .rs-contact .contact-inner {
    position: absolute;
    z-index: 9;
    top: 34px;
    left: 65px;
    overflow: hidden;
    padding: 0;
    min-width: 375px;
    max-width: 385px;
    border-radius: 5px;
    background: #fff;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(1, 1, 1, .32);
}

.rs-17 .rs-contact .top {
    padding: 15px 35px 10px 35px;
}

.rs-17 .rs-contact .top h5 {
    text-transform: uppercase;
    font-weight: 700;
    color: #616161;
}

.rs-17 .rs-contact .back {
    padding: 15px 35px 19px 35px;
    border-top: 1px solid #fff;
    background: #eceff1;
}

.rs-17 .rs-contact .back h5 {
    text-transform: uppercase;
    font-weight: 700;
    color: #616161;
}

.rs-17 .rs-contact .contacts-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.rs-17 .rs-contact .contacts-list li {
    margin-bottom: 7px;
}

.rs-17 .rs-contact .contacts-list li,
.rs-17 .rs-contact .contacts-list li a {
    font-weight: 300;
    color: #424242;
}

.rs-17 .rs-contact .contacts-list li a.underline {
    text-decoration: underline;
}

.rs-17 .rs-contact .contacts-list li i {
    color: #03a9f4;
    padding-right: 8px;
}

.rs-17 .rs-contact .contact-full-form .form-group {
    margin-bottom: 7px;
}

.rs-17 .rs-contact .contact-full-form .btn-color {
    background-color: #03a9f4;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
}

.rs-17 .rs-contact .checkbox-label {
    font-size: 12px;
    line-height: 12px;
    color: #616161;
}

.rs-17 .rs-contact .checkbox-label a {
    border-bottom: 1px dashed #cfcfcf;
    color: #616161;
}

.rs-17 .rs-contact .checkbox-label a:hover,
.rs-17 .rs-contact .checkbox-label a:focus {
    border-bottom: none;
    text-decoration: none;
}

.rs-17 .rs-contact input::-webkit-input-placeholder,
.rs-17 .rs-contact textarea::-webkit-input-placeholder {
    color: #bdbdbd;
}

.rs-17 .rs-contact input::-moz-placeholder,
.rs-17 .rs-contact textarea::-moz-placeholder {
    color: #bdbdbd;
}

.rs-17 .rs-contact input:-moz-placeholder,
.rs-17 .rs-contact textarea:-moz-placeholder {
    color: #bdbdbd;
}

.rs-17 .rs-contact input:-ms-input-placeholder,
.rs-17 .rs-contact textarea:-ms-input-placeholder {
    color: #bdbdbd;
}

.rs-17 .rs-contact input.error {
    margin-bottom: 0;
}

.rs-17 .rs-contact input.error,
.rs-17 .rs-contact input.error:focus {
    border-color: #d80000;
}

.rs-17 .rs-contact label.error {
    color: #d80000;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
}

.rs-17 .rs-contact .map {
    height: 587px;
    border: 1px solid #dfdfdf;
}

@media (max-width: 767px) {
    .rs-17 .rs-contact .section-title {
        font-size: 25px;
    }
    .rs-17 .rs-contact .contact-inner {
        left: 50%;
        margin-left: -192px;
    }
}

@media (max-width: 400px) {
    .rs-17 .rs-contact .contact-inner {
        width: 100%;
        left: auto;
        margin-left: 0;
        max-width: none;
        min-width: initial;
    }
}