#openwindow-scroll {
  overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  z-index: 99999;
  display: none;
  background: rgba(0,0,0,0.8);
  padding: 10% 18px 40px;
}
#openwindow {
  position: relative;
  max-width: 400px;
  padding: 18px 27px 22px;
  margin: 0 auto;
  background: #fff;
  }

  #firster {
    width:1000px;
    margin:0 auto;
    }

#openwindow-content  .head_line {
  position: relative;
  padding-bottom: 13px;
  border-bottom: 1px solid #e5e5e5;
}

#openwindow-header {
  margin: 0;
  font-size: 24px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 13px;
}

#openwindow-title {
  line-height: 1em;
}

#openwindow-close {
  position: absolute;
  right: 27px;
  top: 22px;
  opacity: .2;
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkI3QUYxOTI3RUI0MzExRTVCN0U3OUU2NzU2MTVGMTE3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkI3QUYxOTI4RUI0MzExRTVCN0U3OUU2NzU2MTVGMTE3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjdBRjE5MjVFQjQzMTFFNUI3RTc5RTY3NTYxNUYxMTciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjdBRjE5MjZFQjQzMTFFNUI3RTc5RTY3NTYxNUYxMTciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5pUL3FAAAAcElEQVR42mJggIAQID4HxDIMhAFIzRWoHrjm30D8H4hvEzBEBqrmP1QP2JBzUIH/BAxB1gzD53BJoBtCUA0+BcRYgNeQ20R6EachRGsmZAhWzUwMVAYUeYGiQKQoGilOSBQnZYozE8yQK+RkZ4AAAwCtyHV3FyxzBQAAAABJRU5ErkJggg==");
}

#openwindow-close:hover {
  opacity: 1;
}

#openwindow-close:active {
  opacity: .5;
}

#openwindow-content  .radio_bum {
  background: red;
  display: none;
}

#openwindow-content  .radio_bum:checked ~ .head_line .head {
  display: none;
}

#openwindow-content  .radio_bum:checked ~ .micro_body .form .nth {
  display: none;
}

#openwindow-content  .radio_bum:checked.bum1 ~ .head_line .head1 {
  display: block;
}

#openwindow-content  .radio_bum:checked.bum1 ~ .micro_body .form .nth1 {
  display: block;
}

#openwindow-content  .radio_bum:checked.bum2 ~ .head_line .head2 {
  display: block;
}

#openwindow-content  .radio_bum:checked.bum2 ~ .micro_body .form .nth2 {
  display: block;
}

#openwindow-content  {
  padding-top: 19px;
}

#openwindow-content  .obj {
  height: 1px;
  background: #e5e5e5;
  margin-bottom: 19px;
}

#openwindow-content  .obj.o2 {
  margin-top: 19px;
}

#openwindow-content  label.block {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

#openwindow-content  label.block:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  pointer-events: none;
  margin-top: -8px;
}

#openwindow-content  label.block.login:after {
  content: url("https://reklama-omsk.ru/lib/images/login.png");
}

#openwindow-content  label.block.password:after {
  content: url("https://reklama-omsk.ru/lib/images/password.png");
}

#openwindow-content  label.block.phone:after {
  content: url("https://reklama-omsk.ru/lib/images/phone2.png");
}

#openwindow-content  label.block.email:after {
  content: url("https://reklama-omsk.ru/lib/images/email2.png");
  margin-top: -9px;
  right: 10px;
}

#openwindow-content .comment {
  font-size: 12px;
  line-height: 16px;
}
#openwindow-content .buttons {
  margin-top: 25px;
}

#openwindow-content  input {
  outline: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

#openwindow-content  input.error {
  border: 2px solid #e57f7f !important;
}

#openwindow-content  input.success {
  border: 2px solid #9ee57f !important;
}

#openwindow-content  .preu {
  margin-bottom: 20px;
  display: table;
  width: 100%;
}

#openwindow-content  .preu .row {
  display: table-row;
}

#openwindow-content  .preu .cell {
  display: table-cell;
}

#openwindow-content  .preu .cell:last-child {
  text-align: right;
}

#openwindow-content  .lee {
  margin: -5px 0 12px;
}

#openwindow-content  .btn input {
  width: 100%;
}

#openwindow-content  .rbtn {
  font-size: 14px;
  color: #006acc;
  cursor: pointer;
}

#openwindow-content  .rbtn:hover {
  text-decoration: underline;
}

#openwindow-content  .form .radio_none {
  display: none;
}

#openwindow-content  .form .radio_none:checked ~ .type {
  display: none;
}

#openwindow-content .form .radio_none:checked#radio1 ~ .lee .radiobutton[for=radio1] {
  color: black;
}

#openwindow-content  .form .radio_none:checked#radio1 ~ .type1 {
  display: block;
}

#openwindow-content  .form .radio_none:checked#radio2 ~ .lee .radiobutton[for=radio2] {
  color: black;
}

#openwindow-content  .form .radio_none:checked#radio2 ~ .type2 {
  display: block;
}

#openwindow-content  .form .radiobutton {
  font-size: 17px;
  font-weight: bold;
  color: #006acc;
  cursor: pointer;
}

#openwindow-content  .form .radiobutton:first-child {
  float: left;
}

#openwindow-content  .form .radiobutton:last-child {
  float: right;
}

#openwindow-content .form .checkbox {
  cursor: pointer;
}

#openwindow-content .form .checkbox input[type=checkbox] {
  display: none;
}

#openwindow-content  .form .checkbox input[type=checkbox]:checked + span:before {
  border-color: #006acc;
  background: #006acc url("https://reklama-omsk.ru/lib/images/checked2.png") center center no-repeat;
}

#openwindow-content  .form .checkbox span {
  font-size: 14px;
  position: relative;
  padding-left: 25px;
}

#openwindow-content .form .checkbox span:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  -webkit-transition: background-color .2s ease-out, border .2s ease;
  -moz-transition: background-color .2s ease-out, border .2s ease;
  -ms-transition: background-color .2s ease-out, border .2s ease;
  -o-transition: background-color .2s ease-out, border .2s ease;
  transition: background-color .2s ease-out, border .2s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  #openwindow {
    padding: 18px 18px 20px;
  }
  #openwindow-header {
    font-size: 16px;
  }
}