@media screen and (max-width: 1600px) {
  .header,
  .main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main {
    max-width: 100%;
  }

  .sidebar-left {
    left: 20px;
  }
  .sidebar-right {
    right: 20px;
  }

  .top {
    padding: 0;
    position: absolute;
    right: 250px;
  }

  .footer {
    max-width: -webkit-calc(100% - 240px * 2 - 16px * 2 - 20px * 2);
    max-width: calc(100% - 240px * 2 - 16px * 2 - 20px * 2);
  }

  .footer__links {
    padding: 0;
  }
}

@media screen and (max-width: 1500px) {
  .prime__wrap::after {
    content: '';
    position: absolute;
    width: 130%;
    height: 100%;
    left: -40%;
    bottom: 0;
    background: rgba(25, 35, 41, 0.7);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    z-index: -1;
  }

  .bonus-banner {
    padding: 40px;
    min-height: unset;
  }
}

@media screen and (max-width: 1300px) {
  .sidebar-right {
    display: none;
  }

  .main__wrap {
    margin-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 240px - 16px);
    -ms-flex: 0 0 calc(100% - 240px - 16px);
    flex: 0 0 calc(100% - 240px - 16px);
    max-width: -webkit-calc(100% - 240px - 16px);
    max-width: calc(100% - 240px - 16px);
  }

  .top {
    right: 20px;
  }

  .reviews__list {
    padding: 0;
  }

  .rating__list {
    padding: 0;
  }

  .footer {
    margin-right: 20px;
    max-width: -webkit-calc(100% - 240px - 16px - 20px * 2);
    max-width: calc(100% - 240px - 16px - 20px * 2);
  }
}

@media screen and (max-width: 1200px) {
  .menu li:not(:last-child)::after {
    margin: 0 4px;
  }

  .sidebar {
    padding-bottom: 0;
    position: -webkit-sticky;
    position: sticky;
  }

  .main__wrap {
    padding-bottom: 0;
  }

  table thead {
    font-size: 16px;
  }

  table thead td {
    padding: 12px;
  }

  table td {
    padding: 12px;
  }

  .app {
    padding: 40px 20px !important;
  }

  .bonus-banner {
    padding: 20px;
  }

  .bonus-banner__wrap {
    max-width: 450px;
  }

  .bonus-banner__title {
    font-size: 28px;
  }

  .bonus-banner__desc {
    font-size: 20px;
  }

  .text__background-wrap {
    padding: 20px;
  }

  .text-background-wrap__image {
    right: 20px !important;
    max-height: 220px;
  }

  .about-pros-cons__item {
    padding: 20px;
  }

  .about__table tr > *:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 38%;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
  }

  .footer {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100%;
  }

  .footer__countries {
    padding: 0 20px;
  }

  .footer__wrap {
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .text-wrapper__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media screen and (min-width: 1025px) {
  .menu > ul > li:hover .submenu li {
    display: block;
  }

  .menu > ul > li:hover .submenu {
    top: 0;
    opacity: 1;
    z-index: 100;
  }

  .submenu li::after {
    display: none !important;
  }

  .menu > ul > li > span + a:hover {
    color: #fff;
    text-shadow: 0 0.5px #fff, 0.5px 0 #fff;
  }

  .menu > ul > li:hover > span + a {
    color: #fff;
    text-shadow: 0 0.5px #fff, 0.5px 0 #fff;
  }

  .menu > ul > li:hover > span img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .menu > ul > .header-nav__expander > a {
    padding-right: 24px;
  }

  .menu > ul > .header-nav__expander > a::before {
    content: '';
    position: absolute;
    width: 11px;
    height: 6px;
    bottom: -webkit-calc(50% - 6px / 2);
    bottom: calc(50% - 6px / 2);
    right: 4px;
    background-image: url(../images/icons/arrow-bottom.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .menu > ul > .header-nav__expander:hover > a::before {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
  }
}

@media screen and (max-width: 1024px) {
  .header__button-menu {
    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;
    background: transparent;
    padding: 12px 13px;
    margin: 0 0 0 16px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #00aa81;
  }

  .header__button-menu svg {
    display: block;
    margin: 0;
    fill: #00aa81;
  }

  .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: #00aa81;
  }
  .header__button-menu.active ~ .menu {
    top: 100%;
    opacity: 1;
  }
  .header__button-menu.active svg,
  .header__button-menu:hover svg {
    fill: #fff;
  }

  .header__button-menu:hover {
    background: #00aa81;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .header__button-menu.active svg rect:nth-child(1) {
    x: -2px;
    y: 6px;
    width: 20px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  .header__button-menu.active svg rect:nth-child(2) {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0, 2);
    -ms-transform: scale(0, 2);
    transform: scale(0, 2);
  }

  .header__button-menu.active svg rect:nth-child(3) {
    x: -2px;
    y: 6px;
    width: 20px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .menu {
    display: block;
    position: absolute;
    top: -100vh;
    left: 0;
    width: 100%;
    height: auto;
    max-height: -webkit-calc(100vh - 80px);
    max-height: calc(100vh - 80px);
    overflow: auto;
    text-align: center;
    background: rgba(237, 241, 243, 0.8);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    opacity: 0;
    padding: 10px 32px 80px 32px;
    margin: 0 !important;
    z-index: -1;
    -webkit-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
  }

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

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

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

  .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,
  .menu .submenu a {
    width: 100%;
    text-align: center;
    padding: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #445058;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }

  .menu li > a[href]:hover {
    border-color: #ff6b00;
  }

  .menu li:not(:last-child)::after {
    margin: 10px 0;
  }
  .menu li {
    margin: 0 auto 16px !important;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu li:last-child {
    margin-bottom: 0;
  }
  .menu li::after {
    margin: 5px 0;
  }
  .menu li:last-child::after {
    display: none;
  }

  .menu .submenu {
    margin: 0;
    padding: 0;
    position: static;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-height: unset;
    opacity: 1;
    background: transparent;
  }

  .menu .submenu li:first-child::before {
    content: url(../images/icons/menu-divider.svg);
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
    width: 35px;
    height: 20px;
  }

  .header__logo {
    margin-left: 0;
    margin-right: auto;
  }

  .sidebar {
    display: none;
  }

  .main__wrap > * {
    padding: 20px;
  }

  .prime {
    width: 100%;
    overflow: hidden;
  }

  .text-background-wrap__image {
    bottom: -30px;
  }

  .main__wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .main__contents-table {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    -webkit-border-radius: 12px;
    border-radius: 12px;
  }
  .contents-table__head {
    padding: 12px 40px 12px 12px;
  }

  .contents-table a {
    padding: 8px 12px;
  }

  .contents-table__head::before {
    right: 16px;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
  .contents-table.active .contents-table__head::before {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
  }

  .bonus-banner__wrap {
    max-width: 536px;
  }
}

@media screen and (max-width: 900px) {
  .cover {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main__wrap > * {
    padding: 16px;
  }

  .header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text__background-wrap {
    padding: 16px;
  }

  .text__box {
    padding: 16px;
  }

  .about-pros-cons__item {
    padding: 16px;
  }

  .app {
    padding: 32px 16px !important;
  }

  .footer__countries,
  .footer__wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 768px) {
  .header__buttons {
    padding: 12px 16px;
    margin: 0 !important;
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px 10px;
    position: fixed;
    width: 100vw;
    bottom: 0;
    left: 0;
    background-color: #435057;
  }
  .header__button {
    margin: 4px 0;
    padding: 9px 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    min-width: unset;
  }

  .header__button-menu {
    margin-left: 12px;
  }

  .menu {
    max-height: -webkit-calc(100vh - 64px);
    max-height: calc(100vh - 64px);
  }

  .prime {
    min-height: 320px;
  }

  .prime__wrap {
    padding: 20px;
    max-width: 550px;
  }

  .text-box__image {
    right: -30px !important;
  }

  .text-box__item {
    max-width: -webkit-calc(100% - 250px);
    max-width: calc(100% - 250px);
  }

  .bonus-banner__wrap {
    max-width: 450px;
    background-color: rgba(67, 80, 87, 0.7);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }

  .bonus-banner__title {
    font-size: 24px;
  }

  .text-background-wrap__image {
    right: -40px !important;
  }

  .reviews-item__header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 0;
  }

  .reviews-item__title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .reviews-item__stars {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer__wrap {
    padding-bottom: 90px;
  }

  .top__button {
    bottom: 88px;
  }

  .footer-payment__list img {
    height: 24px;
  }

  .footer__links {
    padding: 0 64px;
    -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;
    gap: 20px;
  }

  .footer__links-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% - 40px) / 3);
    -ms-flex: 0 0 calc((100% - 40px) / 3);
    flex: 0 0 calc((100% - 40px) / 3);
  }
}

@media screen and (max-width: 605px) {
  h1,
  .title.general {
    font-size: 28px;
  }

  h2,
  .title.high {
    font-size: 20px;
  }
  h3,
  .title.middle {
    font-size: 18px;
  }

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

  .prime__wrap {
    padding: 12px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .prime__wrap::after {
    width: 100%;
    left: 0;
  }

  .prime__title {
    text-align: center;
  }

  .prime__image {
    right: -60px;
  }

  .text-box__image {
    z-index: -1;
  }

  .text-box__item {
    max-width: 100%;
  }

  .bonus-banner .bonus-banner__wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    text-align: center;
  }

  .bonus-banner .bonus-banner__title {
    text-align: center;
  }

  .bonus-banner__desc {
    font-size: 20px;
  }

  .breadcrumbs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .header__button-menu {
    min-width: auto;
    padding: 12px;
  }

  .breadcrumbs {
    padding: 0;
  }

  .text__table {
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px;
    overflow-x: scroll;
    width: -webkit-calc(100% + 16px * 2) !important;
    width: calc(100% + 16px * 2) !important;
  }

  .text__table::-webkit-scrollbar {
    display: none;
  }

  .text__table table {
    width: 740px;
  }

  .text footer,
  article footer,
  .text__footer {
    padding: 0;
  }

  .text-background-wrap__image {
    display: none;
  }

  .list-horizontal > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .list-horizontal {
    gap: 16px;
  }

  .app {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .app__bttns {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 220px;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .app__image {
    left: unset;
    right: -120px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .reviews__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .top {
    right: 16px;
  }

  .top__button {
    bottom: 84px;
    width: 42px;
    height: 42px;
  }

  .top__button img {
    width: 20px;
    height: 22px;
  }

  .footer__links {
    padding: 0 32px;
  }

  .footer__links-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% - 20px) / 2);
    -ms-flex: 0 0 calc((100% - 20px) / 2);
    flex: 0 0 calc((100% - 20px) / 2);
  }

  .footer__links a {
    text-align: center;
  }

  .footer__countries {
    gap: 12px;
  }

  .footer-payment__list li {
    padding: 8px;
  }
}

@media screen and (max-width: 475px) {
  .bonus-banner .bonus-banner__wrap {
    max-width: 100%;
  }

  .about__table {
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px;
    overflow-x: scroll;
    width: -webkit-calc(100% + 16px * 2) !important;
    width: calc(100% + 16px * 2) !important;
  }

  .about__table::-webkit-scrollbar {
    display: none;
  }

  .about__table table {
    width: 620px;
  }
}

@media screen and (max-width: 425px) {
  .text__table table {
    width: 640px;
  }

  .about__table {
    font-size: 14px;
  }

  .about__table td {
    padding: 8px 12px;
  }

  .faq-item__title {
    padding-right: 42px;
  }

  .faq-item::after {
    right: 14px;
  }

  .footer__links {
    padding: 0;
  }

  .footer__countries {
    gap: 8px;
  }

  .footer__countries .icon {
    padding: 8px 0;
    height: 40px;
  }

  .footer__countries .text {
    padding: 8px 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 375px) {
  h1,
  .title.general {
    font-size: 24px;
  }

  h2,
  .title.high {
    font-size: 18px;
  }

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

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

  .footer__links-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
