.wr-page_inner_help.install_help {
  background-color: #fff;
  padding-bottom: 22px;
}

.wr-page_inner_help.window {
  padding-bottom: 0;
  padding-top: 29px;
}

.install_page {
  position: relative;
  font-family: 'Brandon Text';
}
.install_page > h1 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
}

.install_button {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  z-index: 10;
}

.install_back {
  background-color: #fff;
  box-sizing: border-box;
  border: 2px solid #cdeeff;
  display: inline-block;
  height: 42px;
  line-height: 38px;
  -moz-border-radius: 42px;
  -webkit-border-radius: 42px;
  border-radius: 42px;
  color: #b0b0b0;
  font-size: 15px;
  padding: 0 25px 0 17px;
  text-decoration: none !important;
}
.install_back svg {
  margin: 0 10px 0 0;
  position: relative;
  top: 6px;
}

.install_back:hover {
  background: #cdeeff;
  color: #2ab7ff;
}

.install_back:hover svg {
  fill: #2ab7ff;
}

.install_top_text {
  width: 750px;
  margin: 0 auto 40px;
  text-align: center;
}
.install_top_text h2 {
  font-size: 19px;
}

.cms_slider {
  overflow: hidden;
}

.c_body_slider > li {
  float: left;
}

.c_body_slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c_cms_o {
  text-align: center;
  opacity: .4;
}
.c_cms_o:hover {
  opacity: 1;
  transition: opacity .2s ease-out;
}
.c_cms_o > a {
  display: block;
  color: #181818;
  text-decoration: none;
}
.c_cms_o > a > img {
  display: inline;
  margin-bottom: 8px;
}
.c_cms_o > a > span {
  display: block;
  font-size: 13px;
  padding: 0 0 7px;
}

.c_cms_o.active {
  opacity: 1;
}

.istall_steps {
  font-family: 'Brandon Text';
}
.istall_steps > h3 {
  text-align: center;
  font-size: 19px;
  margin-bottom: 20px;
}

.numbers_steps {
  overflow: hidden;
  margin-bottom: 28px;
}
.numbers_steps > ul {
  text-align: center;
}
.numbers_steps > ul > li {
  width: 52px;
  height: 52px;
  line-height: 52px;
  display: inline-block;
  padding: 0 46px;
  position: relative;
}

.line::after {
  display: block;
  content: '';
  width: 110px;
  height: 3px;
  background-color: #cdeeff;
  position: absolute;
  top: 25px;
  left: 92px;
}

.line.active::after {
  background-color: #2ab6ff;
  z-index: 10;
}

.install_point {
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #d1efff;
  text-align: center;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  font-size: 17px;
  color: #afdff7;
  font-weight: bold;
}

.install_point.active {
  background-color: #2ab6ff;
  width: 52px;
  height: 52px;
  line-height: 40px;
  border: 6px solid #c9ecff;
  -moz-border-radius: 52px;
  -webkit-border-radius: 52px;
  border-radius: 52px;
  color: #fff;
}

.install_point.ok {
  background-color: #2ab6ff;
  border-color: #2ab6ff;
  color: #fff;
}

.steps_text {
  width: 600px;
  margin: 0 auto 22px;
  text-align: center;
  font-size: 17px;
  line-height: 148%;
}
.steps_text > div {
  margin: auto;
}

.steps_images {
  position: relative;
}

.buttons_steps {
  width: 100%;
  position: absolute;
  bottom: 44px;
  text-align: center;
  z-index: 90;
}

.next__button {
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  min-width: 120px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  font-size: 17px;
  margin: 0 8px;
  padding: 0 23px;
  box-sizing: border-box;
  color: #fff;
  position: relative;
}
.next__button > a {
  width: 100%;
  height: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.next__button.hide {
  display: none;
}

.next__button.show {
  display: inline-block;
}

.next__button.blue {
  background-color: #2ab6ff;
}

.next__button.blue:hover {
  background-color: #16a4ee;
}

.next__button.red {
  background-color: #ff705f;
}

.next__button.red:hover {
  background-color: #f55a47;
}

.next__button.completed {
  background-color: #fff;
  border: 2px solid #c8ebfe;
  color: #010101;
  line-height: 38px;
}

.next__button.completed span {
  color: #c8ebfe;
  padding-right: 5px;
  margin-left: -5px;
}

.steps__images {
  /*  width: 945px;
  */
  width: 911px;
  height: 420px;
  overflow: hidden;
  background: url(../png/browser-window.png) no-repeat;
  padding: 78px 0 0 37px;
  margin: auto;
  box-sizing: border-box;
}
.steps__images > ul {
  width: 874px;
  overflow: hidden;
}
.c-blue {
  color: #2ab6ff;
}
.c-blue:hover {
  text-decoration: none;
}
