*: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: #EC1A19;
  --main-border-color: #EC1A19;
  --border-color: #EC1A19;
}

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: 980px;
  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: 48px;
  font-weight: 600;
  white-space: nowrap;
  text-transform: uppercase;
}
.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;
}
.main .slogan::after {
  content: "";
  display: block;
  height: 20px;
  background: var(--main-border-color) no-repeat left top/contain;
  margin-top: 56px;
}
.main h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 88px;
  line-height: 1.06;
  white-space: pre-line;
  text-transform: uppercase;
  color: var(--t1);
}
.main p {
  color: #17337B;
  font-size: 60px;
  font-weight: 400;
}
.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;
  max-height: 850px;
}

footer {
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px 20px;
  line-height: 1.5;
  box-sizing: border-box;
  text-align: center;
}
footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 35px;
  background: #353B3E;
}

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;
  }
  .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%;
  }
  .main .slogan::after {
    height: 0.222rem;
    margin: 0.444rem auto 0;
    background: var(--main-border-color) no-repeat center top/contain;
  }
  .main h1 {
    width: 75%;
    font-size: 3.407em;
  }
  .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;
  }
  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;
  }
}