/* <==== vhcontacpg ====> */
.hpcontacmm{
    padding: 25px 0 35px;
}
.tpcontacmm .ctponsi{
    margin-bottom: 8px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
} 
.tpcontacmm .ctinfos{
    text-align: center;
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 30px;
}
.tpcontacmm .ctinfos li{
    margin-bottom: 3px;
}
.tpcontacmm .ctinfos li:last-child{
    margin-bottom: 0;
}
.tpcontacmm .ctmapdb{
    display: flex;
    justify-content: center;
}
.tpcontacmm .ctmapdb a{
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    background: var(--colorwh);
    background: linear-gradient(90deg, var(--colorwh) 0%, var(--colorwb) 100%);
    color: var(--colorff);
    padding: 10px 45px;
}
.tpcontacmm .ctmapdb a:hover{
    background: linear-gradient(0deg, var(--colorwh) 0%, var(--colorwb) 100%);
}
.tpcontacmm .ctmapdb a i{
    margin-right: 10px;
}
.hpcontachh{
    padding: 22px 0 35px;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.tpcontachh::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}
.tpcontachh .hhwrap{
    max-width: 775px;
    margin: 0 auto;
}
.tpcontachh .hhtitle{
    max-width: 560px;
    margin: 0 auto;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: var(--colorff);
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
}
.tpcontachh .fminput{
    margin-bottom: 25px;
}
.tpcontachh .ipgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px;
    gap: 15px 0;
}
.tpcontachh .ipgrip > div{
    padding: 0 7.5px;
}
.tpcontachh .ipgrip .mcol{
    width: 100%;
}
.tpcontachh .ipgrip .hcol{
    width: 50%;
}
.tpcontachh .fmgroup input, .tpcontachh .fmgroup select{
    width: 100%;
    height: 55px;
    border-radius: 5px;
    padding: 0 22px;
    background-color: var(--coloref);
    border: none;
    font-size: 15px;
    line-height: 25px;
}
.tpcontachh .fmgroup textarea{
    width: 100%;
    height: 115px;
    border-radius: 5px;
    padding: 10px 22px;
    background-color: var(--coloref);
    border: none;
    font-size: 15px;
    line-height: 25px;
}
.tpcontachh .fmgroup input::-webkit-input-placeholder,
.tpcontachh .fmgroup textarea::-webkit-input-placeholder { 
    color: var(--color33);
}
.tpcontachh .fmgroup input:-ms-input-placeholder,
.tpcontachh .fmgroup textarea:-ms-input-placeholder  { 
    color: var(--color33);
}
.tpcontachh .fmgroup input::placeholder,
.tpcontachh .fmgroup textarea::placeholder {
    color: var(--color33);
}
.tpcontachh .fmtools .tlgrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.tpcontachh .fmbuton button{
    min-width: 170px;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 30px;
    text-align: center;
    background: var(--colorwh);
    background: linear-gradient(90deg, var(--colorwh) 0%, var(--colorwb) 100%);
    color: var(--colorff);
    border: none;
}
.tpcontachh .fmbuton button:hover{
    background: linear-gradient(0deg, var(--colorwh) 0%, var(--colorwb) 100%);
}
.tpcontachh .fmbuton button span{
    display: inline-block;
    position: relative;
    padding-right: 24px;
}
.tpcontachh .fmbuton button span::before{
    content: "\e90b";
    font-family: 'icomoon' !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
}

/* <==== vhcontacpg ====> */
@media screen and (max-width: 1200px){

}
@media screen and (max-width: 991px) {
    /* <==== vhcontacpg ====> */
    .hpcontacmm{
        padding: 20px 0 25px;
    }
    .tpcontacmm .ctponsi{
        font-size: 16px;
        line-height: 24px;
    }
    .tpcontacmm .ctinfos{
        font-size: 15px;
        line-height: 25px;
    }
    .tpcontacmm .ctmapdb a{
        font-size: 13px;
        line-height: 25px;
        padding: 10px 40px;
    }
    .hpcontachh{
        padding: 20px 0 28px;
        background-attachment: unset;
    }
    .tpcontachh .hhtitle{
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 24px;
    }
    /* <==== vhcontacpg ====> */
}
@media screen and (max-width: 767px) {
    /* <==== vhcontacpg ====> */
    .tpcontachh .ipgrip{
        margin: 0 -5px;
        gap: 10px 0;
    }
    .tpcontachh .ipgrip > div{
        padding: 0 5px;
    }
    .tpcontachh .fmgroup input, .tpcontachh .fmgroup select{
        height: 45px;
    }
    .tpcontachh .fmgroup textarea{
        height: 95px;
    }
    .tpcontachh .fmtools .tlgrip > div{
        width: 100%;
        text-align: center;
    }
    /* <==== vhcontacpg ====> */
}