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

.btn {
  padding: 13px 60px;
  font-size: 32px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  outline: none;
  border: none;
}
.btn:hover {
  color: #fff;
  background-color: #0e74f1;
}
.btn:active {
  color: #fff;
  background-color: #076ae2;
}
.btn.primary {
  background-color: #096eea;
}

[v-cloak] {
  visibility: hidden;
}

body {
  color: #fff;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  font-size: 14px;
  line-height: 1.25;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, serif;
  background-color: #000;
}

a {
  color: inherit;
}

.wrapper {
  width: 1440px;
  margin: 0 auto;
}

.wrap {
  width: 1156px;
  margin: 0 auto;
}

.info h1 {
  font-family: "Work Sans";
  font-size: 43px;
  font-weight: 700;
}
.info h2 {
  font-family: "Work Sans";
  font-size: 48px;
  font-weight: 700;
}
.info p {
  font-family: "Work Sans";
  font-size: 30px;
  font-weight: 700;
}
.info ul {
  margin: 36px 0;
  font-size: 20px;
}
.info li {
  margin-bottom: 20px;
}

.main {
  position: relative;
  height: 777px;
  background: url("../images/bg1.jpg") no-repeat;
}
.main .logo {
  position: absolute;
  top: 35px;
  left: 100px;
  display: flex;
  align-items: center;
  font-size: 20px;
}
.main .logo img {
  width: 38px;
  height: 38px;
  margin-right: 15px;
}
.main .info {
  padding-top: 230px;
}
.main .info ul {
  margin: 42px 0;
}

.downloads a {
  display: inline-block;
  width: 190px;
  height: 0;
  padding-top: 66px;
  overflow: hidden;
}
.downloads a:hover {
  opacity: 0.8;
}

.btn-google {
  background: url("../images/btn-google.png") no-repeat;
  background-size: contain;
}

.btn-get {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 16px 32px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #fff;
  transition: all 0.2s;
}
.btn-get:hover, .btn-get.active {
  border-color: #2B7FFF;
  background-color: #2B7FFF;
}

.section-2 {
  display: flex;
  align-items: center;
  width: 1363px;
  height: 716px;
  margin: 0 auto;
  border-radius: 20px;
  background: url("../images/bg2.jpg");
}
.section-2 .info {
  margin-left: 35px;
  width: 520px;
}
.section-2 .info h2 {
  font-size: 60px;
  margin-bottom: 58px;
}
.section-2 .info ul {
  font-size: 24px;
}
.section-2 .info li {
  margin-bottom: 30px;
}

.section-3 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  margin: 128px auto 0;
  width: 1156px;
}

.section-4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 128px auto 0;
  width: 1156px;
}
.section-4 .info {
  margin-left: 140px;
}

.section-5 {
  width: 1156px;
  margin: 224px auto 0;
}
.section-5 h2 {
  font-family: "Work Sans";
  font-size: 54px;
  font-weight: 700;
  text-align: center;
}
.section-5 h2 + p {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}
.section-5 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 48px 0;
}
.section-5 ul li {
  gap: 64px;
  width: 375px;
  padding: 24px;
  background-color: #24262B;
  border-radius: 40px;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.section-5 ul li:nth-child(1) i {
  background-color: #8C4FCE;
}
.section-5 ul li:nth-child(2) i {
  background-color: #608AFF;
}
.section-5 ul li:nth-child(3) i {
  background-color: #FF6A41;
}
.section-5 ul li:nth-child(4) i {
  background-color: #CE883C;
}
.section-5 ul li:nth-child(5) i {
  background-color: #38BD81;
}
.section-5 ul li:nth-child(6) i {
  background-color: #32436E;
}
.section-5 ul i {
  display: inline-block;
  padding: 20px;
  border-radius: 20px;
}
.section-5 ul img {
  width: 24px;
  height: 24px;
  vertical-align: top;
}
.section-5 ul p {
  font-family: "Work Sans";
  font-size: 24px;
  font-weight: 700;
  margin-top: 64px;
}
.section-5 .buttons {
  text-align: center;
}

footer {
  margin-top: 96px;
  text-align: center;
  padding: 32px 0;
}
footer h3 {
  font-size: 18px;
}
footer p {
  margin-top: 5px;
}