@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  max-width: 1440px;
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
}

@media screen and (max-width: 1024px) {
  .container {
    max-width: 768px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    max-width: 576px;
  }
}

@media screen and (max-width: 576px) {
  .container {
    max-width: 340px;
  }
}

.case {
  margin-left: 90px;
}

.wrapper {
  min-height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper-logo {
  position: relative;
  z-index: 3;
}

.header {
  position: relative;
}

.header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #272529;
  z-index: 2;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
}

.header-menu-item {
  text-decoration: none;
  font-family: 'Poppins', Roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #94897A;
}

.header-menu-item:visited {
  color: #94897A;
}

.header-menu-item:hover {
  color: #94897A;
}

.header-menu-item:active {
  color: #94897A;
}

.header-menu-toggle {
  display: none;
}

.header-slogan {
  color: #94897A;
  position: relative;
  z-index: 3;
}

.header-btn-img {
  display: inline-block;
}

.header-btn-up {
  margin-right: 10px;
}

.header-btn-in {
  margin-right: 10px;
}

.header-btn-lang {
  position: relative;
  margin-top: 5px;
  margin-right: 25px;
}

.header-btn-lang::after {
  content: '';
  position: absolute;
  top: 6px;
  height: 10px;
  width: 10px;
  margin-left: 10px;
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.border {
  position: relative;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.44%, rgba(254, 200, 130, 0)), color-stop(50.08%, #FEC882), color-stop(98.72%, rgba(254, 200, 130, 0)));
  background: linear-gradient(90deg, rgba(254, 200, 130, 0) 1.44%, #FEC882 50.08%, rgba(254, 200, 130, 0) 98.72%);
  z-index: 5;
}

.mobile {
  margin-right: 25px;
}

.bonuses {
  position: relative;
  margin-right: 50px;
}

.bonuses::after {
  content: '';
  position: absolute;
  top: 6px;
  height: 10px;
  width: 30px;
  background: url(../images/separator.png) no-repeat;
  margin-left: 13px;
}

@media screen and (max-width: 1200px) {
  .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    position: absolute;
    right: 137px;
    top: 92px;
    width: 200px;
    background-color: #2A202D;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 10px rgba(41, 37, 38, 0.2);
            box-shadow: 1px 1px 10px rgba(41, 37, 38, 0.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-left: 0;
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
    z-index: 0;
  }
  .header-slogan {
    margin-right: 250px;
  }
  .header-btn-lang {
    margin-top: 10px;
  }
  .header-btn-in {
    margin-top: 15px;
    margin-right: 0;
  }
  .header-btn-up {
    margin-top: 15px;
    margin-right: 0;
  }
  .activ {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .button-img {
    margin-top: 10px;
  }
  .mobile {
    margin-right: 0;
  }
  .bonuses {
    margin-bottom: 5px;
    margin-right: 0;
    display: block;
  }
  .bonuses::after {
    display: none;
  }
  .header-menu-toggle {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    z-index: 3;
  }
  .header-menu-toggle span {
    position: absolute;
    top: 54%;
    margin-top: -1px;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  .header-menu-toggle span::before, .header-menu-toggle span::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-menu-toggle span::before {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .header-menu-toggle span::after {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  .header-menu-activ span {
    height: 0;
  }
  .header-menu-activ span::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header-menu-activ span::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@media screen and (max-width: 768px) {
  .header-slogan {
    margin-right: 60px;
  }
  .header-menu {
    width: 200px;
    right: 102px;
    top: 90px;
  }
}

@media screen and (max-width: 576px) {
  .header-slogan {
    display: none;
  }
  .header-menu {
    width: 55%;
    right: 25px;
  }
  .header-btn {
    right: 0;
    top: 160px;
  }
}

body {
  background-color: #272529;
}

.button-signup {
  text-decoration: none;
  padding: 10px 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FEC882), to(#FF9F6C));
  background: linear-gradient(180deg, #FEC882 0%, #FF9F6C 100%);
  border-radius: 5px;
  font-family: 'Poppins', Roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #322E2F;
}

.button-signup:visited {
  color: #322E2F;
}

.button-signup:hover {
  color: #322E2F;
}

.button-login {
  text-decoration: none;
  padding: 7px 53px;
  border: 3px solid #FEC882;
  border-radius: 5px;
  font-family: 'Poppins', Roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #FEC882;
}

.button-login:visited {
  color: #FEC882;
}

.button-login:hover {
  color: #FEC882;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.main {
  margin-top: 15px;
}

.main-screen {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 70px;
  border-radius: 5px;
}

.main-content {
  display: inline-block;
  background: url(../images/fon-title-BG.png) no-repeat center;
  background-size: contain;
  padding-top: 25px;
  padding-bottom: 30px;
}

.main-title {
  max-width: 653px;
  font-family: 'Poppins', Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 110%;
  color: #FEC882;
  margin-top: 0;
}

.desc-text {
  font-family: 'Poppins', Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #FFFAF3;
  margin-top: 30px;
}

.baner {
  margin-top: 20px;
}

.baner-block {
  padding-top: 10px;
  padding-bottom: 10px;
}

.baner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.baner-content {
  max-width: 600px;
  margin-right: 70px;
}

.baner-post {
  min-width: 350px;
}

.baner-title {
  height: 49px;
  font-size: 30px;
  color: #FEC882;
  margin: 0;
}

.baner-text {
  font-family: 'Poppins', Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  color: #FFFAF3;
}

.baner-post-title {
  max-width: 350px;
  font-family: 'Poppins', Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 120%;
  color: #fff;
}

.baner-post-title-btn {
  margin-top: 28px;
}

.rank {
  margin-top: 35px;
}

.rank-star-block {
  display: inline-block;
}

.rank-star::before {
  content: '\2605';
  width: 5px;
  height: 5px;
  color: #F5AF33;
  margin-right: 5px;
  font-size: 23px;
  text-shadow: 0px 0px 9px #FDB62D;
}

.rank-text {
  font-family: 'Poppins', Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 21px;
  color: #F5AF33;
  margin: 0;
  margin-bottom: 10px;
}

.rank-btn {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.rank-rating {
  margin: 0;
}

.rank-value {
  display: inline-block;
  font-family: 'Poppins', Roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #fff;
  margin: 0;
}

.rank-line {
  display: inline-block;
  height: 44px;
  width: 178px;
  background: url(../images/vensel-small-left.png) no-repeat;
}

.rank-line-1 {
  display: inline-block;
  height: 44px;
  width: 167px;
  background: url(../images/vensel-small-right.png) no-repeat;
}

.rank-num {
  font-size: 30px;
  color: #FEC882;
}

.rank-best {
  font-size: 17px;
  color: #fff;
}

.list-block {
  margin-top: 20px;
}

.list-block h3 {
  color: #FEC882;
}

.list-border {
  position: relative;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50.08%, #FEC882), color-stop(98.72%, rgba(254, 200, 130, 0)));
  background: linear-gradient(90deg, #FEC882 50.08%, rgba(254, 200, 130, 0) 98.72%);
}

.list-line {
  width: 140px;
  height: 40px;
  background: url(../images/icon-1.png) no-repeat center;
}

.list-title {
  color: #FEC882;
  margin-top: 20px;
  margin-bottom: 20px;
}

.list-text {
  font-family: 'Poppins', Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  color: #FFFAF3;
}

ul, ol {
  font-family: 'Poppins', Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  color: #FFFAF3;
}

.list-post-btn {
  margin-top: 30px;
  margin-bottom: 30px;
}

.register-btn {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.register-wrap {
  padding-top: 80px;
  padding-bottom: 40px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.register-plank-1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 265px;
  height: 95px;
  background-color: #292526;
  border: 3px solid #FEC882;
  border-radius: 5px;
  margin-left: 70px;
  margin-right: 385px;
}

.register-plank-2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 265px;
  height: 95px;
  background-color: #292526;
  border: 3px solid #FEC882;
  border-radius: 5px;
}

.register-plank-3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 265px;
  height: 95px;
  background-color: #292526;
  border: 3px solid #FEC882;
  border-radius: 5px;
  margin-right: 400px;
}

.register-plank-4 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 265px;
  height: 95px;
  background-color: #292526;
  border: 3px solid #FEC882;
  border-radius: 5px;
  margin-right: 100px;
}

.register-link-1 {
  text-decoration: none;
  font-family: 'Poppins', Roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 119%;
  color: #FFFAF3;
  margin-left: 60px;
}

.register-link-2 {
  text-decoration: none;
  font-family: 'Poppins', Roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 119%;
  color: #FFFAF3;
  margin-left: 60px;
}

.register-link-3 {
  font-family: 'Poppins', Roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 119%;
  color: #FFFAF3;
  margin-left: 60px;
}

.register-link-4 {
  font-family: 'Poppins', Roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 119%;
  color: #FFFAF3;
  margin-left: 60px;
}

.register-img {
  position: absolute;
  left: -40px;
  display: inline-block;
  text-align: center;
}

.regcard-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.regcard-2 {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.questions {
  padding-bottom: 80px;
}

.questions-wrap {
  max-width: 1200px;
  border-radius: 70px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 7px;
  padding-bottom: 5px;
  padding-left: 40px;
  border: 3px solid #82B4FE;
  -webkit-box-shadow: 0px 5px 15px rgba(76, 62, 102, 0.15);
          box-shadow: 0px 5px 15px rgba(76, 62, 102, 0.15);
}

.questions-one {
  font-family: 'Poppins', Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 21px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #94897A;
}

.questions-title {
  height: 50px;
  margin-bottom: 0;
  color: #FEC882;
}

.answer-one {
  margin: 0;
  color: #FFFAF3;
}

.back-to-top {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 270px;
  border: 2px solid #82B4FE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  display: none;
  z-index: 5;
}

.back-to-top::after {
  content: '';
  position: absolute;
  top: 16px;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #82B4FE transparent;
}

.top-btn {
  text-align: right;
}

@media screen and (max-width: 1440px) {
  .register-plank-1 {
    margin-left: 80px;
    margin-right: 350px;
  }
  .register-plank-3 {
    margin-left: 0;
    margin-right: 350px;
  }
}

@media screen and (max-width: 1200px) {
  .regcard-2 {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 60px;
  }
  .regcard-1 {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .register-wrap {
    background: none;
  }
  .register-plank-1 {
    margin-left: 0;
    margin-right: 0;
  }
  .register-plank-3 {
    margin-left: 0;
    margin-right: 0;
  }
  .register-plank-2 {
    margin-left: 0;
    margin-right: 0;
  }
  .register-plank-4 {
    margin-left: 0;
    margin-right: 0;
  }
  .case {
    margin-left: 0;
  }
  .baner-post-btn::after, .baner-post-btn::before {
    display: none;
  }
  .baner-line {
    display: none;
  }
  .table-bg {
    padding-left: 60px;
  }
  .back-to-top {
    bottom: 10px;
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .baner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .baner-content {
    width: 560px;
  }
  .list-line {
    display: none;
  }
  .register-plank-1, .register-plank-3 {
    margin-right: 20px;
  }
  .register-plank-2, .register-plank-4 {
    margin-left: 20px;
  }
  .questions-line {
    display: none;
  }
  .regcard-1 {
    margin-left: 10px;
  }
  .regcard-2 {
    margin-left: 10px;
  }
  .back-to-top {
    bottom: 10px;
  }
}

@media screen and (max-width: 576px) {
  .main-screen {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-content {
    padding-bottom: 0;
  }
  .main-title {
    margin-top: 47px;
    margin-bottom: 58px;
    line-height: 35px;
    font-size: 27px;
  }
  .baner-content {
    width: 350px;
  }
  .baner-btn {
    margin-top: 170px;
  }
  .baner-post {
    width: 335px;
  }
  .answer-one {
    margin-top: 10px;
  }
  .back-to-top {
    right: 5px;
    bottom: 0;
  }
  .rank {
    text-align: center;
  }
  .rank-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rank-line, .rank-line-1 {
    display: none;
  }
  .regcard-1 {
    margin-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .regcard-2 {
    margin-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .register-plank-1, .register-plank-2, .register-plank-3, .register-plank-4 {
    margin-left: 0;
    margin-right: 0;
  }
  .register-plank-2, .register-plank-4 {
    margin-top: 60px;
  }
  .rank-btn {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .questions-line {
    display: none;
  }
  .questions-wrap {
    border-radius: 15px;
    padding-left: 20px;
    padding-right: 10px;
  }
  .questions {
    padding-bottom: 10px;
  }
  .questions-title {
    height: 80px;
    margin-bottom: 10px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: Poppins;
  font-style: normal;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  font-family: 'Poppins', Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
}

.page-desc-text {
  font-family: 'Poppins', Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #FFFAF3;
}

.page-desc-screen {
  padding-top: 10px;
  padding-bottom: 10px;
}

.red-band {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.red-text {
  font-family: 'Poppins', Roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #FEC882;
  margin-left: 4px;
}

.red-link {
  text-decoration: none;
  font-family: 'Poppins', Roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #FFFAF3;
}

.red-link::after {
  content: ' – ';
  color: #FFFAF3;
}

.main-bonus {
  text-align: center;
  padding-top: 55px;
  padding-bottom: 70px;
  border-radius: 5px;
}

.bonus-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
  padding-bottom: 30px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.bonus-wrap-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
  padding-bottom: 30px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.bonus-cart {
  overflow: hidden;
}

.bonus-cart-2 {
  overflow: hidden;
}

.bonus-content {
  width: 935px;
  position: relative;
  padding-top: 16px;
  padding-left: 50px;
  padding-bottom: 30px;
  border-radius: 5px;
  border: 1px solid #FEC882;
  background: linear-gradient(45deg, #322e2f96 37%, #fec88245);
}

.bonus-content-2 {
  width: 935px;
  position: relative;
  padding-top: 16px;
  padding-left: 50px;
  padding-bottom: 30px;
  border-radius: 5px;
  border: 1px solid #FEC882;
  background: linear-gradient(45deg, #322e2f96 37%, #fec88245);
}

.bonus-label {
  font-family: 'Poppins', Roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #FFFAF3;
}

.bonus-badge-1 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.bonus-badge-2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.bonus-badge-3 {
  position: absolute;
  right: -50px;
  bottom: 0;
}

.bonus-badge-4 {
  position: absolute;
  right: 10px;
  bottom: 0;
}

.bonus-subtitle {
  font-family: 'Poppins', Roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #FFFAF3;
}

.bonus-title {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Poppins', Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 110%;
  color: #FFFAF3;
}

.bonus-text {
  max-width: 515px;
  font-family: 'Poppins', Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #FFFAF3;
}

.bonus-img {
  display: block;
}

.questions-block {
  position: relative;
}

.line-questions {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #FD2D5E;
  -webkit-box-shadow: 0px 0px 10px #FD2D5E;
          box-shadow: 0px 0px 10px #FD2D5E;
}

@media screen and (max-width: 1200px) {
  .bonus-bg {
    width: 80%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #2725297d), to(#ffffff00));
    background: linear-gradient(90deg, #2725297d 50%, #ffffff00);
    z-index: -1;
  }
  .bonus-block {
    overflow: hidden;
  }
  .bonus-content {
    margin-left: 10px;
    margin-right: 10px;
    z-index: 4;
  }
  .bonus-content-2 {
    margin-left: 10px;
    margin-right: 10px;
    z-index: 4;
  }
  .bonus-badge-1 {
    right: -55px;
    z-index: -2;
  }
  .bonus-badge-2 {
    z-index: -2;
  }
  .bonus-badge-3 {
    z-index: -2;
  }
  .bonus-badge-4 {
    z-index: -2;
  }
}

@media screen and (max-width: 768px) {
  .bonus-bg {
    width: 100%;
  }
  .bonus-badge-1 {
    right: -55px;
  }
}

@media screen and (max-width: 576px) {
  .main-bonus {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-content {
    padding-top: 0;
  }
  .bonus-content, .bonus-content-2 {
    width: 315px;
    padding-left: 0;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
  }
  .bonus-badge-1 {
    display: none;
  }
  .bonus-badge-2 {
    display: none;
  }
  .bonus-badge-3 {
    display: none;
  }
  .bonus-badge-4 {
    display: none;
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-bg {
  padding-top: 87px;
  padding-bottom: 15px;
  overflow: hidden;
}

.footer-text {
  max-width: 800px;
  color: #D4C5B1;
  text-align: center;
  margin-left: 150px;
}

.footer-date {
  display: block;
  text-align: center;
  color: #FEC882;
  margin: 0;
}

@media screen and (max-width: 1440px) {
  .footer-text {
    margin-left: 75px;
  }
}

@media screen and (max-width: 1200px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-text {
    text-align: center;
    margin: auto;
  }
  .footer-logo {
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-partner {
    width: auto;
    margin-top: 10px;
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.error-main {
  height: calc(100vh - 170px);
}

.error-bg {
  height: 100%;
}

.error-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.error-badge {
  display: block;
}

.error-block-1 {
  text-align: center;
  width: 350px;
  height: 240px;
  padding-top: 60px;
  margin: 0 50px;
  background: url(../images/404bg1.png) no-repeat center;
}

.error-text {
  font-family: 'Poppins', Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 110%;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.error-nam {
  font-family: 'Poppins', Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 103px;
  line-height: 110%;
  color: #FFFAF3;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.footer-404 {
  height: 80px;
  background-color: #454347;
  padding-top: 20px;
}

@media screen and (max-width: 1200px) {
  .error-block-1 {
    margin: 0;
  }
}

@media screen and (max-width: 1024px) {
  .error-main {
    height: 100%;
  }
  .error-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .error-block-1 {
    height: 236px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .error-circle {
    text-align: center;
    margin-top: 30px;
  }
}
