@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');



body {

  overflow-x: hidden;

  font-family: 'Roboto', sans-serif;

  font-size: 16px;

  font-weight: 400;

  line-height: 1.5;

  color: #282b30;

  text-align: left;

  -moz-text-size-adjust: 100%;

  -ms-text-size-adjust: 100%;

  text-size-adjust: 100%;

  -webkit-text-size-adjust: 100%;

  background: #e5e8ed;

}



p {

  margin-bottom: 16px;

}



p:last-child {

  margin-bottom: 0;

}



ul,

ol {

  text-align: left;

}



ul > li,

ol > li {

  display: block;

  position: relative;

  list-style: none;

}



ul > li:first-child,

ol > li:first-child {

  padding-top: 0;

}



ol > li {

  counter-increment: step-counter;

}



ul > li:before,

ol > li:before {

  display: inline-block;

  position: absolute;

  top: 0;

  left: 0;

  width: 24px;

  text-align: center;

  padding: 8px 8px 0 0;

  padding-top: inherit;

}



ul > li:before {

  content: '-';

  color: #ffffff;

}



ol > li:before {

  content: counter(step-counter) '.';

  color: #ffffff;

}



a:hover {

  text-decoration: underline;

}





h1,

h2,

h3,

h4,

.title {

  display: block;

  position: relative;

  width: 100%;

  font-family: 'Roboto', sans-serif;

  font-weight: 700;

  color: #282b30;

  text-transform: uppercase;

  margin-bottom: 16px;

  text-align: left;

}



h1,

.title.general {

  font-size: 48px;

  line-height: 1.2;

}



h2,

h3,

h4 {

  font-size: 40px;

  line-height: 1.2;

}



.btn-box {

  text-align: left;

}





.article,

article {

  font-size: 16px;

  font-weight: 400;

  line-height: 1.5;

  text-align: left;

}



.article ul,

.article ol,

article ul,

article ol {

  margin-bottom: 16px !important;

}



.article ul > li,

.article ol > li,

article ul > li,

article ol > li {

  display: block;

  position: relative;

  list-style: none;

  padding: 0 0 0 26px;

}



.article ul > li + li,

.article ol > li + li,

article ul > li + li,

article ol > li + li {

  margin-top: 8px;

}



.article ul > li:before,

.article ol > li:before,

article ul > li:before,

article ol > li:before {

  display: inline-block;

  position: absolute;

}



.article ul > li:before,

article ul > li:before {

  content: '';

  left: 8px;

  top: -webkit-calc(50% - 7px / 2);

  top: calc(50% - 7px / 2);

  width: 5px;

  height: 5px;

  padding: 0;

  -webkit-border-radius: 50%;

          border-radius: 50%;

  background-color: #282b30;

}



.article ol > li:before,

article ol > li:before {

  color: #282b30;

  top: 0;

  left: 0;

  text-align: center;

  padding: 0;

}



.button.article__button {

  margin: 0;

  min-width: 200px;

  -webkit-box-shadow: none;

  box-shadow: none;

  line-height: 1.5;

}



.article > *,

article > * {

  margin-bottom: 16px;

}



.article > *:last-child,

article > *:last-child {

  margin-bottom: 0;

}



.article li:first-child,

article li:first-child {

  padding-top: 0;

}



.article p:first-child,

article p:first-child {

  margin-top: 0;

}



.article a,

article a {

  font-style: italic;

}



.article .btn-box,

article .btn-box {

  text-align: left;

}







.button {

  padding: 14px 24px;

  margin: 16px auto 0 auto;

  display: inline-block;

  position: relative;

  width: auto;

  min-width: 100px;

  height: auto;

  background: #EC622B;

  -webkit-border-radius: 32px;

          border-radius: 32px;

  font-size: 16px;

  font-weight: 700;

  line-height: 1.2;

  font-style: normal !important;

  text-align: center;

  text-transform: uppercase;

  color: rgba(255, 255, 255, 1);

  white-space: nowrap;

  vertical-align: middle;

  cursor: pointer;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.button:hover {

  -webkit-transform: scale(1.1);

  -ms-transform: scale(1.1);

  transform: scale(1.1);

  text-decoration: none;

}



.button.button-inverse {

  background: #4da533;

}



.button.button-contrast {

  background: #778ca9;

}



.button > img,

.button > span {

  display: inline-block;

  position: relative;

  font: inherit;

  line-height: 1;

  vertical-align: middle;

}



.button > img + span {

  margin-left: 10px;

}



.more-button {

  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: start;

  -webkit-justify-content: flex-start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  background: rgba(16, 23, 29, 0.5);

  -webkit-border-radius: 8px;

          border-radius: 8px;

  padding: 6px 12px;

  font-weight: 600;

  font-size: 12px;

  line-height: 20px;

  letter-spacing: 0.02em;

  color: #94aeb4;

  text-decoration: none;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

  margin-top: 8px;

}



.more-button img {

  margin-left: 8px;

}



.more-button:hover {

  -webkit-transform: scale(1.03);

  -ms-transform: scale(1.03);

  transform: scale(1.03);

  text-decoration: none;

}



.section {

  padding: 32px 20px;

  margin: 0 auto 20px auto;

  background: #ffffff;

  -webkit-border-radius: 6px;

          border-radius: 6px;

  position: relative;

  overflow: hidden;

  z-index: 0;

  max-width: 1240px;

}



.image img,

.background img {

  display: block;

  position: relative;

}



.image {

  z-index: -1;

}



.background img {

  margin: 0;

  width: 100%;

  height: 100%;

  -o-object-fit: cover;

  object-fit: cover;

}



.background {

  display: -webkit-box !important;

  display: -webkit-flex !important;

  display: -ms-flexbox !important;

  display: flex !important;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: start;

  -webkit-justify-content: flex-start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  position: absolute !important;

  top: 0;

  bottom: 0;

  right: 0;

  width: 100%;

  height: 100%;

  z-index: -1;

}



.background img {

  display: block;

}



.js-expand-content {

  display: none;

  overflow: hidden;

}



.js-expand-content.expanded {

  height: 100%;

}



svg {

  display: inline-block;

  position: relative;

  vertical-align: inherit;

  line-height: 1;

}

use {

  fill: rgba(255, 255, 255, 1);

  fill-rule: evenodd;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.path {

  fill: inherit;

  stroke: inherit;

  stroke-width: inherit;

}





.content,

.cover {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  position: relative;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

  height: 100%;

  width: 100%;

}



.cover {

  max-width: 100%;

  overflow: hidden;

  padding-left: -webkit-calc(50% - ((1270px - 30px) / 2));

  padding-left: calc(50% - ((1270px - 30px) / 2));

  padding-right: -webkit-calc(50% - ((1270px - 30px) / 2));

  padding-right: calc(50% - ((1270px - 30px) / 2));

}



.content-wrapper {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

  -webkit-flex-direction: row;

  -ms-flex-direction: row;

  flex-direction: row;

  width: 100%;

  padding: 20px 32px 0 32px;

  overflow: hidden;

}



.content > *,

.cover > * {

  display: block;

}





.header {

  padding-top: 16px;

  padding-bottom: 16px;

  overflow: initial;

  position: -webkit-sticky;

  position: sticky;

  top: 0;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

  -webkit-flex-direction: row;

  -ms-flex-direction: row;

  flex-direction: row;

  height: auto;

  background: #0d1d34;

  color: rgba(255, 255, 255, 1);

  z-index: 1000;

}



.header > * {

  display: block;

  width: auto;

}



.header__logo {

  max-width: 100px;

  margin-right: 25px;

}



.header__button-menu {

  display: none;

}



.header__button {

  padding: 12px 24px;

  margin: 0 0 0 16px;

  min-width: 100px;

}



.header__button-app {

  margin: 0;

  padding: 12px 24px;

  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;

  font-weight: 700;

  font-size: 16px;

  line-height: 1.5;

  background: #1a3769;

  -webkit-box-shadow: 0px 4px 18px rgba(14, 24, 17, 0.25);

  box-shadow: 0px 4px 18px rgba(14, 24, 17, 0.25);

  -webkit-border-radius: 6px;

          border-radius: 6px;

  text-decoration: none!important;

}

.header__button-app:hover {

  background: #254781;

  -webkit-transform: none;

      -ms-transform: none;

          transform: none;

}



.header__button-app img {

  margin-right: 10px;

  display: block;

  max-height: 24px;

}



.logo > img {

  display: block;

  position: relative;

  max-width: 100%;

  max-height: 48px;

}



.logo[href]:hover {

  opacity: 0.5;

}





.menu .header__button-mob {

  display: none;

}



.menu {

  -webkit-box-flex: 1;

  -ms-flex: 1;

  -webkit-flex: 1;

  flex: 1;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: start;

  -webkit-justify-content: flex-start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

}



.menu-desc {

  margin-left: 16px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: start;

  -webkit-justify-content: flex-start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-flex: 1;

  -webkit-flex: 1 1 auto;

  -ms-flex: 1 1 auto;

  flex: 1 1 auto;

  

}



.menu li {

  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;

  position: relative;

  padding: 0;

  min-width: 110px;

}



.menu li:before {

  display: none;

}



.menu li > a {

  padding: 8px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  font-size: 16px;

  line-height: 1.5;

  font-weight: 700;

  text-transform: uppercase;

  white-space: nowrap;

  color: #fff;

  opacity: 0.4;

  -webkit-transition: all 0.2s;

  -o-transition: all 0.2s;

  transition: all 0.2s;

}



.menu li > a.current {

  opacity: 1;

}



.menu li > a:hover {

  opacity: 1;

}



.menu li > a img {

  margin-right: 16px;

}



.header__button {

  -webkit-box-flex: 0;

  -webkit-flex: 0 1 auto;

  -ms-flex: 0 1 auto;

  flex: 0 1 auto;

  min-width: auto;

}



.header__button + .header__button {

  margin-left: 16px;

}



.menu-sub {

  position: relative;

  margin: 0 10px;

}



.menu-sub .hidden {

  display: none;

}



.menu-sub__button {

  display: block;

  position: relative;

  width: 32px;

  height: 24px;

  margin-top: -7px;

  background: transparent;

  -webkit-box-shadow: none;

  box-shadow: none;

  border: none;

  -webkit-border-radius: 0;

          border-radius: 0;

  opacity: 0.4;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}



.menu-sub__button svg {

  fill: #fff;



}



.menu-sub__button:hover  {

  opacity: 1;

}



.menu-sub__list {

  padding: 15px 10px;

  position: absolute;

  left: 50%;

  top: 45px;

  margin: auto;

  min-width: 200px;

  background: #0d1d34;

  z-index: 5;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

  -webkit-border-radius: 0 0 4px 4px;

          border-radius: 0 0 4px 4px;

  overflow: hidden;

}



.menu-sub__list ul {

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  -webkit-flex-direction: column;

  flex-direction: column;

}



.menu-sub__list li + li {

  margin-top: 12px;

}



.menu-sub__list li {

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

}



.menu-sub__list li > a {

  padding: 5px 10px;

}



.menu li:hover > a {

  text-decoration: none;

}



.header__language {

  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;

  text-decoration: none!important;

}

.header__language img {

  max-width: 24px;

  display: block;

  -webkit-border-radius: 100%;

          border-radius: 100%;

}

.header__language span {

  font-weight: 400;

  font-size: 16px;

  line-height: 24px;

  text-transform: uppercase;

  color: #647385;

  display: block;

  margin-left: 8px;

  -webkit-transition: all .3s;

  -o-transition: all .3s;

  transition: all .3s;

}

.header__language:hover span {

  color: #fff;

}



.main {

  display: block;

  position: relative;

  overflow-x: hidden;

}



.main > * {

  position: relative;

}







.prime__rating {

  margin: 0 0 16px 0;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-align: start;

  -webkit-align-items: flex-start;

  -ms-flex-align: start;

  align-items: flex-start;

}



.prime__rating p {

  font-size: 14px;

  font-weight: 500;

  line-height: 1.5;

  text-transform: uppercase;

  text-align: center;

  color: #ffffff;

  opacity: 0.8;

  margin: 4px 0 0 0;

}



.prime__rating-img {

  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;

}





.prime__rating-inner {

  margin: 0 auto;

  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;

}



.prime__rating-numbers {

  margin-right: 8px;

  display: -webkit-inline-box;

  display: -webkit-inline-flex;

  display: -ms-inline-flexbox;

  display: inline-flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  font-weight: 700;

  font-size: 24px;

  line-height: 1.5;

  text-transform: uppercase;

  color: #ffffff;

}



.prime__rating-numbers > span {

  margin: 0 4px;

}



.prime__rating-numbers > span:last-of-type {

  font-weight: 500;

  font-size: 14px;

}



.prime {

  padding-top: 0;

  padding-bottom: 0;

  margin-bottom: 20px;

  -webkit-box-align: start;

  -webkit-align-items: flex-start;

      -ms-flex-align: start;

          align-items: flex-start;

  position: relative;

  background: #000000;

  z-index: 0;

  overflow: hidden;

  -webkit-border-radius: 0;

          border-radius: 0;

}



.prime__image {

  position: absolute;

  right: -webkit-calc(50% - ((1400px - 30px) / 2));

  right: calc(50% - ((1400px - 30px) / 2));

  bottom: 45px;

  max-width: 497px;

  width: 100%;

  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;

}





.prime__wrap {

  padding: 84px 0px;

  text-align: right;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -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;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  width: 100%;

  max-width: 630px;

}

.home-page .prime__wrap {

  padding: 84px 0 52px 0;

}

.prime__desc {

  font-size: 6px;

  line-height: 1.5;

  margin-top: 10px;

  text-align: center;

  color: #ffffff;

}



.prime__title {

  max-width: 630px;

  margin-bottom: 16px;

  color: #ffffff;

  text-align: center;

}



.prime__title .txt-dark{

  color: #4DA533;

}



.prime__title .txt-light {

  color: #E7FE55;

}



.prime__button {

  min-width: 200px;

  margin: 0;

}





.navigation {

  padding: 0 !important;

  background: transparent;

  -webkit-border-radius: 0;

          border-radius: 0;

}



.header-menu-sub__list {

  margin: 0 0 0 16px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  overflow-x: scroll;

  width: auto;

}



.header-menu-sub__list li {

  padding: 0;

  width: -webkit-calc(100% / 3);

  width: calc(100% / 3);

}



.header-menu-sub__list li:before {

  display: none;

}



.header-menu-sub__list a {

  padding: 12px 8px;

  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;

  text-align: center;

  height: 100%;

  position: relative;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  font-size: 16px;

  line-height: 1.5;

  font-weight: 700;

  text-transform: uppercase;

  white-space: nowrap;

  color: #647385;

}



.header-menu-sub__list a:hover {

  text-decoration: none;

  background: #3d4f5a;

  -webkit-box-shadow: 0 1px 15px rgba(8, 38, 30, 0.5);

  box-shadow: 0 1px 15px rgba(8, 38, 30, 0.5);

}



.header-menu-sub__list a div {

  width: 32px;

  height: 32px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

}



.header-menu-sub__list a svg path {

  fill: #ffffff;

}



.header-menu-sub__list a svg {

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.header-menu-sub__list span {

  font-weight: 400;

  font-size: 10px;

  line-height: 1.2;

  text-align: center;

  color: #ffffff;

  display: block;

  margin-top: 3px;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.header-menu-sub__list a:hover span {

  color: #22c99d;

}



.header-menu-sub__list a:hover svg path {

  fill: #22c99d;

}



.scroll::-webkit-scrollbar {

  width: 4px;

  height: 4px;

  -webkit-border-radius: 8px;

          border-radius: 8px;

}



.scroll::-webkit-scrollbar-track {

  background: rgba(16, 23, 29, 0.5);

  -webkit-border-radius: 8px;

          border-radius: 8px;

}



.scroll::-webkit-scrollbar-thumb {

  background: #22c99d;

  -webkit-border-radius: 8px;

          border-radius: 8px;

  cursor: pointer !important;

}



.scroll-invisible::-webkit-scrollbar-track {

  background: transparent;

}



.scroll-invisible::-webkit-scrollbar-thumb {

  opacity: 0;

  cursor: none;

}





.app-banner {

  position: relative;

  padding: 0px 95px;

  overflow: hidden;

  position: relative;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  background: #001833;

}



.app-banner__logo {

  margin: 0 24px;

  max-height: 88px;

  max-width: 185px;

}



.app-banner__logo img {

  display: block;

  width: 100%;

  -o-object-fit: contain;

  object-fit: contain;

}



.app-banner__stores {

	padding: 20px 0;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

  text-align: center;

  z-index: 100;

}



.app-banner__stores a {

  padding: 16px 28px 16px 32px;

  margin: 8px 0;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: start;

  -webkit-justify-content: flex-start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  min-width: 240px;

  font-weight: 500;

  font-size: 14px;

  line-height: 1.14;

  text-transform: uppercase;

  color: #ffffff;

  text-align: left;

  background-color: #4da533;

  -webkit-border-radius: 12px;

          border-radius: 12px;

}



.app-banner__stores a:hover {

  background-color: #EC622B;

  text-decoration: none;

}



.app-banner__stores a img {

  margin-right: 12px;

  display: block;

  max-width: 32px;

  max-height: 32px;

}



.app-banner__image {

  height: 100%;

  max-width: 240px;

}



.app-banner__image img {

  display: block;

  height: 100%;

  width: 100%;

  -o-object-fit: cover;

  object-fit: cover;

}





.upto {

  padding: 116px 20px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -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;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  background-color: #0d1d34;

}





.upto__image {

  position: absolute;

  right: 0;

  bottom: 0;

  height: 100%;

}



.upto__image img {

  display: block;

  height: 100%;

  -o-object-fit: cover;

  object-fit: cover;

}



.upto__wrap {

  text-align: center;

}



.upto__title {

  margin: 0 0 16px 0;

  font-weight: 700;

  font-size: 48px;

  line-height: 1.2;

  color: #ec622b;

  text-transform: uppercase;

  text-align: center;

}



.upto__title .contrast-text {

  color: #ffffff;

}



.upto__text {

  margin: 0 0 16px 0;

  font-weight: 700;

  font-size: 24px;

  line-height: 1.3;

  text-align: center;

  text-transform: uppercase;

  color: #e7fe55;

}



.upto__button {

  min-width: 200px;

  margin: 0;

}





.about__table {

  width: 100%;

}



.about__table tr {

  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;

  background: #F1F4F7;

  -webkit-border-radius: 32px;

          border-radius: 32px;

}



.about__table tr + tr {

  margin-top: 8px;

}





.about__table img {

  width: 32px;

  -o-object-fit: contain;

     object-fit: contain;

  margin-right: 16px;

  display: block;

}





.about__table td span {

  display: inline-block;

}





.about__table td {

  font-size: 16px;

  color: #3B3E46;

  padding: 10px 24px;

  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;

}

.about__table td:first-child {

  font-weight: 500;

  width: 280px;

}

.about__table td:last-child {

  width: -webkit-calc(100% - 280px);

  width: calc(100% - 280px);

}



.about__table td a {

  color: inherit;

}









.faq__list > li:before {

  display: none;

}



.faq__item {

  padding: 0;

  width: 100%;

  color: #ffffff;

  -webkit-border-radius: 32px;

          border-radius: 32px;

	overflow: hidden;

  -webkit-transition: all .2s;

  -o-transition: all .2s;

  transition: all .2s;

}



.faq__item + .faq__item {

  margin-top: 8px;

}



.faq-item__title {

  margin: 0;

  padding: 14px 64px 14px 24px;

  position: relative;

  font-weight: 700;

  font-size: 20px;

  line-height: 1.2;

  color: #ffffff;

  text-transform: uppercase;

  background: #0D1D34;

  text-align: left;

  cursor: pointer;

  -webkit-transition: none;

  -o-transition: none;

  transition: none;

}



.faq-item__title::after {

  content: '';

  position: absolute;

  width: 32px;

  height: 32px;

  right: 24px;

  top: 10px;

  background-image: url(../images/icons/faq-arrow.svg);

  background-repeat: no-repeat;

  background-position: center;

  background-size: auto;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.faq__item.active .faq-item__title::after {

  -webkit-transform: rotate(180deg);

  -ms-transform: rotate(180deg);

  transform: rotate(180deg);

}



.faq-item__desc {

  padding: 10px 24px;

  background: #F1F4F7;

  color: #282b30;

}





.footer {

  padding-top: 32px;

  padding-bottom: 32px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-align: stretch;

  -webkit-align-items: stretch;

  -ms-flex-align: stretch;

  align-items: stretch;

  background: #ffffff;

}



.footer > *:not(:last-child) {

  margin-bottom: 16px;

}



.footer li:before {

  display: none;

}



.footer li {

  padding: 0;

}



.footer__payment {

  padding: 32px 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: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

  border-top: 1px solid #a5a9b1;

  border-bottom: 1px solid #a5a9b1;

}



.footer__payment li {

  margin: 0 8px;

}



.footer__payment img {

  display: block;

  height: 100%;

  max-height: 32px;

  -o-object-fit: contain;

  object-fit: contain;

  -o-object-position: center;

  object-position: center;

}



.footer__copy {

  margin-top: 16px;

  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;

}



.footer-copy__desc {

  font-weight: 500;

  font-size: 12px;

  line-height: 1.33;

  color: #7f7f7f;

}



.footer-copy__icon {

  margin-left: 16px;

  -webkit-box-flex: 1;

  -webkit-flex: 1 0 40px;

  -ms-flex: 1 0 40px;

  flex: 1 0 40px;

}



.footer__additional {

  text-align: center;

}



.footer__additional > span {

  margin: 0 8px;

  display: inline-block;

}

.footer__additional > span img {

  max-height: 48px;

  display: block;

}



.breadcrumbs {

  z-index: 1;

  margin: 0 0 16px 0;

  text-align: left;

}



.breadcrumbs > li {

  display: inline-block;

  padding: 0;

  line-height: 1;

}



.breadcrumbs > li:before {

  display: none;

}



.breadcrumbs > li a {

  padding: 8px 0;

  display: inline-block;

  vertical-align: middle;

  color: #ffffff;

  opacity: 0.84;

}



.breadcrumbs > li a:not([href]) {

  color: #ffffff;

  opacity: 1;

}



.breadcrumbs > li:not(:last-child):after {

  content: '|';

  display: inline-block;

  vertical-align: middle;

  position: relative;

  font: inherit;

  color: #ffffff;

  margin: 0 10px;

}



.breadcrumbs > li a:hover {

  text-decoration: none;

  opacity: 1;

}







.bonus {

  padding: 0 !important;

  background: transparent;

}



.bonus__list {

  margin: -10px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-align: stretch;

  -webkit-align-items: stretch;

  -ms-flex-align: stretch;

  align-items: stretch;

  -webkit-box-pack: start;

  -webkit-justify-content: flex-start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  width: auto;

}



.bonus__list li {

  padding: 0;

  margin: 10px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-align: stretch;

  -webkit-align-items: stretch;

  -ms-flex-align: stretch;

  align-items: stretch;

  position: relative;

  width: -webkit-calc(33.3333% - 20px);

  width: calc(33.3333% - 20px);

  background: #fcfcfc;

  -webkit-border-radius: 3px;

          border-radius: 3px;

  overflow: hidden;

}





.bonus__list li::before {

  display: none;

}



.bonus__marker {

  padding: 4px 20px;

  display: inline-block;

  position: absolute;

  top: 15px;

  right: -26px;

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg);

  width: 108px;

  font-weight: 700;

  font-size: 12px;

  line-height: 1.33;

  text-transform: uppercase;

  color: #ffffff;

  text-align: center;

  background: #ec622b;

  z-index: 100;

}



.bonus__marker-contrast {

  background: #73499e;

}



.bonus__image {

  min-height: 200px;

  position: relative;

  background: #4ba3e3;

  text-align: center;

  z-index: 1;

}



.bonus__image::after {

  content: '';

  position: absolute;

  width: 170px;

  height: 170px;

  top: 0px;

  left: 50%;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  background: #ffffff;

  -webkit-filter: blur(40px);

  filter: blur(40px);

  z-index: -1;

}



.bonus__image img {

  margin: 0 auto;

  display: block;

  max-height: 100%;

  -o-object-fit: cover;

  object-fit: cover;

}



.bonus__desc {

  margin: -32px 16px 16px;

  padding: 48px 8px 16px;

  position: relative;

  text-align: center;

  background: #ffffff;

  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);

  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);

  -webkit-border-radius: 3px;

          border-radius: 3px;

  z-index: 10;

}



.bonus__desc > * {

  margin-bottom: 8px;

}



.bonus__icon {

  padding: 16px;

  position: absolute;

  top: -40px;

  left: 50%;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  width: 80px;

  height: 80px;

  background: #ffffff;

  -webkit-border-radius: 50%;

          border-radius: 50%;

}



.bonus__title {

  padding-bottom: 8px;

  margin-bottom: 24px;

  position: relative;

  font-weight: 700;

  font-size: 24px !important;

  line-height: 1.2;

  color: #0d1d34;

  text-transform: uppercase;

  text-align: center;

}



.bonus__title::after {

  content: '';

  position: absolute;

  width: 80px;

  height: 1px;

  bottom: 0px;

  left: 50%;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  background: #0d1d34;

}



.bonus__text {

  margin-bottom: 16px;

  color: #072449;

}



.bonus__text .bold-text {

  font-weight: 700;

}



.bonus__text .contrast-text {

  color: #4da533;

}



.bonus__button {

  margin: 8px;

  padding: 12px 24px;

  min-width: unset;

  line-height: 1.5;

}

.breadcrumbs__item.breadcrumbs__page span{

	color: #fff;

}