.mode {
  z-index: 1000;
  position: fixed;
  top: -42px;
  left: 0;
  display: block;
  height: 200%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.pop-up-help-wrapper {
  position: relative;
  left: 0 !important;
}

.pop-up-help-wrap {
  position: relative;
  margin: 0 auto;
  width: 900px;
  display: none;
}

.pop-up-help-wrap .cursor {
  z-index: 1002;
  position: absolute;
  display: block;
  width: 39px;
  height: 54px;
  background: url('/themes/new/bookmarks/images/cursor.png') no-repeat;
}

.pop-up-help-wrap .cursor_1 {
  top: 57px;
  right: -45px;
}

.pop-up-help-wrap .cursor_2 {
  left: 104px;
  top: 247px;
}
.pop-up-help-wrap .cursor_3 {
  top: 57px;
  right: -87px;
}
.pop-up-help-wrap .cursor_5 {
  top: 70px;
  right: 493px;
}

.pop-up-help {
  z-index: 1001;
  position: absolute;
}

.pop-up-help .box {
  position: relative;
  box-sizing: border-box;
  padding: 30px 20px 20px;
  width: 550px;
  background: #fff;
  border-radius: 2px;
}

.pop-up-help .wrap-top {
  content: "";
  display: block;
  clear: both;
}

.pop-up-help .close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 11px;
  height: 10px;
  background: url('/themes/new/bookmarks/images/close-pop-up-help.png') no-repeat;
}

.pop-up-help .counter {
  position: absolute;
  top: 10px;
  width: 50%;
  font-size: 0;
}

.pop-up-help .counter span {
  display: inline;
  font-size: 12px;
}

.pop-up-help .counter .current {
  color: #8f9294;
}

.pop-up-help .counter .all {
  color: #0d9af4;
}

.pop-up-help .counter .all:before {
  content: "/";
  display: inline;
  margin-top: -2.5px;
  font-size: 12px;
}

.pop-up-help span {
  display: block;
  font: 14px open_sans_semibold;
  line-height: 17px;
}

.pop-up-help .red {
  display: inline;
  color: #c0392b;
  text-decoration: none;
  font: 14px open_sans; 
}

.pop-up-help .blue {
  color: #2980b9;
  font: 14px open_sans_semibold; 
}

.pop-up-help .btns {
  float: right;
  margin-top: 21px;
}

.pop-up-help .btns a {
  padding: 7px 13px;
  font-family: open_sans_semibold;
  font-size: 10px;
  color: #fff;
  border-radius: 2px;
  text-decoration: none;
}

.pop-up-help .prev-btn {
  background: #c0392b;
}

.pop-up-help .next-btn {
  background: #5bb75b;
}

/* imgs */
.pop-up-help-wrap .img {
  z-index: 1001;
  position: absolute;
  top: 215px;
  width: 900px;
}

.pop-up-help-wrap .img_1 img {
  display: block;
  margin-left: 200px;
}

.pop-up-help-wrap .img_2 {
  left: 71px;
  top: 140px;
}

.pop-up-help-wrap .img_3 {
  display: block;
}

.pop-up-help-wrap .img_3 .img-catalog {
  display: block;
}

.pop-up-help-wrap .img_4 {
  right: 0;
  top: 80px;
}

.pop-up-help-wrap .img_4 img {
  position: absolute;
  right: 0;
  top: -82px;
}

.pop-up-help-wrap_1 {
  display: block;
}

.pop-up-help-wrap_1 .popupbox.form-for-search {
  display: block;
  margin-top: 163px;
}

.pop-up-help-wrap_1.visible {
  display: block !important;
}
/*
     */
/*
*/