body {
  background-color: #fbfbfb;
  font-family: "Open Sans", Arial, sans-serif;
  color: #6b6b6b;
  font-size: 21px;
}

.wrapper {
  padding: 60px 80px 10px;
}

h1 {
  color: #272727;
  font-size: 40px;
  font-weight: bold;
  margin:  54px 0 22px;
}

h2 {
  font-size: 33px;
  color: #414141;
  font-weight: bold;
  margin: 39px 0 24px;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.txt_bold {
  font-weight: bold;
}

.txt_link {
  color: #04a9f6;
}

.txt_p {
  margin: 0 0 27px;
}

.header .logos {
  background: url('../img/logo-bonga.svg') center left / 240px 58px no-repeat, url('../img/logo-runetki.svg') center right / 163px 37px no-repeat;
  width: 462px;
  height: 58px;
}

.content {
  margin-bottom: 37px;
}

.mirror_block {
  border: 1px solid #04a9f6;
  min-width: 413px;
  min-height: 298px;
  background: #fff;
  padding: 24px 28px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 3px;
}

.mirror_block.__disable {
  border-color: #f0104a;
}

.mirror_block .btn_mirror {
  border: 1px solid #c6c6c6;
  background-color: #fbfbfb;
  text-align: center;
  box-sizing: border-box;
  width: 350px;
  height: 68px;
  color: #5c5c5c;
  position: relative;
  margin: 0 auto;
  border-radius: 3px;
  cursor: pointer;
  line-height: 68px;
  font-weight: bold;
}

.mirror_block .btn_mirror:hover {
  background-color: #ececec;
}

.mirror_block .btn_mirror.__disable,
.mirror_block .btn_mirror.__disable:hover {
  background-color: #fbfbfb;
  border-color: #c6c6c6;
  color: #a09f9f;
  cursor: default;
}

.mirror_block .btn_mirror:after {
  background: url('../img/spiner.svg') center center no-repeat;
  display: inline-block;
  width: 22px;
  height: 22px;
  content: '';
  position: relative;
  top: 5px;
  left: 5px;
}

.mirror_block .btn_mirror.__disable:after {
  background: url('../img/spiner-gray.svg') center center no-repeat;
}

.mirror_block .ttl_mirror {
  color: #6b6b6b;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 12px;
}

.mirror_block .mirror_link {
  font-weight: bold;
  font-size: 18px;
  color: #04a9f6;
  margin-bottom: 26px;
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.mirror_block .mirror_link:after {
  background: url('../img/check.svg') center center no-repeat;
  width: 13px;
  height: 10px;
  position: absolute;
  content: '';
  top: 6px;
  left: 0;
}

.mirror_limit {
  width: 350px;
  margin-top: 16px;
  display: none;
  font-size: 18px;
}
