@font-face {
  font-family: 'Zona Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/zona-pro/ZonaPro-Regular.eot');
  src: local(''),
    url('../fonts/zona-pro/ZonaPro-Regular.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/zona-pro/ZonaPro-Regular.woff2') format('woff2'),
    url('../fonts/zona-pro/ZonaPro-Regular.woff') format('woff'),
    url('../fonts/zona-pro/ZonaPro-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Zona Pro';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/zona-pro/ZonaPro-SemiBold.eot');
  src: local(''),
    url('../fonts/zona-pro/ZonaPro-SemiBold.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/zona-pro/ZonaPro-SemiBold.woff2') format('woff2'),
    url('../fonts/zona-pro/ZonaPro-SemiBold.woff') format('woff'),
    url('../fonts/zona-pro/ZonaPro-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Zona Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/zona-pro/ZonaPro-Bold.eot');
  src: local(''),
    url('../fonts/zona-pro/ZonaPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/zona-pro/ZonaPro-Bold.woff2') format('woff2'),
    url('../fonts/zona-pro/ZonaPro-Bold.woff') format('woff'),
    url('../fonts/zona-pro/ZonaPro-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Zona Pro';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/zona-pro/zonapro-extrabold-webfont.woff');
  src: local(''),
    url('../fonts/zona-pro/zonapro-extrabold-webfont.woff2') format('woff2');
}

body {
  overflow-x: hidden;
  font-family: 'Zona Pro', sans-serif;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#34434d),
    to(#19242d)
  );
  background: -o-linear-gradient(left, #34434d 0%, #19242d 100%);
  background: linear-gradient(90deg, #34434d 0%, #19242d 100%);
}

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

/* Title */
h1,
h2,
h3,
h4,
.title {
  display: block;
  position: relative;
  width: 100%;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 16px;
  text-align: left;
}

h1,
.title.general {
  font-size: 48px;
  text-transform: uppercase;
}

h2 {
  font-size: 40px;
}
h3,
h4 {
  font-size: 32px;
  line-height: 1.2;
}

.btn-box {
  text-align: left;
}

/* Article */
.text,
article {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

.text ul,
.text ol,
article ul,
article ol {
  margin-bottom: 16px !important;
}

.text ul > li,
.text ol > li,
article ul > li,
article ol > li {
  display: block;
  position: relative;
  list-style: none;
}

.text ul > li,
article ul > li {
  padding: 0 0 0 20px;
}

.text ol > li,
article ol > li {
  padding: 0 0 0 24px;
}

.text ul > li + li,
.text ol > li + li,
article ul > li + li,
article ol > li + li {
  margin-top: 4px;
}

.text ul > li:before,
.text ol > li:before,
article ul > li:before,
article ol > li:before {
  display: inline-block;
  position: absolute;
}

.text ul > li:before,
article ul > li:before {
  content: '';
  left: 0;
  top: calc(50% - 12px / 2);
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  background-color: #ffffff;
}

.text ol > li:before,
article ol > li:before {
  color: #ffffff;
  top: 0;
  left: 0;
  text-align: left;
  padding: 0;
}

.button.text__button {
  margin: 0 16px 0 0;
  min-width: 125px;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.5;
}

.text > *,
article > * {
  margin-bottom: 16px;
}

.text > *:last-child,
article > *:last-child {
  margin-bottom: 0;
}

.text li:first-child,
article li:first-child {
  padding-top: 0;
}

.text p:first-child,
article p:first-child {
  margin-top: 0;
}

.text a,
article a {
  font-style: italic;
}

.text .btn-box,
article .btn-box {
  text-align: left;
}

article > a,
.text > a {
  display: inline-block;
  width: auto;
  min-width: 125px;
  height: auto;
  background-color: #2bc69d;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  font-style: normal;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  white-space: nowrap;
  cursor: pointer;
  padding: 12px 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 2px solid #2bc69d;
}

article > a:hover,
.text > a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* Table */
.table {
  position: relative;
  width: 100%;
  border-radius: 16px;
}

.table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.table thead tr > *:first-child {
  border-radius: 16px 0 0 0;
}
.table thead tr > *:last-child {
  border-radius: 0 16px 0 0;
}

.table tbody tr:last-child > *:first-child {
  border-radius: 0 0 0 16px;
}
.table tbody tr:last-child > *:last-child {
  border-radius: 0 0 16px 0;
}

.table tbody:first-child tr:first-child > *:first-child {
  border-radius: 16px 0 0 0;
}
.table tbody:first-child tr:first-child > *:last-child {
  border-radius: 0 16px 0 0;
}

.table th,
.table td {
  padding: 20px 30px;
  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;
  width: calc(100% / 5);
  text-align: center;
  border: 1px solid #2bc69d;
}

.table tbody td {
  border-top-width: 0.5px;
}

.table thead {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2.85;
}

.table a {
  color: inherit;
  font: inherit;
}

.table a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* Button */
.button {
  display: inline-block;
  position: relative;
  width: auto;
  min-width: 100px;
  height: auto;
  background-color: #2bc69d;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  font-style: normal !important;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  padding: 12px 16px;
  margin: 16px auto 0 auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 2px solid #2bc69d;
}

.button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-decoration: none;
}

.button.button-inverse {
  color: #2bc69d;
  background: transparent;
  border: 2px solid #2bc69d;
}

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

.block {
  padding: 20px;
  margin: 0 auto 20px auto;
  border-radius: 16px;
  background: #202a32;
  position: relative;
  overflow: hidden;
  z-index: 0;
  max-width: 1160px;
}

.dummy {
  position: absolute;
  top: -80px;
  left: 0;
  width: 0;
  height: 0;
}

.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 */
.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%;
  padding: 32px 30px 0 30px;
}

.cover {
  max-width: 100%;
  overflow: hidden;
  padding-left: calc(50% - ((1190px - 30px) / 2));
  padding-right: calc(50% - ((1190px - 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 */
.header {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  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;
	min-height: 80px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#34434d),
    to(#19242d)
  );
  background: -o-linear-gradient(top, #34434d 0%, #19242d 100%);
  background: linear-gradient(180deg, #34434d 0%, #19242d 100%);
  color: rgba(255, 255, 255, 1);
  z-index: 1000;
}

.header > * {
  display: block;
  width: auto;
}

.header__logo {
  max-width: 87px;
  margin-right: 30px;
}

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

.header__button-menu {
  display: none;
}

.header__button {
  padding: 12px 24px;
  margin: 0 0 0 16px;
  min-width: 100px;
  text-transform: capitalize;
}

.logo > img {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 48px;
}

.logo[href]:hover {
  opacity: 0.5;
}

/* Menu */
.menu ul {
  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;
  margin: 0;
  width: auto;
}

.menu li {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
}

.menu li:before {
  display: none;
}

.menu li > a {
  padding: 12px 10px;
  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: 14px;
  line-height: 1.3;
  font-weight: 700;
  white-space: nowrap;
  color: rgba(255, 255, 255, 1);
}

.menu li > a:hover,
.menu li > a.current {
  color: #2bc69d;
  text-decoration: none;
}

.menu li + li {
  margin-left: 4px;
}

.menu li:hover > a {
  text-decoration: none;
}

.header__menu .header__button-mob {
  display: none;
}

/* MAIN */
.main {
  display: block;
  position: relative;
  overflow-x: hidden;
}

.main > * {
  position: relative;
}

/* Prime */
.prime {
  padding: 48px 26px;
  margin-bottom: 20px;
  margin-top: 20px;
  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: #192329;
  min-height: 460px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.prime__image {
  position: absolute;
  right: 43px;
  bottom: 0;
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
}

.prime__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right bottom;
  object-position: right bottom;
}

.prime__title {
  width: 56%;
  max-width: 650px;
}

.prime__badge {
  padding: 20px;
  position: absolute;
  right: 24px;
  bottom: 24px;
  max-width: 480px;
  border-radius: 16px;
  border: 1px solid #2bc69d;
  background: rgba(43, 198, 157, 0.54);
  -webkit-box-shadow: 0px 15px 20px 0px rgba(43, 198, 157, 0.42);
  box-shadow: 0px 15px 20px 0px rgba(43, 198, 157, 0.42);
  color: #fff;
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

/*app banner*/
.apps {
  position: relative;
  padding: 20px 60px;
  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;
  position: relative;
  min-height: 324px;
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.2)),
      to(rgba(0, 0, 0, 0.2))
    ),
    -webkit-gradient(linear, left top, right top, from(#34e89e), to(#0f3443));
  background: -o-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    -o-linear-gradient(left, #34e89e 0%, #0f3443 100%);
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    linear-gradient(90deg, #34e89e 0%, #0f3443 100%);
  overflow: hidden;
}

.apps__stores {
  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;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 274px;
  -ms-flex: 0 0 274px;
  flex: 0 0 274px;
  z-index: 100;
}

.apps__stores a {
  padding: 12px 32px;
  margin: 10px 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;
  width: 100%;
  max-width: 274px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.28;
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
  border-radius: 16px;
}

.apps__stores a.apple {
  background: #216f38;
}

.apps__stores a.android {
  background: #126873;
}

.apps__stores a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-decoration: none;
}

.apps__stores a img {
  margin-right: 10px;
  display: block;
  max-width: 32px;
  max-height: 32px;
}

.apps__image {
  position: absolute;
  height: calc(100% - 6px);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.apps__image img {
	margin: 0 auto;
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: contain;
	-o-object-position: center bottom;
	   object-position: center bottom;
}

.apps__logo img {
  max-height: 94px;
  display: block;
}

/* F.A.Q. */
.questions__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -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;
}

.questions__list > li:before {
  display: none;
}

.questions__item {
  width: 100%;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.questions__item + .questions__item {
  margin-top: 19px;
}

.questions-item__title {
  margin: 0;
  padding: 13px 16px 13px 56px;
  position: relative;
  text-align: left;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 16px;
  background: #22474f;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.questions-item__title::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 9px;
  left: 16px;
  top: calc(50% - 9px / 2);
  background-image: url(../pictures/icons/faq-icon.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;
}

.questions__item.active .questions-item__title::after {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}

.questions-item__desc {
  padding: 10px 16px 0 16px;
  margin-top: 6px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

/* Review */
.review__item {
  padding-left: 32px;
}

.review__item + .review__item {
  margin-top: 24px;
}

.review__item:before {
  padding: 0;
  display: inline-block;
}

.review__author {
  margin-left: 4px;
  position: relative;
}

.review__author > span {
  color: #2bc69d;
}

/* PARAMS */
.params__table td {
  width: 50%;
}
/* FOOTER */
.footer {
  padding: 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: #10171f;
}

.footer > *:not(:last-child) {
  margin-bottom: 20px;
}

.footer li:before {
  display: none;
}

.footer li {
  padding: 0;
}

.footer__pays {
  padding: 20px;
  margin-bottom: 20px;
  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;
  border-radius: 16px;
  background: #161f26;
}

.footer-pays__desc {
  margin: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 190px;
  -ms-flex: 0 0 190px;
  flex: 0 0 190px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.12;
  color: #ffffff;
}

.footer-pays__list {
  width: auto;
  margin: 0 20px;
  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-pays__list li {
  margin: 0 10px;
}

.footer-pays__list img {
  display: block;
  max-height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer__button {
  margin: 0;
  min-width: 126px;
}

.footer__info {
  padding: 0 50px;
  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;
}

.footer__logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 105px;
  -ms-flex: 0 0 105px;
  flex: 0 0 105px;
  margin-right: 32px;
}

.footer__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
}

.footer__bottom {
  text-align: center;
  margin-top: 16px;
}

.footer__bottom > span {
  margin: 0 8px;
  display: inline-block;
}

.footer__bottom img {
  max-height: 52px;
}

