a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline
}   
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display: block
}

h2.headline {
	display: block;
	color: #303030;
	font-family: arial;
	font-size: 200%;
	line-height: 33px;
	margin: 4em auto 1em auto;
	
}
h2.headline img {
	margin-right: 12px;
	width: 10px;
}

.one {
	background: linear-gradient(90deg, #5010e1, #4219cc);
}

.container {
	background: #;
	font-family: arial;
	font-size: 100%;
	line-height: 1.5;
	margin: 0 auto 4em auto;
	max-width: 1170px;
	padding: 0 10px;
}

.container p {
	margin: 1em 0;
}

.container li {
	margin-left: 15px;
}


.hero,
.navbar  {	
	margin: 0 auto;
	max-width: 1170px;	
 }
  
 
/*Первый экран hero*/
  .hero {
    
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	margin: 2em 0;
    padding: 60px 40px;
    border-radius: 0 0 30px 30px;
	
	margin: 0 auto;
	max-width: 1170px;	
  }

  .hero-left {
    max-width: 600px;
    flex: 1;
  }

  .hero h1 {
    font-size: 56px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.1;
  }

  .hero p.subtitle {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 30px;
  }

  .hero-features img {
	  margin: 0 20px -4px 0;
	  width: 20px;
  }
  
  .feature-card {
    background: #003b2f;
    padding: 16px 20px;
    border-radius: 12px;
    font-size: 14px;
    max-width: 200px;
    flex: 1 1 auto;
    min-width: 180px;
  }

  .hero-icons {
    display: flex;
    gap: 16px;
    margin-bottom: 30px;
  }

  .hero-icons img {
    width: 36px;
    height: 36px;
    cursor: pointer;
  }

  .hero-gift {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #000;
    color: #fff;
    padding: 12px 18px;
    border-radius: 32px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
  }

  .hero-gift img {
    width: 18px;
    height: 18px;
  }

  .hero-right {
    flex: 1;
    text-align: center;
  }

  .hero-right img {
	margin: -150px 0 0 25px;
    max-width: 100%;
    width: 500px;
  }

/**/
.info-block {
  background: linear-gradient(135deg, #5213f1, #3c2772);
  padding: 40px 20px;
  border-radius: 30px;
  color: white;
  margin: 40px auto;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.info-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.info-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.info-text {
  flex: 1;
  min-width: 280px;
}

.info-text h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.info-text p {
  font-size: 16px;
  line-height: 1.6;
}

.bullet {
  color: white;
  font-size: 20px;
  margin-right: 8px;
}






  .mpstats-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f9f9f9;
    padding: 40px;
    border-radius: 20px;
    gap: 40px;
    flex-wrap: wrap;
  }

  .mpstats-text {
    flex: 1;
    min-width: 280px;
  }

  .mpstats-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 25px;
  }

  .cta-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }

  .cta-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 26px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    transition: background 0.3s ease;
  }

  .mpstats-image {
    flex: 1;
    min-width: 280px;
    display: flex;
    justify-content: center;
  }

  .mpstats-image img {
    max-width: 100%;
    height: auto;
  }

img.circle {
	margin-right: 80px;
}


  .alert-block {
    background: linear-gradient(135deg, #5213f1, #3c2772);
    color: #fff;
    border-radius: 24px;
    padding: 60px;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }

  .alert-icon {
    color: #fcd34d;
    font-size: 18px;
    line-height: 1;
    margin-top: 2px;
  }

  .alert-text {
    line-height: 1.5;
  }



  .faq-section {
    margin: 40px 0;
    padding: 20px 0 0 0;
  }

  .faq-item {
    border-radius: 12px;
    background: #f7f7f7;
    margin-bottom: 15px;
    overflow: hidden;
    transition: background 0.3s;
  }

  .faq-item[open] {
    background: #eefaf6;
  }

  .faq-item summary {
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    padding: 18px 24px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .faq-item summary::-webkit-details-marker {
    display: none;
  }

	.faq-icon {
	  transition: transform 0.3s;
	  user-select: none;
	  pointer-events: none;
	  caret-color: transparent;
	}

  .faq-item[open] .faq-icon {
    transform: rotate(45deg);
  }

  .faq-answer {
    padding: 0 24px 18px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
  }
  
  


.appeal {
	padding: 4em 0;
	text-align: center;
}

.appeal h2.headline {
	color: #002a22;
	margin-bottom: 2em;
}

  .whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #5213f1, #3c2772);
    color: white;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    border-radius: 12px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s, box-shadow 0.3s;
  }

  .whatsapp-btn:hover {
    background: linear-gradient(135deg, #3c2772, #5213f1);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  }

  .whatsapp-btn img {
    width: 20px;
    height: 20px;
  }
  
  
   .contact-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #5213f1, #3c2772);
    border-radius: 24px;
    padding: 40px 50px;
    color: #fff;
    flex-wrap: wrap;
    gap: 30px;
  }

  .contact-left {
    max-width: 50%;
    min-width: 280px;
  }

  .contact-left h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 12px;
  }

  .contact-left p {
    font-size: 18px;
    margin-bottom: 24px;
  }

  .contact-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
  }

  .contact-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding: 14px 24px;
    border-radius: 12px;
    transition: all 0.3s ease;
  }

  .telegram-btn {
    background: #1877f2;
  }

  .telegram-btn:hover {
    background: #0d63d3;
  }

  .whatsapp-btn {
    background: #25d366;
  }

  .whatsapp-btn:hover {
    background: #1ebe5d;
  }

  .contact-right img {
    max-width: 320px;
    width: 100%;
    height: auto;
  }


  .tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    padding: 40px 0px;
  }

  .tool-card {
    position: relative;
    background: #f9f9f9;
    border-radius: 18px;
    padding: 30px 20px 20px;
    font-size: 15px;
    line-height: 1.6;
    color: #111;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  }

  .tool-card .number-badge {
    position: absolute;
    top: -14px;
    left: 20px;
    background: #004d3f;
    color: #fff;
    font-weight: bold;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }

  .pricing-section {
    margin: 4em 0;
  }

  .pricing-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #222;
  }

  .pricing-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }

  .pricing-card {
    flex: 1;
    min-width: 260px;
    background: #f9f9f9;
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  }

  .pricing-card.highlighted {
    border: 2px solid #25a478;
	width: 260px;
	
	
  }

  .pricing-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .pricing-card p {
    font-size: 15px;
    margin-bottom: 20px;
    color: #222;
  }

  .pricing-price {
    font-size: 28px;
    font-weight: 700;
    color: #004d3f;
    margin-bottom: 20px;
  }

  .pricing-button {
    display: inline-block;
    align-self: flex-start;
    background: #000;
    color: #fff;
    padding: 12px 20px;
    border-radius: 32px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.3s ease;
  }

  .pricing-button:hover {
    background: #333;
  }




@media (max-width: 820px) {
    .contact-section {
      display: block;
      padding: 30px 20px;
    }

    .contact-left {
		display: block;
      max-width: 100%;
	  text-align: center;
    }

    .contact-left h2 {
      font-size: 28px;
    }

    .contact-left p {
      font-size: 16px;
    }

    .contact-buttons a {
      width: 100%;
    }

    .contact-right {
      width: 100%;
      display: block;
	  text-align: center;
    }

    .contact-right img {
      max-width: 260px;
	  margin-top: 40px;
    }
}
@media (max-width: 768px) {
	
    .hero {
      flex-direction: column;
      padding: 40px 20px;
      text-align: left;
    }

    .hero h1 {
      font-size: 36px;
    }

    .hero p.subtitle {
      font-size: 16px;
    }

    .hero-right img {
      width: 280px;
      margin-top: 30px;
    }

    .hero-features {
      flex-direction: column;	  
    }

    .feature-card {
      max-width: 100%;
    }

    .hero-icons {
      justify-content: center;
    }	




	
	
	
	h2.headline {
		padding-left: 15px;
	}
	.info-block,
	.mpstats-section,
    .alert-block {
	  margin: 20px 0;
	}	
  .info-container {
    flex-direction: column;
    gap: 30px;
  }

  .info-text h3 {
    font-size: 18px;
  }

  .info-text p {
    font-size: 15px;
  }

  .info-image {
    max-width: 300px;
    margin: 0 auto;
  }
 

 .mpstats-section {
      flex-direction: column;
      padding: 30px 20px;
    }

    .mpstats-text p {
      font-size: 15px;
    }
	
	img.circle {
		margin-right: 0;
	}


    .alert-block {
      padding: 16px 20px;
      font-size: 15px;
      flex-direction: row;
      gap: 10px;
    }

    .alert-text {
      font-size: 15px;
    }


	.faq-section {
		margin: 40px 0;
	}
    .faq-item summary {
      font-size: 16px;
      padding: 16px 18px;
    }

    .faq-answer {
      font-size: 15px;
      padding: 0 18px 16px;
    }

    .whatsapp-btn {
      font-size: 15px;
      padding: 10px 20px;
    }

    .whatsapp-btn img {
      width: 18px;
      height: 18px;
    }	
	
	


    .tool-card {
      font-size: 14px;
      padding: 24px 16px 16px;
    }

    .tool-card .number-badge {
      width: 32px;
      height: 32px;
      font-size: 13px;
      top: -12px;
      left: 16px;
    }	
}

