@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html, body {
  overscroll-behavior: none;
}

@view-transition {
  navigation: auto;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #e6e9ed;
}

section {
  margin: 0px 0px 60px 0px;
}

.hero {
  position: relative; 
}
.hero:before {
  content: "";
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
}
.hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.hero div, .hero-block div, .hero-block h1 {
  position: relative;
  z-index: 10000;
}
.hero-block h1 {
  font-size: 92px;
  line-height: 94px;
  font-weight: 900;
  color: #fff;
  margin: 0px;
}
.hero {

}
.hero-block img {
  width: 100%;
  max-width: 250px;
}
.hero-block .hero-dima {
  position: absolute;
  bottom: 0;
  right: 0;
}
.hero-block {
  border-radius: 30px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 200px 0px;
}

.title {
  margin: 0px 0px 30px 0px;
  font-size: 72px;
  line-height: 74px;
  font-weight: 900;
}

.pay-block {
  position: relative;
  background-image: url('/src/img/pay.webp');
  padding: 150px;
  border-radius: 20px;
  text-align: center;
}
.pay-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #000;
  opacity: 0.5;
}
.pay-block a {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 20px 40px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 700;
  color: #000 !important;
  text-decoration: none !important;
}

.advantages-block {
  padding: 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgb(24 121 255 / 30%);
  margin: 0px 0px 30px 0px;
}
.advantages-icon svg {
  width: 75px;
  height: auto;
}
.advantages-icon {
  margin: 0px 0px 20px 0px;
}
.advantages-title {
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  margin: 0px 0px 15px 0px;
}
.advantages-desc {
  
}

.apart-block {
  display: flex;
  padding: 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgb(24 121 255 / 30%);
  position: sticky;
  margin: 0px 0px 30px 0px;
  top: 0;
}
.apart-content {
  flex: 0 0 calc(100% - 500px);
  max-width: calc(100% - 500px);
  padding: 0px 30px 0px 0px;
}
.apart-title {
  font-size: 32px;
  line-height: 34px;
  margin: 0px 0px 20px 0px;
  font-weight: 700;
}
.apart-desc {
  font-size: 22px;
  line-height: 24px;
  margin: 0px;
}
.apart-image {
  flex: 0 0 500px;
  max-width: 500px;
}
.apart-image img {
  width: 100%;
  border-radius: 16px;
}