/*header{*/
/*    background: rgba(68, 67, 67, 0.5);*/
/*}*/
.contact-con{
    background: url(../../images/contact-bg.jpg) no-repeat top center;
    padding-top: 110px;
}
.contact-con .contact{
    max-width: 1400px;
    margin: 0 auto;
}
.contact-con .contact>ul{
    display: flex;
    justify-content: space-evenly;
    margin: 165px 0 195px;
    font-size: 38px;
    font-weight: 600;
    color: #ffffff;
}
.contact-con .contact .left-right{
    display: flex;
    justify-content: space-between;
    gap: 48px;
}
.contact-con .contact .left-right .left-address{
    background-color: #ffffff;
    overflow: hidden;
    text-align: center;
    color: #444343;
    box-shadow: 0 24px 18px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}

.contact-con .contact .left-right .left-address div:nth-of-type(1){
    background-color: #f39800;
    text-align: center;
    width: 310px;
    height: 310px;
    margin: -190px auto 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 20px;
}
.contact-con .contact .left-right .left-address div:nth-of-type(2){
    background-color: #f39800;
    text-align: center;
    width: 310px;
    height: 310px;
    margin: 60px auto 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -190px;
}
.contact-con .contact .left-right .left-address div:nth-of-type(1) img{
    margin: 0 auto;
}
.contact-con .contact .left-right .left-address .phone{
    font-size: 40px;
    font-weight: 600;
    margin-top: 60px;
}
.contact-con .contact .left-right .left-address .detail{
    font-size: 20px;
    font-weight: 400;
}
.contact-con .contact .left-right .left-address ul{
    margin-top: 70px;
    line-height: 2.5;
    padding-bottom: 150px;
}
.contact-con .contact .left-right .left-address ul li:nth-child(odd){
    font-size: 20px;
    font-weight: 400;
}
.contact-con .contact .left-right .left-address ul li:nth-child(even){
    font-size: 25px;
    font-weight: 600;
}
.contact-con .contact .left-right .right-form{
    background-color: #ffffff;
    flex: 1;
    padding: 28px;
    box-shadow: 0 24px 18px 6px rgba(0, 0, 0, 0.1);
}
.contact-con .contact .left-right .right-form>ul{
    background-color: #444343;
    padding: 47px 80px;
    border: 5px solid #f39800;
    border-radius: 50px;
    color: #f39800;
    font-size: 36px;
    margin-top: -18%;
}
.contact-con .contact .left-right .right-form>ul li:first-child{
    font-weight: 600;
}
.contact-con .contact .left-right .right-form>ul li:last-child{
    font-weight: 300;
}
.contact-con .contact .left-right .right-form .form{
    margin: 70px;
}
.contact-con .contact .left-right .right-form .form ul li{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 36px;
}
.contact-con .contact .left-right .right-form .form ul li input,.contact-con .contact .left-right .right-form .form ul li textarea{
    margin-left: 38px;
    width: calc(100% - 38px - 43px);
}
.contact-con .contact .left-right .right-form .form ul li input{
    height: 56px;
    border: none;
    border-radius: 10px;
    background-color: #eeeeee;
    padding: 20px 30px;
}
.contact-con .contact .left-right .right-form .form ul li textarea{
    border: none;
    background-color: #eeeeee;
    padding: 20px 30px;
    border-radius: 10px;
}
.contact-con .contact .left-right .right-form .form ul li input:focus,.contact-con .contact .left-right .right-form .form ul li textarea{
    outline: none;
}
.contact-con .contact .left-right .right-form .form button{
    border: 2px solid #ff6d00;
    width: 144px;
    height: 46px;
    border-radius: 25px;
    background-color: #ffffff;
    margin: 60px auto 0;
    display: block;
}

.map h2{
    text-align: center;
    max-width: 1400px;
    margin: 109px auto 90px;
    color: #f39800;
    display: flex;
    align-items: center;
    justify-content: center;
}
.map h2:before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #f39800;
    display: block;
}
.map h2:after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #f39800;
    display: block;
}
.map h2 span{
    white-space: nowrap;
    letter-spacing: 20px;
    margin-left: 40px;
}
@media (max-width:1400px){
    .contact-con{
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact-con .contact .left-right .left-address{
        max-width: 50%;
    }
    .contact-con .contact .left-right .right-form .form{
        margin: 30px 0;
    }
    .contact-con .contact .left-right .right-form .form ul li input, .contact-con .contact .left-right .right-form .form ul li textarea {
    margin-left: 20px;
    width: calc(100% - 20px - 43px);
}
}
@media (max-width:1080px){
    .contact-con .contact .left-right{
        gap: 30px;
    }
    .contact-con .contact>ul{
        margin: 50px 0 120px;
        font-size: 30px;
    }
    .contact-con .contact .left-right .right-form>ul{
        padding: 30px;
        font-size: 30px;
    }
}
@media (max-width:768px){
    .contact-con .contact>ul{
        font-size: 20px;
    }
    .contact-con .contact .left-right{
        flex-wrap: wrap;
    }
    .contact-con .contact .left-right .left-address{
        max-width: 100%;
        width: 100%;
        order: 2;
    }
    
    .contact-con .contact .left-right .left-address>img{
        width: 100%;
    }
    .contact-con .contact .left-right .right-form>ul{
        font-size: 24px;
    }
    .map h2{
        margin: 50px auto;
       
    }
    .map h2 span{
        white-space: wrap;
        margin-left: 0;
         letter-spacing: 0;
    }
    .map h2:before,.map h2:after{
        display: none;
    }
}
@media (max-width:500px){
    .contact-con .contact>ul{
        flex-wrap: wrap;
        gap: 20px;
    }
    .contact-con .contact .left-right .right-form{
        padding-left: 15px;
        padding-right: 15px;
        
    }
    .contact-con .contact .left-right .right-form .form ul li{
        margin-top: 20px;
    }
     .contact-con .contact .left-right .right-form .form{
         margin-bottom: 0;
     }
     .contact-con .contact .left-right .right-form .form button{
         margin-top: 30px;
     }
     .contact-con .contact .left-right .left-address ul{
         margin-top: 20px;
     }
     .contact-con .contact .left-right .left-address .phone{
         margin-top: 30px;
         font-size: 30px;
     }
     .contact-con .contact .left-right .left-address ul li:nth-child(even){
         font-size: 20px;
     }
     .contact-con .contact .left-right .right-form>ul{
         padding: 20px;
         font-size: 20px;
         border-radius: 30px;
     }
     
}
