@media screen and (max-width: 1300px) {
  .header {
    padding: 16px 30px;
  }

  .menu li>a {
    padding: 9px 12px;
  }

  .header__button {
    min-width: auto;
    padding: 14px 20px;
  }

  .welcome__button {
    text-shadow: none;
  }

  .transparent-flag {
    display: none;
  }

  .text__rating {
    padding: 0;
  }

  .text__rating .rating__image {
    max-width: 280px;
  }

  .footer__cover {
    padding: 0;
  }

  .footer__wrapper {
    margin-left: 345px;
  }
}

@media screen and (max-width: 1200px) {

  .bonus-page .content-body,
  .app-page .content-body {
    width: 100%;
  }

  .content-wrapper {
    padding: 20px 20px 0 20px;
  }

  .header__button-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;
  }

  .header__button-menu svg {
    display: block;
    margin: 0;
  }

  .header__button-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;
  }

  .header__button-menu.active {
    background: #2b6069 !important;
  }

  .header__button-menu.active svg rect:nth-child(n) {
    width: 20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .header__menu {
    padding: 46px 32px;
    display: block;
    position: absolute;
    top: -100vh;
    left: 0;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 75px);
    overflow: auto;
    background: #2b6069;
    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;
  }

  .header__menu ul {
    display: block;
    max-width: 320px;
  }

  .header__menu ul:last-child {
    display: block;
  }

  .header__menu>* {
    margin: 24px auto 0 auto !important;
  }

  .header__button-menu.active~.header__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;
  }

  .prime__cover {
    padding: 0;
  }

  .sidebar__head {
    padding: 15px 12px;
  }

  .sidebar__head .button .icon-play {
    margin-right: 5px;
  }

  .sidebar__title p {
    font-size: 14px;
  }

  .sidebar__title {
    padding: 20px 5px 10px 5px;
  }

  .sidebar__head .button span {
    text-align: center;
  }

  .text__rating .rating__text {
    font-size: 22px;
  }

  .rating__text>span {
    font-size: 28px;
  }

  .support__wrap {
    padding: 32px 20px;
  }

  .support__image {
    padding: 0;
  }

  .footer__wrapper {
    margin-left: 335px;
    padding: 48px 20px 36px;
  }

  .footer__general {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 185px;
    -ms-flex: 1 0 185px;
    flex: 1 0 185px;
  }

  .footer__cover>* {
    padding-bottom: 70px;
  }

  .bonus-page .footer__wrapper,
  .app-page .footer__wrapper {
    margin: 0;
    max-width: 100%;
  }

  .bonus-page .footer__wrapper::before,
  .bonus-page .footer__wrapper::after,
  .app-page .footer__wrapper::before,
  .app-page .footer__wrapper::after {
    width: 110vw;
    left: -5vw;
  }

  .bonus-page .footer__info p,
  .app-page .footer__info p {
    max-width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .footer__general {
    -webkit-flex-basis: 192px;
    -ms-flex-preferred-size: 192px;
    flex-basis: 192px;
  }

  .sidebar {
    display: none;
  }

  .content-body {
    width: 100%;
  }

  .header__menu .sidebar__menu,
  .header__menu .sidebar__blocks {
    display: block;
    max-width: 580px;
    margin-top: 10px;
    padding: 0;
  }

  .menu .sidebar__menu ul {
    max-width: 100%;
  }

  .menu .sidebar__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;
  }

  .sidebar__menu li:not(:last-child)::after {
    display: none;
  }

  .menu .sidebar__menu li a {
    margin: 4px 8px;
    width: calc((100% - 32px) / 2);
    min-width: 240px;
    color: #7c7c7c;
    background-color: #ffffff;
    border: 1px solid #7c7c7c;
  }

  .menu .sidebar__menu li a:hover,
  .menu .sidebar__menu li a:focus {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .text__rating {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text__rating .rating__text {
    text-align: right;
  }

  .feedback__title {
    margin: 0 0 34px 0;
  }

  .home-footer {
    background-color: #ffffff;
  }

  .footer__wrapper {
    margin-left: 0;
    max-width: 100%;
  }

  .footer__info p {
    max-width: 100%;
  }

  .home-footer .footer__wrapper {
    padding: 30px 0 0;
    margin-left: 0;
  }

  .app-banner__inner+.app-banner__inner {
    margin-left: 16px;
  }
}

@media screen and (max-width: 850px) {
  .benefits__wrap {
    padding: 80px 20px 40px 20px;
  }

  .benefits__wrap ul li {
    padding: 4px 20px;
    width: calc((100% - 24px) / 2);
  }

  .feedback-carousel {
    padding: 0;
  }

  .welcome__gallery ul li {
    width: calc((100% - 48px) / 2);
  }

  .app-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
  }
}

@media screen and (max-width: 768px) {

  h2,
  h3,
  h4,
  .title.high,
  .title.middle,
  .title.mini {
    text-align: center;
  }

  h2,
  .title.high,
  .welcome__title,
  .faq__title {
    font-size: 28px;
  }

  h3,
  .title.middle {
    font-size: 25px;
  }

  h4,
  .title.mini {
    font-size: 25px;
  }

  .owl-button.owl-prev {
    left: -20px;
    margin: 0;
  }

  .owl-button.owl-next {
    right: -20px;
  }

  .header .header__button {
    display: none;
  }

  .header__menu .header__button-login,
  .header__menu .header__button-signup {
    display: inline-block;
    min-width: 160px;
    margin: 0;
  }

  .header__language-dropdown>ul {
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .welcome__cover {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .welcome__wrap {
    padding: 40px 40px 20px;
    width: 100%;
    text-align: center;
  }

  .welcome__title,
  .welcome__wrap p {
    text-align: center;
  }

  .text__rating {
    margin: 24px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .text__rating>* {
    width: 100%;
    text-align: center;
  }

  .text__rating .rating__image {
    margin: 16px auto 0;
  }

  .text__rating .rating__text {
    font-size: 18px;
    text-align: center;
  }

  .rating__text>span {
    font-size: 22px;
  }

  .support {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    position: relative;
  }

  .support__wrap {
    width: 100%;
    min-height: 500px;
  }

  .support__wrap.support__image {
    position: absolute;
    z-index: -1;
    opacity: 0.5;
  }

  .support__image img {
    margin-left: auto;
  }

  .support__background {
    width: 100%;
  }

  .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;
    background-color: rgba(255, 255, 255, 0.75);
  }

  .footer__wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__wrapper>* {
    margin: 20px 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .footer__logo img {
    margin: auto;
  }

  .footer__info {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    padding-left: 0;
    padding-right: 0;
  }

  .footer__general {
    text-align: center;
  }

  .footer__copy {
    margin: 0 !important;
    text-align: center;
  }

  .app-banner__image {
    left: -140px;
  }
}

@media screen and (max-width: 605px) {
  .btn-box {
    text-align: center;
  }

  .sidebar {
    margin-right: 12px;
  }

  .content-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;
  }

  .prime__cover {
    padding: 0;
  }

  .prime__wrap {
    padding: 55px 20px 55px 20px;
    min-height: 280px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
  }

  .title.prime__title {
    font-size: 32px;
    text-align: center;
  }

  .app-page .prime-wrap__background {
    right: 0;
  }

  .bonus-page .prime__wrap {
    padding: 40px 20px;
  }

  .welcome__cover {
    padding: 0;
  }

  .welcome__wrap {
    padding: 24px 20px;
  }

  .benefits {
    padding: 0;
  }

  .faq__item {
    padding: 16px;
  }

  .footer__cover>* {
    padding-top: 30px;
  }

  .footer__cover {
    padding: 0;
  }

  .footer__wrapper {
    padding: 32px 20px 60px;
  }

  .footer__copy {
    padding: 17px 10px;
  }

  .breadcrumbs {
    margin: 0 0 24px 0;
    text-align: center;
  }

  .app-page .breadcrumbs {
    margin: 0 0 24px -10px;
  }

  .slots__banner-top .slots__title {
    font-size: 25px;
  }

  .support.section {
    padding: 0;
  }

  .support__wrap {
    min-height: 390px;
  }

  .welcome__gallery ul {
    margin: 0;
  }

  .welcome__gallery ul li {
    margin: 0;
    width: 100%;
  }

  .welcome__gallery ul li+li {
    margin-top: 24px;
  }

  .welcome-item__image {
    -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;
  }

  .welcome-item__title {
    margin: 24px 0 0 0;
  }

  .welcome-item__inner {
    text-align: center;
  }
}

@media screen and (max-width: 550px) {
  .header__menu .sidebar__banner-center {
    padding: 20px 100px 20px 20px;
  }

  .welcome__button {
    min-width: 250px;
  }

  .slots__banner-top {
    padding: 20px 150px 26px 20px;
  }

  .slots__banner-top .slots__title {
    font-size: 20px;
  }

  .slots__gallery>* {
    width: calc((100% - 40px) / 2);
  }

  .footer__wrapper>* {
    margin: 10px 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .footer__general {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer__info {
    -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;
  }

  .prime__cover {
    min-height: auto;
  }

  .benefits__wrap ul li {
    width: 100%;
  }

  .welcome__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: 0;
    padding: 16px 0;
    text-align: center;
  }

  .welcome-item__title {
    text-align: center;
  }

  .welcome-item__button {
    min-width: 190px;
  }

  .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) {
  .header__language-dropdown>ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }

  .apps__text {
    font-size: 12px;
  }

  .prime__rating>div p {
    font-size: 13px;
  }

  .prime__wrap {
    padding: 20px 15px 35px 15px;
  }

  .bonus-page .prime__wrap {
    padding: 20px 15px 35px 15px;
  }

  .app-page .prime__wrap {
    padding: 20px 15px 35px 15px;
  }

  .slots__banner-top {
    padding: 20px 90px 26px 10px;
  }

  .slots__banner-bottom {
    padding: 20px 20px 20px 10px;
  }

  .slots__banner-img {
    right: -60px;
    bottom: 0;
  }

  .text__button {
    min-width: 250px;
  }

  .faq-item__title {
    font-size: 17px;
  }

  .header__language-dropdown>div {
    padding: 9px 24px 9px 12px;
    min-width: 100px;
  }

  .header__language-dropdown>div::before {
    right: 10px;
  }

  .header__logo {
    max-width: 110px;
  }

  .header__language-dropdown {
    max-width: 100px;
  }

  .menu li>a {
    padding: 9px;
  }

  .sidebar__menu a span {
    white-space: normal;
  }

  .header__menu {
    padding: 32px 15px;
  }

  .header__menu .header__button-login,
  .header__menu .header__button-signup {
    min-width: 130px;
    padding: 16px 10px;
  }

  .prime__rating-text {
    font-size: 15px;
    margin-left: 7px;
  }

  .prime__wrap {
    padding: 30px 10px 55px 10px;
  }

  .app-banner__image {
    display: none;
  }

  .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;
  }
}