@media screen and (max-width: 1300px) {
    .header {
      padding: 16px 30px;
    }
  
    .menu li > a {
      padding: 9px 12px;
    }
  
    .hdrer__button {
      min-width: auto;
      padding: 14px 20px;
    }
  
    .weelcomee__button {
      text-shadow: none;
    }
  
    .transparent-flag {
      display: none;
    }
  
    .txte__rating .rating__image {
      max-width: 280px;
    }
  
    .faq ul {
      margin: -4px 0;
      max-height: 100%;
    }
  
    .faq__item {
      margin: 4px 0;
      width: 100%;
    }
  
    .fature__cover {
      padding: 0;
    }
  
    .fature__wrper {
      margin-left: 345px;
    }
  }
  
  @media screen and (max-width: 1200px) {
    .bonus-page .cantante-body,
    .app-page .cantante-body {
      width: 100%;
    }
  
    .cantante-wrapper {
      padding: 20px 20px 0 20px;
    }
  
    .hdrer__batone-menu {
      padding: 13px;
      margin: 0 0 0 16px;
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3;
      min-width: 0;
      border: 1px solid #ffffff;
      background-color: transparent;
    }
  
    .hdrer__batone-menu svg {
      display: block;
      margin: 0;
    }
  
    .hdrer__batone-menu svg rect {
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }
  
    .hdrer__batone-menu.active {
      background: #e4e8ec !important;
    }
  
    .hdrer__batone-menu.active svg rect:nth-child(n) {
      width: 20px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
    }
  
    .hdrer__menu {
      padding: 46px 32px;
      display: block;
      position: absolute;
      top: -100vh;
      left: 0;
      width: 100%;
      height: auto;
      max-height: calc(100vh - 75px);
      overflow: auto;
      background: #e4e8ec;
      text-align: center;
      -webkit-box-shadow: 0 0 125px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 125px rgba(0, 0, 0, 0.2);
      opacity: 0;
      margin: 0 !important;
      z-index: -1;
      -webkit-transition: all 0.75s;
      -o-transition: all 0.75s;
      transition: all 0.75s;
    }
  
    .hdrer__menu ul {
      display: block;
      max-width: 320px;
    }
  
    .hdrer__menu ul:last-child {
      display: block;
    }
  
    .hdrer__menu > * {
      margin: 24px auto 0 auto !important;
    }
  
    .hdrer__batone-menu.active ~ .hdrer__menu {
      top: 100%;
      opacity: 1;
    }
  
    .menu ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 16px 0;
      background-color: transparent;
    }
  
    .menu li > a {
      border: 1px solid #fff;
    }
  
    .menu li {
      width: 100%;
    }
  
    .menu li + li {
      margin: 10px 0 0 0;
    }
  
    .prm__cover {
      padding: 0;
    }
  
    .sadbare_head {
      padding: 15px 12px;
    }
  
    .sadbare_head .button .icon-play {
      margin-right: 5px;
    }
  
    .sadbare_rur p {
      font-size: 14px;
    }
  
    .sadbare_rur {
      padding: 20px 5px 10px 5px;
    }
  
    .sadbare_head .button span {
      text-align: center;
    }
  
    .benefits__wr ul {
      margin: -12px 0;
    }
  
    .txte__rating .rating__text {
      font-size: 22px;
    }
  
    .rating__text > span {
      font-size: 28px;
    }
  
    .support li span:last-of-type {
      padding: 0;
    }
  
    .feedback {
      padding: 32px 40px 40px 40px;
    }
  
    .feedback-carousel .item {
      margin: 60px 0 30px 0;
    }
  
    .fature__wrper {
      margin-left: 335px;
      padding: 48px 20px 36px;
    }
  
    .fature__general {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 185px;
      -ms-flex: 1 0 185px;
      flex: 1 0 185px;
    }
  
    .fature__cover > * {
      padding-bottom: 70px;
    }
  
    .bonus-page .fature__wrper,
    .app-page .fature__wrper {
      margin: 0;
      max-width: 100%;
    }
  
    .bonus-page .fature__informationne p,
    .app-page .fature__informationne p {
      max-width: 100%;
    }
  }
  
  @media screen and (max-width: 1024px) {
    .fature__general {
      -webkit-flex-basis: 192px;
      -ms-flex-preferred-size: 192px;
      flex-basis: 192px;
    }
  
    .sidebar {
      display: none;
    }
  
    .cantante-body {
      width: 100%;
    }
  
    .hdrer__menu .sadbare_menu,
    .hdrer__menu .sadbare_blck {
      display: block;
      max-width: 580px;
      margin-top: 10px;
      padding: 0;
    }
  
    .menu .sadbare_menu ul {
      max-width: 100%;
    }
  
    .menu .sadbare_menu li {
      margin: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border: none;
    }
  
    .sadbare_menu li:not(:last-child)::after {
      display: none;
    }
  
    .menu .sadbare_menu li a {
      margin: 4px 8px;
      width: calc((100% - 32px) / 2);
      min-width: 240px;
      color: #7c7c7c;
      background-color: #ffffff;
      border: 1px solid #7c7c7c;
    }
  
    .menu .sadbare_menu li a:hover,
    .menu .sadbare_menu li a:focus {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05);
    }
  
    .txte__rating {
      padding: 16px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    .txte__rating .rating__text {
      text-align: right;
    }
  
    .feedback__rur {
      margin: 0 0 17px 0;
    }
  
    .fature__wrper {
      margin-left: 0;
      max-width: 100%;
    }
  
    .fature__informationne p {
      max-width: 100%;
    }
  
    .app-banner__inner + .app-banner__inner {
      margin-left: 16px;
    }
  }
  
  @media screen and (max-width: 850px) {
    .benefits__wr ul li:nth-of-type(n) {
      margin: 12px 0;
      width: 100%;
    }
  
    .feedback {
      padding: 20px;
    }
  
    .bonus-page .prm__image {
      right: 0;
    }
  
    .app-banner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .app-banner__inner {
      width: calc(100% - 200px);
      text-align: center;
    }
  
    .app-banner__inner + .app-banner__inner {
      margin-left: 0;
    }
  
    .app-banner__image {
      opacity: 0.7;
      bottom: 20%;
      left: 0;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  }
  
  @media screen and (max-width: 768px) {
    h2,
    h3,
    h4,
    .title.high,
    .title.middle,
    .title.mini {
      text-align: center;
    }
  
    h2,
    .title.high,
    .weelcomee__rur,
    .faq__rur {
      font-size: 28px;
    }
  
    h3,
    .title.middle {
      font-size: 25px;
    }
  
    h4,
    .title.mini {
      font-size: 25px;
    }
  
    .battone-booxe {
      text-align: center;
    }
  
    .owl-button.owl-prev {
      left: -20px;
      margin: 0;
    }
  
    .owl-button.owl-next {
      right: -20px;
    }
  
    .header .hdrer__button {
      display: none;
    }
  
    .hdrer__menu .hdrer__batone-login,
    .hdrer__menu .hdrer__batone-signup {
      display: inline-block;
      min-width: 160px;
      margin: 0;
    }
  
    .weelcomee__cover {
      -webkit-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
    }
  
    .weelcomee__wr {
      padding: 40px;
      width: 100%;
      text-align: center;
    }
  
    .weelcomee__rur,
    .weelcomee__wr p {
      text-align: center;
    }
  
    .benefits {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  
    .benefits__wr {
      width: 100%;
    }
  
    .benefits__wr + .benefits__wr {
      margin-top: 24px;
    }
  
    .txte__rating {
      margin: 24px 0;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  
    .txte__rating > * {
      width: 100%;
      text-align: center;
    }
  
    .txte__rating .rating__image {
      margin: 16px auto 0;
    }
  
    .txte__rating .rating__text {
      font-size: 18px;
      text-align: center;
    }
  
    .rating__text > span {
      font-size: 22px;
    }
  
    .support__buttons {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    .support__button {
      margin: 12px 4px 0 4px;
    }
  
    .fature__wrper {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  
    .fature__wrper > * {
      margin: 20px 0;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
    }
  
    .fature__logo img {
      margin: auto;
    }
  
    .fature__informationne {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1;
      padding-left: 0;
      padding-right: 0;
    }
  
    .fature__general {
      text-align: center;
    }
  
    .fature__copy {
      margin: 0 !important;
      text-align: center;
    }
  
    .welcome-item__button {
      min-width: auto;
    }
  }
  
  @media screen and (max-width: 605px) {
    .battone-booxe {
      text-align: center;
    }
  
    .sidebar {
      margin-right: 12px;
    }
  
    .cantante-wrapper {
      padding: 10px 10px 0 10px;
    }
  
    .content,
    .cover {
      padding-left: 12px;
      padding-right: 12px;
    }
  
    .section {
      padding: 24px 20px;
    }
  
    body {
      font-size: 14px;
    }
  
    .apps {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .apps__btn {
      margin: 0 0 14px;
    }
  
    .apps__text {
      text-align: center;
      font-size: 14px;
    }
  
    .prm__cover {
      padding: 0;
    }
  
    .prm__image {
      height: 100%;
    }
  
    .prm__wr {
      padding: 55px 20px 55px 20px;
      min-height: 280px;
      background: rgba(43, 43, 43, 0.3);
      text-align: center;
    }
  
    .title.prm__rur {
      font-size: 32px;
      text-align: center;
    }
  
    .bonus-page .prm__wr {
      padding: 40px 20px;
    }
  
    .weelcomee__cover {
      padding: 0;
    }
  
    .weelcomee__wr {
      padding: 40px 20px;
    }
  
    .weelcomee__image {
      opacity: 0.6;
    }
  
    .faq__item {
      padding: 16px;
    }
  
    .support li img {
      max-width: 24px;
    }
  
    .support li span + span {
      margin-left: 8px;
    }
  
    .support li span:nth-child(2) {
      min-width: 100px;
    }
  
    .fature__cover > * {
      padding-top: 30px;
    }
  
    .fature__cover {
      padding: 0;
    }
  
    .fature__wrper {
      padding: 32px 20px 60px;
    }
  
    .fature__copy {
      padding: 17px 10px;
    }
  
    .breadcrumbs {
      margin: 0 0 24px 0;
      text-align: center;
    }
  
    .gallery__background img {
      -o-object-position: 74% bottom;
      object-position: 74% bottom;
    }
  
    .app-page .breadcrumbs {
      margin: 0 0 24px -10px;
    }
  
    .slots__aaansert-top .slots__rur {
      font-size: 25px;
    }
  }
  
  @media screen and (max-width: 550px) {
    .hdrer__menu .sadbare_aaansert-center {
      padding: 20px 100px 20px 20px;
    }
  
    .weelcomee__button {
      min-width: 250px;
    }
  
    .slots__aaansert-top {
      padding: 20px 150px 26px 20px;
    }
  
    .slots__aaansert-top .slots__rur {
      font-size: 20px;
    }
  
    .slots__gallery > * {
      width: calc((100% - 40px) / 2);
    }
  
    .feedback-carousel .item {
      padding: 63px 20px 35px 20px;
    }
  
    .fature__wrper > * {
      margin: 10px 0;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
    }
  
    .fature__general {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
    }
  
    .fature__informationne {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
    }
  
    .prm__cover {
      min-height: auto;
    }
  
    .gallery__background {
      bottom: 60px;
    }
  
    .weelcomee__gallery ul li {
      padding: 20px;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    .welcome-item__inner {
      margin: 24px 0 0 0;
      text-align: center;
    }
  
    .welcome-item__rur {
      text-align: center;
    }
  
    .app-banner__inner {
      min-width: 100%;
    }
  
    .app-banner__buttons {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    .app-banner__button {
      margin: 0 auto;
      min-width: 250px;
    }
  }
  
  @media screen and (max-width: 425px) {
    .prm__image {
      right: 0 !important;
    }
  
    .apps__text {
      font-size: 12px;
    }
  
    .prm__rating > div p {
      font-size: 13px;
    }
  
    .prm__wr {
      padding: 20px 15px 35px 15px;
    }
  
    .bonus-page .prm__wr {
      padding: 20px 15px 35px 15px;
    }
  
    .app-page .prm__wr {
      padding: 20px 15px 35px 15px;
    }
  
    .slots__aaansert-top {
      padding: 20px 90px 26px 10px;
    }
  
    .slots__aaansert-bottom {
      padding: 20px 20px 20px 10px;
    }
  
    .slots__aaansert-img {
      right: -60px;
      bottom: 0;
    }
  
    .txte__button {
      min-width: 250px;
    }
  
    .feedback-carousel .owl-nav {
      right: 0;
    }
  
    .faq-item__rur {
      font-size: 17px;
    }
  
    .hdrer__language-dropdown > div {
      padding: 9px 24px 9px 12px;
      min-width: 100px;
    }
  
    .hdrer__language-dropdown > div::before {
      right: 10px;
    }
  
    .hdrer__language-dropdown > ul {
      padding: 30px 7px 12px 12px;
      min-width: 100px;
    }
  
    .hdrer__language-dropdown.list-hidden > ul {
      padding: 0 7px 0 12px;
    }
  
    .hdrer__logo {
      max-width: 110px;
    }
  
    .hdrer__language-dropdown {
      max-width: 100px;
    }
  
    .menu li > a {
      padding: 9px;
    }
  
    .sadbare_menu a span {
      white-space: normal;
    }
  
    .hdrer__menu {
      padding: 32px 15px;
    }
  
    .hdrer__menu .hdrer__batone-login,
    .hdrer__menu .hdrer__batone-signup {
      min-width: 130px;
      padding: 16px 10px;
    }
  
    .prm__rating-text {
      font-size: 15px;
      margin-left: 7px;
    }
  
    .prm__wr {
      padding: 30px 10px 55px 10px;
    }
  
    .app-banner__buttons a {
      width: 100%;
    }
  
    .app-banner__buttons .app-banner__button {
      width: auto;
    }
  }
  
  @media screen and (max-width: 375px) {
    .slots__gallery > * {
      width: 100%;
      max-height: 180px;
    }
  }