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

h1, h2, h3 {
  font-family: "Krona One", sans-serif;
}

body {
  background: #04050A;
  background: url(../img/bg.jpg) center center/cover no-repeat;
}

.header {
  background: url(../img/1_block-bg.png) center center/cover no-repeat;
  padding-top: 40px;
  padding-bottom: 600px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header .logo img {
  width: 139px;
  margin-bottom: 40px;
}
.header h3 {
  text-transform: uppercase;
  color: #3DDC97;
  font-size: 18px;
  background-color: rgba(61, 220, 151, 0.1);
  border: 1px solid rgba(61, 220, 151, 0.2);
  padding: 5px 16px;
  border-radius: 10px;
  width: 150px;
  margin: 0 auto;
  margin-bottom: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
.header h2 {
  font-size: 70px;
  color: #f8f8f8;
  font-weight: 600;
  margin-bottom: 24px;
  letter-spacing: -2px;
  background: -webkit-radial-gradient(circle, rgb(255, 255, 255) 25%, rgb(109, 109, 109) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 48px;
  color: #B2BFB4;
}
.header .img-head {
  width: 100%;
  z-index: 1;
  margin-top: -50px;
  transition: 0.5s all;
}
.header .img-head:hover {
  transform: scale(1.05);
}

.btn-gr {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
}

.btn-green {
  background: #3DDC97;
  color: #04050A;
  padding: 11px;
  border-radius: 6px;
  width: 210px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  margin: 0 9px;
  box-shadow: rgba(255, 255, 255, 0.04) 0px 0px 12px 0px inset, rgba(65, 221, 153, 0.15) 0px 2px 4px 0px, rgba(65, 221, 153, 0.13) 0px 8px 8px 0px, rgba(65, 221, 153, 0.08) 0px 17px 10px 0px, rgba(65, 221, 153, 0.02) 0px 31px 12px 0px, rgba(65, 221, 153, 0) 0px 48px 13px 0px;
  transition: 0.5s all;
}
.btn-green img {
  width: 24px;
  margin-right: 8px;
}
.btn-green:hover {
  background-color: #6AFFBE;
  transform: scale(1.03);
  color: #04050A;
}

.items-block {
  padding: 100px 0;
  text-align: center;
}
.items-block h3 {
  text-transform: uppercase;
  color: #3DDC97;
  font-size: 18px;
  background-color: rgba(61, 220, 151, 0.1);
  border: 1px solid rgba(61, 220, 151, 0.2);
  padding: 5px 16px;
  border-radius: 10px;
  width: 290px;
  margin: 0 auto;
  margin-bottom: 24px;
  font-family: "Inter", sans-serif;
}
.items-block .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.items-block .items .item {
  padding: 30px 12px;
  border: 1px solid rgba(51, 209, 98, 0.2);
  background-color: rgba(51, 209, 98, 0.02);
  border-radius: 10px;
}
.items-block .items .item img {
  width: 88px;
  transition: 0.5s all;
  margin-bottom: 30px;
}
.items-block .items .item img:hover {
  transform: scale(1.05);
}
.items-block .items .item h4 {
  color: #f8f8f8;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 12px;
}
.items-block .items .item p {
  color: #C3CFC5;
  font-size: 14px;
  margin: 0;
}

h2 {
  font-size: 48px;
  color: #f8f8f8;
  font-weight: bold;
  margin-bottom: 24px;
  letter-spacing: -2px;
}

.p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #747881;
}

.footer-block {
  padding-top: 100px;
  padding-bottom: 70px;
  background: url(../img/3_block-bg.png) center center/cover no-repeat;
}
.footer-block .hanf-img {
  display: none;
}
.footer-block h1 {
  font-size: 55px;
  color: #f8f8f8;
  font-weight: 600;
  margin-bottom: 40px;
  letter-spacing: -2px;
  background: -webkit-radial-gradient(circle, rgb(255, 255, 255) 25%, rgb(109, 109, 109) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.footer-block .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 15px;
  background-color: tomato;
  opacity: 1;
}
.footer-block .swiper-pagination-bullet-active {
  background-color: navy;
}
.footer-block .swiper-button-prev,
.footer-block .swiper-button-next {
  position: static;
  margin-left: 10px;
}
.footer-block .swiper-container {
  padding-bottom: 50px;
}
.footer-block .slider-container {
  overflow: hidden;
  width: 100%;
}
.footer-block .slider-container .swiper-wrapper {
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-block .card {
  width: 20%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  background: none;
  border: none;
  border-radius: 0;
}
.footer-block .card .txt-check {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  color: #fff;
}
.footer-block .card .txt-check img {
  width: 24px;
}
.footer-block .card .txt-check p {
  margin: 0;
  margin-left: 15px;
}
@media (max-width: 600px) {
  .footer-block .card {
    width: 100%;
    margin: 0;
    flex-shrink: 0;
  }
  .footer-block .slider-container .swiper-wrapper {
    justify-content: initial;
    flex-wrap: nowrap;
  }
}
.footer-block .container .text {
  display: flex;
  justify-content: center;
}
.footer-block .container .text .wrn {
  margin-top: 40px;
  display: flex;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(51, 209, 98, 0.2);
  background-color: rgba(9, 21, 13, 0.8);
  border-radius: 10px;
  width: 100%;
  max-width: 400px;
}
.footer-block .container .text .wrn img {
  width: 50px;
  margin-right: 20px;
}
.footer-block .container .text .wrn p {
  font-size: 18px;
  color: #fff;
  margin: 0;
  font-weight: 300;
}
.footer-block .container .text .wrn p span {
  font-weight: bold;
  color: #3DDC97;
}

.download {
  padding: 100px 0;
  text-align: center;
}
.download .bl {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.download .img {
  width: 168px;
  margin-bottom: 55px;
  box-shadow: 0px 0px 70px 0px rgba(61, 220, 151, 0.3);
  border-radius: 40px;
}
.download h1 {
  font-size: 40px;
  color: #f8f8f8;
  font-weight: 500;
  margin-bottom: 50px;
  letter-spacing: -2px;
  background: -webkit-radial-gradient(circle, rgb(255, 255, 255) 25%, rgb(109, 109, 109) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.download h1 span {
  background: -webkit-radial-gradient(circle, #3DDC97 25%, #3DDC97 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Krona One", sans-serif;
}

.footer-top {
  text-align: center;
  padding-bottom: 50px;
}
.footer-top .container-p {
  margin-top: 30px;
}
.footer-top .container-p .p-text {
  font-size: 12px;
  padding: 0;
  margin: 0;
  color: #747881;
}

@media (max-width: 600px) {
  .footer-top .container-p .p-text {
    font-size: 10px;
  }
}
.footer {
  background: url(../img/4_block-bg.png) center center/cover no-repeat;
  padding: 60px 0;
}
.footer .container {
  text-align: center;
}
.footer .container .logo img {
  width: 175px;
  margin-bottom: 30px;
}
.footer .container p {
  margin: 0;
  color: #C3CFC5;
  font-size: 16px;
}

@media (max-width: 1400px) {
  .footer-block .card .txt-check p {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .footer-block .container .text {
    padding: 0px;
  }
  .footer-block .container .text h1, .download h1, h2, .footer-block h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .items-block .items {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-block .container {
    flex-direction: column;
  }
  .footer-block .container .text {
    width: 100%;
  }
  .footer-block .container .img {
    width: 100%;
    margin-top: 30px;
  }
  .footer-block .slider-container .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .footer-block .card {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body {
    background: #04050A;
    background: url(../img/bg_m.jpg) center center/cover no-repeat;
  }
  .header {
    padding-top: 58px;
    padding-bottom: 330px;
    background: url(../img/1_block-bg_m.png) center bottom/cover no-repeat;
  }
  .header .logo img {
    margin-bottom: 60px;
  }
  .header h2 {
    font-size: 25px;
  }
  .btn-green {
    padding: 15px 35px;
    font-size: 20px;
    width: 305px;
  }
  .items-block .items {
    grid-template-columns: repeat(1, 1fr);
  }
  .header h3 {
    width: 200px;
  }
  .footer-block .container .text h1, .download h1, h2, .footer-block h1 {
    font-size: 33px;
    font-weight: 400;
  }
  .items-block h3 {
    width: 250px;
  }
  .items-block {
    padding: 70px 0;
  }
  .items-block .items {
    text-align: center;
    margin: 0 auto;
    width: 95%;
    margin-top: 50px;
  }
  .items-block .items .item {
    background-color: #0B0E10;
  }
  .footer-block .container .text .check {
    font-size: 16px;
  }
  .footer-block {
    padding: 0 20px;
    padding-top: 50px;
  }
  .footer-block .container .text {
    padding: 45px 10px;
    padding-top: 0;
  }
  .footer-block .container .text h1 {
    text-align: center;
  }
  .footer-block .container .text .wrn {
    padding: 16px;
  }
  .footer-block .container .text .wrn img {
    width: 33px;
  }
  .footer-block .container .text .wrn p {
    font-size: 14px;
  }
  .footer-block .container .img {
    margin-top: 0;
  }
  .download .img {
    width: 100px;
    border-radius: 30px;
    margin-bottom: 30px;
  }
  .footer-block .card .txt-check {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .footer-block .slider-container .swiper-wrapper {
    display: flex;
    gap: 0;
  }
  .footer-block .card .txt-check {
    height: 57px;
  }
  .header {
    padding-bottom: 290px;
  }
  .header p {
    margin-bottom: 35px;
  }
  .download h1 {
    font-size: 25px;
  }
  .footer-block .hanf-img {
    display: flex;
    justify-content: center;
  }
  .footer-block .hanf-img img {
    width: 40px;
  }
}/*# sourceMappingURL=style.css.map */