body {
  width: 100%;
  background: url('../img/bg.png') no-repeat;
  background-size: 100% auto;
  background-color: #151515;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-size: 14px;
  padding-bottom: 50px;
}
.container {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
header {
  width: 100%;
  height: 60px;
  background: #2d2d2d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header img {
  margin-top: 2px;
  width: 104px;
}
.main {
  padding-top: 100px;
  padding-bottom: 115px;
}
.main h1 {
  text-transform: uppercase;
  font-family: 'PT Sans Narrow';
  font-weight: 400;
  font-size: 54px;
  margin: 0;
}
.main h1 span {
  color: #cba76b;
}
.mirror {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mirror-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mirror-title p {
  font-size: 24px;
  color: #cba76b;
  margin: 0;
}
.mirror-form {
  width: 455px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 59px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mirror-form .link {
  font-size: 20px;
  background: #3c3c3c;
  padding-left: 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70%;
}
.mirror-form .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  width: 30%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #cba76b;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mirror-form .button:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #daac5f;
}
.mirror-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mirror-button .button {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  border: 2px solid #cba76b;
  height: 59px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 280px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mirror-button .button:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #cba76b;
}
.table-1 {
  margin-top: 80px;
  border-bottom: 1px solid #474747;
}
.table-1 .item {
  height: 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #474747;
}
.table-1 .item:last-child {
  border-bottom: 0;
}
.table-1 .col-1,
.table-1 .col-2,
.table-1 .col-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.table-1 .col-1 .img {
  width: 210px;
}
.table-1 .col-1 .img img {
  max-width: 100%;
}
.table-1 .col-2 p {
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  width: 500px;
  margin: 0;
}
.table-1 .col-3 .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  width: 183px;
  height: 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #cba76b;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table-1 .col-3 .button:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #daac5f;
}
.bonus {
  margin-top: 70px;
}
.bonus h2 {
  font-family: 'PT Sans Narrow';
  font-weight: 400;
  font-size: 48px;
  margin: 0;
  text-transform: uppercase;
}
.bonus .bonus-b {
  margin-top: 60px;
  background-image: -moz-linear-gradient(45deg, #1f3369 0%, #2f4d9d 93%);
  background-image: -webkit-linear-gradient(45deg, #1f3369 0%, #2f4d9d 93%);
  background-image: -ms-linear-gradient(45deg, #1f3369 0%, #2f4d9d 93%);
  width: 100%;
  min-height: 208px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 30px 55px 10px 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bonus .bonus-b .col-1 img {
  width: 86px;
}
.bonus .bonus-b .col-2 .img-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bonus .bonus-b .col-2 .img-text span {
  font-size: 42px;
  margin-top: -6px;
  margin-left: 11px;
  display: inline-block;
}
.bonus .bonus-b .col-2 .img-text img {
  width: 90px;
  height:45px;
}
.bonus .bonus-b .col-2 span.subtext {
  display: block;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 0px;
}
.bonus .bonus-b .col-2 a {
  display: block;
  text-align: center;
}
.bonus .bonus-b .col-2 a img {
  max-width: 100%;
}
.bonus .bonus-b .col-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
}
.table-2 {
  margin-top: 15px;
}
.table-2 .item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #474747;
  padding: 30px 0;
}
.table-2 .col-1,
.table-2 .col-2,
.table-2 .col-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table-2 .col-1 .num {
  width: 60px;
  height: 60px;
  background: #3c3c3c;
  border-radius: 100%;
  font-size: 30px;
  color: #cba76b;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.table-2 .col-2 {
  padding: 0 30px 0 20px;
}
.table-2 .col-2 p {
  font-size: 24px;
  color: #cba76b;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.table-2 .col-2 p span {
  color: #fff;
}
.table-2 .col-2 span.txt {
  display: block;
  font-size: 14px;
  color: #ffffff;
}
.table-2 .col-3 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.table-2 .col-3 .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  width: 183px;
  height: 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #cba76b;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table-2 .col-3 .button:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #daac5f;
}
.description {
  margin-top: 70px;
}
.description h1 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
}
.description h2,
.description h3,
.description h4,
.description h5 {
  font-size: 24px;
  color: #cba76b;
  font-weight: 400;
  text-transform: uppercase;
}
.description p {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
}
.description ul {
  margin: 35px 0 0 0;
  padding: 0;
  list-style: none;
}
.description ul li {
  padding-left: 25px;
  margin-top: 15px;
  position: relative;
}
.description ul li:before {
  content: '';
  width: 9px;
  height: 9px;
  position: absolute;
  background: #cba76b;
  border-radius: 100%;
  left: 0;
  top: 4px;
}
