.contact_main{
    padding: var(--main-padding);
}
.contact_main .txt{
    width: 50%;
    position: relative;
    /* background-color: var(--main); */
    /* background: var(--linear-gradient); */
    /* background-color: var(--main); */
    padding: 3% 3%;
    z-index: 10;
}
.contact_main .map{
    width: 50%;
}
.contact_main .map p{
    margin-bottom: 0;
}
.contact_main .map iframe{
    width: 100%;
}
.contact_main p{
    display: flex;
    font-size: 18px;
    margin-bottom: 1.2vh;
    /* line-height: 1.2; */
}
.contact_main .icon{
    width: 30px;
    height: 30px;
    display: block;
    background: var(--linear-gradient);
    background: var(--linear-gradient-g);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}
.contact_main .icon img{
    display: block;
    width: 16px;
}
.contact_main h4{
    font-size: 24px;
}
.contact_main h5 {
    font-size: 16px;
    color: #ababab;
    font-weight: 400;
    margin-bottom: 2vh;
}
.contact_main .txt::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    /* background-color: var(--main); */
    background:  url(../images/map_c.png) no-repeat center;
    background-size: auto 80%;
    opacity: .05;
}
.contact_main .txt::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    /* background-color: var(--main); */
    background: var(--main);
    background-size: auto 100%;
    opacity: .2;
}
.contact_main p span{
    display: block;
    width: 90%;
}
.message-main #ME_form #M_product{
    display: none !important;
}
.message-main{
    margin-bottom: 6vh;
}
@media screen and (max-width:900px) {
    .contact_main .txt {
        width: 100%;
        position: relative;
        
        padding: 3% 3%;
        z-index: 10;
    }
    .contact_main .map {
        width: 100%;
    }
}
@media screen and (max-width:767px) {
    .contact_main h4 {
        font-size: 20px;
    }
    .contact_main h5 {
        font-size: 14px;
    }
    .contact_main p {
        display: flex;
        font-size: 16px;
        margin-bottom: 1.2vh;
    }
}