.pi_content{
    padding:120px 0 60px  0;
}
.pi_content h4{
  padding-bottom: 40px;
    color: #000;
    text-align: center;
    font-family: MiSans;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
}
.modal{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(14, 14, 14, 0.30);
    width: 100%;
    height: 100%;
}
.m_wrap{
    position: relative;
    width: 100%;
    height: 100%;
}
.m_wrap .close{
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 1;
}
.m_wrap .close img{
    width: 35px;
    height: 35px;
}
.m_wrap .modal_cont{
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: url(https://gluz-oss.oss-cn-beijing.aliyuncs.com/web/ru/img/m_bg.png) no-repeat;
    width: 796px;
    height: 440px;
}

.m_wrap .modal_cont .md_left{
    width: 300px;
border-right: 1px solid #F0F0F0;
}
.m_wrap .modal_cont .md_left h4{
    padding-left: 50px;
    color: #0E0E0E;
font-family: MiSans;
font-size: 34px;
font-style: normal;
font-weight: 500;
line-height: 34px;
text-align: left;
padding: 0 0 0 50px;
}
.m_wrap .modal_cont .md_left p{
    padding-left: 50px;
    margin: 34px 0 20px 0;
    color: #8C8C8C;

font-family: MiSans;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 12px
}
.m_wrap .modal_cont .md_left .mdimg{
    margin-left: 50px;
    width: 200px;
    height: 200px;
}
.m_wrap .modal_cont .md_right{
  width: 496px;
}
.m_wrap .modal_cont .md_right .form{
    margin-left: 45.5px;
}
.m_wrap .modal_cont .md_right .form input{
    width: 404px;
height: 40px;
border-radius: 4px;
border: 1px solid #c3c3c3;
margin-bottom: 15px;
opacity:0.5;
padding-left: 16px;
}
.m_wrap .modal_cont .md_right .form .md_submit{
    border-radius: 50px;
    background: #0156FF;
    color: #fff;
    margin-top: 25px;
    font-family: MiSans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    opacity:1;
    padding: 0;
}