#mistake {
  background-image: url(/news/style/img/overlay.png);
  position: absolute;
  margin: auto;
  top:  0;
  left: 0;
  z-index: 1000;
  width:  100%;
}

* html #mistake {
  background-image: none;
} 

#m_window {
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(to bottom, #ECECEC 0%,#fff 100px);
    overflow: auto;
    width: 350px;
    height: 390px;
    box-shadow: 0 15px 10px -10px rgb(0 0 0 / 50%), 0 1px 4px rgb(0 0 0 / 30%), 0 0 40px rgb(0 0 0 / 10%) inset;
    z-index: 150;
}


#m_frame {
  border: 0; 
  overflow: auto;
  width: 100%;
  height: 378px;
}

* html #m_frame {
  margin-top: 7px;
}

@media screen and (max-width: 980px) {
.errorsTextPC {
display: none;    }
}

@media screen and (min-width: 980px) {
.errorsTextMob {
display: none;    }
}

.content_modal_content img {
    max-width: 1000px !important;
    max-height: 2000px !important;  }
    
 .content_modal {
    max-width: 1020px !important;
}