

/* Start:/local/templates/hisense/dist/bx-styles/covid.css?17425663071442*/
.popup {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto;
  font-family: "Avalon", sans-serif;
  cursor: default;
}

.popup__inner {
  padding: 30px;
}

.popup__wnd {
  position: relative;
  max-width: 762px;
  margin: 60px auto;
  padding: 60px;
  background-color: #FFF;
}

.popup__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.popup__text {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.popup__close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.popup__close-btn:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 1px;
  background-color: #202020;
  transform: rotate(-45deg);
  margin-left: -10px;
}

.popup__close-btn:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 1px;
  background-color: #202020;
  transform: rotate(45deg);
  margin-left: -10px;
}

@media (max-width: 500px) {
  .popup__wnd {
    padding: 40px 30px;
  }

  .popup__title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .popup__text {
    font-size: 16px;
    line-height: 24px;
  }
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?175222302264*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */
/* /local/templates/hisense/dist/bx-styles/covid.css?17425663071442 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?175222302264 */
