@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	border: none;
	outline: none;
	font: inherit;
}

img {
  max-width: 100%;
  display: block;
}

a {
	color: #d63e69;
	cursor: pointer;
}

a:hover {
	color: #ed4776;
}

sup { font-size: 70%; }

input.error {
	border-color: #ed2f2f !important;
	background: center right 8px / 17px 17px #ffcbc7 no-repeat url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath style='fill:%23FF7855;' d='M0,256c0,141.384,114.615,256,256,256l22.261-256L256,0C114.615,0,0,114.615,0,256z'/%3E%3Cpath style='fill:%23FF562B;' d='M256,0v512c141.384,0,256-114.616,256-256S397.384,0,256,0z'/%3E%3Cpolygon style='fill:%23FFFFFF;' points='161.555,114.333 114.333,161.555 208.778,256 114.333,350.445 161.555,397.667 256,303.222 278.261,256 256,208.778 '/%3E%3Cpolygon style='fill:%23FFEAC3;' points='397.667,161.555 350.445,114.333 256,208.778 256,303.222 350.445,397.667 397.667,350.445 303.222,256 '/%3E%3C/svg%3E%0A") !important;
}
input[type="submit"].loading {
	background: #bbb !important;
	cursor: wait !important;
}
input[type="submit"].success {
	background: #32a852 !important;
}
input[type="submit"].error {
	background: #de4343 !important;
}

.wrapper {
	width: 1220px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}

body {
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	background: #fff;
	color: #000;
	overflow-x: hidden;
	scroll-behavior: smooth;
	line-height: 1.5;
}

header > .wrapper {
	display: grid;
	grid-template: "logo info contact" / 340px auto 220px;
	align-items: center;
	justify-content: space-between;
	justify-items: center;
	gap: 25px;
	padding: 20px 10px;
}

header .logo {
	grid-area: logo;
	font-size: 30px;
}

header .logo img {
	width: 100%;
}

header .info {
	grid-area: info;
	font-size: 16px;
}

header .info a {
	display: block;
	padding: 2px 0 2px 1.2em;
	color: #000;
}

header .info a:before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	margin: 0 3px -2px -1.2em;
	background: top left / 100% auto url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='5 12 10 17 19 8' style='fill: none; stroke: %231E98D7; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3;'%3E%3C/polyline%3E%3C/svg%3E");
}

header .info a:hover {
	color: #0066A8;
}

header .contact {
	grid-area: contact;
	text-align: center;
}

header .contact a {
	display: block;
	padding: 5px 0;
	font-size: 22px;
	color: #000;
}

header .contact a:hover {
	color: #0066A8;
}

.awesome {
	position: relative;
	overflow: auto;
}

.awesome video {
	position: absolute;
	right: 0;
    bottom: 0;
	min-width: 100%;
	min-height: 100%;
}

.awesome form {
	float: right;
	position: relative;
	display: block;
	width: 450px;
	max-width: 100%;
	margin: 60px 0;
	padding: 30px 30px 15px 30px;
	background: #fff;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}

.awesome .title {
	margin: 0 0 30px 0;
	font-size: 18px;
	font-weight: 300;
	color: #000;
	text-align: center;
}

.awesome .title span {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 700;
	color: #2097DB;
}

.awesome input {
	display: block;
	width: 100%;
	padding: 8px 20px;
	border-radius: 5px;
	font-size: 20px;
}

.awesome input[type="text"], .awesome input[type="tel"] {
	margin: 20px 0;
	border: 1px solid #2097DB;
}

.awesome input[type="submit"] {
	background: linear-gradient(#24a6f0, #028cd9);
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
	cursor: pointer;
}

.awesome input[type="submit"]:hover {
	background: #028cd9;
}

.awesome .agree {
	margin: 20px 0 0 0;
	font-size: 14px;
	color: #555;
	text-align: center;
}

.awesome hr {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 10px;
}

.awesome hr:first-of-type {
	top: 0;
	background: linear-gradient(rgba(0,0,0,0.3), transparent);
}

.awesome hr:last-of-type {
	bottom: 0;
	background: linear-gradient(transparent, rgba(0,0,0,0.3));
}

h1 {
	margin: 50px 0 80px 0;
	font-size: 30px;
}

h2 {
	margin: 150px 0 50px 0;
	font-size: 30px;
}

.icons {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 80px;
	justify-content: center;
}

.icons img {
	border-radius: 50%;
}

.icons p {
	margin: 20px 0 0 0;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
}

.interact {
	display: grid;
	grid-template-columns: 30% 1fr;
	gap: 50px;
	align-items: start;
}

.interact .field {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	background: center center / 50% auto #e5e5e5 url(../img/interact/field.webp);
	overflow: hidden;
	transition: .2s ease background-size;
}

@keyframes frontal {
  from { top: 4%; }
  50% { top: 90%; }
  to { top: 4%; }
}

@keyframes circular {
  from { transform: translateY(-50%) rotate(0deg); }
  to { transform: translateY(-50%) rotate(360deg); }
}

@keyframes sprinkler {
  from { background-position: 0 0; transform: translateY(-50%) rotate(0deg); }
  to { background-position: top 0 left 4000px; transform: translateY(-50%) rotate(360deg); }
}

.interact .frontal_static {
	position: absolute;
	top: 4%;
	right: 2%;
	width: 4%;
	height: 92%;
	background: top left / 400% auto url(../img/interact/frontal_static.webp);
}

.interact .frontal {
	position: absolute;
	top: 4%;
	left: 2%;
	width: 94%;
	height: 5%;
	background: top left / 100% auto repeat-x url(../img/interact/frontal.webp);
	animation: 10s infinite linear frontal;
}

.interact .circular_static {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7%;
	height: 7%;
	background: top left / 100% auto url(../img/interact/circular_static.webp);
	transform: translate(-50%,-50%);
}

.interact .circular {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 48%;
	height: 5%;
	background: top left / 100% auto repeat-x url(../img/interact/circular.webp);
	transform-origin: center left;
	animation: 10s infinite linear circular;
}

.interact .sprinkler_baraban {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	height: 50%;
	background: top left / 100% auto no-repeat url(../img/interact/sprinkler_static.webp);
}

.interact .sprinkler_static {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 4%;
	height: 4%;
	background: #ffc200;
	border: 2px solid #fff;
	border-radius: 50%;
	transform: translate(-50%,-50%);
}

.interact .sprinkler {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 35%;
	height: 5%;
	background: top left / auto 100% repeat-x url(../img/interact/sprinkler.webp);
	transform-origin: center left;
	animation: 7s infinite linear sprinkler;
}

.interact .type a {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0;
	padding: 15px 30px;
	color: #000;
	background: linear-gradient(#eee, #f5f5f5, #eee);
	border-radius: 5px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.interact .type a:hover {
	background: #e5e5e5;
}

.interact .type a.active {
	color: #fff;
	background: #007DC2;
}

.interact .length {
	display: block;
	margin: 50px 0 15px 0;
	width: 100%;
	-webkit-appearance: none;
	background: #e5e5e5;
	border-radius: 5px;
}

.interact .length::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background: #007DC2;
	cursor: pointer;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
	transform: scale(1.7);
}

.interact .length_value {
	margin: 0 0 20px 0;
	font-size: 23px;
	font-weight: 400;
	color: #007DC2;
	text-align: center;
}

.interact .param {
	display: grid;
	grid-template-columns: 60% 1fr;
	gap: 10px;
	align-items: center;
	font-size: 20px;
}

.interact .price {
	font-size: 35px;
	font-weight: 400;
}

.interact .order_button {
	display: block;
	width: max-content;
	margin: 30px auto 0 auto;
	padding: 15px 30px;
	color: #fff;
	background: #007DC2;
	border-radius: 5px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.interact .order_button:hover {
	background: #0099ed;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.addition {
	display: grid;
	grid-template-columns: 20% 1fr;
	gap: 50px;
	margin: 50px 0;
}

.addition p {
	margin-bottom: 7px;
	text-indent: 25px;
}

.addition p.title {
	margin: 0 0 20px 0;
	font-weight: 400;
	font-size: 20px;
	text-indent: 0;
}

.program1432 {
	display: grid;
	grid-template-columns: 12% 1fr;
	gap: 30px;
	padding: 30px 25px 20px 25px;
	background: #ffe9ab;
	border-radius: 10px;
}

.program1432 p {
	margin-bottom: 7px;
	text-indent: 25px;
}

.charged {
	display: grid;
	grid-template-columns: 40% 1fr;
	gap: 50px;
	margin: 150px auto 100px auto;
}

.charged img {
	width: 100%;
}

.charged p {
	text-indent: 25px;
}

.charged .title {
	margin: 0 0 25px 0;
	font-size: 30px;
	text-indent: 0;
}

.gallery {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}

.gallery img {
	border-radius: 10px;
}

.backcall-shadow {
	height: 10px;
	margin: 100px 0 0 0;
	background: linear-gradient(transparent, rgba(0,0,0,0.3));
}

.backcall {
	padding: 100px 0;
	background: center center / 100% auto no-repeat url(../img/form_bg.webp);
}

.backcall h2 {
	margin: 0 0 50px 0;
	font-size: 40px;
	color: #fff;
}

.backcall div {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	align-items: start;
}

.backcall input {
	display: block;
	width: 100%;
	padding: 15px 20px;
	border-radius: 5px;
	font-size: 22px;
}

.backcall input[type="text"], .backcall input[type="tel"] {
	padding: 14px 20px;
	border: 1px solid #e89c1a;
	box-sizing: border-box;
}

.backcall input[type="submit"] {
	background: linear-gradient(#ffb330, #f29b05);
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
	cursor: pointer;
}

.backcall input[type="submit"]:hover {
	background: #f29b05;
}

.backcall .agree {
	margin: 60px 0 0 0;
	font-size: 16px;
	color: rgba(255,255,255,0.75);
}

footer {
	padding: 20px 0;
	background: #222;
}

footer .wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 50px;
	font-size: 15px;
	color: #fff;
}

footer .wrapper div a {
	display: block;
	color: #fff;
}

footer .wrapper div a:hover {
	color: #ffd35c;
}

footer .info img {
	max-width: 250px;
	margin: 0 auto;
}

footer .phone {
	margin: 0 0 5px 0;
	font-size: 20px;
}

footer .email {
	margin: 0 0 5px 0;
}

footer .social {
	display: grid;
	grid-template-columns: repeat(3, max-content);
	gap: 7px;
	margin-top: 10px;
}

footer .social a {
	position: relative;
	width: 35px;
	height: 35px;
	border-radius: 5px;
	overflow: hidden;
	background:  0 0 / auto 100% url(img/social.webp);
}

footer .social a hr {
	display: block;
	position: absolute;
	top: 35%;
	left: 100%;
	width: 200%;
	height: 15px;
	background: rgba(255,255,255,0.3);
	transform: rotate(-45deg);
}

footer .social a:hover hr {
	left: -200%;
	transition: left .8s ease;
}

footer .copy {
	text-align: center;
}

footer .copy a {
	display: block;
	max-width: 170px;
	margin: 20px auto 0 auto;
	font-size: 10px;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-radius: 15px;
	transition: color .3s ease, border-color .3s ease;
}

footer .copy a:hover {
	border-color: #ffd35c;
}

footer .copy a span {
	display: block;
	font-size: 16px;
}

.up_arrow {
	display: none;
	position: fixed;
	bottom: 30px;
	left: 30px;
	width: 35px;
	height: 35px;
	background: center / auto #222 no-repeat url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 16 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(2,9) rotate(270)'%3E%3Cpath id='Shape' d='M.22,10.22A.75.75,0,0,0,1.28,11.28l5-5a.75.75,0,0,0,0-1.061l-5-5A.75.75,0,0,0,.22,1.28l4.47,4.47Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
	opacity: 0.4;
	cursor: pointer;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.up_arrow:hover {
	opacity: 1;
}

@media (max-width: 950px) {
	body { font-size: 17px; }
	header > .wrapper { grid-template: "logo contact" "info info" / minmax(300px, 340px) 220px; justify-content: center; min-height: auto; }
	.gallery { grid-template-columns: repeat(4, 1fr); gap: 20px; }
	footer .wrapper { grid-template-columns: 1fr 1fr; justify-items: center; text-align: center; }
	.backcall { background-size: auto 100%; }
}

@media (max-width: 700px) {
	h1 { margin: 0 0 30px 0; font-size: 25px; }
	.charged { gap: 25px; margin: 70px auto 70px auto; }
	.charged .title { margin: 0 0 15px 0; font-size: 20px; font-weight: 400; }
	.gallery { grid-template-columns: repeat(3, 1fr);}
}

@media (max-width: 550px) {
	header > .wrapper { grid-template: "logo" "contact" "info" / 90%; }
	h1 { margin-top: 30px; font-size: 22px; font-weight: 400; text-align: center; }
	h2 { margin: 100px 0 30px 0; font-size: 22px; font-weight: 400; text-align: center; }
	.charged { grid-template-columns: 1fr; margin: 80px auto; }
	.charged .title { font-size: 18px; text-align: center; }
	.gallery { grid-template-columns: 1fr 1fr; gap: 10px; }
	.gallery img { border-radius: 7px; }
	footer .wrapper { grid-template-columns: 1fr; }
	.awesome { overflow: hidden; }
	.awesome video { position: relative; width: 150%; left: -25%; }
	.awesome .wrapper { padding: 0; }
	.awesome form { float: none; width: 100%; margin: 0; padding: 20px 30px 30px 30px; box-shadow: none; }
	.awesome .title { font-size: 4.5vw; }
	.awesome .title span { font-size: 5.5vw; }
	.awesome .agree { font-size: 12px; }
	.awesome input { font-size: 18px; }
	.awesome input[type="text"], .awesome input[type="tel"] { margin: 10px 0; }
	.awesome hr:first-of-type { display: none; }
	.awesome hr:last-of-type { background: linear-gradient(rgba(0,0,0,0.3), transparent); }
	.icons { grid-template-columns: 1fr; gap: 50px; }
	.icons div { max-width: 330px; margin: 0 auto; }
	.icons img { width: 80%; margin: 0 auto; }
	.icons p { margin: 20px 0 0 0; font-size: 18px; }
	.interact { grid-template-columns: 1fr; gap: 30px; }
	.interact .field { width: 70%; padding-bottom: 70%; margin: 0 auto; }
	.interact .type { text-align: center; }
	.interact .type a { padding: 15px 5px; margin: 5px 0 0 0; font-size: 17px; }
	.interact .length { margin: 50px auto 10px auto; width: 90%; }
	.interact .param { grid-template-columns: 1fr; gap: 20px; font-size: 16px; text-align: center; }
	.interact .order_button { padding: 15px 20px; }
	.addition { display: grid; grid-template-columns: 1fr; gap: 15px; }
	.addition img { max-width: 70%; margin: 0 auto; }
	.addition p.title { margin: 0 0 10px 0; font-size: 18px; }
	.program1432 { grid-template-columns: 1fr; gap: 20px; padding: 20px; }
	.program1432 img { max-width: 20%; margin: 0 auto; }
	.backcall { padding: 30px 0; }
	.backcall h2 { margin: 0 0 30px 0; font-size: 6vw; }
	.backcall div { grid-template-columns: 1fr; gap: 15px; }
	.backcall input, .backcall input[type="text"], .backcall input[type="tel"] { padding: 10px 20px; font-size: 18px; }
	.backcall .agree { margin: 30px 0 0 0; text-align: center; font-size: 12px; }
}