html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
*[hidden] {
  display: none;
}
body {
  line-height: 1;
}
menu,
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: "Mark OT";
  src: url(../fonts/MarkOT.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Mark OT";
  src: url(../fonts/MarkOT-Light.otf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Mark OT";
  src: url(../fonts/MarkOT-Medium.otf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Mark OT";
  src: url(../fonts/MarkOT-Bold.otf);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "D-Day-Stencil";
  src: url(../fonts/D-Day-Stencil.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Bold.otf);
  font-weight: 700;
  font-style: normal;
}
.btn-default-white {
  background-color: #fff !important;
  border-radius: 16px !important;
  color: #0d86ff !important;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: all 0.25s;
  text-decoration: none;
}
.btn-default-white svg,
.btn-default-white img {
  margin-left: 12px;
}
.btn-default-white:hover,
.btn-default-white:focus-visible {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: -5px 5px 0 0 hsl(0, 0%, 105%);
  transform: translate(4px, -4px);
  transition: all 0.25s !important;
}
.btn-default-white:active {
  box-shadow: -5px 5px 0 0 rgba(0, 0, 0, 0);
  background-color: hsl(0, 0%, 105%) !important;
  transform: translate(0, 0);
  transition: all 0.25s;
}
.btn-default-blue {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 64px;
  padding: 0 48px;
  line-height: 48px;
  font-size: 20px;
  background-color: #0d86ff !important;
  border-radius: 16px !important;
  color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: all 0.25s;
  cursor: pointer;
  text-decoration: none;
}
.btn-default-blue svg,
.btn-default-blue img {
  margin-left: 12px;
  flex-shrink: 0;
}
.btn-default-blue:hover,
.btn-default-blue:focus-visible {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: -5px 5px 0 0 rgb(38.5, 146.75, 255);
  transform: translate(4px, -4px);
  transition: all 0.25s !important;
}
.btn-default-blue:active {
  box-shadow: -5px 5px 0 0 rgba(0, 0, 0, 0);
  background-color: rgb(38.5, 146.75, 255) !important;
  transform: translate(0, 0);
  transition: all 0.25s;
}
.btn-default-green {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 64px;
  padding: 0 48px;
  line-height: 48px;
  font-size: 20px;
  background-color: #1cba34 !important;
  border-radius: 16px !important;
  color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: all 0.25s;
  cursor: pointer;
  text-decoration: none;
}
.btn-default-green svg,
.btn-default-green img {
  margin-left: 12px;
  flex-shrink: 0;
}
.btn-default-green:hover,
.btn-default-green:focus-visible {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: -5px 5px 0 0 rgb(31.3364485981, 208.1635514019, 58.1962616822) !important;
  transform: translate(4px, -4px);
  transition: all 0.25s !important;
}
.btn-default-green:active {
  box-shadow: -5px 5px 0 0 rgba(0, 0, 0, 0);
  background-color: rgb(
    42.0560747664,
    222.9439252336,
    69.5327102804
  ) !important;
  transform: translate(0, 0);
  transition: all 0.25s;
}
.gdpr-banner {
  background: linear-gradient(320.57deg, #cfd4f1 33.38%, #ecf2ff 77.54%);
  overflow: hidden;
  padding: 10px 0;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin-bottom: 0 !important;
}
.gdpr-banner__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 15px;
}
@media only screen and (max-width: 679px) {
  .gdpr-banner__wrapper {
    flex-direction: column;
  }
}
.gdpr-banner__desc {
  font-weight: 400;
  color: #2f3040;
  display: block;
  font-size: 16px;
  letter-spacing: -0.248889px;
  line-height: 22px;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  .gdpr-banner__desc {
    font-size: 14px;
  }
}
@media only screen and (width <= 679px) {
  .gdpr-banner__desc:lang(ru) {
    font-size: 13px;
  }
}
@media only screen and (width <= 320px) {
  .gdpr-banner__desc {
    font-size: 13px;
  }
}
.gdpr-banner__desc a {
  color: #1c9be7;
  text-decoration: none;
  font-family: inherit;
}
.gdpr-banner__desc a:hover {
  text-decoration: underline;
}
@media only screen and (width <= 639px) {
  .gdpr-banner__desc {
    text-align: center;
  }
}
.gdpr-banner__btns {
  display: flex;
  justify-content: space-between;
  margin-left: 18px;
}
@media only screen and (max-width: 679px) {
  .gdpr-banner__btns {
    margin-left: 0;
    margin-top: 18px;
  }
}
.gdpr-banner__btn {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #0d86ff;
  border-radius: 8px;
  width: 125px;
  height: 35px;
  font-size: 14px;
  line-height: 21px;
  font-family: inherit;
  font-weight: bold;
  color: #0d86ff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 10px;
}
.gdpr-banner__btn:last-child {
  margin-right: 0;
}
@media only screen and (width <= 679px) {
  .gdpr-banner__btn:lang(ru) {
    font-size: 13px;
  }
}
@media only screen and (width <= 320px) {
  .gdpr-banner__btn {
    font-size: 13px;
    height: 44px;
  }
}
.gdpr-banner__btn:hover {
  background-color: #0d86ff;
  color: #fff;
}
.gdpr-banner__btn:focus,
.gdpr-banner__btn:hover {
  outline: none;
}
.gdpr-banner__btn-agree {
  background-color: #0d86ff;
  color: #fff;
}
.gdpr-banner__btn-agree:hover {
  background-color: #0d86ff;
}
.popup-stop-3 {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
  z-index: 101;
  font-family: "Mark OT", sans-serif;
  background: rgba(47, 48, 64, 0.6);
  backdrop-filter: blur(5.0026px);
}
.popup-stop-3__wrapper {
  display: block;
  position: relative;
  width: 690px;
  z-index: 12;
  margin: -200px auto 0;
  background-color: #fff;
  top: 50%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  overflow: hidden;
}
.popup-stop-3__top {
  height: 230px;
  background-color: #edeef4;
  background-image: url(../svg/popup-stop-bg.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
}
.popup-stop-3__cross {
  display: block;
  background-image: url(../svg/popup-stop-close.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  top: 24px;
  left: 24px;
}
.popup-stop-3__title {
  padding: 32px 40px 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  color: #25272c;
  text-align: center;
  font-family: "Mark OT", sans-serif;
}
.popup-stop-3__title:lang(pl) {
  font-size: 25px;
}
.popup-stop-3__main {
  padding: 30px 45px 48px;
}
.popup-stop-3__list {
  display: block;
  margin: 0 100px 18px 167px;
  list-style-type: none;
}
.popup-stop-3__list:lang(ru),
.popup-stop-3__list:lang(fr),
.popup-stop-3__list:lang(da) {
  margin: 0 60px 18px 100px;
}
.popup-stop-3__desc,
.popup-stop-3__list-item {
  font-size: 17px;
  line-height: 24px;
  color: #646b6f;
  font-weight: 500;
  font-family: "Mark OT", sans-serif;
}
.popup-stop-3__desc b,
.popup-stop-3__list-item b {
  font-weight: 600;
}
.popup-stop-3__list-item::before {
  display: inline-block;
  vertical-align: 3px;
  margin-right: 19px;
  content: "";
  border-radius: 50%;
  background-color: #74797d;
  width: 4px;
  height: 4px;
}
.popup-stop-3__desc {
  text-align: center;
  margin-bottom: 18px;
  font-family: "Mark OT", sans-serif;
  font-weight: 400;
  color: #2f3040;
  letter-spacing: -0.5px;
}
.popup-stop-3__desc:last-of-type {
  margin-bottom: 0;
}
.popup-stop-3__btn {
  width: 352px;
  height: 64px;
  background: #0d86ff;
  border-radius: 16px;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px auto 0;
  letter-spacing: -0.5px;
  color: #fff;
  font-family: "Mark OT", sans-serif;
}
.popup-stop-3__btn:lang(fr) {
  font-size: 17px;
}
.popup-stop-3 .loader-wrapper {
  position: relative;
}
.onscreen-mk4 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 101;
}
.onscreen-mk4__to-do {
  position: relative;
  counter-reset: count;
  margin-bottom: 30px;
}
.onscreen-mk4__arrow {
  width: 51px;
  height: 202px;
  position: absolute;
}
.onscreen-mk4__step {
  position: relative;
  background-color: #fff;
  width: 285px;
  display: inline-block;
}
.onscreen-mk4__screen {
  display: flex;
}
.onscreen-mk4__step-block {
  display: flex;
}
.onscreen-mk4__information-block {
  padding: 21px;
  width: 100%;
  color: #b6b7c2;
  text-align: center;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: rgba(47, 48, 64, 0.5);
}
.onscreen-mk4__information-block__text {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  max-width: 610px;
  line-height: 19px;
}
.onscreen-mk4__title {
  background-color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  color: #4a83d1;
  padding: 10px 0;
  position: relative;
  font-weight: 500;
  z-index: 2;
}
.onscreen-mk4__title::before {
  content: attr(data-count);
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  background-color: #72adfe;
  border-radius: 50px;
  top: -25px;
  left: -25px;
}
.chrome .onscreen-mk4 {
  position: absolute;
  bottom: 40px;
  display: flex;
  width: 100%;
  justify-content: center;
  counter-reset: count;
}
.chrome .onscreen-mk4__step-block {
  flex-direction: column;
  position: absolute;
  bottom: -120px;
  transform: translate(-50%, -50%);
  left: 50%;
}
.chrome .onscreen-mk4__to-do {
  display: flex;
  width: 100%;
  justify-content: center;
}
.chrome .onscreen-mk4__arrow {
  transform: rotate(180deg);
  bottom: 16px;
  left: 28px;
}
.chrome .onscreen-mk4__step {
  margin-left: 50px;
}
.chrome .onscreen-mk4__step:first-child {
  margin-left: 0;
}
.firefox .onscreen-mk4__step-block {
  flex-direction: column;
  position: absolute;
  right: 243px;
  top: 45px;
  max-width: 285px;
}
@media screen and (height <= 900px) {
  .firefox .onscreen-mk4__step-block {
    max-width: 216px;
    right: 183px;
  }
}
.firefox .onscreen-mk4__information-block {
  max-width: 285px;
  padding: 25px 30px;
  margin-top: 0;
}
@media screen and (height <= 900px) {
  .firefox .onscreen-mk4__information-block {
    bottom: 22px;
    left: -726px;
    width: 700px;
    max-width: 700px;
    position: absolute;
  }
}
.firefox .onscreen-mk4__arrow {
  right: 131px;
  top: 10px;
}
.firefox .onscreen-mk4__step {
  margin-bottom: 35px;
}
@media screen and (height <= 900px) {
  .firefox .onscreen-mk4__step {
    width: 216px;
    margin-bottom: 25px;
  }
}
@media screen and (height <= 900px) {
  .firefox .onscreen-mk4__title {
    font-size: 11px;
    line-height: 14px;
    padding: 9px 0;
  }
  .firefox .onscreen-mk4__title::before {
    width: 38px;
    height: 38px;
    font-size: 14px;
    line-height: 39px;
    top: -15px;
    left: -15px;
  }
}
@media screen and (height <= 900px) {
  .firefox .onscreen-mk4__screen {
    height: 119px;
  }
  .firefox .onscreen-mk4__screen img {
    width: 100%;
  }
}
.safari .onscreen-mk4__step-block {
  flex-direction: column;
  position: absolute;
  right: 243px;
  top: 45px;
  max-width: 285px;
}
@media screen and (height <= 900px) {
  .safari .onscreen-mk4__step-block {
    max-width: 216px;
    right: 183px;
  }
}
.safari .onscreen-mk4__information-block {
  max-width: 285px;
  padding: 25px 30px;
  margin-top: 0;
}
@media screen and (height <= 900px) {
  .safari .onscreen-mk4__information-block {
    bottom: 22px;
    left: -726px;
    width: 700px;
    max-width: 700px;
    position: absolute;
  }
}
.safari .onscreen-mk4__arrow {
  right: 117px;
  top: 10px;
}
.safari .onscreen-mk4__step {
  margin-bottom: 35px;
}
@media screen and (height <= 900px) {
  .safari .onscreen-mk4__step {
    width: 216px;
    margin-bottom: 25px;
  }
}
@media screen and (height <= 900px) {
  .safari .onscreen-mk4__title {
    font-size: 11px;
    line-height: 14px;
    padding: 9px 0;
  }
  .safari .onscreen-mk4__title::before {
    width: 38px;
    height: 38px;
    font-size: 14px;
    line-height: 39px;
    top: -15px;
    left: -15px;
  }
}
@media screen and (height <= 900px) {
  .safari .onscreen-mk4__screen {
    height: 119px;
  }
  .safari .onscreen-mk4__screen img {
    width: 100%;
  }
}
.instructions {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 29, 50, 0.9);
  backdrop-filter: blur(20px);
  z-index: 101;
}
.instructions__wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
}
.instructions .close-icon {
  position: absolute;
  width: 14px;
  height: 14px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.instructions .close-icon::before,
.instructions .close-icon::after {
  position: absolute;
  content: " ";
  background-color: #fff;
  left: 0;
  top: 50%;
}
.instructions .close-icon::before {
  transform: rotate(45deg);
}
.instructions .close-icon::after {
  transform: rotate(-45deg);
}
.instructions .close-icon:hover {
  transform: scale(1.2);
  transition: transform 0.3s ease-in-out;
}
.instructions__titles {
  max-width: 512px;
  width: 100%;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 0 auto 69px;
}
.instructions__titles > .close-icon {
  top: 2px;
  left: -48px;
  width: 20px;
  height: 20px;
}
.instructions__titles > .close-icon::before,
.instructions__titles > .close-icon::after {
  width: 100%;
  height: 2px;
}
.instructions__titles_title {
  font-weight: 700;
  font-size: 56px;
  line-height: 114%;
  letter-spacing: -2px;
  margin-bottom: 29px;
}
.instructions__titles_title:lang(ja),
.instructions__titles_title:lang(zh),
.instructions__titles_title:lang(ru) {
  font-weight: 700;
}
.instructions__titles_subtitle {
  font-size: 28px;
  font-weight: normal;
  line-height: 121%;
  letter-spacing: -0.5px;
}
.instructions__content {
  display: flex;
  margin: 0 12px 12px;
}
.instructions .pointer {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 1 168px;
  max-width: 168px;
  position: relative;
  padding: 50px 20px 48px;
  background: #0d86ff;
  border-radius: 16px;
  height: 270px;
  box-sizing: border-box;
  margin: 12px;
}
.instructions .pointer.safari,
.instructions .pointer.firefox,
.instructions .pointer.higher {
  position: absolute;
  right: 36px;
  top: 24px;
  margin: 0;
  flex-direction: column-reverse;
}
.instructions .pointer.safari > .pointer__icon,
.instructions .pointer.firefox > .pointer__icon,
.instructions .pointer.higher > .pointer__icon {
  transform: rotate(180deg);
}
.instructions .pointer.safari > .pointer__text,
.instructions .pointer.firefox > .pointer__text,
.instructions .pointer.higher > .pointer__text {
  margin: 14px 0 0;
}
.instructions .pointer__icon {
  flex-shrink: 0;
}
.instructions .pointer > .close-icon {
  width: 13px;
  height: 13px;
  top: 14px;
  left: 14px;
}
.instructions .pointer > .close-icon::before,
.instructions .pointer > .close-icon::after {
  width: 100%;
  height: 1px;
}
.instructions .pointer__text {
  font-weight: 700;
  font-size: 18px;
  line-height: 111%;
  text-align: center;
  color: #fff;
  letter-spacing: -0.55px;
  margin-bottom: 20px;
}
.instructions .pointer__text:lang(ja),
.instructions .pointer__text:lang(zh),
.instructions .pointer__text:lang(ru) {
  font-weight: 700;
}
@media screen and (width >= 1280px) and (height >= 800px) {
  .instructions__steps {
    right: 0;
  }
}
@media screen and (width >= 1560px) and (height >= 960px) {
  .instructions__steps {
    right: 150px;
  }
}
.instructions .steps {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 auto;
}
.instructions .steps__item {
  display: flex;
  flex-direction: column;
  max-width: 240px;
  width: 100%;
  height: 270px;
  padding: 20px;
  box-sizing: border-box;
  background: #4e4f61;
  border-radius: 16px;
  color: #fff;
  margin: 12px;
  flex-shrink: 1;
}
.instructions .steps__item:lang(it),
.instructions .steps__item:lang(fr),
.instructions .steps__item:lang(ja) {
  height: 290px;
}
@document url-prefix() {
  .instructions .steps__item:lang(nl),
  .instructions .steps__item:lang(es),
  .instructions .steps__item:lang(de) {
    height: 290px;
  }
}
.instructions .steps__item.firefox {
  max-width: 262px;
}
.instructions .steps__item.firefox > .steps__item_img {
  max-width: 214px;
}
.instructions .steps__item.firefox > .steps__item_img:lang(zh) {
  margin-top: 20px;
}
.instructions .steps__item.firefox > .steps__item_img .steps__item_img-content {
  max-width: 214px;
}
.instructions .steps__item_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 111%;
  letter-spacing: -0.55px;
  margin-bottom: 12px;
}
.instructions .steps__item_title:lang(ja),
.instructions .steps__item_title:lang(zh),
.instructions .steps__item_title:lang(ru) {
  font-weight: 700;
}
.instructions .steps__item_text {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 18px;
  font-weight: normal;
}
.instructions .steps__item_img {
  margin-top: auto;
  display: block;
  flex-shrink: 1;
  max-width: 200px;
  height: 0;
  padding-bottom: 60%;
}
.instructions .steps__item_img-content {
  max-width: 200px;
  width: 100%;
  border-radius: 9px;
}
.instructions .steps__item_img.higher {
  display: none;
}
.instructions .steps__item_img_new {
  display: none;
}
.instructions .steps__item_img_new.higher {
  display: block;
}
.popup-mobile {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 50;
  top: 0;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  display: none;
}
.popup-mobile--flow {
  z-index: 10001;
}
.popup-mobile.active {
  display: flex;
}
.popup-mobile__overlay {
  width: inherit;
  height: inherit;
  background-color: hsla(0, 0%, 100%, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}
.popup-mobile__overlay--dark {
  background-color: rgba(0, 0, 0, 0.7);
}
.popup-mobile__wrapper {
  display: block;
  position: relative;
  width: 690px;
  min-width: 280px;
  max-width: calc(100% - 40px);
  background-color: #fbfbfe;
  box-sizing: border-box;
  padding: 47px 19px 60px 20px;
  border-radius: 24px;
}
.popup-mobile__wrapper--flow {
  max-width: 460px;
  padding: 47px 25px 35px;
}
@media only screen and (max-width: 679px) {
  .popup-mobile__wrapper--flow {
    max-width: calc(100% - 48px);
    padding: 48px 24px;
  }
}
@media only screen and (max-width: 321px) {
  .popup-mobile__wrapper--flow {
    padding: 40px 17px 25px 18px;
  }
}
@media only screen and (height <= 520px) {
  .popup-mobile__wrapper--flow {
    height: 90%;
    overflow-y: auto;
  }
}
@media only screen and (height <= 401px) {
  .popup-mobile__wrapper {
    padding: 37px 19px 13px 20px;
  }
}
.popup-mobile__wrapper.-leave-email.hide {
  display: none;
}
.popup-mobile__wrapper.-success {
  display: none;
}
.popup-mobile__wrapper.-success.active {
  display: block;
}
.popup-mobile__cross {
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 18px;
  left: 20px;
}
.popup-mobile__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #36373d;
  margin-bottom: 12px;
}
.popup-mobile__title:lang(nl) {
  font-size: 23px;
}
.popup-mobile__title--flow {
  line-height: 28px;
  margin-bottom: 24px;
  text-align: center;
  color: #2f3040;
}
@media only screen and (max-width: 321px) {
  .popup-mobile__title--flow {
    font-size: 23px;
  }
}
.popup-mobile__desc {
  font-size: 13px;
  line-height: 1.4;
  color: #4a4a4a;
  font-weight: 500;
  margin-bottom: 17px;
}
.popup-mobile__desc--flow {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #2f3040;
  text-align: center;
  margin-bottom: 24px;
}
.popup-mobile__email-label {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 24px;
}
.popup-mobile__email-label:lang(ru),
.popup-mobile__email-label:lang(es),
.popup-mobile__email-label:lang(de) {
  margin-bottom: 36px;
}
.popup-mobile__email-error {
  position: absolute;
  top: 45px;
  color: #fc355b;
  font-size: 12px;
  display: none;
}
.popup-mobile__email-error.flow {
  top: 50px;
}
.popup-mobile__email-input {
  width: 100%;
  height: 40px;
  padding: 10px;
  font-size: 12px;
  font-weight: 300;
  border: 1px solid #c7c7c7;
  border-radius: 6px;
  outline: none;
}
.popup-mobile__email-input--flow {
  border-radius: 16px;
  border: 1px solid #e7e7f3;
  background-color: rgba(237, 238, 244, 0.3);
  height: 48px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.popup-mobile__email-input--flow::placeholder {
  color: #2f3040;
  opacity: 0.5;
}
.popup-mobile__email-input::placeholder {
  color: #4a4a4a;
}
.popup-mobile__email-input:-webkit-autofill,
.popup-mobile__email-input:-webkit-autofill:hover,
.popup-mobile__email-input:-webkit-autofill:focus,
.popup-mobile__email-input:-webkit-autofill:active {
  box-shadow: 0 0 0 30px #fff inset !important;
}
.popup-mobile__email-input:focus {
  border-color: #0987ff;
}
.popup-mobile__email-input.valid {
  border-color: #0987ff;
}
.popup-mobile__email-input.invalid {
  border-color: #ff4f70;
}
.popup-mobile__email-input.invalid ~ span.popup-mobile__email-error.-invalid {
  display: block;
}
.popup-mobile__email-input.empty {
  border-color: #ff4f70;
}
.popup-mobile__email-input.empty ~ span.popup-mobile__email-error.-empty {
  display: block;
}
.popup-mobile__hack {
  display: flex;
  flex-direction: column-reverse;
}
.popup-mobile__btn {
  display: block;
  width: 241px;
  max-width: 100%;
  height: 53px;
  border-radius: 6px;
  transition: background-color 0.2s;
  background: #b4c2cd;
  box-shadow: 0 3px 12px 0 #b4c2cd;
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  margin: 0 auto 32px;
  font-weight: 500;
  border: none;
}
.popup-mobile__btn:hover {
  background-color: rgb(183.75, 197.05, 207.5);
}
.popup-mobile__btn:not(:disabled) {
  background-color: #0987ff;
  box-shadow: 0 6px 24px 0 #abd6ff;
}
.popup-mobile__btn:not(:disabled):hover {
  background-color: rgb(21.3, 141, 255);
}
.popup-mobile__btn-blue {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 48px;
  border-radius: 16px;
  border: 2px solid #0d86ff;
  transition: background-color 0.2s;
  background-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  line-height: 21px;
  color: #0d86ff;
  text-align: center;
  margin: 0 auto 24px;
  font-weight: 700;
}
.popup-mobile__btn-blue:disabled {
  opacity: 0.7;
}
.popup-mobile__btn-blue:disabled:hover {
  opacity: 0.7;
}
.popup-mobile__checkbox-label {
  position: relative;
  display: flex;
}
.popup-mobile__checkbox {
  position: absolute;
  opacity: 0;
}
.popup-mobile__checkbox:checked ~ .popup-mobile__checkmark::after {
  display: block;
}
.popup-mobile__checkmark {
  display: inline-block;
  margin-right: 10px;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 5px;
  border: 1px solid #c7c7c7;
  position: relative;
  top: -2px;
}
.popup-mobile__checkmark::after {
  display: none;
  content: "";
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 10px;
  border-radius: 5px;
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid #22bff8;
  background-color: #22bff8;
  background-image: url(../svg/components/mobile-popup/icon-check.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.popup-mobile__agree {
  display: inline-block;
  font-size: 12px;
  color: #7a7878;
  width: calc(100% - 50px);
}
.popup-mobile__success {
  display: none;
}
.popup-mobile__or {
  position: relative;
  margin: 16px 0;
  height: 18px;
  text-align: center;
}
.popup-mobile__or::before {
  content: "";
  position: absolute;
  display: block;
  top: 59%;
  width: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #2f3040;
}
.popup-mobile__or-text {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  padding: 0 10px;
  background-color: #fbfbfe;
  position: relative;
  z-index: 1;
}
.popup-mobile__share {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popup-mobile__share-text {
  line-height: 18px;
  text-align: center;
  color: #2f3040;
  width: calc(100% - 15px);
  margin: 0 auto 20px;
}
.popup-mobile__share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  font-size: 14px;
  line-height: 21px;
  text-transform: capitalize;
  font-weight: 700;
  color: #fff;
  background-color: #0d86ff;
  border: 2px solid #0d86ff;
  box-sizing: border-box;
  border-radius: 16px;
  height: 48px;
  transition:
    background-color 0.25s,
    color 0.25s;
}
.popup-mobile__share-btn.hover {
  background-color: #0d86ff;
  color: #fff;
  transition:
    background-color 0.25s,
    color 0.25s;
}
.popup-mobile__share-btn.hover .popup-mobile__share-icon.ios circle,
.popup-mobile__share-btn.hover .popup-mobile__share-icon.ios path,
.popup-mobile__share-btn.hover .popup-mobile__share-icon.ios rect {
  stroke: #fff;
}
.popup-mobile__share-btn.hover .popup-mobile__share-icon.other circle,
.popup-mobile__share-btn.hover .popup-mobile__share-icon.other path,
.popup-mobile__share-btn.hover .popup-mobile__share-icon.other rect {
  fill: #fff;
  stroke: #fff;
}
.popup-mobile__share-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
html,
body,
.content {
  height: 100%;
  min-width: 960px;
  font-family: "Mark OT", sans-serif;
  font-weight: 400;
}
html__wrapper,
body__wrapper,
.content__wrapper {
  box-sizing: border-box;
  min-height: 100%;
}
.wrapper {
  width: 960px;
  min-width: 960px;
  position: relative;
  margin: 0 auto;
}
a,
button {
  outline: none;
}
.no-scroll {
  overflow: hidden;
}
.no-scroll--mobile {
  overflow: visible;
}
@media screen and (max-width: 1023px) and (min-width: 320px) {
  html,
  body,
  .content {
    min-width: 100%;
  }
  .wrapper {
    width: 100%;
    min-width: 320px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
  }
  .no-scroll--mobile {
    overflow: hidden;
  }
}
.header {
  height: 72px;
  background: hsla(0, 0%, 100%, 0.95);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.14);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 5;
}
.header__btn-wrapper {
  display: flex;
}
.header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  padding: 12px 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #fff;
  background: #0987ff;
  border: none;
  border-radius: 16px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
}
.header__btn-arrow {
  margin-left: 10px;
}
.header__btn:hover {
  background: rgb(21.3, 141, 255);
}
.header__wrapper {
  display: flex;
  width: 960px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  display: block;
}
.footer {
  text-align: center;
  font-weight: 300;
  background: #fff;
  padding: 64px 0 54px;
}
.footer__nav {
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.footer__nav_item {
  display: inline;
  margin-right: 25px;
  overflow: hidden;
  font-size: 16px;
  line-height: 18px;
}
.footer__nav_item:last-child {
  margin-right: 0;
}
.footer__nav_item:lang(fr) {
  margin-right: 15px;
  font-size: 15px;
}
.footer__nav_item:lang(ru) {
  margin-right: 10px;
  font-size: 13px;
}
.footer__nav_link {
  color: #36373d;
  text-decoration: none;
}
.footer__nav_link:hover {
  text-decoration: underline;
}
.footer__copyright {
  color: #8b8c94;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
}
.compare {
  width: 632px;
}
.compare__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 28px 24px 23px;
}
.compare__row.-white {
  background: #f2f2fe;
  border-radius: 16px;
  padding: 18px 24px 16px;
}
.compare__feature {
  width: 257px;
}
.compare__feature-name {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.248889px;
  color: #2f3040;
}
.compare__app {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
}
.compare__app-icon {
  flex-shrink: 0;
}
.compare__app-name {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.248889px;
  color: #2f3040;
  margin-left: 4px;
  font-weight: 500;
  margin-top: 9px;
  text-align: center;
}
.application {
  width: 632px;
  background: #fff;
  border-radius: 24px;
  padding: 32px 32px 32px 46px;
  box-sizing: border-box;
  display: flex;
  margin-top: 20px;
}
.application.-noMarg {
  margin-top: 0;
}
.application__img {
  width: 64px;
  flex-shrink: 0;
}
.application__img img {
  width: 100%;
  display: block;
}
.application__content {
  margin-left: 30px;
}
.application__content-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -1px;
  color: #2f3040;
}
.application__content-desc {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.5px;
  color: #2f3040;
  margin-top: 8px;
  text-align: left;
}
.total {
  display: flex;
  justify-content: space-between;
}
.total__cont {
  width: 411px;
  flex-shrink: 0;
}
.total__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -1px;
  color: #fff;
  width: 250px;
}
.total__desc {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.5px;
  color: #fff;
  margin-top: 12px;
}
.total__btn {
  margin-top: 30px;
}
.total__btn-arrow {
  width: 24px;
  margin-left: 12px;
}
.total__footer {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 47px;
}
.total__footer-icon {
  margin-left: 42px;
}
.total__img {
  width: 627px;
}
.total__img img {
  width: 100%;
  display: block;
}
.popup__trigger {
  display: block;
  position: fixed;
  top: 0;
  height: 20px;
  width: 100%;
  z-index: 11;
}
.bold {
  font-weight: 600;
}
.popup {
  box-sizing: border-box;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 35%;
  width: 796px;
  min-height: 442px;
  margin-top: -161px;
  margin-left: -398px;
  padding: 52px 37px 52px 54px;
}
.popup {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  background-color: #fafaff;
  border-radius: 16px;
  background-position-x: right;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/components/exit-popup/background.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  screen and (-webkit-min-device-pixel-ratio: 3) {
  .popup {
    background-image: url(../images/components/exit-popup/background@2x.png);
  }
}
.popup__wrap {
  display: none;
}
.popup__overlay {
  position: fixed;
  z-index: 20;
  inset: 0;
  background: rgba(0, 0, 0, 0.68);
}
.popup__close-btn {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 20px;
  top: 20px;
  cursor: pointer;
  background-image: url(../images/components/exit-popup/X.png);
  background-size: contain;
}
.popup__title {
  max-width: 250px;
  margin-bottom: 12px;
  padding: 10px 0 0;
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -1px;
  color: #2f3040;
  text-align: left;
}
.popup__list {
  padding: 5px 0 27px 18px;
  list-style-type: disc;
}
.popup__text {
  max-width: 330px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #2f3040;
  text-align: left;
  padding: 5px 0;
}
.popup__text_bigger {
  line-height: 24px;
  color: #58545c;
  text-align: left;
  font-size: 23px;
  font-weight: 700;
  padding: 20px 0;
}
.popup__btn-wrapper {
  width: 275px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0d86ff;
  border-radius: 16px;
  text-align: center;
}
.popup__btn {
  position: relative;
  margin-right: 25px;
  color: #fff;
  line-height: 54px;
  font-weight: 400;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
}
.popup__btn::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: 10px;
  right: -35px;
  background-size: cover;
  background-image: url(../images/components/exit-popup/arrow.png);
}
.btn {
  display: inline-block;
  background: #0d86ff;
  border-radius: 16px;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  text-decoration: none;
  padding: 18px 29px;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
  letter-spacing: -0.5px;
  width: 303px;
}
.btn:hover {
  background: rgb(0, 121.25, 242.5);
}
.btn:focus {
  outline: none;
}
.btn:-moz-focusring {
  outline: none;
}
.btn:lang(ru),
.btn:lang(zh),
.btn:lang(ja) {
  font-weight: bold;
}
.btn:lang(ru) {
  font-size: 19px;
}
.trustpilot {
  width: 406px;
  margin-top: 18px;
  display: flex;
  justify-content: center;
}
.header__btn {
  font-weight: 700;
}
.hero {
  padding: 123px 0 66px;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/landings/306/hero-bg.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  screen and (-webkit-min-device-pixel-ratio: 3) {
  .hero {
    background-image: url(../images/landings/306/hero-bg@2x.png);
  }
}
.hero__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 54px;
  text-align: center;
  letter-spacing: -1px;
  color: #fff;
}
.hero__list {
  max-width: 681px;
  width: 100%;
  margin: 29px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero__description {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #fff;
  margin: 34px auto 0;
  max-width: 796px;
  width: 100%;
}
.comparison {
  padding: 37px 48px 42px;
  background-color: #e7e7f3;
}
.comparison__bg {
  width: 632px;
  background: #dedeef;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 37px 48px 42px;
}
.comparison__description {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #36373d;
}
.comparison__cont {
  margin-top: 32px;
}
.application-cont {
  background-color: #fbfbfe;
  padding: 87px 0 72px;
}
.total-cont {
  padding: 55px 0 73px;
  background-color: #2f3040;
}
.total-cont .total__title:lang(de),
.total-cont .total__title:lang(fr),
.total-cont .total__title:lang(nl),
.total-cont .total__title:lang(pt),
.total-cont .total__title:lang(ru) {
  width: 350px;
}
.total-cont .total__title:lang(it) {
  width: 390px;
}
.total-cont .total__btn:lang(pt),
.total-cont .total__btn:lang(fr) {
  font-size: 19px;
}
.total-cont .total__btn:lang(nl) {
  font-size: 18px;
}
.total-cont .total__btn:lang(ja) {
  font-size: 16px;
}
.popup__title {
  max-width: 261px;
}
.popup__text {
  max-width: 300px;
}
.footer__nav_item {
  display: inline-block;
  margin-bottom: 10px;
}
.footer__nav_item:lang(de),
.footer__nav_item:lang(fr) {
  font-size: 13px;
}
.total {
  display: flex;
  justify-content: center;
  align-items: center;
}
.total__btn:lang(pt),
.total__btn:lang(fr) {
  font-size: 19px;
}
.total__btn:lang(nl) {
  font-size: 18px;
}
.total__btn:lang(ja) {
  font-size: 16px;
}
.banner {
  width: 230px;
  padding: 32px 26px;
  border-radius: 24px;
  position: absolute;
  color: #fff;
  box-sizing: border-box;
  margin-left: 24px;
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  z-index: 2;
  top: 37px;
}
.banner_visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s linear;
}
.banner_absolute_bottom {
  bottom: 72px;
  top: auto;
}
.banner_fixed {
  position: fixed;
  top: 104px;
}
.banner-black {
  background: #2f3040;
  height: 541px;
}
.banner-black > .banner__icon {
  background-image: url(../images/landings/306/banner_1_icon.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  screen and (-webkit-min-device-pixel-ratio: 3) {
  .banner-black > .banner__icon {
    background-image: url(../images/landings/306/banner_1_icon@2x.png);
  }
}
.banner-black > .banner__btn {
  background-color: #0d86ff;
  display: inline-block;
  background: #0d86ff;
  border-radius: 16px;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  text-decoration: none;
  padding: 18px 29px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.5px;
  width: 178px;
}
.banner-black > .banner__btn:hover {
  background: rgb(0, 121.25, 242.5);
}
.banner-black > .banner__btn:focus {
  outline: none;
}
.banner-black > .banner__btn:-moz-focusring {
  outline: none;
}
.banner_img {
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.banner__icon {
  display: block;
  margin: 0 auto 13px;
  width: 120px;
  height: 96px;
  background-size: contain;
  background-repeat: no-repeat;
}
.banner__list {
  margin-bottom: 28px;
}
.banner__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.5px;
  padding-bottom: 9px;
  text-align: left;
}
.banner__desc {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding-bottom: 27px;
  text-align: left;
}
.banner__item {
  display: flex;
  margin-bottom: 10px;
}
.banner__item:last-child {
  margin-bottom: 0;
}
.banner__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
.banner__btn {
  font-weight: 400;
  width: 178px;
  height: 48px;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}
.container-wrap {
  width: 1140px;
  min-width: 1140px;
  margin: 0 auto;
  text-align: center;
  position: static;
}
.wrapper-narrow {
  max-width: 632px;
  width: 100%;
  display: inline-block;
}
.banner-wrapper {
  position: relative;
}
.js-black-banner-visible {
  cursor: pointer;
}
