.contact__inner {
    display: flex;
    align-items: stretch;
    direction: rtl;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    border-radius: 2px;
}

.contact .contact-col {
    padding-left: 0;
    padding-right: 0;
    position: static
}
.contact .contact-col.info {
    background-color: #FFD54F;
}
.contact .contact-col.form {
    background-color: white;
}

.contact__info {
    padding: 40px
}

.contact__form {
    padding: 40px;
    background-color: #fff;
    margin-bottom: 0;
    min-height: 350px
}

.contact__form_description {
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    font-weight: 800;
    margin-bottom: 30px;
    color: rgb(151 151 151);
}

@media (min-width: 768px) {
    .contact__form, .contact__form:before {
        border-radius: 0 2px 2px 0
    }

    .contact__form:before {
        content: '';
        position: absolute;
        right: 0;
        width: 50%;
        height: 100%;
        top: 0;
        z-index: -1
    }
}

.contact-info-title {
    padding: 40px;
    font-size: 25px;
}

.info-list li span {
    color: #7b7c7f;
    font-weight: 800;
}

.info-list li a {
    color: black;
    font-weight: 800;
}

.bottom-bcw-box {
    border-top: none;
    padding-right: 80px;
}

#singleMap {
    height: 209px;
}

.map-container {
    margin-top: 20px;
}

.page-map {
    width: 100% !important;
}
.contact__form button {
    outline: none;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: 20px;
}
@media(max-width: 768px) {
    .contact__inner {
        flex-direction: column;
    }
}
