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

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

    min-width: 350px;
}

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

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

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


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

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

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


.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: 320px;
  display: flex;
  justify-content: center;
} */

/* .benefits-slider .swiper-slide img {
  width: 328px;
  height: 446px;
  object-fit: 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%;
  max-width: 730px;
}

.benefits-left .btn-outline {
  margin-left: 70px;
}

/* --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-step2::after {
  left: -100px;
  bottom: -100px;
  width: 593px;
  height: 592px;
  background-image: url('../images/cube3d.webp');
  opacity: 0.15;
}

.wrapper-step2::before {
  right: 0;
  bottom: 0;
  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-tariff {
  overflow: hidden;
  padding: 0 0 10px;
}

.wrapper-tariff::after {
  left: 24px;
  bottom: 0;
  width: 392px;
  height: 392px;
  background-image: url('../images/percent3d.webp');
  opacity: 0.27;
}
/* -----------BUTTONS--------- */ 

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

.btn-buy, .btn-buy-m {
  display: inline-block;
  width: 200px;
  height: 60px;
  background: var(--pink);
  color: var(--white);
  border-radius: 40px;
  border: none;
  align-self: center;
  cursor: pointer;
  margin-top: auto;
  margin-bottom: 16px; 

}

@media (min-width: 991px) {
    .product-prices .btn-fill {
        display:none;
    }
}

.btn-buy-m {
  display: none;
  width: 200px;
  height: 44px;
}

.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.png');
  background-repeat: no-repeat;
  background-position: right 100%;
  background-size: cover;
  min-height: 1008px;
  width: 100%;
}

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

.nav-group {
  display: flex;
  flex-direction: column;
  margin: 22px 0 0 50px;
}

.menu-list {
  list-style: none;
  display: flex;
  align-items: flex-end;
  gap: 70px;
  margin: 0;
  padding: 0 140px;
}

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

.menu-list a:hover,
.menu-list a:active {
  color: var(--pink);
  transition: color 0.2s ease;
}

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

.menu-list .phone {
  font-size: 24px;
  /* margin-left: minmax(0px, 40px); */
  font-weight: 700;
  text-wrap: nowrap;
}

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

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

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


/* 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: 20px;
}

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

.menu-box-footer .btn-fill {
  width: 200px;
  height: 44px;
  font-size: 20;
  font-weight: 750;
}


.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: auto auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

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

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

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

.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 0 70px;
    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 */

.workflow {
  padding: 100px 0 70px;
  background-color: var(--purple-bg);
}

.card-block {
  padding: 0 30px;
  position: relative;
  max-width: 1585px;
  margin: 0 auto;
}

.card-block .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8%;
}

.cards-wrapper {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  scroll-behavior: smooth;
  align-content: center;
  margin: 0 auto;
}

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

.card {
    background: rgba(255, 255, 255, 0.10);
    border-radius: 12px;
    padding: 20px;
    height: 452px;
    
    /* max-width: 385px; */
    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(--pink);
  font-size: 20px;
  font-weight: 750;
  margin-bottom: 40px;
  margin-top: 40px;
}

/* .swiper-wrapper {
  justify-content: space-between;
} */




.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);
}

/* section3 */
.section3 {
  position: relative;
  padding: 140px 0 70px 0;
  background-color: var(--pink-light);
  height: 1000px;
}

.section3 .container {
  position: relative;
}

.section3 .container::after {
  content: "";
  position: absolute;
  top: 120px;
  left: 0px;
  width: 988px;
  height: 603px;
  background-image: url('../images/section3.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}


.section3-content {
  display: flex;
  flex-direction: column;
  gap: 140px;
  max-width: 365px;
  margin-left: auto;
  color: #000;
  margin-top: 70px;
  text-wrap: nowrap;
}

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

.section3-list li {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 16px;
}

.section3 h3 {
  color: #000;
}

/* step2 */
.step2 {
  position: relative;
  padding: 140px 0 70px 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;
  grid-template-rows: auto 1fr;
  z-index: 2;
  position: relative;
  width: 100%;
}



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

  display: flex;
  flex-direction: column;

  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: stretch;
}

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

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

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

.section3-content .product-list:nth-of-type(2) .product-bullet {
  background-color: var(--purple);
}

.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: 10px;
    margin-bottom: 20px;
}

.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-left: 11px;
    grid-column: 1;
    grid-row: 1;
}

.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 {
    grid-column: 1;
    grid-row: 2;

    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
}

.product-prices {
    grid-column: 1;
    grid-row: 2;

    margin-left: 11px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

/* step3 */

.step3 {
    position: relative;
    padding: 140px 0 70px 0;
    background-color: var(--purple-bg);
}

.step3-text{
    margin-top: 40px;
    max-width: 100%;
}

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

.step3-list li {
  margin-bottom: 40px;
  position: relative;
  line-height: 1.4;
  font-size: 24px;
  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;
  /* align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap; */
}

.step3-content::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    width: 812px;
    height: 727px;
    background-image: url('../images/section1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}


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



/* 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: 686px;
  border-radius: 30px;

  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-card-row{
  padding: 10px 40px 40px 40px;
}

.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-title {
  font-size: 40px;
  font-weight: 750;
  color: var(--purple-bg);
  /* margin: 30px 0px; */
  text-align: center;
  min-height: 120px;
}

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

.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-bg);
}

.benefits-slide {
    width: 320px;
}

.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(--pink-light);
  padding: 140px 0px;
  z-index: 1;
  color: #000;
}

.tariff-grid2 {
  margin-top: 40px;
  padding: 0 0 10px;
}

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

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

footer {
  background-color: var(--purple-bg);
  color: var(--white);
  padding: 100px 0 200px 0;
}

.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-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-link {
  color: var(--pink2);
  text-decoration: none;
}

.footer-copy {
  color: var(--white);
  text-align: center;
  margin: 230px 0 0;
}

/*  */

.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.info-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.info-list li {
  position: relative;
  padding: 12px 0;
}

/* .info-list li:not(:last-child)::after */

.info-list li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  height: 2px;
  background-color: var(--pink);
}

.info-list li:not(:last-child) {
  margin: 80px 0;
}

.info-list img {
  width: 10px;
  height: auto;
  margin-right: 25px;
  flex-shrink: 0;
}

.contacts {
  margin-top: 90px;
}

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



/* ----------- */
.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;
}

.desc_footer {
  margin: 100px 0 0;
  text-align: justify;
}
.desc_footer p {
  margin: 0 0 20px;
  line-height: normal;
}

.step3-list .with-icon {
  margin-left: 40px;
}

.price-break {
  display: inline;
}
.product-list-box .product-list li {
  font-weight: 400;
}
.esy_text {
  font-size: 14px;
  color: #000;
  min-height: 90px;
}

.icon_1 {
  background: url(../images/hardware.svg) no-repeat center/cover;
  width: 125px;
  height: 125px;
}
.swiper-slide:hover .icon_1 {
  background: url(../images/hardware_hover.svg) no-repeat center/cover;
}

.icon_2 {
  background: url(../images/wifi.svg) no-repeat center/cover;
  width: 125px;
  height: 125px;
}
.swiper-slide:hover .icon_2 {
  background: url(../images/wifi_hover.svg) no-repeat center/cover;
}

.icon_3 {
  background: url(../images/coins.svg) no-repeat center/cover;
  width: 125px;
  height: 125px;
}
.swiper-slide:hover .icon_3 {
  background: url(../images/coins_hover.svg) no-repeat center/cover;
}


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

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

  .section3 .container::after {
    width: 977px;
    height: 596px;
  }

  .step3-content::after {
    /* right: -25px; */
    width: 812px;
    height: 727px;
  }

}

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

  .section3 .container::after{
    width: 721px;
    height: 440px;
    left: 100px;
  }
}


@media (max-width: 1400px) {

  .benefits-slider {
    margin-top: 40px;
  }

  .cards-wrapper {
    display: flex;
    overflow-x: auto;
    gap: 0px;
    scroll-snap-type: x mandatory;
    justify-content: space-between;
  }

  /* .card {
    flex: 0 0 80%;
    scroll-snap-align: center;
    max-width: 385px;
  } */

  .card-block {
    padding: 0px;
  }



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

  .benefits-slider .swiper-slide img {
    width: 320px;
    height: 436px;
  }



  .benefits-slider .swiper-slide {
    width: auto;
  }

  .section3 .container::after {
    width: 618px;
    height: 378px;
    left: 150px;
  }

  .section3 {
    height: 900px;
  }

  .step3-content::after {
    background-image: url(../images/section1-m.png);
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    width: 1100px;
    height: 1100px;
    z-index: 1;
  }

  .step3-text{
    margin-top: 40px;
    /* max-width: 662px;
    margin: 0 auto; */
  }

  .step3 {
    padding-bottom: 525px;
    margin: 0 0 -1px;
  }

  .step3 h3{
    margin-bottom: 48px;
  }

  .menu-list {
    gap: 30px;
    padding: 0 40px;
  }
}

@media (min-width: 3800px) {
  header {
    background-position: center;
    background-size: contain;
    background-color: var(--purple-bg);
  }
}


@media (max-width: 1200px) {

  .step3-content::after {
    top: 50%;
  }

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

  h2 {
    font-size: 36px;
  }

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

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

  .esy_text {
    font-size: 10px;
  }

  /* .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-top: 40px;
    justify-content: start;
    /* width: 473px; */
    width: 250px;
  }
  .tariff-card-row {
    padding: 20px;
  }

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

  /* .swiper-slide {
    max-width: 100%;
    display: flex;
    justify-content: center;
  } */
}

@media (max-width: 1200px) {
  .wrapper-sosedi::after {
    background-position: center;
    right: 0;
    background-size: cover;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    top: -550px;
  }

  .card-block .swiper-slide {
    max-width: 385px;
  }

  .card-block .swiper-wrapper {
    display: flex;
    gap: 0;
  }

  .card {
    height: 430px;
  }

  .sosedi-list {
    max-width: 100%;
  }
  .sosedi-text {
    margin-top: 600px;
  }

  .section3 .container::after {
    width: 510px;
    height: 312px;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
  }

  .section3-content {
    flex-direction: row;
    margin: 0 150px 0 0;
    color: #000;
  }

  .section3 .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }

  .tariff-card {
    min-height: 216px;
    max-width: 280px;
    /* margin: 7px 10px 21px 10px; */
    padding: 15px;
  }

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

  .tariff-title, .tariff-title-2 {
    font-size: 24px;
    margin-top: 0;
  }
  .tariff-title {
    min-height: 90px;
  }

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

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

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

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

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

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

  .tariff-card-row{
    min-height: 340px;
    display: flex;
    flex-direction: column;
  }



}

@media (max-width: 992px) {
  .wrapper-step2::before, .wrapper-step2::after {
    display: none;
  }

  .header {
    height: 100vh;
  }

  .card-block .swiper-slide{
    width: 270px;
  }

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

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

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

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

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

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

  footer{
    padding: 70px 0px;
  }

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

  .product-sale {
    display: none;
  }

   /*  */
  .product-content {
    display: flex;
    flex-direction: column;
    padding: 30px;
  }

  .product-left,
  .product-list-box,
  .product-price-grid {
      grid-column: auto;
      grid-row: auto;
  }
  
  .product-left {
      order: 1;
  }
  
  .product-prices {
      order: 3;
      margin: 0;
  }
  
  .product-list-box {
      order: 2;
  }

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

  .product-list {
    gap: 5px;
  }

  .product-list-box{
    padding: 0;
    margin: 20px 0 50px;
    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: 40px;
  }

  .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{
    display: none;
  }

  .btn-buy-m{
    display: inline-block;
  }

  .form-block,
  .checkbox-label,
  .card-text,
  .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;
    left: 0;
    height: 100vh;
    border-radius: 0;
    padding: 40px 25px;
  }

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

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



  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 {
    padding-bottom: 270px;
  }

  .step3-content::after {
    width: 700px;
    height: 1060px;
    top: 20%;
  }


  .step3-list {
    margin: 0;
  }

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



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

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



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

  .price-break {
    display: block;
    font-size: 48px;
    margin-top: 20px;
  }

  .title br {
    display: none;
  }

  h3{
    font-size: 24px;
  }

  .step3 h3{
    margin-bottom: 48px;
  }
  .card {
    height: 360px;
  }

}

@media screen and (max-width: 768px) {

  /* .container {
    padding: 0 10px;
  } */
  
  .desc_footer {
    margin: 40px 0 0;
    font-size: 14px;
  }
  .slide-img {
    width: 163.549px;
    height: 221.901px;
    border-radius: 24px;
  }

  .section3 h3 {
    align-self: flex-start;
  }

  .section3 {
    padding: 100px 0 70px;
  }

  .footer-copy {
    font-size: 14px;
  }

  .section3 .container::after {
    background-image: url('../images/section3-m.png');
    width: 344px;
    height: 436px;
    top: 75px;
  }

  .section3-content {
    margin: 0;
    gap: 50px;
    flex-direction: column;
  }

  header {
    background-image: url('../images/header-bg-m.png');
    background-size: auto;
    background-position: bottom;
  }

  .info-list {
    font-size: 16px;
  }

  .step3 {
    padding-bottom: 270px;
  }
  
  .benefits-slider .swiper-slide img {
    width: 163px;
    height: 220px;
  }

}
 
@media screen and (max-width: 480px) {
  .step3-content::after {
    top: 90px;
  }

  .step3-content::after {
    top: 30%;
  }
}


@media screen and (max-width: 1620px) {

  .step3-list{
    max-width: 640px;
    margin: 0;
  }
  
}

@media (max-width: 1400px) {

  .step3-list{
    max-width: 100%;
  }

}

/*accordion*/
.js_accordion .title {
  font-size: 20px;
  position: relative;
  border-bottom: 2px solid #FF005D;
  padding: 43px 0;
  cursor: pointer;
}
.js_accordion .title::before{
  content: '';
  position: absolute;
  right: 54px;
  top: 50%;
  transform: translate(0, -50%) rotate(0);
  background: url(../images/footer-mark.svg) no-repeat center/cover;
  width: 7px;
  height: 11px;
}
.js_accordion .desc ul li {
  margin: 0 0 40px;
}
.js_accordion .desc ul li a {
  display: flex;
  align-self: center;
  gap: 23px;
font-size: 20px;
}
.desc.acc_content {
  padding: 20px 0 0;
  font-size: 24px;
}
.js_accordion p {
  margin: 0 0 20px;
}
.item.acc_active .title::before{
  transform: translate(0, -50%) rotate(90deg);
}
.document {
  background: url(../images/document.svg)no-repeat center/cover;
  display: inline-block;
  width: 24px;
  height: 30px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .js_accordion .desc {
    font-size: 16px;
  }
}


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

/*30_10_2025*/
footer .container .row {
  display: grid;
  grid-template-columns: 437px 1fr;
  gap: 76px;
}
.contacts {
  margin: 0;
}
.accordion_block h3 {
  margin: 0 0 20px;
}
.footer-copy {
  text-align: left;
}
@media screen and (max-width: 992px) {
  footer .container .row {
     grid-template-columns: 1fr;
  }
  .accordion_block {
    order: 0;
  }
  footer .container .row .contacts {
    order: 1;
  }
  .footer-copy {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  nav.fix {
    position: fixed;
    left: 0;
    right: 0;
    top: 30px;
    background: #69287D;
    border-radius: 20px;
    z-index: 99;
    max-width: 1100px;
    margin: 0 auto;
opacity: 0.8;
  }
  nav.fix .menu-list{
    display: flex;
    align-items: center;
    height: 50px;
    justify-content: center;
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .navbar.fix {
    position: fixed;
    left: 0;
    right: 0;
    top: -20px;
    z-index: 99;
    align-items: center;
    padding: 30px;
    padding: 30px 30px 10px;
    background: #69287D;
  }
  .navbar.fix ~ .header-content {
    margin: 0;
    padding: 220px 0 0;
  }
}