@font-face {
	font-family: 'integral';
	src: url('../fonts/IntegralCF-Bold.eot') format('eot');
    src: url('../fonts/IntegralCF-Bold.ttf') format('ttf');
    src: url('../fonts/IntegralCF-Bold.woff') format('woff');
    src: url('../fonts/IntegralCF-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'inter';
	src: url('../fonts/Inter-Regular.otf') format('otf');
	src: url('../fonts/Inter-Regular.ttf') format('ttf');
    src: url('../fonts/Inter-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'inter';
	src: url('../fonts/Inter-Bold.otf') format('otf');
	src: url('../fonts/Inter-Bold.ttf') format('ttf');
    src: url('../fonts/Inter-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 10%;
    width: 100%;
    height: 100%;
    background-color: #fff; /* Цвет фона */
    z-index: 9999; /* Верхний слой */
}

.loader {
  color: #65abf8;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  top: 25%;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease;
  animation: load6 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

h1 {
    font-family: 'integral';
    font-size: 80px; 
    font-weight: 700;
    margin-bottom: 0;
}

h2 {
    font-family: 'inter';
    color: #878787;
    font-size: 30px;
    font-weight: 400;
}

.name p {
    font-family: 'inter';
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 400;
}

.logo {
    margin: 30px 0px 0px; 
}

.logo_image {
    width: 300px;
    margin: 0 auto;
}

.logo_image img {
    width: 100%;
}

.text {
    text-align: center;
}

.swiper {
    margin-top: 20px;
    width: 100%;
    height: 400px;
}

.swiper-slide {
    text-align: right;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0px;
    z-index: -1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(0.5rem);
    scale: 0.8;
    border-radius: 50px;
    width: 300px;
    
}

/* .swiper-slide {
    transform: translateX(10px) scale(0.8) rotateY(-70deg);
    perspective: 16px;
} */

.swiper-slide-active img {
    filter: blur(0.5rem);
}

.swiper-slide-next {
    z-index: 1;
}

.swiper-slide-next img {
    scale: 1;
    filter: none;
}

.swiper-slide .active {
    width: 40px;
    
}

.geo {
    font-family: 'inter';
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 15px;
}

.geo img {
    width: 40px;
    margin-left: 4px;
}

.geo_text {
    font-weight: 700;
}

.footer {
    margin: 30px 0 0 0; 
}

.footer_title {
    font-family: 'integral';
    font-size: 40px;
    font-weight: 700;
}

.footer_button {
    font-family: 'inter';
    font-weight: 700;
    font-size: 21px;
    color: #fff;
    background-color: #00ADEF;
    padding: 25px 50px;
    border-radius: 40px;
    text-decoration: none;
    line-height: 76px;
    animation: bounce 1s infinite alternate;
}

.footer_price {
    font-family: 'inter';
    font-weight: 400;
    font-size: 20px;
    color: #878787;
}

.footer_price span {
    font-family: 'inter';
    font-weight: 700;
    font-size: 40px;
    color: #008BCE;
}

/* .footer_price::after {
    content: '';
    width: 228px;
    height: 1px;
    background: #878787;
    position: absolute;
    left: 837px;
    top: 1150px; 
} */

.footer_text {
    font-family: 'inter';
    font-weight: 400;
    font-size: 20px;
}

.footer_text__left {
    text-align: right;
}

.footer_text__right {
    text-align-last: left;
}







@media (max-width: 575.98px) {
    h1 {
        font-size: 60px;
    }
}

/* // Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) { ... }

// Medium devices (tablets, less than 992px)
@media (max-width: 991.98px) { ... }

// Large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) { ... }

// X-Large devices (large desktops, less than 1400px)
@media (max-width: 1399.98px) { ... } */