*:focus {
  outline: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

h1,
h2,
h3,
p,
figure,
ul,
li {
  color: inherit;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.rtl {
  direction: rtl;
}

:root {
  --t1: #cc0e24;
  --main-border-color: #cc0e24;
  --border-color: #cc0e24;
}

@font-face {
  font-family: Barlow;
  src: url("../BarlowCondensed-SemiBold.ttf");
}
body {
  max-width: 1920px;
  font-size: 14px;
  color: #151418;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 auto;
}

a {
  color: #151418;
}

a:hover {
  color: var(--t1);
}

.wrap {
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

section, footer {
  min-width: 1360px;
}

.downloads .btn-down {
  display: inline-block;
  width: 300px;
  height: 0;
  padding-top: 82px;
  overflow: hidden;
  background: #151418 no-repeat center center/contain;
  border: 2px solid #FFF;
  border-radius: 6px;
}
.downloads .btn-down:hover {
  opacity: 0.8;
}
.downloads .btn-android {
  background-image: url("../images/google_play.png");
}
.downloads .btn-ios {
  margin-left: 20px;
  background-image: url("../images/app_store.png");
}

.main {
  position: relative;
  height: 1080px;
  background: url("../images/main-bg.png") 35% 88px no-repeat;
}
.main .logo {
  display: flex;
  align-items: center;
  position: absolute;
  top: 36px;
  left: 54px;
  font-size: 40px;
  font-weight: 600;
  white-space: nowrap;
}
.main .logo img {
  margin-right: 18px;
  height: 80px;
}
.main .lang {
  position: absolute;
  top: 36px;
  right: 54px;
  font-size: 18px;
  line-height: 2;
}
.main .lang .sub-menu {
  right: 0;
  font-size: 16px;
}
.main .wrap {
  padding-top: 230px;
  display: flex;
  justify-content: center;
}
.main .info {
  max-width: 724px;
  padding-top: 100px;
}
.main h1 {
  font-family: "Barlow Condensed", Barlow;
  font-style: normal;
  font-weight: bold;
  font-size: 104px;
  line-height: 1.06;
  white-space: pre-line;
  text-transform: uppercase;
  color: var(--t1);
}
.main h1::after {
  content: "";
  display: block;
  height: 20px;
  background: var(--main-border-color) no-repeat left top/contain;
  margin-top: 56px;
}
.main .icons {
  margin-top: 20px;
  width: 724px;
  height: 60px;
  background: url("../images/main-icons.png") no-repeat center bottom;
}
.main .downloads {
  margin-top: 120px;
}
.main .picture {
  margin-left: 80px;
  align-self: flex-end;
}

.section {
  position: relative;
  height: 1080px;
  background: no-repeat center center;
}
.section .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section.reverse .wrap {
  flex-direction: row-reverse;
}
.section.column .wrap {
  flex-direction: column;
}
.section.column .info {
  margin-bottom: 40px;
}
.section .info {
  position: relative;
  width: 655px;
  text-align: center;
  z-index: 11;
}
.section .info h3 {
  font-family: Barlow;
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: pre-line;
}
.section .info h3::after {
  content: "";
  display: block;
  width: 418px;
  height: 14px;
  background-color: var(--border-color);
  margin: 26px auto 0;
}
.section .info p {
  margin-top: 26px;
  font-size: 24px;
  white-space: pre-line;
}
.section .picture {
  position: relative;
  align-self: flex-end;
  z-index: 10;
}

.section-1 {
  background-image: linear-gradient(180deg, #E4EAED 0%, #FFF 100%);
}
.section-1 .picture {
  margin-right: 76px;
  align-self: unset;
}

.section-2 {
  background-image: url("../images/section2-bg.png");
  background-color: #F7F7F7;
}
.section-2 .picture {
  margin-left: 114px;
}

.section-3 .picture {
  margin-right: 114px;
}

.section-4 {
  background-color: #F7F7F7;
}
.section-4 .picture {
  margin-left: 42px;
}

.section-5 .picture {
  margin-right: 46px;
}

.section-6 {
  background-color: #F7F7F7;
  padding-bottom: 30px;
}
.section-6 .picture {
  margin-left: 42px;
}

footer {
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px 20px;
  line-height: 1.5;
  box-sizing: border-box;
}
footer .container {
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #353B3E;
  padding-top: 35px;
  margin-top: 35px;
}
footer .logo {
  display: flex;
  align-items: center;
  margin-top: 85px;
  font-size: 40px;
  font-weight: 600;
}
footer .logo img {
  margin-right: 18px;
  height: 80px;
}
footer .contact strong, footer .share strong {
  font-size: 24px;
  font-weight: bold;
}
footer .share {
  margin-top: 35px;
  white-space: nowrap;
}
footer .share img {
  width: 32px;
  height: 32px;
  margin-right: 24px;
}
footer .links {
  margin-top: 35px;
}

.fix-down {
  position: fixed;
  right: 90px;
  bottom: 90px;
  padding: 14px;
  width: 154px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(6, 58, 87, 0.05);
  border-radius: 6px;
  z-index: 11;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  opacity: 0;
}
.fix-down.visible {
  visibility: visible;
  opacity: 1;
}
.fix-down .title {
  font-weight: 400;
}
.fix-down #qrcode {
  padding: 5px;
  margin-top: 10px;
}
.fix-down .downloads {
  margin-top: 10px;
}
.fix-down .downloads .btn-down {
  width: 100%;
  padding-top: 42px;
  margin-left: 0;
}

.float-button {
  display: none;
  flex-direction: row;
  align-items: center;
  align-items: center;
  position: fixed;
  z-index: 100;
  left: 16px;
  bottom: 16px;
  visibility: hidden;
  opacity: 0;
  border: none;
  outline: none;
  padding: 8px 14px 8px 8px;
  border-radius: 12px;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
}
.float-button.visible {
  visibility: visible;
  opacity: 1;
}
.float-button .close-border {
  width: 14px;
  height: 14px;
  color: #1F1255;
  margin-left: 5px;
  margin-right: 12px;
  background: url("../images/icon-close.png") no-repeat;
  background-size: contain;
}
.float-button .btn-text {
  width: 99px;
  font-weight: 700;
  font-size: 13px;
  color: #1F1255;
  letter-spacing: -0.015em;
  margin-left: 8px;
}
.float-button .btn-logo {
  width: 36px;
  height: 36px;
  border-radius: 5px;
}
.float-button:hover {
  background-color: #f8f8f8;
}
.float-button:active {
  background-color: #f0f3f5;
}

.drop-menu {
  position: relative;
}
.drop-menu > .handler {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 15px !important;
  transition: color 0.2s;
  cursor: pointer;
}
.drop-menu > .handler::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  border: 5px solid transparent;
  border-top-color: currentColor;
  margin-top: -2px;
  transition: border-color 0.2s;
}
.drop-menu > .handler:hover::after {
  border-top-color: #000;
}
.drop-menu.show > .handler {
  color: var(--t1, #000);
}
.drop-menu.show > .handler::after {
  border-top-color: var(--t1, #000);
}
.drop-menu.show .sub-menu {
  visibility: visible;
  opacity: 1;
}

#lang-switch > .handler::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url("../images/ico-world.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 20px;
}

.sub-menu {
  visibility: hidden;
  position: absolute;
  min-width: 140px;
  max-width: 350px;
  font-size: 14px;
  padding: 5px 0;
  line-height: 30px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.2s;
  white-space: nowrap;
}
.sub-menu a {
  display: block;
  padding: 8px 20px;
  color: #151418;
  transition: color 0.2s;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sub-menu a:hover {
  color: #000;
  background-color: #f4f3f6;
}

body {
  -webkit-tap-highlight-color: transparent;
}

@media screen and (min-width: 320PX) and (max-width: 750px) {
  html {
    font-size: 32PX;
  }
  body {
    font-size: 12PX;
  }
}
@media screen and (min-width: 360PX) and (max-width: 750px) {
  html {
    font-size: 36PX;
  }
  body {
    font-size: 13.5PX;
  }
}
@media screen and (min-width: 375PX) and (max-width: 750px) {
  html {
    font-size: 37.5PX;
  }
  body {
    font-size: 14.0625PX;
  }
}
@media screen and (min-width: 384PX) and (max-width: 750px) {
  html {
    font-size: 38.4PX;
  }
  body {
    font-size: 14.4PX;
  }
}
@media screen and (min-width: 393PX) and (max-width: 750px) {
  html {
    font-size: 39.3PX;
  }
  body {
    font-size: 14.7375PX;
  }
}
@media screen and (min-width: 400PX) and (max-width: 750px) {
  html {
    font-size: 40PX;
  }
  body {
    font-size: 15PX;
  }
}
@media screen and (min-width: 412PX) and (max-width: 750px) {
  html {
    font-size: 41.2PX;
  }
  body {
    font-size: 15.45PX;
  }
}
@media screen and (min-width: 414PX) and (max-width: 750px) {
  html {
    font-size: 41.4PX;
  }
  body {
    font-size: 15.525PX;
  }
}
@media screen and (min-width: 424PX) and (max-width: 750px) {
  html {
    font-size: 42.4PX;
  }
  body {
    font-size: 15.9PX;
  }
}
@media screen and (min-width: 480PX) and (max-width: 750px) {
  html {
    font-size: 48PX;
  }
  body {
    font-size: 18PX;
  }
}
@media screen and (min-width: 540PX) and (max-width: 750px) {
  html {
    font-size: 54PX;
  }
  body {
    font-size: 20.25PX;
  }
}
@media screen and (min-width: 640PX) and (max-width: 750px) {
  html {
    font-size: 64PX;
  }
  body {
    font-size: 24PX;
  }
}
@media screen and (min-width: 720PX) and (max-width: 750px) {
  html {
    font-size: 72PX;
  }
  body {
    font-size: 27PX;
  }
}
@media screen and (min-width: 320PX) and (max-width: 750px) {
  html {
    font-size: 10vw;
  }
}
@media screen and (max-width: 750px) {
  .wrap {
    width: auto;
  }
  section, footer {
    min-width: unset;
  }
  .downloads {
    width: 80%;
    margin: 0 auto;
  }
  .downloads .btn-down {
    width: 100%;
    padding-top: 1.5rem;
    margin: 0 !important;
  }
  #lang-switch > .handler::before {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.222rem;
  }
  .main {
    height: 95vh;
    text-align: center;
    background: url("../images/m/main-bg.png") no-repeat center 0.5rem;
    background-size: 100% auto;
  }
  .main .wrap {
    display: block;
    padding-top: 5rem;
  }
  .main .logo {
    left: 0.583rem;
    top: 0.5rem;
    font-size: 26px;
  }
  .main .logo img {
    height: 0.889rem;
    margin-right: 0.333rem;
  }
  .main .lang {
    top: 0.5rem;
    right: 0.583rem;
  }
  .main .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding-top: 0;
  }
  .main h1 {
    font-size: 3.407em;
    margin: 0 0.667rem;
  }
  .main h1::after {
    width: 85%;
    height: 0.222rem;
    margin: 0.444rem auto 0;
    background: var(--main-border-color) no-repeat center top/contain;
  }
  .main .picture {
    display: none;
  }
  .main .icons {
    width: 80%;
    min-height: 1.083rem;
    margin-top: 0.972rem;
    background: url("../images//m/main-icons.png") no-repeat;
    background-size: contain;
    flex-shrink: 0;
    flex-grow: 1;
  }
  .main .downloads {
    margin: 0.5rem 0 1.25rem;
  }
  .section {
    height: auto;
    background-size: cover;
    background-position: center center;
  }
  .section .wrap {
    flex-direction: column !important;
    justify-content: space-between;
    gap: 50px;
  }
  .section .info {
    width: 90%;
    margin: 1rem auto 0;
  }
  .section .info h3 {
    font-size: 2.37em;
  }
  .section .info h3::after {
    width: 6.25rem;
    height: 0.222rem;
    margin-top: 0.25rem;
  }
  .section .info p {
    font-size: 1.037em;
    margin-top: 0.25rem;
    white-space: unset;
  }
  .section .picture {
    margin: 0 !important;
    max-width: 90%;
    max-height: 12.5rem;
    align-self: auto;
  }
  .section-1 {
    min-height: auto;
    padding-bottom: 1.944rem;
  }
  .section-1 .info {
    position: static !important;
    margin-bottom: 0.556rem !important;
  }
  .section-1 .picture {
    max-width: 98%;
    height: auto;
  }
  .section-2 {
    background: url("../images/m/section2-bg.png") #F7F7F7 no-repeat center center;
    background-size: contain;
  }
  footer {
    width: 80%;
    padding: 1rem 0;
    text-align: center;
  }
  footer .container {
    display: block;
    margin-top: 1rem;
    border-top-width: 0.25rem;
  }
  footer .content-left, footer .copy {
    display: none;
  }
  footer .share, footer .links {
    margin-top: 0.75rem;
  }
  .fix-down {
    display: none;
  }
  .float-button {
    display: flex;
  }
  .android .btn-ios {
    display: none !important;
  }
  .ios .btn-android {
    display: none !important;
  }
}