.eqp_hidden{
  display:none !important;
}

.eqp_block, .eqp_block_mobile{
  white-space:normal;
}

.eqp_body_mobile{
  background-color:#f9fafb;
  padding:30px 0 0 0;
}

.peqp{
  margin:0 100px 0 100px;
}

.peqp_mobile{
  padding:0 50px 0 50px;
}

.eqp_title_block{
  margin:20px 0 30px 0;
}

.eqp_title_block_mobile{
  margin:30px 0 50px 0;
}

.eqp_container, .eqp_container_mobile{
  display:inline-block;
  width:380px;
  min-height:440px;
  vertical-align:top;
  margin:0 20px 20px 0;
  border-radius:20px;
  background-color:#fff;
  border:1px solid #dae1e9;
  box-shadow:0 3px 5px #e5e7eb;
}

.eqp_container_mobile{
  width:800px;
  min-height:700px;
  border-radius:50px;
  margin:0 0 40px 0;
  box-shadow:0 13px 15px #e5e7eb;
}

.eqp_container div, .eqp_container_mobile div{
  text-align:left;
  padding:0 10px 0 10px;
}

.eqp_container_mobile div{
  padding:0 30px 0 30px;
}

.eqp_img, .eqp_img_mobile{
  width:360px;
  height:240px;
  margin:20px 0 0 0;
  text-align:center !important;
}

.eqp_img img{
  width:300px;
}

.eqp_img_mobile{
  width:800px;
}

.eqp_img_mobile img{
  max-height:450px;
}


.eqp_title, .eqp_title_mobile{
  font-size:17px;
  font-weight:bold;
  min-height:35px;
  margin:70px 0 0 0;
}

.eqp_title_mobile{
  font-size:40px;
  margin:220px 0 0 0 !important;
}

.eqp_btn{
  margin:10px 0 0 0;
}

.eqp_btn_mobile{	
  margin:40px 0 0 0;
}

.eqp_btn_mobile input[type="button"]{
  margin:0 30px 0 0;
}

.eqp_dist_position{
  padding:5px;
  border-bottom:1px dashed #ccc;
}

.eqp_dist_position:last-child{
  border:none;
}

.eqp_dist_position a, .eqp_dist_position_mobile a{
  color:#404040;
}

.eqp_dist_position_mobile{
  font-size:40px !important;
  padding:20px 5px 20px 5px !important;
  border-bottom:1px dashed #ccc;
}

.eqp_dist_position_mobile a{
  font-size:40px !important;
}

.eqp_dist_position_mobile:last-child{
  border:none;
}

.eqp_about_win, .eqp_dist_win{
  position:fixed;
  left:20%;
  top:5%;  
  width:60%;
  height:90%;
  border-radius:5px;
  background-color:#fff;
  border:1px solid #ccc;
  z-index:1000000;
}

.eqp_about_win_mobile, .eqp_dist_win_mobile{
  position:fixed;
  top:0;
  left:0;
  width:calc(100% - 40px);
  height:calc(100% - 40px);
  padding:10px;
  border-radius:20px;
  background-color:#fff;
  border:1px solid #ccc;
}

.eqp_search, .eqp_search_mobile{
  width:100%;
}

input[type="text"].eqp_search{
  padding-left:30px !important;	
  background:url(../img/search_24.png) no-repeat 4px;
}

input[type="text"].eqp_search_mobile{
  padding-left:60px !important;
  font-size:40px !important;
  height:40px !important;
  background:url(../img/search_40.png) no-repeat 4px;	
}

.eqp_about_win *{
  color:#8a90a3 !important;
  font-size:15px !important;
  line-height:17px !important;
}

.eqp_about_win_mobile *{
  color:#8a90a3 !important;
  font-size:40px !important;
  line-height:40px !important;
}

.eqp_win_close{
  position:absolute;
  right:0;
  top:0;
  width:32px;
  height:32px;
  background:url(../img/close_32.png) no-repeat center;
}

.eqp_win_close_mobile{
  position:absolute;
  right:0;
  top:0;
  width:62px;
  height:62px;
  background:url(../img/close_60.png) no-repeat center;
}

.eqp_win_body{
  position:absolute;
  left:0;
  top:37px;
  width:calc(100% - 20px);
  height:calc(100% - 57px);
  padding:10px;
  white-space:normal;
  overflow:auto;
}

.eqp_win_body_mobile{
  position:absolute;
  left:0;
  top:62px;
  width:calc(100% - 20px);
  height:calc(100% - 57px);
  font-size:30px;
  line-height:30px;
  padding:10px;
  white-space:normal;
  overflow:auto;
}

.eqp_win_body_mobile *{
  font-size:30px !important;
}

.eqp_file_link{
  display:inline-block;
  width:32px;
  height:32px;
  margin:0 5px 0 5px;
  background:url(../img/file_pub_32.png) no-repeat center;
}

.eqp_file_link[is_mobile="1"]{
  display:inline-block;
  width:60px;
  height:60px;
  margin:0 10px 0 10px;
  background:url(../img/file_pub_60.png) no-repeat center;
}
