@charset "utf-8";
@media screen and (max-width: 1350px) {
  .footer__pays:before {
    left: -20px;
  }
  .footer__logos:before {
    right: -20px;
  }
}
@media screen and (max-width: 1300px) {
  .menu li > a {
    padding: 9px 12px;
  }
  .header__button {
    min-width: auto;
  }
  .mobile .prime__background img {
    -o-object-position: 33%;
    object-position: 33%;
  }
  .benefits__image {
    z-index: -1;
  }
  .benefits__background {
    z-index: -2;
  }
  .hero {
    padding-top: 7%;
    padding-bottom: 12%;
  }
  .cover {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .section {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    max-width: 100%;
  }
}
@media screen and (max-width: 1184px) {
  .cover {
    padding-left: 32px;
    padding-right: 32px;
  }
  .header {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .content-wrapper {
    padding: 20px 20px 0;
  }
  .header__logo {
    max-width: none;
  }
  .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: #202b32;
    padding: 10px;
    margin: 0 0 0 16px;
  }
  .header__button-menu svg {
    display: block;
    margin: 0;
    fill: #fff;
  }
  .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: #2bc69d;
  }
  .header__button-menu.active ~ .header__menu {
    top: 100%;
    opacity: 1;
  }
  .header__button-menu:hover {
    background: #2bc69d;
    -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);
  }
  .header__menu {
    display: block;
    position: absolute;
    top: -100vh;
    left: 0;
    width: 100%;
    height: auto;
    max-height: -webkit-calc(100vh - 78px);
    max-height: calc(100vh - 78px);
    overflow: auto;
    text-align: center;
    background: -o-radial-gradient(
      0% 50%,
      100% 3265.31%,
      #182127 0%,
      #173a48 47.8%,
      #182127 100%
    );
    background: radial-gradient(
      100% 3265.31% at 0% 50%,
      #182127 0%,
      #173a48 47.8%,
      #182127 100%
    );
    opacity: 0;
    padding: 40px 32px 80px;
    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 0px 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 {
    border: 1px solid #fff;
    -webkit-border-radius: 12px;
    border-radius: 12px;
  }
  .menu li {
    width: 100%;
  }
  .menu li + li {
    margin: 10px 0 0;
  }
  .hero {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero__wrap:nth-child(2) {
    padding: 0;
  }
  .hero__background {
    opacity: 0.4;
  }
  .welcome__type-list {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .benefits {
    padding: 20px;
  }
  .upto__image {
    right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .home .prime {
    padding: 45px 20px;
  }
  .prime {
    padding: 30px 20px 50px;
  }
  .welcome__type-list > li {
    -webkit-box-flex: -webkit-calc(50% - 20px);
    -webkit-flex: -webkit-calc(50% - 20px);
    -ms-flex: calc(50% - 20px);
    flex: calc(50% - 20px);
  }
  .upto__image {
    opacity: 0.56;
  }
}
@media screen and (max-width: 900px) {
  .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero__wrap:nth-child(2) {
    margin-left: auto;
    margin-top: 40px;
  }
  .hero__wrap:nth-child(1) {
    margin-right: auto;
  }
  .section {
    padding: 25px 0;
  }
  .upto {
    padding: 40px 20px;
  }
  .welcome__type {
    padding: 0;
  }
  .footer {
    padding: 40px 20px;
  }
  .footer__desc {
    padding: 0;
    margin-bottom: 40px;
  }
  .footer__pays {
    padding: 0;
    margin-bottom: 40px;
  }
  .footer__pays ul {
    -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;
  }
  .footer__logos:before {
    z-index: -1;
  }
  .footer__logos {
    padding: 25px 15px 15px;
  }
  .footer__logos ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
  .footer__logos li {
    margin: 10px;
  }
  .footer__bottom {
    padding: 0;
  }
  .footer__logo {
    margin: 40px 0;
  }
  .footer__logos:after {
    right: 30px;
  }
  .app-banner {
    padding: 30px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .app-banner__logo {
    margin-bottom: 60px;
  }
  .app-banner__background {
    opacity: 0.5;
  }
  .app-banner__inner {
    z-index: 1;
  }
  .app-banner__image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0.7;
  }
  .app-banner__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 800px) {
  .prime__image {
    opacity: 0.45;
  }
  .prime__background {
    opacity: 0.5;
  }
  .upto__image {
    opacity: 0.5;
  }
  .welcome__background img {
    opacity: 0.5;
    -o-object-position: right;
    object-position: right;
  }
  .title.prime__title {
    font-size: 8.5vw;
    line-height: 9.5vw;
  }
  .prime__title span {
    font-size: 7.5vw;
    line-height: 8vw;
  }
  .prime__text {
    font-size: 4vw;
    line-height: 5vw;
    color: #fff;
  }
  .prime__image {
    z-index: -1;
  }
  .prime .btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .welcome__image {
    opacity: 0.45;
  }
  .upto {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 700px) {
  .header .header__button {
    display: none;
  }
  .header__menu .header__button-signin,
  .header__menu .header__button-signup {
    display: inline-block;
    width: 160px;
    margin: 0;
  }
  .mobile .prime__background img {
    -o-object-position: center;
    object-position: center;
  }
  .benefits__image {
    display: none;
  }
  body {
    background-image: none;
  }
  .welcome__type-list > li {
    margin: 0;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
  .welcome__type-list > li + li {
    margin-top: 20px;
  }
  .welcome__type-list {
    margin: 0;
  }
  .prime__background img {
    -o-object-position: 66%;
    object-position: 66%;
  }
}
@media screen and (max-width: 600px) {
  h1,
  h1.title {
    font-size: 10vw;
    line-height: 11vw;
  }
  h2 {
    font-size: 8vw;
    line-height: 9vw;
    text-align: center;
  }
  h3 {
    font-size: 7vw;
    line-height: 8vw;
    text-align: center;
  }
  h4 {
    font-size: 6vw;
    line-height: 6vw;
    text-align: center;
  }
  article,
  .article {
    font-size: 16px;
  }
  article h2,
  .article h2 {
    font-size: 7vw;
    line-height: 8vw;
  }
  article h3,
  .article h3 {
    font-size: 6vw;
    line-height: 7vw;
  }
  article h4,
  .article h4 {
    font-size: 5vw;
    line-height: 6vw;
  }
  article .btn-box {
    text-align: center;
  }
  .section {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
  .footer {
    padding: 40px 15px;
  }
  .footer__pays:before {
    left: -15px;
  }
  .footer__logos:before {
    right: -15px;
  }
  .home .prime {
    padding: 30px 15px;
  }
  .prime {
    padding: 20px 15px 30px;
  }
  .prime__title {
    text-align: center;
  }
  .hero__title {
    font-size: 42px;
    line-height: 46px;
  }
  .hero__subtitle {
    font-size: 16px;
    line-height: 20px;
  }
  .hero__text {
    font-size: 14px;
    line-height: 18px;
  }
  .hero__wrap:nth-child(2) {
    text-align: right;
  }
  .hero__wrap:nth-child(2) .hero__subtitle {
    text-align: right;
  }
  .hero__wrap:nth-child(2) .hero__title {
    text-align: right;
  }
  .upto {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .upto__title {
    text-align: center;
    font-size: 7vw;
    line-height: 8vw;
  }
  .upto__text {
    font-size: 5vw;
    line-height: 6vw;
    text-align: center;
  }
  .prime__button.inverse {
    background-color: rgba(16, 23, 29, 0.7);
  }
  .prime__wrap {
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__menu {
    max-height: -webkit-calc(100vh - 70px);
    max-height: calc(100vh - 70px);
  }
  .btn-box {
    text-align: center;
  }
  .content,
  .cover {
    padding-left: 12px;
    padding-right: 12px;
  }
  body {
    font-size: 14px;
  }
  .breadcrumbs {
    font-size: 16px;
  }
  .prime__image {
    left: 0;
    width: 100%;
    max-width: 100%;
    z-index: -1;
    height: 100%;
  }
  .prime__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: auto;
  }
  .welcome__wrap {
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
  }
  .benefits__wrap > div {
    width: 100%;
  }
  .benefits__title {
    text-align: center;
  }
  .header__menu {
    padding: 40px 20px 80px;
  }
  .breadcrumbs {
    text-align: center;
  }
  .benefits {
    padding: 20px;
  }
  .benefits__list {
    margin: 0 auto;
  }
  .header {
    padding: 12px;
  }
  .header__language-dropdown > ul {
    top: 55px;
  }
  .welcome__background img {
    -o-object-position: 84%;
    object-position: 84%;
  }
  .about__table th,
  .about__table td {
    display: block;
    text-align: center;
  }
  .about__table td {
    padding-top: 0;
  }
  .about__table th span:first-child {
    margin-right: 14px;
  }
  .upto__background {
    opacity: 0.6;
  }
  .upto__image {
    width: 100%;
    height: 100%;
  }
  .upto__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .faq-item__title {
    padding: 10px 10px 10px 40px;
  }
  .faq-item__title:before {
    left: 0;
  }
  .faq-item__desc .wrap {
    padding: 16px 0 10px;
  }
  .footer__bottom div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__bottom img {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 500px) {
  .rating__numbers {
    font-size: 20px;
  }
  .header__language-dropdown {
    max-width: 100px;
    margin-left: auto;
  }
  .header__language {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .prime__button {
    min-width: 100%;
  }
  .upto__button {
    min-width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .header__button-menu {
    margin: 0;
  }
  .header__language-dropdown > ul {
    padding: 12px 7px 12px 12px;
  }
  .header__logo {
    max-width: 110px;
  }
  .menu li > a {
    padding: 9px;
  }
  .header__menu {
    padding: 32px 15px 80px;
  }
  .header__menu .header__button-signin,
  .header__menu .header__button-signup {
    width: 130px;
    padding: 16px 10px;
  }
  .header__menu .header__button-signin,
  .header__menu .header__button-signup {
    width: 100%;
  }
  .header__menu ul {
    max-width: 100%;
  }
  .content-wrapper {
    padding: 0 10px;
  }
}
@media screen and (max-width: 374px) {
  .app-banner__button {
    min-width: 85%;
  }
}
