:root{
  --purple:#3b0532;
  --purple-2:#5a0a4d;
  --orange:#ff931e;
  --teal:#08b89f;
  --dark:#2b2b2b;
  --muted:#777;
  --light:#f7f7f7;
  --white:#fff;
  --line:#eeeeee;
  --shadow:0 18px 50px rgba(59,5,50,.12);
  --radius:28px;
}

*{box-sizing:border-box}
body{
  margin:0;
  font-family: Arial, Helvetica, sans-serif;
  color:var(--dark);
  background:#fff;
  line-height:1.5;
}

a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

.topbar{
  background:#fff;
  border-bottom:1px solid var(--line);
  font-size:14px;
  color:#555;
}
.topbar .wrap{
  max-width:1180px;
  margin:0 auto;
  padding:12px 20px;
  display:flex;
  gap:28px;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
}
.topbar span{white-space:nowrap}


.callback{
  padding:12px 20px;
  background:var(--orange);
  color:#fff;
  border-radius:999px;
  font-weight:700;
  box-shadow:0 10px 22px rgba(255,147,30,.28);
}

.hero{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,var(--purple) 0%, #26011f 58%, var(--teal) 58%, var(--teal) 100%);
  color:#fff;
}
.hero:before{
  content:"";
  position:absolute;
  width:560px;
  height:340px;
  left:-140px;
  bottom:-170px;
  background:var(--orange);
  border-radius:55% 45% 70% 30%;
  transform:rotate(8deg);
}
.hero:after{
  content:"";
  position:absolute;
  width:520px;
  height:260px;
  right:-150px;
  top:-80px;
  background:rgba(255,255,255,.14);
  border-radius:50%;
  transform:rotate(-10deg);
}
.hero .wrap{
  position:relative;
  z-index:1;
  max-width:1180px;
  margin:0 auto;
  padding:88px 20px 96px;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:56px;
  align-items:center;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:8px 14px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  color:#fff;
  font-size:14px;
  margin-bottom:22px;
  background:rgba(255,255,255,.08);
}
.eyebrow:before{
  content:"";
  width:10px;
  height:10px;
  background:var(--orange);
  border-radius:50%;
}
h1{
	      font-family: "MontserratLight", sans-serif !important;
    font-size: 40px;
    font-weight: 300;
    margin: 30px 0 20px;
	
  }
  
  .h2{
	  font-family: "MontserratLight", sans-serif !important;
    font-size: 40px;
    font-weight: 600;
    margin: 30px 0 20px;
	color:rgba(255,255,255,.9);
  }
.lead{
  font-size:21px;
  line-height:1.45;
  max-width:670px;
  color:rgba(255,255,255,.9);
  margin:0 0 34px;
}
.hero-actions{
	display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 32px;
    justify-content: center;
    max-width: 720px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 24px;
  border-radius:999px;
  font-weight:700;
  border:2px solid transparent;
  cursor:pointer;
}
.btn.primary{background:var(--orange); color:#fff}
.btn.secondary{border-color:rgba(255,255,255,.45); color:#fff}
.hero-points{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:12px;
  max-width:720px;
}
.hero-point{
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.18);
  padding:16px;
  border-radius:18px;
  font-size:14px;
  color:rgba(255,255,255,.86);
}
.hero-point strong{
  display:block;
  color:#fff;
  font-size:18px;
  margin-bottom:3px;
}
.hero-card{
  background:#fff;
  color:var(--dark);
  padding:18px;
  border-radius:34px;
  box-shadow:var(--shadow);
  
}
.hero-image{
  height:574px;
  border-radius:26px;
  background:
	linear-gradient(rgba(0,0,0,.08), rgba(0,0,0,.08)),
	url('first.jpg') center/cover;
  position:relative;
  overflow:hidden;
}

.fence-line{
  position:absolute;
  left:42px;
  right:42px;
  bottom:54px;
  height:46px;
  z-index:2;
  border-top:6px solid var(--teal);
  border-bottom:6px solid var(--teal);
}
.fence-line span{
  position:absolute;
  width:8px;
  height:58px;
  background:var(--teal);
  bottom:-12px;
  border-radius:5px;
}
.fence-line span:nth-child(1){left:0}
.fence-line span:nth-child(2){left:16%}
.fence-line span:nth-child(3){left:32%}
.fence-line span:nth-child(4){left:48%}
.fence-line span:nth-child(5){left:64%}
.fence-line span:nth-child(6){left:80%}
.fence-line span:nth-child(7){right:0}

section{padding:82px 20px}
.wrap{max-width:1180px;margin:0 auto}
.section-head{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:40px;
  align-items:start;
  margin-bottom:42px;
}
.kicker{
  color:var(--orange);
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:13px;
  margin-bottom:12px;
}
h2{
  margin:0;
  font-size:40px;
  line-height:1.12;
  color:var(--purple);
  letter-spacing:-.8px;
  text-align:left;
}
.section-text{
  margin:0;
  color:#5f5f5f;
  font-size:18px;
  margin-top:35px;
}

.problem{
  background:#fff;
}
.problem-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.problem-card{
  min-height:210px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:26px;
  background:#fff;
  box-shadow:0 12px 32px rgba(0,0,0,.04);
}
.num{
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:rgba(255,147,30,.13);
  color:var(--orange);
  font-weight:700;
  margin-bottom:22px;
}
.problem-card h3,
.card h3,
.use-card h3{
  margin:0 0 10px;
  color:var(--purple);
  font-size:20px;
  line-height:1.25;
  font-weight:600;
}


.problem-card p,
.card p,
.use-card p{
  margin:0;
  color:#666;
  font-size:15px;
}

.solution{
  background:var(--light);
  position:relative;
  overflow:hidden;
}
.solution:before{
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  background:var(--teal);
  opacity:.16;
  border-radius:48% 52% 45% 55%;
  right:-130px;
  top:70px;
}
.split{
  position:relative;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:42px;
  align-items:start;
}
.image-card{
  background:#fff;
  border-radius:34px;
  padding:16px;
  box-shadow:var(--shadow);
  margin-top: 40px;
}
.photo{
  min-height:616px;
  border-radius:24px;
  background:url('solution.jpg') center/cover;
}

.photo img{
	border-radius: 34px;
}

.feature-list{
  display:grid;
  gap:14px;
  margin-top:26px;
}
.feature{
  display:flex;
  gap:14px;
  align-items:flex-start;
  background:#fff;
  border:1px solid var(--line);
  padding:17px 18px;
  border-radius:18px;
}
.check{
  flex:0 0 24px;
  width:24px;
  height:24px;
  border-radius:50%;
  background:var(--teal);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:15px;
  font-weight:700;
}

.how{
  background:#fff;
}
.schema{
  background:#fff;
  border:2px solid rgba(255,147,30,.35);
  border-radius:34px;
  padding:34px;
  box-shadow:0 16px 42px rgba(0,0,0,.05);
   padding-top:0px;
}
.schema-line{
  position:relative;
  min-height:150px;
 
  margin:10px 20px 24px;
}
.schema-line .post{
  position:absolute;
  bottom:-34px;
  width:18px;
  height:200px;
  background:var(--purple);
  border-radius:9px;
}
.post.p1{left:0}
.post.p2{left:25%}
.post.p3{left:50%}
.post.p4{left:75%}
.post.p5{right:0}
.schema-line .circle{
  position:absolute;
  width:58px;
  height:58px;
  border:7px solid var(--teal);
  border-radius:50%;
  top:40px;
}
.circle.c1{left:8%}
.circle.c2{left:33%}
.circle.c3{left:58%}
.circle.c4{left:82%}
.specs{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:36px;
}
.spec{
  border-radius:20px;
  padding:22px;
  background:var(--light);
}
.spec strong{
  display:block;
  color:var(--purple);
  font-size:24px;
  margin-bottom:5px;
}
.spec span{color:#666;font-size:14px}

.use{
  background:var(--purple);
  color:#fff;
  position:relative;
  overflow:hidden;
}
.use:before{
  content:"";
  position:absolute;
  width:430px;
  height:300px;
  background:var(--orange);
  border-radius:50%;
  left:-160px;
  bottom:-170px;
  opacity:.95;
}
.use .section-head{position:relative;z-index:1}
.use h2{color:#fff}
.use .section-text{color:rgba(255,255,255,.78)}
.use-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.use-card{
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.16);
  border-radius:var(--radius);
  padding:26px;
  min-height:180px;
}
.use-card h3{color:#fff}
.use-card p{color:rgba(255,255,255,.72)}

.variants{
  background:#fff;
}
.variant-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.card{
  border:1px solid var(--line);
  border-radius:var(--radius);
  overflow:hidden;
  background:#fff;
  box-shadow:0 12px 32px rgba(0,0,0,.04);
}
.card-img{
  height:210px;
  background:url('uzory.jpg') center/cover;
}
.card:nth-child(2) .card-img{background-image:url('cveta.jpg')}
.card:nth-child(3) .card-img{background-image:url('ustanovka2.jpg')}
.card-body{padding:24px}
.tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}
.tag{
  background:rgba(8,184,159,.11);
  color:#087c6c;
  padding:8px 11px;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
}

.compare{
  background:var(--light);
}
.compare-table{
  background:#fff;
  border-radius:30px;
  overflow:hidden;
  box-shadow:var(--shadow);
  border:1px solid var(--line);
}
.rowtr{
  display:grid;
  grid-template-columns:1.05fr 1fr 1fr;
  border-bottom:1px solid var(--line);
}
.rowtr:last-child{border-bottom:0}
.cell{
  padding:22px 24px;
  border-right:1px solid var(--line);
  color:#555;
}
.cell:last-child{border-right:0}
.head .cell{
  background:var(--purple);
  color:#fff;
  font-weight:700;
}
.good{color:#087c6c;font-weight:700}
.bad{color:#8a2b2b;font-weight:700}

.custom{
  background:#fff;
}
.custom-box{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:start;
  background:linear-gradient(135deg,var(--teal),#05a38d);
  color:#fff;
  border-radius:36px;
  padding:46px;
  overflow:hidden;
  position:relative;
}
.custom-box:after{
  content:"";
  position:absolute;
  width:300px;
  height:300px;
  border-radius:50%;
  background:rgba(255,255,255,.12);
  right:-90px;
  top:-90px;
}
.custom-box h2{color:#fff}
.custom-box p{font-size:18px;color:rgba(255,255,255,.9);margin:18px 0 0}
.logo-sample{
  position:relative;
  z-index:1;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.3);
  border-radius:28px;
  padding:26px;
}
.coin-row{
  display:flex;
  gap:16px;
  justify-content:center;
  flex-wrap:wrap;
}

.coin-row img{
	border-radius:16px;
}
.coin{
  width:78px;
  height:78px;
  border-radius:50%;
  background:#222;
  border:7px solid rgba(255,255,255,.35);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  color:#fff;
}
.coin:nth-child(2){background:#914d36}
.coin:nth-child(3){background:#d6c18c;color:#4d3c1b}
.coin:nth-child(4){background:#5d5d5d}
.coin:nth-child(5){background:#c99a43}

.cta{
  background:linear-gradient(135deg,var(--purple),#24001e);
  color:#fff;
  text-align:center;
  position:relative;
  overflow:hidden;
}
.cta:before{
  content:"";
  position:absolute;
  width:420px;
  height:220px;
  background:var(--orange);
  border-radius:50%;
  right:-160px;
  bottom:-110px;
}
.cta .wrap{position:relative;z-index:1;max-width:820px; text-align:left;}
.cta h2{color:#fff}
.cta p{color:rgba(255,255,255,.82);font-size:19px;margin:18px 0 30px}
.form{
  display:grid;
  grid-template-columns:1fr 1fr auto;
  gap:12px;
  background:#fff;
  border-radius:24px;
  padding:12px;
  box-shadow:0 20px 60px rgba(0,0,0,.2);
}
input{
  width:100%;
  border:1px solid var(--line);
  border-radius:16px;
  padding:0 18px;
  min-height:54px;
  font-size:15px;
  outline:none;
}
.form .btn{border:0;min-height:54px}


@media (max-width: 980px){
  .hero .wrap,
  .split,
  .section-head,
  .custom-box{
	grid-template-columns:1fr;
  }
  .problem-grid,
  .use-grid,
  .variant-grid{
	grid-template-columns:repeat(2,1fr);
  }
  .hero-points,
  .specs,
  .form,

  
  h2{font-size:32px}
  .nav{display:none}
  
  .image-card{
	  margin-top:0;
  }
  .section-text{
	  margin-top:0;
  }
  
  .photo{
	  min-height:420px;
  }
  
  .solution .section-text{
	  margin-top: 35px;
  }
}

.hide-xl{
	display:none;
}

.head-m{
	background: var(--purple);
	color: #fff;
}

.fa-volume-control-zy:before{
	content: "";
    display: inline-block;
    width: 16px;
    height: 16px;

    background-image: url("calc2.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 980px){
	 .hero-image{height:320px}
}

@media (max-width: 640px){
  .topbar .wrap{gap:8px}
  
  .callback{display:none}
  section{padding:58px 16px}
  .hero .wrap{padding:64px 16px}
  h1{font-size:36px}
  .lead{font-size:18px}
  .problem-grid,
  .use-grid,
  .variant-grid{
	grid-template-columns:1fr;
  }
  .rowtr{grid-template-columns:1fr}
  .cell{border-right:0;border-bottom:1px solid var(--line)}
  .rowtr .cell:last-child{border-bottom:0}
 
  .custom-box{padding:28px}
  
	.hide-m{
		display:none;
	}
	
	.hide-xl{
		display:block;
	}
	
	.specs{
		display:block;
	}
	
	.specs .spec{
		margin-bottom:10px;
	}
}

@media (max-width: 520px){
	.hero-points{
		display:block;
	}
	
	.hero-points .hero-point{
		margin-bottom:10px;
	}
	
	
}
@media (max-width: 760px){
	.cta:before{
		background:none;
	}
}