@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;
}

.hero {
  background-image: url('/src/hero-bg-1600.webp');
  padding: 200px 0px;
  background-position: center;
  background-size: cover;
  position: relative;
}
.hero:before {
  content: '';
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.hero div {
  position: relative;
  z-index: 1;
}

.hero h1 {
    font-size: 62px;
    line-height: 66px;
    font-weight: 900;
    color: #fff;
    margin: 0px 0px 15px 0px;
}
.hero h1 span {
  color: #1878ff;
}
.hero .subtitle {
  color: #fff;
  font-size: 42px;
  line-height: 46px;
  font-weight: 900;
  margin: 0px 0px 30px 0px;
}
.hero .subtitle span {
  color: #1878ff;
}
.hero h2 {
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    line-height: 26px;
    margin: 0px 0px 30px 0px;
}

.hero-form {
  padding: 20px;
  background-color: #e6e9ed;
  color: #000;
  border-radius: 16px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

section {
  padding: 40px 0px;
}

.page-title {
  font-size: 52px;
  line-height: 56px;
  font-weight: 900;
  margin: 0px 0px 30px 0px;
}
.page-title.page-title--stick {
  margin: 0px;
  position: sticky;
  top: 20px;
}
.page-title span {
  color: #1878ff;
}
.variant-item {
  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: relative;
  margin: 0px 0px 30px 0px;
  overflow: hidden;
}
.variant-item-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: top center;
}
.variant-item-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.variant-item-type {
    padding: 5px 10px;
    font-size: 14px;
    border: 2px #1879ff solid;
    border-radius: 8px;
    font-weight: 700;
    color: #1879ff;
    margin: 0px 0px 20px 0px;
}
.variant-item-title {
    font-size: 32px;
    margin: 0px 0px 10px 0px;
    font-weight: 900;
    line-height: 36px;
}
.variant-item-description {
    font-size: 16px;
    line-height: 20px;
    margin: 0px 0px 20px 0px;
}
.variant-item-price {
    font-size: 38px;
    font-weight: 900;
    margin: 0px 0px 20px 0px;
}

.variant-item-action {
  width: 100%;
}

.variant-item-action button {
    width: 100%;
    width: 100%;
    padding: 15px 0px;
    border: none;
    border-radius: 8px;
    background-color: #1879ff;
    font-weight: 900;
    color: #fff;
    transition: all .3s ease-in-out;
}

.variant-item-action button:hover {
  background-color: #0d5fd0;
}
.garanty-item {
  padding: 25px;
  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: relative;
  height: 300px;
  margin: 0px 0px 30px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.form-container {
  padding: 25px;
  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: relative;
}
.form-block {
  
    display: flex;
    flex-direction: column;
    margin: 0px 0px 20px 0px;
}

.form-block span {
    font-weight: 700;
    font-size: 22px;
    margin: 0px 0px 10px 0px;
}

.form-block input {
    padding: 10px;
}

.form-title {
font-size: 26px;
    font-weight: 900;
    margin: 0px;
}

.form-description {
  font-size: 18px;
}

.hero-adv {
    text-align: center;
    background-color: #e6e9ed;
    padding: 10px;
    border-radius: 8px;
    font-weight: 900;
    font-size: 22px;
    line-height: 24px;
}

.form-btn {
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 15px 0px;
    border: none;
    border-radius: 8px;
    background-color: #1879ff;
    font-weight: 900;
    color: #fff;
    transition: all .3s ease-in-out;
}

.form-btn:hover {
  background-color: #0d5fd0;
}

.form-policy {
font-size: 14px;
    text-align: center;
    line-height: 14px;
}

.garanty-item-icon svg {
    width: 100px;
    height: auto;
}

.garanty-item-title {
    font-size: 22px;
    font-weight: 900;
    line-height: 26px;
}

.city-input {
    margin: 0px 0px 30px 0px;
    padding: 10px;
    width: 100%;
    border-radius: 8px;
    border: 1px #000 solid;
}

.city-link {
      color: #000 !important;
    text-decoration: none !important;
    font-size: 22px;
    font-weight: 500;
    margin: 0px 0px 15px 0px;
    display: block;
    transition: all .3s ease-in-out;
}
.city-link:hover {
color: #0d5fd0 !important;
}

.price-item {
    padding: 25px;
  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: relative;
  margin: 0px 0px 30px 0px;
}
.price-item-title {
      font-size: 32px;
    font-weight: 900;
    line-height: 36px;
    margin: 0px 0px 20px 0px;
}
.price-item-text {
  font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #1879ff;
}
.price-sub {
    line-height: 16px;
    font-size: 12px;
    color: #1e80ff;
    font-weight: 300;
}

.price-offer {
    height: calc(100% - 30px);
    border-radius: 16px;
    border: 1px solid rgb(24 121 255 / 30%);
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: start;
    background-position: center;
    background-size: cover;
    position: relative;
    color: #fff;
    justify-content: center;
}
.price-offer-title {
    font-size: 62px;
    line-height: 66px;
    font-weight: 900;
    margin: 0px 0px 50px 0px;
}

.form-offer-action button {
    padding: 15px 50px;
    border: none;
    border-radius: 8px;
    background-color: #1879ff;
    font-weight: 900;
    color: #fff;
    transition: all .3s ease-in-out;
}
.price-offer-action button {
    width: 100%;
    padding: 15px 50px;
    border: none;
    border-radius: 8px;
    background-color: #1879ff;
    font-weight: 900;
    color: #fff;
    transition: all .3s ease-in-out;
}

.price-offer-action button:hover {
  background-color: #0d5fd0;
}
.price-offer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  border-radius: 16px;
}

.price-offer div {
  position: relative;
  z-index: 1;
} 

.faq__block {
  padding: 20px;
  background-color: #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: relative;
  margin: 0px 0px 30px 0px;
  cursor: pointer;
}
.faq__block:last-child {
  margin: 0px;
}
.faq__block-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}
.faq__block-annotation {
  display: none;
}
.faq__block.active .faq__block-annotation {
  display: block;
  margin: 20px 0px 0px 0px;
}

footer {
      padding: 20px;
    background-color: #000;
    color: #fff;
}
.age {
display: inline-block;
    padding: 5px 10px;
    border: 1px #fff solid;
    border-radius: 10px;
    font-weight: 800;
    margin: 0px 0px 10px 0px;
}
.footer-link {
  display: block;
  margin: 0px 0px 10px 0px;
  color: #fff !important;
  transition: all .3s ease-in-out;
  opacity: 0.7;
  font-weight: 700;
  text-decoration: none !important;
}
.footer-link:hover {
  opacity: 1;
}
.footer-link:last-child {
  margin: 0px;
}

.footer-block {
  border-bottom: 1px #3e3e3e solid;
  padding: 15px 0px;
}
.footer-block.no-border {
  border: none;
}

.footer-text {
  font-size: 14px;
  opacity: 0.7;
}

.logo {
      font-size: 32px;
    font-weight: 700;
    line-height: 34px;
    margin: 0px 0px 20px 0px;
}
.logo span {
      display: block;
    color: #1878ff;
    font-size: 38px;
    line-height: 40px;
}
.logo-description {
    line-height: 16px;
    font-size: 14px;
    opacity: 0.7;
}

.footer-social {
    display: flex;
    flex-direction: column;
    align-items: end;
}
.footer-social-link {
  display: block;
  font-size: 22px;
  line-height: 24px;
  color: #fff !important;
  text-decoration: none !important;
  margin: 0px 0px 15px 0px;
  display: flex;
    align-items: center;
}

.footer-social-link:last-child {
  margin: 0px;
}

.steps-item {
    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: relative;
    margin: 0px 0px 30px 0px;
    padding: 20px;
}
.steps-item-num  {
  margin: 0px 0px 20px 0px;
}
.steps-item-num span {
  width: 75px;
  height: 75px;
  background-color: #1878ff;
  color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  line-height: 52px;
  font-weight: 700;
}
.steps-item-title {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  margin: 0px 0px 20px 0px;
}
.steps-item-description {

}

.why-item {
    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: relative;
    margin: 0px 0px 30px 0px;
    padding: 20px;
    height: 250px;
    background-position: top center;
    background-size: cover;
    display: flex;
    align-items: end;
}
.why-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  border-radius: 16px;
}
.why-item-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    position: relative;
    z-index: 1;
    color: #fff;
}

.form-img img {
    width: 100%;
    border-radius: 20px;
}

header {
    position: absolute;
    z-index: 1000;
    width: 100%;
    top: 0;
    padding: 10px 0px;
    height: 100px;
}
.header-logo {
text-decoration: none !important;
display: flex;
    align-items: center;
    justify-content: space-between;

}
.header-logo img {
  width: 75px;
}
.header-logo-text {
      font-size: 32px;
    font-weight: 700;
    line-height: 34px;
    color: #fff  !important;
    
}
.header-logo-text span {
      display: block;
    color: #1878ff !important;
    font-size: 38px;
    line-height: 40px;
}

.header-social {
    display: flex;
    justify-content: end;
}

.hero-p {
    color: #fff;
    margin: 0px 0px 40px 0px;
    font-size: 22px;
    line-height: 28px;
}

.header-social-link {
  margin: 0px 40px 0px 0px;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.header-social-link:last-child {
  margin: 0px;
}
.header-phone-link {
      display: flex;
    align-items: center;
    margin: 0px 30px 0px 0px;
    font-size: 22px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .hero-p {
    color: #fff;
    margin: 0px 0px 40px 0px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}
  .header-phone-link {
    margin: 0px 0px 20px 0px;
  }
  .hero .subtitle {
    color: #fff;
    font-size: 28px;
    line-height: 30px;
    font-weight: 900;
    margin: 0px 0px 30px 0px;
    text-align: center;
    padding: 0px 10px;
}
.hero h1 {
    font-size: 34px;
    line-height: 40px;
    font-weight: 900;
    color: #fff;
    margin: 0px 0px 15px 0px;
    text-align: center;
}
.hero h2 {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    margin: 0px 0px 30px 0px;
    text-align: center;
}
.hero-adv {
    text-align: center;
    background-color: #e6e9ed;
    padding: 10px;
    border-radius: 8px;
    font-weight: 900;
    font-size: 14px;
    line-height: 16px;
    margin: 0px 0px 20px 0px;
}
.hero-form {
  text-align: center;
}
.price-offer {
    height: calc(100% - 30px);
    border-radius: 16px;
    border: 1px solid rgb(24 121 255 / 30%);
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-position: center;
    background-size: cover;
    position: relative;
    color: #fff;
    justify-content: center;
}
.garanty-item {
  height: auto;
}
.form-img {
  margin: 60px 0px 0px 0px;
}
.page-title.page-title--stick {
    margin: 0px;
    position: sticky;
    top: 20px;
    margin: 0px 0px 30px 0px;
}
.city-link {
    color: #000 !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 0px 10px 0px;
    display: block;
    transition: all .3s ease-in-out;
}
.page-title {
    font-size: 34px;
    line-height: 36px;
    font-weight: 900;
    margin: 0px 0px 30px 0px;
}
.price-offer-title {
    font-size: 46px;
    line-height: 51px;
    font-weight: 900;
    margin: 0px 0px 50px 0px;
    text-align: center;
}
.variant-item-price {
    font-size: 26px;
    font-weight: 900;
    margin: 0px 0px 20px 0px;
}
.footer-social-link {
    display: block;
    font-size: 16px;
    line-height: 18px;
    color: #fff !important;
    text-decoration: none !important;
    margin: 0px 0px 15px 0px;
    display: flex;
    align-items: center;
}
.footer-social {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: 30px 0px 0px;
}
.header-logo {
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0px 0px 20px 0px;
}
.header-logo img {
    width: 125px;
}
.header-social {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.header-social-link {
  margin: 0px 0px 20px 0px;
}
.hero {
    padding: 300px 0px 50px 0px;
}



}

.type-block { 
background: #1878ff;
  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: relative;
  margin: 0px 0px 30px 0px;
  padding: 25px;
  color: #fff;
  min-height: 200px;
  background-position: 150px -100px;
  background-repeat: no-repeat;
  background-size: cover;
}
.type-title {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  margin: 0px 0px 15px 0px;
}
.type-desc {
  margin: 0px;
  font-size: 20px;
}

.steps-item-description ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.steps-item-description ul li {
    font-size: 18px;
    margin: 0px 0px 15px 0px;
}
.steps-item-description ul li:last-child {
    margin: 0px;
}

.max-icon {
  position: relative;
  padding: 10px;
  background: conic-gradient(from 132deg at 50% 50%, #0cf 85deg, #0026ff 180deg, #a500c6 340deg);
  border-radius: 10px;
  overflow: clip;
  border-radius: 16px;
  height: 50px;
  width: 50px;
  background-position: center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 10px 0px 0px;
}
.max-icon svg {
  width: 100%;
  height: auto;
  position: relative;
}

.max-icon .back-icon {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(10px);
}

.hide-city {
  display: none;
}

.modal-icon {
    text-align: center;
    margin: 0px 0px 20px 0px;
}

.modal-icon svg {
    width: 100px;
    height: auto;
}

.modal-title {
    font-weight: 900;
    font-size: 32px;
    text-align: center;
    margin: 0px 0px 10px 0px;
}

.modal-desc {
    font-size: 22px;
    text-align: center;
    margin: 0px;
}