.is-hidden {
  display: none;
}

.search-wr.is-open,
.profile-wr.is-open,
.tab_content.is-active {
  display: block;
}

#cat1.tab_content:not(.is-active),
#cat2.tab_content:not(.is-active) {
  display: none;
}

.chatframe {
  width: calc(100vw - 10px);
  height: calc(100vw / 2.35);
  overflow: hidden;
  opacity: 1;
  transition: opacity 200ms ease;
}

.chatframe.is-closing {
  opacity: 0;
  pointer-events: none;
}

.bngframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.comments {
  width: 40vw;
  max-width: 40vw;
}

.chat-item-img img.preview-hidden {
  display: none !important;
}

@media only screen and (min-width: 670px) and (max-width: 768px) {
  .chatframe {
    height: 50vw;
  }
}

@media only screen and (max-width: 669px) {
  .chatframe {
    height: calc(100vw / 1.3);
  }
}

@media only screen and (max-width: 480px) {
  .models .models_wrap {
    padding: 0;
  }
}

.model_mnu ul li {
  display: none;
}

.up_chat {
  padding-top: 20px;
}

#wrapper {
  max-width: 1200px;
  margin: 0 auto;
  min-width: 90% !important;
}

.csp-error-page {
  font-family: Arial, sans-serif;
  margin: 0;
  background: #f5f5f5;
  color: #222;
}

.csp-error-page main {
  max-width: 640px;
  margin: 12vh auto;
  padding: 40px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
}

.csp-error-page a {
  color: #067206;
}
