* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

h1, h2, h3, h4, h5, h6, a {
  font-family: "Overpass", sans-serif;
}

.h2 {
  color: #161616;
  font-size: 45px;
  font-weight: 900;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
}

.header {
  background: url(../img/bg-ds.png) center center/cover no-repeat;
  padding-bottom: 200px;
}
.header .header-top {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-top .logo img {
  width: 180px;
}
.header .header-top .tg img {
  width: 32px;
}
.header .header-content {
  margin-top: 100px;
  display: flex;
  position: relative;
}
.header .header-content .text {
  color: #fff;
}
.header .header-content .text h1 {
  font-size: 96px;
  font-weight: 900;
  margin: 0;
}
.header .header-content .text .h1 {
  display: flex;
}
.header .header-content .text .h1 h1 {
  margin-right: 45px;
  position: relative;
}
.header .header-content .text .h1 h1 img {
  position: absolute;
  right: -60px;
  top: -45px;
  width: 170px;
}
.header .header-content .text .h1 p {
  margin: 0;
  font-size: 16px;
  margin-top: 42px;
}
.header .header-content .text .g-a {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.header .header-content .text .g-a .rev {
  margin-right: 40px;
}
.header .header-content .text .g-a .rev img {
  width: 100px;
  margin-bottom: 10px;
}
.header .header-content .text .g-a .rev p {
  color: #B2B4B4;
  font-weight: 400;
  margin: 0;
}
.header .header-content .text .g-a .rev p a {
  color: #B2B4B4;
  font-weight: 400;
}
.header .header-content .text .g-a .a {
  padding: 30px 40px;
  background-color: #3DDC97;
  color: #0F0F0F;
  text-decoration: none;
  border-radius: 999px;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 62px rgba(58, 225, 128, 0.56);
}
.header .header-content .text .g-a .a img {
  margin-right: 10px;
}
.header .header-content .text .g-a .img-r {
  margin-left: 30px;
  width: 80px;
}
.header .header-content .img {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 99;
}
.header .header-content .img img {
  width: 310px;
}

.marquee {
  width: 100%;
  background-color: #3DDC97;
  padding: 30px 0;
  white-space: nowrap;
  overflow: hidden;
}
.marquee .img {
  animation: text 80s infinite linear;
}
.marquee .img img {
  width: 400px;
  margin: 0 20px;
}

@keyframes text {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-160%, 0);
  }
}
.why {
  padding-top: 150px;
  position: relative;
  background: url(../img/why-bg.jpg) left center no-repeat;
  background-size: contain;
}
.why .h2 {
  margin-bottom: 100px;
}
.why .block {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.why .block .text {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 25px;
}
.why .block .text .item {
  display: flex;
  align-items: center;
}
.why .block .text .item img {
  width: 120px;
  margin-right: 20px;
}
.why .block .text .item .txt h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #0F0F0F;
  font-weight: 600;
}
.why .block .text .item .txt p {
  margin: 0;
  color: #0F0F0F;
}
.why .block .img {
  margin-right: 100px;
  margin-left: -35%;
  width: 150%;
}
.why .block .img img {
  width: 100%;
}

.reviews {
  margin-top: 200px;
}
.reviews .h2 {
  margin-bottom: 100px;
}
.reviews .card {
  padding: 45px;
  border-radius: 30px;
  box-shadow: 0px 20px 74px rgba(17, 78, 43, 0.1);
  border: none;
}
.reviews .card .img {
  display: flex;
  align-items: center;
  width: 65px;
  margin-bottom: 25px;
}
.reviews .card .img img {
  margin-right: 20px;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews .card .img .txt h3 {
  color: #0F0F0F;
  font-size: 20px;
  margin-bottom: 3px;
}
.reviews .card .img .txt p {
  margin-bottom: 0;
  opacity: 0.6;
  color: #0F0F0F;
}
.reviews .card .star {
  margin-bottom: 25px;
  display: flex;
}
.reviews .card .star img {
  width: 32px;
}
.reviews .card .text {
  color: #0F0F0F;
  opacity: 0.8;
}

.download-block {
  margin: 150px 0;
}
.download-block .container {
  background: url(../img/download.jpg) center center/cover no-repeat;
  padding: 70px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.download-block .container h2 {
  font-weight: 900;
  font-size: 48px;
  width: 65%;
  margin: 0;
}
.download-block .container .btn-block {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.download-block .container .btn-block .a {
  padding: 30px 40px;
  background-color: #0F0F0F;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 62px rgba(58, 225, 128, 0.56);
}
.download-block .container .btn-block .a img {
  margin-right: 10px;
}

.footer {
  padding: 48px 0;
  background-color: #161616;
  color: #fff;
}
.footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.footer .footer-top .logo img {
  width: 180px;
}
.footer .footer-top .tg img {
  width: 32px;
}
.footer .footer-bottom {
  color: #9F9F9F;
}

@media (max-width: 1400px) {
  .download-block .container h2 {
    font-size: 45px;
  }
  .download-block .container .btn-block {
    width: 35%;
  }
}
@media (max-width: 1200px) {
  .why .block .img {
    margin-left: -65%;
  }
  .download-block .container h2 {
    font-size: 40px;
    width: 50%;
  }
  .why .block .img {
    margin-left: -30%;
  }
  .download-block .container .btn-block {
    width: 40%;
  }
  .download-block .container {
    margin: 0 24px;
    width: auto;
  }
}
@media (max-width: 991px) {
  .header .header-content .img {
    display: none;
  }
  .header .header-content .text h1 {
    font-size: 80px;
  }
  .header .header-content .text .g-a .a, .download-block .container .btn-block .a {
    padding: 20px 30px;
    font-size: 16px;
  }
  .download-block .container {
    flex-direction: column;
  }
  .download-block .container h2 {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .download-block .container .btn-block {
    width: 100%;
  }
  .download-block {
    margin-bottom: 100px;
    margin-top: 50px;
  }
  .marquee {
    background-color: #161616;
  }
  .marquee .img img {
    width: 250px;
  }
  .why {
    padding-top: 75px;
  }
  .reviews {
    margin-top: 75px;
  }
  .reviews .h2, .why .h2 {
    margin-bottom: 50px;
    font-size: 35px;
  }
  .why .block {
    flex-direction: column;
  }
  .why .block .img {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 60px;
  }
  .container {
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .why .block .text .item img {
    width: 100px;
  }
  .header .header-content .text .g-a .img-r {
    display: none;
  }
  .header .header-content .text .g-a {
    flex-direction: column;
  }
  .header .header-content .text .g-a .rev {
    align-self: start;
  }
  .header {
    background: url(../img/bg-m.png) center bottom/cover no-repeat;
    padding-bottom: 30px;
  }
  .header .header-content .text .g-a .a {
    margin-top: 90%;
  }
  .header .header-content .text h1 {
    font-size: 60px;
  }
  .header .header-content .text .h1 h1 img {
    width: 130px;
    top: -30px;
    right: auto;
    left: 35%;
  }
  .header .header-content .text .h1 p {
    margin-top: 15px;
  }
  .header .header-content .text .h1 {
    flex-direction: column;
  }
  .header .header-content .text .g-a {
    margin-top: 30px;
  }
  .header .header-content .text {
    width: 100%;
  }
  .marquee {
    padding: 20px 0;
  }
  .h2 {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .reviews .h2, .why .h2 {
    font-size: 24px;
    margin-bottom: 36px;
  }
  .why .h2 {
    margin-bottom: 48px;
  }
  .why .block .text .item img {
    width: 64px;
    align-self: start;
    margin-right: 16px;
  }
  .why .block .text .item .txt h3 {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .why .block .text .item .txt p {
    font-size: 14px;
  }
  .header .header-content .text h1 {
    font-size: 40px;
  }
  .header .header-content .text .h1 h1 img {
    width: 110px;
  }
  .header .header-content .text .g-a .a {
    margin-top: 110%;
    width: 327px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
  }
  .header .header-content {
    margin-top: 88px;
  }
  .why .block .img img {
    width: 130%;
  }
  .reviews .card {
    padding: 25px;
  }
  .reviews .card .text {
    font-size: 14px;
  }
  .reviews .card .star img {
    width: 20px;
  }
  .reviews .card .img img {
    width: 50px;
    height: 50px;
  }
  .reviews .card .img .txt h3 {
    font-size: 16px;
  }
  .reviews .card .img .txt p {
    font-size: 14px;
  }
  .download-block .container {
    margin: 0 24px;
    width: auto;
    padding: 48px 24px;
  }
  .download-block .container h2 {
    font-size: 24px;
  }
  .header .header-top .logo img, .footer .footer-top .logo img {
    width: 150px;
  }
  .footer .footer-bottom {
    font-size: 14px;
  }
  .download-block {
    margin-bottom: 75px;
  }
  .header .header-content .text .g-a .rev {
    display: flex;
    align-items: center;
  }
  .header .header-content .text .g-a .rev img {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .why .block .img {
    width: 100%;
  }
  .header .header-top {
    padding-top: 24px;
  }
  .marquee .img {
    animation: text 15s infinite linear;
  }
  .why {
    background: url(../img/why-bg-m.jpg) center center/cover no-repeat;
  }
  .download-block .container {
    background: url(../img/download-m.jpg) center center/cover no-repeat;
  }
  .download-block .container .btn-block .a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 38px;
  }
  .footer {
    padding: 32px 0;
  }
  .footer .footer-top {
    margin-bottom: 48px;
  }
}/*# sourceMappingURL=style.css.map */