@font-face {
  font-family: 'Benzin-Semibold';
  src: url('assets/fonts/benzin-semibold.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/Inter-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}
body {
	background: rgba(22, 22, 22, 1);
}
main {
	padding: 0;
  max-width: 100%;
  width: 430px;
  margin: 0 auto;
  position: relative;
}
* {
	margin: 0;
	padding: 0;
	font-family: "Inter";
	font-style: normal;
	font-weight: 700;
	box-sizing: border-box;
  color: rgba(255, 255, 255, 1);
}
section {
  position: relative;
  z-index: 2;
}
.container {
  max-width: 100%;
  padding: 0 19px;
}
.main--bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
h1 {
  margin-bottom: 50px;
  font-family: "Benzin-Semibold";
  font-weight: 400;
  font-size: 35px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
h2 {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
}
h3 {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0;
}
p {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
}
p strong {
  font-weight: 700;
}
p span {
  font-weight: 700;
  text-decoration: none;
  color: rgba(0, 162, 224, 1);
}
.btn {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(110.55deg, #00A2E0 9.18%, #00C1F4 80.53%);
  box-shadow: 0px 4px 15.5px 0px rgba(1, 189, 242, 0.46);
  font-size: 18px;
  border-radius: 50px;
  text-decoration: none;
}

.hero .container {
  padding-top: 90px;
}
.hero--fone {
  position: absolute;
  top: 16px;
  left: 0;
}
.hero--circle {
  margin: 0 auto 20px auto;
  display: block;
}
.hero--btn {
  margin: 0 auto 50px auto;
  width: fit-content;
  height: auto;
  padding: 7px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 65px;
  background: rgba(255, 255, 255, 1);
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: rgba(13, 13, 13, 1);
  white-space: nowrap;
}

.about--fone {
  position: absolute;
  top: -155px;
  right: 0;
  z-index: 1;
}
.about--h2 {
  margin-bottom: 20px;
  font-size: 16px;
}
.about__box {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.about__item {
  width: calc(50% - 10px);
  height: auto;
  min-height: 80px;
  border-radius: 10px;
  background: rgba(48, 48, 48, 0.5);
  padding: 10px;
}

.stats {
  padding-top: 150px;
  margin-bottom: 100px;
}
.stats--fone {
  position: absolute;
  top: 10px;
  left: 0;
}
.glide__track {
  margin-bottom: 10px;
}
.stats--img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.glide__bullets {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.glide__bullet {
  border: none;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background: rgba(165, 165, 165, 1);
  transition: 0.3s;
}
.glide__bullet.glide__bullet--active {
  background: rgba(0, 179, 250, 1);
}
.glide__arrows {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.glide__arrow {
  border: none;
  background: transparent;
}

.reviews {
  padding-bottom: 150px;
}
.reviews__box {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.reviews__item {
  width: calc(50% - 10px);
  height: auto;
}
.reviews__item img {
  max-width: 100%;
  height: auto;
  display: block;
}