


.contact_section{
    padding-block: 90px;
}

.row-contact{
    margin-bottom: 10px;
    align-items: flex-start;
}

.map-contact{
    width: 100%;
    height: 400px;
}


.map-contact iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}


.contact-title span{
    font-size: 50px;
    font-weight: 700;
    line-height: 20px;
}


.contact-line{
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
}

.contact-head{
    align-items: center;
    margin-bottom: 30px;
}

.contact-head span{
    font-size: 19px;
    font-weight: 600;
}

.contact-ways{
    padding-block: 20px 70px;
}

.each-way{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.way-title span{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.way-value span{
    font-size: 15px;
    color: #3f3f3f;
    text-align: center;
}

.col-way .each-way{
    border-left: 1px solid #b0b0b0;
}


.col-way:last-child .each-way{
    border-left: unset;
}

.ways-row{
    padding-block: 20px;
}

.col-form-table{
    padding-inline: 100px;
}

.myform-input{
    margin-bottom: 10px;
}

.myform-input input, .myform-input textarea{
    border: 1px solid #c9c9c9;
    padding: 7px 15px;
    width: 100%;
    border-radius: 10px;
}


.myform-input input::placeholder, .myform-input textarea::placeholder{
    font-size: 10px;
}


.form-btn-line button{
    background-color: var(--text-color);
    border: unset;
    border-radius: 5px;
    padding: 7px 25px;
    color: #fff;
}



.row-form{
    align-items: center;
}



.form-img{
    width: 100%;
    height: auto;
}

.form-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}














/*responsive*/


@media screen and (max-width: 1199px){


    .contact-form{
        padding-block: 90px;
    }

    .col-form-table {
        padding-inline: 30px;
    }

    .contact-title{
        margin-bottom: 20px;
    }


}


@media screen and (max-width: 991px){
    .contact-form{
        padding-block: 60px;
    }

    .col-form-table {
        padding-inline: 15px;
    }

    .col-form-table{
        order: -1;
        margin-bottom: 30px;
    }

    .contact-title span {
        font-size: 40px;
    }



}



@media screen and (max-width: 575px){

    .contact-form{
        padding-block: 40px;
    }

    .contact-ways {
        padding-block: 20px 10px;
    }

    .contact_section {
        padding-block: 90px 30px;
    }

    .contact-title span {
        font-size: 30px;
    }

}


@media screen and (max-width: 425px){

    .contact-title span {
        font-size: 19px;
    }

}
