html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Montserrat;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.container, .header-container, .main {
  overflow-x: hidden;
}
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* Основные стили для бургерного меню */
.burger-menu {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  color: #1D2E57;
  cursor: pointer;
  margin-left: 20px;
  top: 50px;
  left: 0;
}
.nav .burger{
  display: none;
}
.nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
}
.header {
  width: 100%;
  padding: 10px 0;
}
.header-container{
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow-x: hidden;
}
.header-left {
  display: flex;
  align-items: center;
  border-radius: 65px;
  padding: 18px;
  box-shadow: 0px 4px 9.8px 6px #E3E3E357;
}
.logo{
    margin-right: 30px;
}
.nav a {
  margin-right: 30px;
  text-decoration: none;
  color: rgba(29, 46, 87, 1);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 65px;
  padding: 20px 12px 20px 22px;
  box-shadow: 0px 4px 9.8px 6px #E3E3E357;
}
.language {
  width: 45px;
  height: 45px;
  background-color: #e0f0ff;
  border-radius: 58px;
  text-align: center;
  color: rgba(29, 46, 87, 1);
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 0 !important;
}
.contact-block {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.contact-phone, .contact-email {
  text-decoration: none;
  font-size: 16px;
}
.contact-phone {
  color: #1D2E57;
}
.contact-email {
  color: #FF2E60;
}
.telegram-button {
  display: inline-block;
  width: 45px;
  height: 45px;
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  text-decoration: none;
}
.telegram-button:hover {
  background-color: #0056b3;
}
.main {
  max-width: 1420px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 40px 20px 0px 20px;
  background: linear-gradient(to right, #EAE9FF 100%, #FFD6E4 100%);
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.main .content .hh{
  display: flex;
} 
.content{
  max-width: 610px;
  margin-left: 95px;
  z-index: 3;
}
.content h1{
  font-size: 72px;
  font-weight: 400;
  margin: 0;
}
.person{
  position: relative;
  overflow: hidden;
  z-index: 3;
  margin-right: 220px;
}
.content .main-text{
  max-width: 553px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
  padding: 20px 20px 20px 30px;
  border-radius: 12px;
  min-height: 114px;
  display: flex;
  flex-direction: column;
  text-align: left;
  color: rgba(101, 114, 146, 1);
}
.content .main-name{
  color: black;
}
.content .main-text .main-content{
  font-size: 17px;
  line-height: 20px;
  font-family: Montserrat;
}
.image{
  position: relative;
}
.vector{
  position: absolute;
  right: 0;
  z-index: 1;
}
.object1{
  position: absolute;
  top: 283px;
  right: -24px;
  z-index: 1;
}
.object2{
  position: absolute;
  top: 78px;
  z-index: 1;
  left: -105px;
}
.object3{
  position: absolute;
  bottom: 0;
  right: -21px;
}
.object4{
  position: absolute;
  top: 99px;
  right: 147px;
  z-index: 1;
}
.object5{
  position: absolute;
  right: -20px;
}
.sub{
  position: absolute;
    z-index: 3;
    bottom: 34px;
    right: 50px;
}
.phoenix{
  color: #FF2E60;
}
.main-name{
  font-weight: 500;
}
.main .seo{
  color:rgba(255, 46, 96, 1);
}
.content .highlight {
  font-size: 72px;
  margin: 0 0 20px;
  font-weight: 400;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.h-text{
  max-width: 291px;
  min-height: 54px;
  font-weight: 400;
  line-height: 26px;
  font-size: 22px;
  color: #657292;
}
.content p {
  font-size: 18px;
  line-height: 1.6;
}
.subscribe-button {
  background-color: #ff3366;
  color: white;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  max-width: 317px;
  border-radius: 60px;
  align-items: center;
  text-align: center;
}
.subscribe-button :hover{
  cursor: pointer;
}
.subscribe-button img{
  margin-right: 12px;
}
.subscribe-button a{
  width: 213px;
  text-decoration: none;
  color: #fff;
}
/* Сетка контента */
.cards-container{
  display: flex;
  flex-direction: column;
}
.card-title{
  color: rgba(29, 46, 87, 1);
}
.card-text{
  color: #657292;
}
.card .icon{
  margin-bottom: 20px;
}
.central-content-text p{
  color: #657292;
}
.central-content-text img{
  margin-bottom: 12px;
}
.content-grid {
  min-height: 639px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  grid-template-areas: "card1 central card4" "card2 central card3";
}
.card:nth-of-type(1) {
  grid-area: card1;
}
.card:nth-of-type(2) {
  grid-area: card2;
}
.card:nth-of-type(3) {
  grid-area: card3;
}
.card:nth-of-type(4) {
  grid-area: card4;
}
.central-content{
  padding: 40px 20px;
  max-width: 317px;
  margin: 0;
  background-color: #FFFFFF96;
  border-radius: 12px;
}
.central-content h3{
  margin: 0;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
}
.central-content p{
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin: 0;
}
.central-content-text{
  position: relative;
}
.str{
  position: absolute;
  right: -19px;
  top: 161px;
}
.card-grid {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.central-block-grid {
  text-align: center;
  padding: 20px;
  background: #f3f6fc;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #EBF1FF;
  grid-area: central;
  padding-bottom: 0px !important;
}
.central-block {
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  grid-area: central;
  padding-bottom: 0px !important;
}
.ellipse{
  position: absolute;
  z-index: -1;
  top: 221px;
}
.section-title{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 100px;
}
.section-title .question{
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
  color: #657292;
}
.title{
  margin: 0;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  color: #1D2E57;
}
.what-awaits .cards-container .question{
  margin: 0 0 60px 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}
.central-title{
  font-size: 36px;
  font-weight: bold;
  background: linear-gradient(90deg, #9F67FF 0%, #FF2E60 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.telegram-preview {
  max-width: 100%;
  border-radius: 10px;
}
.subscription-benefits{
  max-width: 1300px;
  gap: 40px;
}
.subscription-benefits .card{
  text-align: center;
}
.subscription-benefits .content-grid .card{
  margin: 0 24px;
}
.central-image{
  position: relative;
}
.central-image button{
  position: absolute;
  overflow: hidden;
}
.review-block{
  max-width: 1460px;
  width: 100%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #EAEDFA;
  margin-bottom: 100px;
}
.review-text{
  max-width: 1290px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 60px;
}
.review-text p {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 32px;
}
.review-text .review-button{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #FF2E60;
  border-radius: 20px;
  padding: 20px 0 20px 0;
  margin-bottom: 100px;
  width: 100%;
}
.review-button p{
  margin: 0;
  color: #FFF;
  font-weight: 400;
  font-size: 20px;
  font-family: 'Montserrat';
}
.review-button a{
  color: #FFF;
}
.block-heading{
  max-width: 639px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  flex-wrap: wrap;
}
.block-heading h2{
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
}
.results{
  max-width: 1290px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.results p{
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  color: #657292;
  text-align: center;
  width: 90%;
}
.results .dop{
  max-width: 474px;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 12px;
}
.results .result-small{
  display: flex;
}
.results .result-small div{
  width: 100%;
  border-radius: 60px;
  background-color: #FFF;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  margin-right: 10px;
  color: #FF2E60;
  font-size: 18px;
  line-height: 25px;
}
.center{
  max-width: 253px !important;
  width: 100%;
}
/* FAQ Section */
.faq-section {
  text-align: center;
  padding: 50px 20px;
  background-color: #f9f9f9;
}
.faq-section h1 {
  font-size: 3rem;
  margin-bottom: 30px;
}
.faq-item {
  margin: 10px 0;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.faq-item h3 {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-size: 1.2rem;
}
.faq-item h3 span {
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}
.faq-item.active h3 span {
  transform: rotate(45deg);
}
.faq-answer {
  display: none;
  font-size: 0.9rem;
  color: #555;
  margin-top: 10px;
  padding-left: 15px;
  border-left: 3px solid #f56060;
}
.subscribe-btn {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #f56060;
  color: white;
  border: none;
  border-radius: 50px;
  cursor: pointer;
}
/* Contact Section */
.contact-section {
  background: #eef5fc;
  padding: 50px 20px;
  text-align: center;
  max-width: 1460px;
  background: linear-gradient(to right, #E4E6FF, #EFFFFA 100%, #CCD1FF 100%);
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  border-radius: 20px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.f_object{
  position: absolute;
  right: 78px;
}
.f_object2{
  position: absolute;
  z-index: 10;
  right: 4px;
  bottom: 70px;
}
.f_object3{
  position: absolute;
  right: 597px;
  top: 75px;
}
.f_object4{
  position: absolute;
  right: 0;
  top: 34px;
}
.f_object5{
  right: 0;
  position: absolute;
  left: 470px;
  bottom: 102px;
  z-index: 9;
}
.f_object6{
  display: none;
}
.contact-content{
  max-width: 410px;
  width: 100%;
}
.contact-content h2{
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: #1D2E57;
  text-align: left;
}
.contact-content p{
  line-height: 25px;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}
.contact-form {
  max-width: 400px;
  width: 100%;
  background-color: #FFF;
  border-radius: 12px;
  padding: 40px 60px 20px 60px;
  position: relative;
  z-index: 9;
}
.contact-form input{    
  width: 100%;
  padding: 16px 20px;
  border-radius: 60px;
  background-color: rgba(235, 241, 255, 1);
  border: none;
  font-family: 'Montserrat';
  margin-bottom: 16px;
}
.contact-form textarea{
  width: 100%;
  height: 98px;
  border-radius: 12px;
  padding: 16px 20px;
  resize: none;
  background-color: rgba(235, 241, 255, 1);
  border: none;
  font-family: Montserrat;
}
.contact-form input:focus, .contact-form textarea:focus {
  border: 1px solid;
  border-color: #FF2E60;
  outline: none;
}

.contact-form button {
  background-color: #FF2E60;
  color: white;
  border: none;
  cursor: pointer;
  max-width: 155px;
  min-height: 53px;
  border-radius: 60px;
  padding: 16px 28px;
  margin-top: 20px;
  margin-bottom: 12px;
}
.button-text p{
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  font-weight: 400;
}
.button-text p span a{
  color: #FF2E60;
}
/* ///////////// */
h2 {
  text-align: center;
  margin-bottom: 20px;
}
.slider-container {
  position: relative;
  max-width: 1290px;
  overflow: hidden;
  border-radius: 10px;
  overflow: visible;
}
.slider-wrapper {
  overflow: hidden;
}
.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 20px;
  padding: 20px;
}
.slide {
  flex: 0 0 calc(100% / 3);
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: left;
  box-sizing: border-box;
  height: fit-content;
}
.slide .slide_header{
    font-size: 16px;
    margin: 0 0 20px;
    align-items: center;
    display: flex;
}
.slide .slide_header img{
  margin-right: 10px;
}


h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #2c3e50;
}
p {
  font-size: 16px;
  margin: 0 0 20px;
}
/* Кнопки управления */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  cursor: pointer;
  padding: 10px;
  transition: background-color 0.3s ease;
}
.slider-btn:hover {
  background-color: #f0f0f0;
}
.prev-btn {
  left: -50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  width: 38px;
  height: 38px;
  align-items: center;
}
.next-btn {
  right: -68px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  width: 38px;
  height: 38px;
  align-items: center;

}
/* ///////////////// */
.faq-container {
  max-width: 1000px;
  width: 100%;
  background: #fff;
  padding: 0 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
  margin-bottom: 12px;
}
.faq-title {
  text-align: center;
  margin-bottom: 60px;
  font-weight: 500;
  font-size: 96px;
  line-height: 117px;
  color: #1D2E57;
}
.faq-subtitle {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 30px;
}
.accordion {
  border-top: none;
  background-color: #FFF;
}
.accordion-item button{
  background-color: #FFF;
}
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFF;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: background 0.5s;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  min-height: 90px;
}
.accordion-header:hover {
  background: #FFF;
  color: #FF2E60;
}
.accordion-icon {
  font-size: 24px;
  color: #3498db;
  transition: transform 0.3s;
}
.accordion-content {
  display: none;
  padding: 15px;
  color: #657292;
  background: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}
.accordion-content.active {
  display: block;
}
.subscribe-button {
  max-width: 317px;
  width: 100%;
  display: flex;
  padding: 0;
  justify-content: flex-start;
  border: none;
  margin: 30px 0 100px 0;
}
/* Footer */
.footer {
  color: white;
  max-width: 1420px;
  width: 100%;
  border-radius: 20px;
  min-height: 291px;
  margin-top: 40px;
  background-color: #141625;
  padding: 20px 40px;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-content div{
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 16px;
  line-height: 37px;
}
.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer-section{
  max-width: 155px;
  width: 100%;
  line-height: 36px;
}
.section2{
  max-width: 237px;
  width: 100%;
}
.section3{
  max-width: 237px;
}
.sec{
  display: flex;
  max-width: 785px;
  width: 100%;
}
.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 227px;
  justify-content: space-between;
  max-width: 342px;
  width: 100%;
  margin-top: 20px;
}
.footer-logo img {
  max-width: 100%;
  margin-bottom: 10px;
}
.footer-logo p {
  font-weight: 400;
  line-height: 17px;
  color: #D6D6D68C;
}
.footer-section {
  margin: 0 20px;
}
.footer-section h4 {
  font-size: 16px;
  color: rgba(255, 46, 96, 1);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.footer-section ul {
  list-style: none;
  padding: 0;
}
.footer-section ul li {
  margin-bottom: 5px;
}
.footer-section ul li a {
  color: #ffffff;
  text-decoration: none;
}
.footer-section ul li a:hover {
  color: #e84563;
}
.footer-section p {
  margin: 5px 0;
  font-size: 14px;
}
.footer-section a {
  color: #ffffff;
}
.footer-section a:hover {
  color: #e84563;
}
.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.social-icons a img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.central-image button {
  position: absolute;
  overflow: hidden;
  bottom: -30px;
  padding: 0;
  margin: 0;
}

.contact-content p {
  color: #657292;
}

.content h1 span {
    color: rgba(255, 46, 96, 1);
}

.content span.h-text {
  color: #657292;
}

.subscribe-button.mobile {
  display: none;
}

.content {
    position: relative;
}
.contact-section > div {
  display: flex;
}

.subscribe-button {
  text-transform: uppercase;
}

.stock-slider__container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 356px;
}

.stock-con.stock-container {
  width: 90%;
  overflow: hidden;
  border-radius: 25px;
}
.stock-container {
  width: 90%;
  overflow: hidden;
  border-radius: 25px;
}

.slider-main{
  max-width: 1460px;
  width: 100%;
  margin: 0 auto;
}

.swiper-button-prev{
  position: static;
    border-radius: 50%;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    --swiper-navigation-size: 8px;
    background: 0 0;
    text-shadow: none;
    color: #000;
    margin-left: 30px;
}
.swiper-button-next{
    position: static;
    border-radius: 50%;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    --swiper-navigation-size: 8px;
    background: 0 0;
    text-shadow: none;
    color: #000;
    margin-right: 30px;
}

.swiper-container-rtl .swiper-button-prev:after {
  display: none;
}

.swiper-container-rtl .swiper-button-next:after {
  display: none;
}

.reviews{
  width: 100%;
  margin: auto;
  padding: 16px 0;
  overflow: hidden;
  display: none;
}

.rev img{
  border-radius: 25px;
  width: 100%;
  margin-bottom: 10px; 
}

.reviews .swiper-slide{
  height: auto;
}

.number{
  margin-bottom: 30px;
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.number img{
  width: 100%;
  border-radius: 25px;
  margin-left: 24px;
  margin-right: 24px;
}