/* === MEDIA === */

@media (min-width: 479.98px) {
    article .button,
    .article .button {
      min-width: 167px;
    }
  
    .reviews__section {
      padding-top: 20px;
      padding-bottom: 20px;
    }
  
    .reviews__title:not(:last-child) {
      margin-right: 20px;
    }
  }
  
  @media (min-width: 767.98px) {
    body {
      font-size: 16px;
    }
  
    .table tbody > tr:first-child th,
    .table tbody > tr:first-child td {
      padding-top: 32px;
      -webkit-border-top-left-radius: 6px;
      -moz-border-radius-topleft: 6px;
      border-top-left-radius: 6px;
    }
  
    .table tbody > tr:last-child th,
    .table tbody > tr:last-child td {
      padding-bottom: 32px;
      -webkit-border-bottom-left-radius: 6px;
      -moz-border-radius-bottomleft: 6px;
      border-bottom-left-radius: 6px;
    }
  
    .table th {
      width: 295px;
    }
  
    .table.col {
      table-layout: fixed;
    }
  
    .table.col th {
      width: auto;
    }
  
    .cards__bonus-card > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 50%;
      -moz-box-flex: 0;
      flex: 0 1 50%;
    }
  
    .bonus-card__article {
      margin-left: 10px;
    }
  
    .pros__section {
      padding-bottom: 22px;
    }
  
    .header__menu:not(:last-child) {
      margin-right: 20px;
    }
  
    .header-menu__button {
      display: none;
    }
  
    .header-menu__list a {
      white-space: nowrap;
    }
  
    .header-menu-sub__dropdown a {
      white-space: nowrap;
    }
  
    .cover__section {
      min-height: 500px;
    }
  
    .cover__button {
      font-size: 26px;
      padding: 19px;
      min-width: 400px;
    }
  
    .footer__section {
      padding: 20px;
    }
  
    .footer__logos li {
      min-width: 116px;
    }
  
    .footer__article {
      margin-top: 32px;
    }
  }
  
  @media (min-width: 991.98px) {
    .pros {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      justify-content: space-between;
    }
  
    .pros__section {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 49.1935483871%;
      -moz-box-flex: 0;
      flex: 0 1 49.1935483871%;
    }
  
    .header__menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      align-items: center;
    }
  
    .header-menu__app {
      display: none;
    }
  
    .cover__button:not(:last-child) {
      margin-bottom: 0;
    }
  
    .faq__title.l {
      font-size: 48px;
    }
  
    .footer__logos {
      padding: 0 77px 20px;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      justify-content: space-between;
    }
  }
  
  @media (max-width: 1270px) {
    .cover__image {
      right: -20%;
    }
  }
  
  @media (max-width: 991.98px) {
    #burger {
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      position: relative;
      z-index: 10;
      display: block;
      width: 48px;
      height: 48px;
      padding: 2px;
      cursor: pointer;
      border: 1px solid #fff;
    }
  
    #burger span,
    #burger::before,
    #burger::after {
      position: absolute;
      left: 50%;
      width: 60%;
      height: 2px;
      content: "";
      background-color: #fff;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
    }
  
    #burger::before {
      top: 31%;
    }
  
    #burger::after {
      bottom: 31%;
    }
  
    #burger span {
      top: -webkit-calc(50% - 1px);
      top: -moz-calc(50% - 1px);
      top: calc(50% - 1px);
    }
  
    .menu-open #burger span {
      -webkit-transform: translateX(-50%) scale(0);
      -moz-transform: translateX(-50%) scale(0);
      -o-transform: translateX(-50%) scale(0);
      transform: translateX(-50%) scale(0);
    }
  
    .menu-open #burger::before {
      top: -webkit-calc(50% - 1px);
      top: -moz-calc(50% - 1px);
      top: calc(50% - 1px);
      -webkit-transform: translateX(-50%) rotate(-45deg);
      -moz-transform: translateX(-50%) rotate(-45deg);
      -o-transform: translateX(-50%) rotate(-45deg);
      transform: translateX(-50%) rotate(-45deg);
    }
  
    .menu-open #burger::after {
      bottom: -webkit-calc(50% - 1px);
      bottom: -moz-calc(50% - 1px);
      bottom: calc(50% - 1px);
      -webkit-transform: translateX(-50%) rotate(45deg);
      -moz-transform: translateX(-50%) rotate(45deg);
      -o-transform: translateX(-50%) rotate(45deg);
      transform: translateX(-50%) rotate(45deg);
    }
  
    .pros > *:not(:last-child) {
      margin-bottom: 20px;
    }
  
    .header__menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      align-items: center;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      max-height: -webkit-calc(100vh - 78px);
      max-height: -moz-calc(100vh - 78px);
      max-height: calc(100vh - 78px);
      padding: 20px 15%;
      overflow-y: auto;
      text-align: center;
      background-color: #081220;
      -webkit-box-shadow: 0 5px 5px 0 rgba(255, 255, 255, 0.2);
      -moz-box-shadow: 0 5px 5px 0 rgba(255, 255, 255, 0.2);
      box-shadow: 0 5px 5px 0 rgba(255, 255, 255, 0.2);
      -webkit-transform: translateY(-200vh);
      -moz-transform: translateY(-200vh);
      -o-transform: translateY(-200vh);
      transform: translateY(-200vh);
      opacity: 0;
      visibility: hidden;
    }
  
    .menu-open .header__menu {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
  
    .header__menu > *:not(:last-child) {
      margin-bottom: 20px;
    }
  
    .header__app {
      display: none;
    }
  
    .header-menu__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      flex-direction: column;
    }
  
    .cover__section {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      align-items: center;
      text-align: center;
    }
  
    .cover__image {
      max-width: 239.5px;
      max-height: 228px;
      position: relative;
      right: unset;
      margin-bottom: -60px;
    }
  
    .faq__list li > button {
      padding: 10px 70px 10px 20px;
    }
  
    .faq__list li > button span {
      width: 30px;
      height: 30px;
    }
  
    .footer__logos {
      overflow-x: auto;
    }
  }
  
  @media (max-width: 991.98px) and (max-width: 767.98px) {
    #burger {
      width: 40px;
      height: 40px;
    }
  
    .pros > *:not(:last-child) {
      margin-bottom: 10px;
    }
  }
  
  @media (max-width: 767.98px) {
    body {
      font-size: 14px;
    }
  
    .content {
      padding: 74px 10px 10px;
    }
  
    .content > *:not(:last-child) {
      margin-bottom: 10px;
    }
  
    .button {
      padding: 10px 24px;
    }
  
    h1,
    .title.xxl {
      font-size: 40px;
    }
  
    h2,
    .title.xl {
      font-size: 34px;
    }
  
    h3,
    .title.l {
      font-size: 34px;
    }
  
    h4,
    .title.m {
      font-size: 21px;
    }
  
    .app {
      white-space: normal;
    }
  
    .table tbody > tr {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      flex-direction: column;
    }
  
    .table th,
    .table td {
      padding: 8px;
    }
  
    .table.col tbody > tr {
      display: table-row;
    }
  
    .table.col tbody th,
    .table.col tbody td {
      padding: 8px;
    }
  
    .cards__bonus-card {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      align-items: center;
    }
  
    .cards > *:not(:last-child) {
      margin-bottom: 10px;
    }
  
    .bonus-card__image {
      margin: 0 auto 20px;
    }
  
    .dummy {
      top: -70px;
    }
  
    .section {
      padding: 15px;
    }
  
    .section > *:not(:last-child) {
      margin-bottom: 10px;
    }
  
    .section__scroll {
      overflow-x: auto;
    }
  
    .pros__section > div:first-of-type {
      font-size: 26px;
    }
  
    .pros__section > div:first-of-type > div:first-of-type {
      padding: 8px;
      width: 32px;
      height: 32px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 32px;
      -moz-box-flex: 0;
      flex: 0 0 32px;
    }
  
    .image {
      padding: 0;
    }
  
    .header__content {
      padding-top: 8px;
      padding-bottom: 8px;
    }
  
    .header__content > *:not(:last-child) {
      margin-bottom: 0;
    }
  
    .header-menu__list a {
      font-size: 20px;
    }
  
    .header-menu__sub {
      display: none;
    }
  
    .header-menu-sub__dropdown a {
      padding: 15px;
      font-size: 18px;
    }
  
    .header-buttons__button {
      display: none;
    }
  
    .cover__section > *:not(:last-child) {
      margin-bottom: 10px;
    }
  
    .faq__list li:not(:last-child) {
      margin-bottom: 10px;
    }
  
    .faq__list li > div {
      padding: 15px;
    }
  
    .footer__logos {
      padding-bottom: 15px;
    }
  
    .footer__article {
      padding-right: 0;
      padding-top: 70.2px;
      text-align: center;
    }
  
    .footer__article:after {
      top: 0;
      right: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 59.5px;
      height: 59.5px;
    }
  }
  
  @media (max-width: 479.98px) {
    .button {
      width: 100%;
    }
  
    h1,
    .title.xxl {
      font-size: 32px;
    }
  
    h2,
    .title.xl {
      font-size: 26px;
    }
  
    h3,
    .title.l {
      font-size: 28px;
    }
  
    h4,
    .title.m {
      font-size: 18px;
    }
  
    .table {
      font-size: 10px;
    }
  
    .table.col thead tr th:first-child {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
    }
  
    .table.col thead tr th:last-child {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
    }
  
    .pros__section > div:first-of-type {
      font-size: 18px;
    }
  
    article > *:not(h1, h2, h3, h4, h5, h6),
    .article > *:not(h1, h2, h3, h4, h5, h6) {
      text-align: justify;
    }
  
    article h1,
    article h2,
    article h3,
    article h4,
    article h5,
    article h6,
    .article h1,
    .article h2,
    .article h3,
    .article h4,
    .article h5,
    .article h6 {
      text-align: center;
    }
  
    .footer__bottom {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      justify-content: center;
    }
  }
  
  @media (any-hover: hover) {
    .button:hover {
      opacity: 0.8;
    }
  
    .logo:hover {
      opacity: 0.7;
    }
  
    .app:hover {
      opacity: 0.8;
    }
  
    .table a:hover {
      text-decoration: underline;
    }
  
    .header-menu__list a:hover {
      opacity: 1;
    }
  
    .header-menu-sub__dropdown a:hover {
      opacity: 1;
    }
  
    .reviews-buttons__button:hover {
      background-color: #dee5e9;
    }
  
    .reviews-buttons__button:hover svg {
      fill: white;
    }
  }