html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
    font-family: 'Avenir Next Cyr', sans-serif;
    letter-spacing: normal;
    font-weight: 400;
    font-size: 24px;
    color:white;

    min-width: 375px;
}

img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

h1{
  font-size: 64px;
  font-weight: 750;
  margin-bottom: 70px;
}

h2 {
    font-size: 64px;
    font-weight: 750;
    margin-bottom: 70px;
    text-wrap: nowrap;
}


h3 {
    font-size: 40px;
    font-weight: 750;
}

:root {
    --purple: #991199;
    --purple-dark: #460156;
    --white: #FFFFFF;
    --pink: #FF005D;
    --pink-light:#FEE5FF;
    --black: #09050E;
    --grey: #1E1E1E;
    --card: #F3D4FC;
    --pink2: #EA8BFF;
}

.container {
    width: 100%;
    max-width: 1600px; /* по 50 паддинги */
    margin: 0 auto;
    padding: 0 50px;
}


.step2::before,
.step2::after,
.step4::after,
.benefits::after {
    content: "";
    position: absolute;
    z-index: 0;
    opacity: 0.4;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.swiper-slide {
  max-width: 326px;
}

.benefits-slider .swiper-slide img {
  width: 328px;
  height: 446px;
  /* height: auto; */
  object-fit: cover; /* или 'cover' если хочешь заполнение */
  border-radius: 12px; /* уменьшаем скругление */
  display: block;
}


.benefits-slider {
  -webkit-mask-image: linear-gradient(to right, transparent 0, black 100px, black calc(100% - 100px), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, black 100px, black calc(100% - 100px), transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}


/* --pop up menu--*/
.popup-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}


.popup-menu__close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.popup-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.popup-form {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.form-button-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 20px 0;
}

.popup-menu__content {
  position: relative;
  background: var(--card);
  padding: 40px 30px;
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
  color: var(--black);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.popup-title {
  color: #8F009C;
  text-align: center;
  font-size: 34px;
  font-weight: 750;
}

.popup-menu__close {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 28px;
  background: none;
  border: none;
  color: var(--purple-dark);
  cursor: pointer;
}

.popup-form input[type="text"],
.popup-form input[type="tel"],
.popup-form input[type="email"] {
  width: 100%;
  padding: 16px 20px;
  border-radius: 30px;
  border: none;
  margin-bottom: 20px;
  font-size: 16px;
  background-color: #fff;
  box-sizing: border-box;
}

.form-hint {
  font-size: 14px;
  color: var(--grey);
  margin-bottom: 20px;
  text-align: left;
  display: block;
  width: 100%;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  user-select: none;
}

.checkbox-box {
  width: 24px;
  height: 24px;
  border: 2px solid var(--pink);
  border-radius: 6px;
  background-color: #fff;
  position: relative;
  flex-shrink: 0;
}

.checkbox input[type="checkbox"] {
  display: none;
}

.checkbox input[type="checkbox"]:checked + .checkbox-box::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 8px;
  height: 14px;
  border: solid var(--pink);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-text {
  font-size: 14px;
  color: #000;
}

.checkbox.policy {
  margin-top: 30px;
  font-size: 13px;
}

.checkbox.policy a {
  color: var(--pink);
  text-decoration: none;
}

.pop {
  background-color: var(--card);
  width: 20px;
  height: 20px;
  border: 1px solid var(--pink);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* -----------WRAPPER--------- */ 
.wrapper-bg {
  position: relative;
  width: 100%;
  max-width: 1960px;
  margin: 0 auto;
}


.wrapper-bg::before,
.wrapper-bg::after {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: -1;
}

.wrapper-sosedi::after {
  top: 70px;
  right: 0px;
  width: 740px;
  height: 740px;
  background-image: url('../images/sosedi.webp');
  opacity: 1;
  z-index: 1;
}
.wrapper-step2::after {
  left: -240px;
  bottom: 0;
  width: 593px;
  height: 592px;
  background-image: url('../images/cube3d.webp');
  opacity: 0.4;
}

.wrapper-step2::before {
  right: 0;
  bottom: 208px;
  width: 429px;
  height: 429px;
  background-image: url('../images/percent3d.webp');
  opacity: 0.4;
}

.wrapper-step3::after {
  top: 44px;
  right: 166px;
  width: 570px;
  height: 691px;
  background-image: url('../images/step3.webp');
  opacity: 1;
}

.wrapper-step4::after {
  right: -300px;
  bottom: 37px;
  width: 593px;
  height: 592px;
  background-image: url('../images/cube3d.webp');
  opacity: 0.3;
}

.wrapper-tariff::after {
  right: 460px;
  bottom: 50px;
  width: 711px;
  height: 711px;
  background-image: url('../images/percent3d.webp');
  opacity: 0.3;
}


/* -----------BUTTONS--------- */ 

.btn-fill {
  display: flex;
  align-items: center;
  justify-content: center; 
  width: 250px;
  height: 50px;
  background: var(--pink);
  color: var(--white);
  border-radius: 40px;
  border: none;
  position: relative;
  z-index: 2;
}

.btn-buy {
  display: inline-block;
  width: 200px;
  height: 50px;
  background: var(--pink);
  color: var(--white);
  border-radius: 40px;
  border: none;
  position: relative;
  z-index: 1;
  text-align: center;
  align-self: end;
}

.btn-fill::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px 0;
  border-radius: inherit;
  background: linear-gradient(270deg, #F8357D 0%, #FFFFFF 48.56%, #F8357D 100%);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.btn-fill::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 140%;
  height: 80px;
  background: radial-gradient(ellipse at top, rgba(255, 255, 255, 0.2) 0%, transparent 60%),
              radial-gradient(ellipse at bottom, rgba(255, 255, 255, 0.2) 0%, transparent 60%);
  filter: blur(15px);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
  pointer-events: none;
}

.btn-fill:hover::before {
  opacity: 1;
}

.btn-fill:hover::after {
  opacity: 1;
}

.btn-fill:active,
.btn-buy:active {
  background-color: #D00068;
}


.btn-outline {
  display: inline-block;
  position: relative;
  width: 240px;
  height: 60px;
  padding-left: 35px;
  text-align: left;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 750;
  color: var(--pink);
  text-decoration: none;
  border: 2px solid var(--pink);
  border-radius: 60px;
  background: transparent;
}

.btn-outline::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: url('../images/arrow.svg') no-repeat center/contain;
  transition: all 0.3s ease;
}

.btn-outline:hover,
.btn-outline:active {
  color: var(--grey);
  justify-content: flex-start;
  background-color: var(--pink);
  padding-left: 80px;
}

.btn-outline:hover::after,
.btn-outline:active::after {
  order: -1;
  margin-right: 170px;
}


/* -----------HEADER---------- */
header {
  background-color: #90268F;
  background-image: url('../images/header_bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 100%;
  min-height: 1008px;
  width: 100%;
}

.navbar{
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 140px;
}

.menu-list {
    list-style: none;
    display: flex;
    gap: 70px;
    margin: 25px 0px 12px 80px;
}

.menu-list a {
  display: flex;
  color: var(--white);
  font-size: 18px;
  align-items: center;
  justify-content: center;
}

.menu-list a:hover,
.menu-list a:active {
 <!-- color: var(--pink);-->
  transition: color 0.2s ease;
  position: relative;
}
.menu-list a:hover:before{
  content: '';
  height: 2px;
  background: linear-gradient(90deg, #8F2599 0%, #FFF 53.37%, #8F2599 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
} 


.phone{
    font-size: 24px;
    margin-left: auto
}

.gradient-line {
  height: 2px;
  max-width: 880px;
  background: linear-gradient(to right, #8F2599, #FFFFFF, #8F2599);
  margin-top: 26px;
}

.header-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  margin-top: 120px;
}

.btn-header-responsive {
  display: none;
}



.promo {
    display: inline-flex;
    align-items: center;
    justify-content: right;
    align-self: center;
}

.title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 150px;
}

.promo-pre {
  font-size: 64px;
  font-weight: 750;
}

.promo-number {
  font-size: 159.97px;
  font-weight: 750;
}

.promo-symbol {
  font-size: 64px;
  font-weight: 750;
  align-self: flex-start;
  padding-top: 50px;
}


/* BURGER */

.burger-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 1001;
  display: none;
  margin-left: auto;
}

.burger-btn img {
  width: 36px;
  height: auto;
  object-fit: cover;
}

.menu-box {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  background: var(--pink-light);
  width: 100%;
  height: 100%;
  z-index: 1000;
  padding: 40px 25px;
  flex-direction: column;
}

.menu-box.active {
  display: flex;
}

.menu-box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.menu-box .logo img {
  width: 130px;
}

.menu-box-header .logo img {
  width: 150px;
  height: auto;
}

.close-menu {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.close-menu img {
  width: 40px;
  height: 40px;
}

.menu-box ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-box ul li a {
  color: var(--black);
  text-decoration: none;
  font-size: 18px;
}

.menu-box-list{
  margin: 80px 60px 0px 40px
}


.menu-text {
  font-size: 18px;
  color: var(--black);
  text-decoration: none;
  transition: color 0.3s ease;
}

.menu-text:hover {
  color: var(--pink);
}


.menu-box-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.menu-box-list {
  margin: 40px 20px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
}

.menu-box-footer {
  margin-top: 40px;
  padding: 0 20px 125px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.menu-phone {
  font-size: 20px;
  color: var(--grey);
  text-align: left;
}

/* -----------MAIN------------ */ 
.bg {
    position: relative;
    width: 100%;
    min-height: 100%;
    background-color: #0C0612;
    overflow: hidden;
}

.bg-purp{
    background-color: var(--purple-dark);
}

.bg::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url('../images/body_bg.webp');
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100% auto;
    opacity: 0.21;
    pointer-events: none;
    z-index: 0;
}

.sosedi {
    padding-bottom: 140px;
}

.highlight-bold {
  color: var(--pink);
  font-weight: 750;
}

.highlight {
  color: var(--pink);
  font-weight: 400;
}

.sosedi-text {
  padding-top: 140px;
}

.sosedi-list {
    max-width: 790px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sosedi-list li {
  margin-bottom: 40px;
  padding-left: 125px;
  position: relative;
  line-height: 1.4;
  font-size: 20px;
  color: var(--white);
}

.sosedi-list li.with-icon::before {
  content: "";
  position: absolute;
  left: 75px;
  width: 29px;
  height: 29px;
  background-image: url('../images/mark.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.sosedi-list li:last-child {
  margin-top: 70px;
}

/* cards */
.card-block {
  padding: 0 70px;
  position: relative;
}

.cards-wrapper {
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  overflow: hidden;
  scroll-behavior: smooth;
  align-content: center;
}

.cards-wrapper::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.card {
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(119, 75, 133, 0.7);
    backdrop-filter: blur(10.8px);
    -webkit-backdrop-filter: blur(10.8px); /*для Safari */
    border-radius: 12px;
    padding: 20px;
    height: 452px;
    

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.card-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.card-text {
  color: var(--white);
  font-size: 18px;
}

.card-title {
  color: var(--white);
  font-size: 20px;
  font-weight: 750;
  margin-bottom: 40px;
  margin-top: 40px;
}

.slider-indicator {
  display: none;
  font-size: 14px;
  color: var(--white);
  padding: 6px 12px;
  border-radius: 20px;
  width: fit-content;
  margin: 10px auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}


.form-block {
  margin-top: 70px;
  padding: 0 70px;
}

.form-block .cards-wrapper {
  gap: 50px;
  display: grid;
}

.form-field input {
  width: 100%;
  padding: 18px 24px;
  border-radius: 12px;
  border: 1px solid rgba(119, 75, 133, 0.7);
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  backdrop-filter: blur(10.8px);
  -webkit-backdrop-filter: blur(10.8px);
}

.form-field input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-info {
  color: white;
  font-size: 14px;
}

.form-field input:focus {
  outline: none;
  border-color: var(--pink);
}


/* checkbox */

.form-checkbox {
  display: flex;
  align-items: center;
  height: 60px;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  height: 100%;
  user-select: none;
  flex-wrap: nowrap;
  cursor: pointer;
  user-select: none;
}

.custom-checkbox input[type="checkbox"] {
  display: none;
}

.custom-checkbox input[type="checkbox"]:checked + .checkbox-box .checkbox-icon {
  display: block;
}

.pop {
  width: 20px;
  height: 20px;
  border: 1px solid var(--pink);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: var(--card);
}

.checkbox-icon {
  display: none;
  color: var(--pink);
}

.custom-checkbox input[type="checkbox"]:checked + .pop .checkbox-icon {
  display: block;
}

.checkbox-box {
  width: 40px;
  height: 40px;
  border: 1px solid white;
  background-color: var(--black);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.checkbox-icon {
  width: 20px;
  height: 20px;
  display: none;
  object-fit: contain;
}

.checkbox-label {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
}

.checkbox-label2 {
  color: var(--grey);
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  display: block;
  width: 100%;
}

.checkbox-label3 {
  color: var(--grey);
  font-size: 14px;
  font-weight: 400;
}

.privacy{
    color: var(--pink);
}

/* step1 */

.step1 {
  position: relative;
  /* padding: 170px 0 0 0; */
  overflow: visible;
}

.step-number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 138px;
  height: 155px;
  font-size: 100px;
  font-style: italic;
  color: var(--pink);
  z-index: 1;
}

.step-number::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 0, 94, 0.25);
  border-radius: 300px;
  filter: blur(40px);
  z-index: -1;
}

.step-number-wrapper {
  display: flex;
  justify-content: flex-start;
  margin-left: 60px;
  transform: translateY(90px);
  /* position: absolute;
  top: -90px; */
}

.step1-heading {
  position: relative;
  margin-bottom: 40px;
}

.step1-main {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 40px;
  align-items: center;
}


.step1-image img {
    max-width: 100%;
    height: auto;
    display: block;
}


.step1-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(119, 75, 133, 0.7);
  border-radius: 12px;
  backdrop-filter: blur(10.8px);
  -webkit-backdrop-filter: blur(10.8px);
  padding: 40px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 444px;
}

.step1-text {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.step1-btm{
    font-size: 40px;
    font-weight: 750;
    color: var(--pink);
    margin-top: 70px;
}

.step1-btm1 {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 18px;
  font-weight: 750;
  color: var(--white);
  margin: 40px 0px 160px 0px;
  position: relative;
}

.step1-btm1::after {
  content: "";
  display: inline-block;
  width: 27px;
  height: 22px;
  background-image: url('../images/arrows.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

/* step2 */
.step2 {
  position: relative;
  padding: 0px 0 140px 0;
  overflow: visible;
  color: var(--grey);
  z-index: 1;
  background-color: var(--pink-light);
}

.step2-text {
    margin-top: 30px;
}

.step2-btm {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 18px;
  margin-top: 40px;
  position: relative;
  max-width: 100%;
  white-space: normal;
}

.step2-btm::after {
  content: "";
  display: inline-block;
  width: 27px;
  height: 22px;
  background-image: url('../images/arrows.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.product-card {
    position: relative;
    width: 931px;
    height: 408px;

    margin: 0 auto;
    margin-top: 70px;

    padding: 30px;
    border-radius: 12px;
    background-image: url('../images/prod-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
}

.product-sale {
    position: absolute;
    top: 12px;
    left: 6px;
    width: 74px;
    height: 74px;
    flex-shrink: 0;
    z-index: 1;
}

.product-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  z-index: 2;
  position: relative;
  width: 100%;
}

.product-list-box {
  background-color: var(--pink-light);
  border-radius: 20px;
  padding: 24px;
  color: black;
}

.product-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.product-list li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
}

.product-bullet {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: var(--pink);
  color: var(--white);
  font-size: 14px;
  font-weight: bold;
  flex-shrink: 0;
}


.product-grid {
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;

    max-width: 330px;
    width: 100%;

}

.top-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.bottom-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.bottom2-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.product-grid img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.product-description {
    color: var(--grey);
    font-size: 24px;
    font-weight: 700;
    margin-top: 18px;
}

.img-wrapper {
    position: relative;
    width: 100%;
    height: auto;
}

.img-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: contain;
}

.img-bullet {
    position: absolute;
    top: 6px;
    right: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: var(--pink);
    color: var(--white);
    font-size: 14px;
    font-weight: bold;
    z-index: 2;
}

.product-left {
    margin: 44px 0px 0px 50px;
}

.product-right {
    margin: 20px;
    color: var(--grey);
    font-size: 20px;
}

.product-price-current {
    color: #FF005D;
    font-family: "Avenir Next Cyr", sans-serif;
    font-size: 36px;
    font-weight: 750;
    line-height: normal;
}

.product-old-grid {
    display: grid;
    grid-template-columns: auto auto;
    align-items: end;
    gap: 20px;
}

.product-price-old {
    color: #1E1E1E;
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-decoration: line-through;
    text-decoration-color: var(--pink);
    text-decoration-thickness: 2px;
}

.product-price-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
}

.product-prices {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

/* step3 */

.step3 {
    position: relative;
    padding: 0 0 140px 0;
    overflow: visible;
    background-color: var(--purple-dark);
}

.step3-text{
    margin-top: 40px;
}

.step3-list {
    max-width: 790px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.step3-list li {
  margin-bottom: 40px;
  position: relative;
  line-height: 1.4;
  font-size: 20px;
  color: var(--white);
}

.step3-list li.with-icon::before {
  content: "";
  position: absolute;
  left: -45px;
  width: 29px;
  height: 29px;
  background-image: url('../images/mark.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.step3-content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.step3-content::after {
    content: "";
    position: absolute;
    top: 44px;
    right: 166px;
    width: 570px;
    height: 691px;
    background-image: url('../images/step3.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}


/* step4 */
.step4 {
  position: relative;
  padding: 0px 0 80px 0px;
  overflow: hidden;
  background-color: var(--pink-light);
  color: var(--grey);
  z-index: 1;
}

.tariff-block {
  padding: 60px 0;
}

.tariff-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
  margin: 70px 0px 40px 0px;
}

.tariff-card {
  background-color: var(--card);
  min-height: 600px;
  border-radius: 30px;
  padding: 10px 40px 40px 40px;
  color: white;
  box-shadow: 0 4px 8.6px 0 rgba(143, 37, 153, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tariff-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  width: 100%;
  gap: 16px;
}

.tariff-card h3 {
  font-size: 24px;
  margin-bottom: 16px;
}

.tariff-progress {
  width: 100%;
  height: 21px;
  border-radius: 20px;
  background-color: var(--white);
  margin: 10px 0px 30px 0px ;
  overflow: hidden;
}

.tariff-progress-fill {
  height: 100%;
  background-color: var(--pink);
  border-radius: 20px;
  transition: width 0.4s ease;
}

.tariff-title {
  font-size: 40px;
  font-weight: 750;
  color: var(--purple);
  margin: 30px 0px;
  text-align: center;
}

.tariff-description-row {
  color: var(--grey);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px;
  padding-bottom: 20px;
}

.tariff-desc-badge {
  flex-shrink: 0;
  box-sizing: border-box;

  background-color: var(--white);
  padding: 7px 13px;
  width: 157px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

/* benefits */

.benefits {
  padding: 100px 0;
  position: relative;
  background-color: var(--purple-dark);
}

.benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.benefits-left {
  color: white;
}

.benefits-left h3 {
  font-size: 32px;
  margin-bottom: 20px;
}

.benefits-left p {
  font-size: 18px;
  line-height: 1.5;
}

.benefits-slider {
  width: 555px;
  position: relative;
  overflow: hidden;
}

.image-slider-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.image-slider {
  display: flex;
  gap: 40px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 20px 60px;
  white-space: nowrap;
}

.image-slider.dragging {
  cursor: grabbing;
}

.image-slider::-webkit-scrollbar {
  display: none;
}

.slide-img {
  flex: 0 0 auto;
  width: 328px;
  height: 446px;
  object-fit: cover;
  scroll-snap-align: center;
  border-radius: 49px;
}

.slider-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  pointer-events: none;
  z-index: 2;
}

.slider-fade.left {
  left: 0px;
  background: linear-gradient(to right, var(--purple-dark) 0%, transparent 100%);
}

.slider-fade.right {
  right: 0;
  background: linear-gradient(to left, var(--purple-dark) 0%, transparent 100%);
}

/* tariff */

.tariff-section {
  position: relative;
  background-color: var(--purple-dark);
  padding: 140px 0px;
  z-index: 1;
}

.tariff-grid2 {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(clamp(260px, 30%, 400px), 1fr));
  justify-content: center;
  margin-top: 40px;
  z-index: 1;
}

.tariff-section-text{
  margin: 40px 0px 10px 0px;
}


/* -----------FOOTER-----------*/ 

footer {
  background-color: var(--black);
  color: var(--white);
  padding: 100px 0 160px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.footer-line {
  width: 311px;
  height: 2px;
  background-color: var(--pink);
  margin: 40px 0px;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  display: flex;
  align-items: center;
  gap: 21px;
  margin-bottom: 12px;
    font-size: 22px;
}

.footer-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.footer-bottom {
  margin-top: 80px;
  color: var(--grey);
}

.footer-row {
  margin-bottom: 20px;
}

.footer-row.split {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copy {
  color: var(--white);
}

.footer-contact-row {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.footer-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.footer-icon2 {
  width: 40px;
  height: 40px;
  margin-right: 28px;
}

.footer-contact-text {
  font-weight: 750;
  font-size: 40px;
  color: var(--pink);
}

.footer-bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 80px;
}

.footer-bottom-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-link {
  color: var(--pink2);
  text-decoration: none;
}

.footer-bottom-right {
  display: flex;
 /* align-items: flex-end;*/
}

.footer-copy {
  color: var(--white);
}


/* ----------- */
.step5 {
    position: relative;
    padding: 140px 0 140px 0;
    overflow: visible;
    color: var(--grey);
    z-index: 1;
    background-color: var(--pink-light);
}

.krug {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  margin-top: -35px;
  z-index: 1;
}


.cards-wrapper--form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.tariff-description-row {
  text-align: left;
}

.step1-image-m {
  display: none;
  position: absolute;
  top: -93px;
  left: -84px;
  width: 272px;
  height: 274.377px;
}
.desc_footer {
  margin: 100px 0 0;
  text-align: justify;
}
.desc_footer p {
  margin: 0 0 20px;
  line-height: normal;
font-size: 18px;
}
.step3-list .with-icon {
  margin-left: 40px;
}

/* -----------MEDIA------------*/ 

@media (max-width: 1900px) {
  .step-number-wrapper {
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 60px;
  }

}
@media (max-width: 1600px) {
  .wrapper-sosedi::after {
    background-position: right;
    right: 0;
    background-size: 75%;
  }
  .sosedi-list {
    max-width: 57%;
  }
    .cards-wrapper {
    gap: 20px;
  }

  .card-text {
    font-size: 16px;
  }
  .form-field input {
    padding: 18px 15px;
  }

  .cards-wrapper--form {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .cards-wrapper--form .card:nth-child(4) {
    grid-column: 1 / -1;
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .cards-wrapper {
    display: flex;
    overflow-x: auto;
    gap: 0px;
    scroll-snap-type: x mandatory;
  }

  .card {
    flex: 0 0 80%;
    scroll-snap-align: center;
    margin-right: 20px;
    max-width: 385px;
  }

  .card-block {
    padding: 0px;
  }

  .slider-indicator {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
  }


  .benefits-grid {
    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .slider-fade{
    width: 50px;
  }

  .benefits-slider {
    width: 100%;
  }

  .sosedi-list li {
  margin-bottom: 40px;
  padding-left: 40px;
  }

  .sosedi-list li.with-icon::before {
    left: -10px;
  }

  .swiper-slide {
    max-width: 163px;
    /* max-height: 220px; */
  }
  .benefits-slider .swiper-slide img {
    width: 100%;
    height: 220px;
  } 

}
@media (max-width: 1250px) {

  .header-content{
    grid-template-columns: 1fr;
    gap: 30px;
  }

  h2 {
    font-size: 36px;
  }

  .title {
    display: flex;
    margin: 0 auto;
  }

  .promo {
    justify-content: center;
  }
  
  .promo-pre {
    font-size: 50px;
  }

  .promo-number {
    font-size: 180px;
  }

  .promo-symbol {
    font-size: 50px;
  }

  .btn-header-responsive {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
  }

  .btn-header {
    display: none;
  }

  .cards-wrapper--form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    justify-items: center;
    align-items: center;

    grid-template-areas:
      "field1"
      "field2"
      "checkbox"
      "button";
  }

  .cards-wrapper--form .form-field:nth-child(1) {
    grid-area: field1;
  }

  .cards-wrapper--form .form-field:nth-child(2) {
    grid-area: field2;
  }

  .cards-wrapper--form .form-checkbox {
    grid-area: checkbox;
  }

  .cards-wrapper--form .form-info {
    grid-area: button;
  }

  .form-field, .form-info, .form-checkbox {
    width: 100%;
    max-width: 385px;
  }

  .form-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  }

  .tariff-title{
    font-size: 30px;

  }

  .tariff-description-row {
    font-size: 18px;
  }

  .tariff-desc-badge {
    width: 110px;
    height: 35px;
    padding: 0px;
  }

  .tariff-body {
    gap: 0;
    margin: 0;
  }

  .tariff-card {
    padding: 20px;
    padding-top: 40px;
    justify-content: start;
  }
}
@media (max-width: 1200px) {
  .wrapper-sosedi::after {
    background-position: center;
    right: 0;
    background-size: cover;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    top: -550px;
  }
  .sosedi-list {
    max-width: 100%;
  }
  .sosedi-text {
    margin-top: 600px;
  }
  .menu-list {
    gap: 30px;
  }
}

@media (max-width: 992px) {
  
  header {
    background-image: url('../images/header-bg-m.webp');
    background-size: cover;
    background-position: center center;
  }

  .header {
    height: 100vh;
  }

  .footer-bottom-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-bottom-right {
    justify-content: flex-start;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-line {
    display: none;
  }

  .footer-right {
    justify-content: flex-start;
  }

  .tariff-grid{
    grid-template-columns: 1fr;
    display: grid;
    align-items: center;
    justify-items: center;
    font-size: 14px;
    gap: 20px;
    margin: 40px 0px 40px 0px;
  }

  .tariff-grid2 {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 40px;
  }

  .footer-title {
    margin-bottom: 20px;
  }

  .footer-contact-text {
    font-size: 24px;
  }

  .footer-icon2 {
    width: 20px;
    height: 20px;
  }

  .footer-list li{
    font-size: 14px;
  }

  .footer-icon {
    margin-right: 0px;
  }

  .footer-contact-row {
    margin-bottom: 20px;
  }

  .footer-bottom-grid{
    margin-top: 40px;
  }

  .footer-bottom-left{
    font-size: 14px;
  }

  .footer-bottom-right{
    font-size: 14px;
    margin: 0px auto;
  /*  margin-top: 40px;*/
  }

  footer{
    padding: 70px 0px;
  }

  .step2-text, .tariff-section-text, .step3-list li {
    font-size: 14px;
  }


  .product-card {
      width: 297px;
      height: auto;
      background-image: url(../images/prod-bg-sm.webp);
      overflow: visible;
      background-size: contain;
      padding: 0;
    }

  .product-sale {
    display: none;
  }

  .product-content {
    grid-template-columns: 1fr;
    padding: 30px;
  }

  .product-list li{
    font-size: 14px;
    gap: 20px;
  }

  .product-list {
    gap: 5px;
  }

  .product-list-box{
    padding: 0px 10px 20px 10px;
    background-color: transparent;
  }

  .product-bullet {
    width: 14px;
    height: 14px;
    font-size: 12px;
    font-weight: 400;
  }

  .product-left{
    padding: 20px 10px 0px 10px;
    margin: 0px;
  }

  .product-grid {
    margin-top: 0px;
  }

  .product-description{
    font-size: 24px;
    margin-top: 10;
  }

  .product-price-current{
    font-size: 36px;
    margin: 10px 0px 0px 0px;
  }

  .product-price-old{
    font-size: 24px;
    margin: 0px 0px 10px 0px;
  }

  .product-price-grid{
    grid-template-columns: 1fr;
  }

  .btn-buy{
    width: 150px;
    height: 30px;
    font-size: 14px;
    margin: 0 auto;
  }

  .step1-main{
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .step1-image{
    display: none;
  }

  .step1-card{
    position: relative;
    padding-top: 150px;
    margin-top: 60px;
  }

  .step1-image-m {
    display: block;
  }

  .step1-text,
  .form-block,
  .checkbox-label,
  .card-text,
  .card-title,
  .sosedi-list li {
    font-size: 14px;
  }

  .card {
    max-width: 265px;
    max-height: 352px;
  }

  .btn-fill,
  .btn-outline {
    width: 150px;
    height: 35px;
    font-size: 14px;
  }

  .btn-outline {
    text-align: flex-start;
    padding-left: 15px;
  }

  .btn-outline::after {
    width: 35px;
    height: 35px;
    right: 0;
  }

  .btn-outline:hover,
  .btn-outline:active {
    padding-left: 40px;
  }

  .btn-outline:hover::after,
  .btn-outline:active::after {
    left: 0;
    right: auto;
    margin-right: 0;
  }


  .card-image {
    width: 70px;
    height: 70px;
    margin-bottom: 0px
  }

  .checkbox-box {
    width:20px;
    height: 20px;
    border-radius: 2px;
  }

  .checkbox-icon {
    width: 10px;
    height: 10px;
  }

  .menu-list, .phone{
    display: none;
  }

  .navbar {
    padding-top: 40px;
  }

  .burger-btn {
    display: block;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
    position: relative;
  }

  .menu-list,
  .phone {
    display: none;
  }

  .menu-box.open {
    display: flex;
  }

  .menu-box {
    width: 100%;
    min-width: 375px;
    top: 0;
    right: 0;
    height: 100vh;
    border-radius: 0;
    padding: 40px 25px;
  }

  .close-menu {
    display: block;
    background: none;
    border: none;
    cursor: pointer;
    margin-left: auto;
  }

  .tariff-title {
    font-size: 36px;
    margin-top: 0;
  }

  .tariff-desc-badge {
    width: 82px;
    height: 20px;
    padding: 0px;
  }

  .tariff-progress{
    height: 10px;
    margin-bottom: 23px;
    margin-top: 0;
  }

  .tariff-description-row {
    margin-bottom: 23px;
    padding: 0;
    text-align: left;
    font-size: 14px;
  }

  .tariff-card {
    min-height: 216px;
    margin: 7px 10px 21px 10px;
    padding: 15px;
  }

  .tariff-body {
    font-size: 14px;
    gap: 0px;
    align-items: center;
  }

  .step2, .step4, .step3, .step1 {
    padding: 0 0 70px 0;
  }

  .step5, .tariff-section {
    padding: 40px 0 40px 0;
  }

  .step1-btm1 {
    margin-bottom: 0px;
  }

  .step1-btm, .tariff-title {
    font-size: 14px;
  }
  
  .promo {
    justify-content: center;
  }
  
  .promo-pre {
    font-size: 33px;
  }

  .promo-number {
    font-size: 137px;
  }

  .promo-symbol {
    font-size: 33px;
  }

  h2 {
    font-size: 24px;
  }

  .title {
    padding: 0px;
  }

  h1 {
    font-size: 24px;
    margin: 70px 0px 0px 0px;
  }

  .wrapper-sosedi::after {
    width: 345px;
    height: 345px;
    top: -400px;
  }

  .sosedi-text {
    padding: 0;
    margin-top: 456px;
  }

  .form-field {
    width: 316px;
    height: 50px;
  }

  .form-field input {
    padding: 16px 20px;
    font-size: 14px;
  }

  .step3-content::after {
    top: 150px;
    left: 20%;
    right: auto;
    width: 252px;
    height: 305px;
  }

  .step3-list {
    padding-left: 20px;
    margin-top: 250px;
  }

  .step3-list li {
    margin-bottom: 20px;
  }

  .step2-btm,
  .step1-btm1,
  .step4 .tariff-section,
  .some-other-link-class {
    font-size: 14px;
    font-weight: 400;
    gap: 4px;
  }

  .step2-btm::after,
  .step1-btm1::after,
  .some-other-link-class::after {
    width: 16px;
    height: 16px;
  }

  .krug {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-top: -35px;
  }

  .step2::before,
  .step2::after,
  .step4::after,
  .benefits::after,
  .tariff-section::after {
  display: none;
  }

  .bg::before {
    display: none;
  }

  .step-number {
    width: 127.787px;
    height: 141.988px;
    font-size: 64px;
  }

  .step-number-wrapper {
    margin-right: 20px;
    transform: translateY(100px);
  }

  .wrapper-step3::after{
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .desc_footer {
    margin: 40px 0 0;
    font-size: 14px;
  }
    .slide-img {
    width: 163.549px;
    height: 221.901px;
    border-radius: 24px;
  }

  h3{
  font-size: 24px;
  }
}

.footer-copy {
	text-align: center;
}

.footer-bottom-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.step2 h3 {
	z-index: 10;
    position: relative;
}

.step2 .step2-text  {
	z-index: 10;
    position: relative;
}

.step3 h3 {
	z-index: 10;
    position: relative;
}

.step3 .step3-text  {
	z-index: 10;
    position: relative;
}

.step4 h3 {
	z-index: 10;
    position: relative;
}

.step4 .step2-text  {
	z-index: 10;
    position: relative;
}

.hasError {
    border: 1px solid red !important;
	padding: 5px 10px;
}