@charset "UTF-8";
	@font-face {
	src: url("../fonts/Lato-Thin.ttf");
	font-family: "Lato";
    font-weight: 100;
    font-style: normal;
}
@font-face {
	src: url("../fonts/Lato-Hairline.ttf");
	font-family: "Lato";
	font-weight: 200;
	font-style: normal;
}
@font-face {
	src: url("../fonts/Lato-Light.ttf");
	font-family: "Lato";
	font-weight: 300;
	font-style: normal;
}
@font-face {
	src: url("../fonts/Lato-Regular.ttf");
	font-family: "Lato";
	font-weight: 400;
	font-style: normal;
}   
@font-face {
	src: url("../fonts/Lato-Medium.ttf");
	font-family: "Lato";
	font-weight: 500;
	font-style: normal;
}
@font-face {
	src: url("../fonts/Lato-Semibold.ttf");
	font-family: "Lato";
	font-weight: 600;
	font-style: normal;
}
@font-face {
	src: url("../fonts/Lato-Bold.ttf");
	font-family: "Lato";
	font-weight: 700;
	font-style: normal;
}
@font-face {
	src: url("../fonts/Lato-Heavy.ttf");
	font-family: "Lato";
	font-weight: 800;
	font-style: normal;
}
@font-face {
	src: url("../fonts/Lato-Black.ttf");
	font-family: "Lato";
	font-weight: 900;
	font-style: normal;
}

*, *::before, *::after {
	box-sizing: border-box;
}
* {
	margin: 0;
	outline: none;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	background: #f5f5f5;
	color: #000;
	font-size: 14px;
}
img, picture, video, canvas, svg {
	display: block;
	max-width: 100%;
}
input, button, textarea, select {
	font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
	overflow-wrap: break-word;
}
p {
	text-wrap: pretty;
	margin: 0 0 20px 0;
}
h1, h2, h3, h4, h5, h6 {
	text-wrap: balance;
	margin: 0;
}
a, a:hover, a:active, a:focus {
	text-decoration: none;
	transition: 0.5s;
}
form {
	margin: 0;
}
#root, #__next {
  isolation: isolate;
}
.wrapper {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	background: #fff;
	overflow-x: hidden;
}
.container {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100; 
	padding: 10px 0;
}
.header.stick {
	background: #fff;
}
.header__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header__content-logo {
	flex-shrink: 0;
}
.header__content-contacts {
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
}
.header__content-contacts a {
	display: flex;
	align-items: center;
	color: #588DFB;
	margin-left: 20px;
}
.header__content-contacts a:hover {
	color: #2B537D;
}
.header__content-contacts svg {
	margin-right: 5px;
}
.header__content-popform {
	font-weight: bold;
	border: 1px solid #588DFB;
	border-radius: 20px;
	padding: 16px 31px;
}
.header__content-popform a:hover {
	border-color: #2B537D;
}
.footer {
	padding-top: 50px;
}
.footer .container {
	position:  relative;
	z-index: 2;
}
.copyright {
	font-size: 12px;
	text-align: center;
	padding: 5px;
	background: #f5f5f5;
}
.footer__content {
	display: flex;
	justify-content: space-between;
	align-items: start;
	max-width: 1164px;
	margin: 0 auto;
}
.footer__content-info {
	max-width: 355px;
}
.footer__content-logo {
	margin-bottom: 40px;
	font-size: 18px;
	color: #4F87FA;
}
.footer__content-logo img {
	width: 217px;
	margin-bottom: 10px;
}
.footer__content-address {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer__content-address li {
	color: rgba(0,0,0,0.5);
	line-height: 1;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.footer__content-address li svg {
	margin-right: 5px;
}
.footer__content-address li a {
	color: rgba(0,0,0,0.5);
}
.footer__content-phone {
	display: block;
	font-size: 40px;
	margin-bottom: 20px;
	font-weight: 800;
	color: #4F87FA;
}
.footer__content-popform {
	display: inline-flex;
	font-size: 16px;
	font-weight: 800;
	color: #fff;
	width: 292px;
	height: 60px;
	border-radius: 10px;
	background: #588DFB;
	justify-content: center;
	align-items: center;
}
.footer__content-popform:focus, .footer__content-popform:active, .footer__content-popform:hover {
	color: #fff;
	background: #2B537D;
	border: none;
	text-decoration: none;
	box-shadow: none;
}
.footer-wave {
	margin-top: -90px;
	position: relative;
	z-index: 1;
}
.first-screen {
	background: url(../images/fsbg.jpg) 50% 50% no-repeat;
	background-size: cover;
	min-height: 1200px;
	display: flex;
	margin-bottom: 48px;
}
.first-screen .container {
	min-height: 100%;
	background: url(../images/fsbg2.png) 50% 100% no-repeat;
	background-size: auto;
}
.first-screen__content {
	margin-top: 195px;
}
h1, .h1 {
	font-size: 60px;
	line-height: 1;
	margin: 0 0 40px 0;
	color: #4F87FA;
	font-weight: bold;
}
.first-screen__content p {
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 40px 0;
	color: #2B537D;
}
.first-screen__content ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}
.first-screen__content li {
	margin: 0 16px 0 0;
	display: flex;
	align-items: center;
	color: #081828;
	font-weight: 500;
}
.first-screen__content span {
	opacity: 0.5;
}
.first-screen__content svg {
	margin-right: 5px;
}
.first-screen__form {
	margin: 0 auto;
	margin-top: 200px;
	max-width: 1164px;
	background: #fff;
	border-radius: 40px;
	padding: 20px;
	box-shadow: 5px 5px 20px rgba(43,83,125,0.35);
}
.first-screen__form form {
	display: flex;
	margin: 0 -10px;
}
.first-screen__form div {
	width: 33.33%;
	padding: 0 10px;
}
input[type="text"], input[type="tel"], input[type="email"], select, textarea {
	display: block;
	width: 100%;
	border-radius: 20px;
	height: 80px;
	border: 2px solid #4F87FA;
	padding: 20px;
	font-size: 20px;
	margin: 0;
	background: #fff;
	width: 100%;
}
textarea {
	min-height: 150px;
}
button[type="submit"] {
	display: block;
	width: 100%;
	border-radius: 20px;
	height: 80px;
	background: #4F87FA;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	font-weight: 800;
	text-align: center;
	font-family: "Lato", sans-serif;
	border: none;
	transition: 0.5s;
	margin: 0;
}
button[type="submit"]:hover, button[type="submit"]:focus, button[type="submit"]:active {
	background: #2B537D;
}
.popup {
	max-width: 500px;
}
.popup.fancybox-content {
	border-radius: 20px;
	box-shadow: 5px 5px 20px rgba(43,83,125,0.35);
}
.popup input[type="text"], .popup input[type="tel"], .popup input[type="email"] {
	margin-bottom: 20px;
}
.popup__formtitle {
	margin: 0 0 20px 0;
	font-weight: bold;
	text-align: center;
	font-size: 36px;
	line-height: 1;
	color: #4F87FA;
}
.we-levels {
	position: relative;
	z-index: 1;
	background: url(../images/we-levels-bg.svg) 50% 200px no-repeat;
}
.whywe {
	padding: 100px 0;
}
.whywe__block-title {
	text-align: center;
	margin-bottom: 20px;
	line-height: 1;
	font-size: 40px;
	font-weight: bold;
	color: #4F87FA;
}
.whywe__block-subtitle {
	font-size: 16px;
	font-style: italic;
	color: #000;
	opacity: 0.5;
	line-height: 1;
	margin-bottom: 100px;
	text-align: center;
}
.whywe__content {
	display: flex;
	justify-content: center;
}
.whywe__pic {
	position: relative;
}
.whywe-info {
	position: absolute;
}
.whywe-info.i1 {
	top: 0;
	left: 0;
}
.whywe-info.i2 {
	top: 389px;
	left: 15px;
}
.whywe-info.i3 {
	top: 179px;
	left: 237px;
}
.whywe-info.i4 {
	top: 544px;
	left: 365px;
}
.whywe-info.i5 {
	top: 31px;
	left: 414px;
}
.whywe-info.i6 {
	top: 445px;
	left: 434px;
}
.whywe-info.i7 {
	top: 51px;
	left: 592px;
}
.whywe-info.i8 {
	top: 20px;
	left: 650px;
}
.whywe-info__label {
	position: relative;
	z-index: 2;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #4F87FA;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.whywe-info__label::after {
	content: '';
	display: block;
	width: 17.5px;
	height: 2.5px;
	background: #fff;
	position: absolute;
}
.whywe-info__label::before {
	content: '';
	display: block;
	width: 2.5px;
	height: 17.5px;
	background: #fff;
	position: absolute;
	transition: 0.5s;
}
.whywe-info__label:hover, .whywe-info.active .whywe-info__label {
	background: #2B537D;
}
.whywe-info.active .whywe-info__label::before {
	transform: rotate(90deg);
}
.whywe-info__content {
	background: #fff;
	border-radius: 20px;
	box-shadow: none;
	padding: 0;
	display: none;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	z-index: 1;
	position: absolute;
}	
.whywe-info.active .whywe-info__content {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 4px 25px rgba(0,0,0,0.25);
	padding: 40px;
	display: flex;
	align-items: center;
	width: 460px;
	height: auto;
	top: -10px;
	left: -10px;
	z-index: 1;
	position: absolute;
}	
.whywe-info__content img {
	flex-shrink: 0;
	max-width: 80px;
	margin-right: 40px;
}
.whywe-info__content-text {
	
}
.whywe-info__content-text p {
	color: #000;
	opacity: 0.5;
	margin: 0;
}
.whywe-info__content-title {
	margin: 0 0 20px 0;
	color: #467CE4;
	font-size: 18px;
	font-weight: bold;
}
.levels {
	padding: 100px 0 20px 0;
}
.levels__block-title {
	text-align: center;
	margin-bottom: 100px;
	line-height: 1;
	font-size: 40px;
	font-weight: bold;
	color: #4F87FA;
}
.levels__items {
	max-width: 1164px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	height: 100%;
	justify-content: center;
}
.levels__items-item {
	width: 217px;
	margin: 0 69px 80px 69px;
}
.levels__items-num {
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px 0;
	line-height: 96px; 
	font-size: 120px;
	color: #467CE4;
	align-items: end;
}
.levels__items-text {
	text-align: center;
	line-height: 1;
	font-size: 14px;
	color: #000;
}
.levels__items-text strong {
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	color: #467CE4;
}
.levels__items-text p {
	opacity: 0.5;
}
.whatsapp__block {
	display: flex;
	justify-content: center;
	margin-bottom: 275px;
}
.whatsapp__block a {
	display: flex;
	align-items: center;
	border-radius: 20px;
	padding: 30px 40px;
	color: #fff;
	background: #60D669;
	background: linear-gradient(-90deg,rgba(96, 214, 105, 1) 0%, rgba(31, 175, 56, 1) 100%);
	color: #fff;
	font-weight: 800;
	font-size: 20px;
}
.whatsapp__block a:hover {
	background: #4dab54;
}
.whatsapp__block svg {
	margin-right: 10px;
	flex-shrink: 0;
}

.questions {
	padding-top: 30px;
	position: relative;
	z-index: 5;
	background: url(../images/questionsbg.jpg) 50% 100% no-repeat;
}
.questions__content {
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin: 0 -10px;
}
.questions__form {
	padding: 0 10px 40px 10px;
	display: flex;
	justify-content: end;
	width: 50%;
}
.questions__pic {
	padding: 0 10px;
	width: 50%;
}
.questions__form-title {
	text-align: center;
	margin-bottom: 20px;
	line-height: 1;
	font-size: 60px;
	font-weight: bold;
	color: #4F87FA;
}
.questions__form-content {
	padding: 20px;
	background: #fff;
	border-radius: 40px;
	box-shadow: 5px 5px 20px rgba(43,83,125,0.35);
}
.questions__form-content input {
	margin-bottom: 20px;
}
.questions__form-whatsapp {
	color: #fff;
	text-align: center;
	font-size: 20px;
	padding: 20px 0 0 0;
}
.questions__form-whatsapp p {
	margin-bottom: 20px;
}
.questions__form-whatsapp a {
	display: inline-flex;
	padding: 20px 30px;
	border-radius: 20px;
	background: #fff;
	color: #4F87FA;
	font-weight: bold;
	align-items: center;
}
.questions__form-whatsapp a:hover {
	background: #f6f8fe;
}
.questions__form-whatsapp a svg {
	margin-right: 10px;
	flex-shrink: 0;
}
.offers__inner {
	background: #F6F6F6;
}
.offers__inner .container {
	max-width: 928px;
}
.offers__blocktitle {
	margin-bottom: 100px;
	color: #4F87FB;
	line-height: 1;
	font-size: 40px;
	font-weight: bold;
}
.offers__benefits {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
.offers__benefits li {
	display: flex;
	align-items: center;
	color: #000;
	font-weight: 800;
	font-size: 14px;
}
.offers__benefits li strong {
	display: block;
	color: #4F87FA;
	font-size: 20px;
	font-weight: 800;
}
.offers__benefits li img {
	flex-shrink: 0;
	margin-right: 10px;
}
.offers__item {
	display: flex;
	align-items: center;
	margin-bottom: 100px;
}
.offers__item > img {
	flex-shrink: 0;
}
.offers__item > svg {
	flex-shrink: 0;
	margin: 0 20px;
}

.offers__item-text {
	flex-shrink: 0;
	width: 335px;
}
.offers__item-text p {
	font-size: 20px;
	line-height: 1;
	color: #000;
	opacity: 0.5;
	margin-bottom: 10px;
}
.offers__item-text ul {
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.offers__item-text li {
	width: 33.33%;
	padding: 10px;
}
.offers__item-text img {
	border-radius: 20px;
}
.offers__item-price {
	font-weight: 800;
	font-size: 20px;
}
.offers__item-price span {
	display: inline-block;
	font-weight: normal;
	padding: 2px 10px;
	color: #fff;
	background: #4F87FA;
	border-radius: 10px;
	margin-top: 5px;
}
.offers__item-time {
	display: flex;
	color: #467CE4;
	align-items: end;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.offers__item-time span {
	font-size: 80px;
	font-weight: normal;
	line-height: 56px;
}
.offers__item-time em {
	display: block;
	font-style: normal;
	font-size: 40px;
	font-weight: normal;
	line-height: 28px;
}
.steps {
	padding: 100px 0 0 0;
}
.steps__blocktitle {
	margin-bottom: 20px;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	color: #467CE4;
}
.steps__blocksubtitle {
	font-size: 30px;
	color: #000;
	margin-bottom: 100px;
}
.steps .container.c1 {
	max-width: 926px;
}
.steps .container.c2 {
	max-width: 1164px;
}
.steps__items {
	position: relative;
	background: url(../images/steps.svg) 50% 0 no-repeat;
}
.steps__item {
	width: 333px;
}
.steps__item-info {
	font-size: 14px;
	line-height: 1;
}
.steps__item-info p {
	opacity: 0.5;
}
.steps__item-info strong {
	margin-bottom: 20px;
	font-size: 18px;
	color: #467CE4;
	display: block;
}
.steps__item-title {
	margin-bottom: 20px;
	font-size: 60px;
	color: #467CE4;
}
.steps__item-title span {
	font-size: 80px;
}
.steps__item.step1 {
	margin-left: 750px;
}
.steps__item.step2 {
	margin-left: 190px;
	margin-top: -140px;
}
.steps__item.step3 {
	margin-left: 760px;
	margin-top: 480px;
}
.steps__item.step4 {
	width: 216px;
	margin-left: 60px;
	margin-top: 160px;
}
.steps__item.step5 {
	width: 216px;
	margin-left: auto;
	margin-top: -55px;
}
.steps__item.step6 {
	width: 216px;
	margin-left: 170px;
	margin-top: 200px;
}
.dangerous {
	background: url(../images/pizdec.jpg) 50% 0 no-repeat;
	padding-top: 100px;
	position: relative;
	z-index: 2;
	margin-top: -100px;
	padding-bottom: 480px;
	margin-bottom: 12px;
}
.dangerous::after {
	content: '';
	width: 118px;
	height: 260px;
	display: block;
	background: url(../images/water.png) 0 0 no-repeat;
	position: absolute;
	bottom: -48px;
	left: 50%;
	margin-left: 310px;
}
.dangerous .container {
	max-width: 1164px;
}
.dangerous__blocktitle {
	color: #fff;
	display: flex;
	margin-bottom: 17px;
	line-height: 1;
	font-weight: bold;
	font-size: 100px;
	align-items: end;
	position: relative;
	z-index: 2;
}
.dangerous__blocktitle svg {
	margin-right: 20px;
}
.dangerous__blocksubtitle {
	font-size: 30px;
	margin-bottom: 147px;
	color: #fff;
	position: relative;
	z-index: 2;
}
.dangerous__blocksubtitle.second {
	margin-bottom: 50px;
}

.dangerous__items > div {
	position: relative;
}
.byaka {
	position: absolute;
	z-index: 1;
}
.byaka.bak1 {
	top: 50%;
	margin-top: -300px;
}
.byaka.bak2 {
	left: 60%;
	top: 50%;
	margin-top: -240px;
}
.byaka.bak3 {
	left: -24.5%;
	top: 50%;
	margin-top: -400px;
}
.byaka.bak4 {
	left: 60%;
	top: 0;
	margin-top: -150px;
}
.byaka.bak5 {
	left: 70%;
	top: 50%;
	margin-top: -300px;
}
.byaka.bak6 {
	left: -24.5%;
	top: 0;
	margin-top: -51px;
}
.dangerous__label {
	position: absolute;
	z-index: 2;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #4F87FA;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	top: 20px;
	left: 20px;
}
.dangerous__label::after {
	content: '';
	display: block;
	width: 17.5px;
	height: 2.5px;
	background: #fff;
	position: absolute;
}
.dangerous__item {
	width: 454px;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 0 40px rgba(49,129,45);
	padding: 20px 20px 20px 80px;
	border-radius: 20px;
	margin: 0 auto;
	margin-bottom: 155px;
	position: relative;
	z-index: 3;
}
.dangerous__item.i2 {
	margin-bottom: 167px;
	padding: 20px 80px 20px 20px;
}
.dangerous__item.i2 .dangerous__label {
	left: auto;
	right: 20px;
}
.dangerous__item.i3 {
	margin-bottom: -25px;
	margin-left: 128px;
}
.dangerous__item.i4 {
	margin-bottom: 56px;
	margin-left: 50%;
	padding: 20px 80px 20px 20px;
}
.dangerous__item.i4 .dangerous__label {
	left: auto;
	right: 20px;
}
.dangerous__item.i5 {
	margin-bottom: 128px;
	margin-right: 0;
	padding: 20px 80px 20px 20px;
}
.dangerous__item.i5 .dangerous__label {
	left: auto;
	right: 20px;
}
.dangerous__item.i6 {
	margin-bottom: 128px;
	margin-left: 117px;
}
.dangerous__content-title {
	margin-bottom: 20px;
	color: #467CE4;
	font-size: 18px;
	font-weight: bold;
}
.dangerous__item p {
	font-size: 14px;
	color: #000;
	opacity: 0.5;
	margin: 0;
}
.dangerous__why {
	margin-bottom: 21px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	position: relative;
	z-index: 2;
}
.dangerous__why > div:first-child {
	width: 405px;
	text-align: right;
	margin-right: 57%;
	margin-left: auto;
}
.dangerous__why > div:last-child {
	width: 454px;
	margin-left: 50%;
}
.dangerous__list {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 2;
}
.dangerous__list li {
	margin: 0 0 20px 0;
	padding: 0 0 0 50px;
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	background: url(../images/head.svg) 0 0 no-repeat;
}
.ventil {
	width: 315px;
	height: 310px;
	background: url(../images/ventil.png) 50% 50% no-repeat;
	position: absolute;
	bottom: 500px;
	left: 50%;
	margin-left: 200px;
	z-index: 2;
}
.howwork {
	background: url(../images/schema.svg) 0 0 no-repeat;
	min-height: 2264px;
	display: flex;
}
.howwork .container {
	position: relative;
	padding-top: 100px;
	min-height: 100%;
}
.howwork__blocktitle {
	margin-bottom: 20px;
	font-size: 100px;
	font-weight: bold;
	line-height: 1;
	color: #467CE4;	
}
.howwork__blocksubtitle {
	font-size: 30px;
	color: #000;
	margin-bottom: 20px;
	opacity: 0.5;
}
.howwork__item {
	width: 217px;
	font-size: 14px;
	line-height: 1;
	position: absolute;
}
.howwork__item p {
	opacity: 0.5;
}
.howwork__item strong {
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
	color: #467CE4;
}
.howwork__item-num {
	margin-bottom: 20px;
	color: #467CE4;
	font-size: 80px;
	line-height: 64px;
	display: flex;
	align-items: end;
	justify-content: start;
}
.howwork__item-num svg {
	flex-shrink: 0;
	margin-bottom: -5px;
	margin-right: 10px;
}
.howwork__item-num span {
	display: block;
	margin-right: 10px;
	width: 70px;
}
.howwork__item.step1 {
	top: 58px;
	right: 0;
}
.howwork__item.step2 {
	top: 403px;
	right: 0;
}
.howwork__item.step3 {
	top: 712px;
	right: 432px;
	width: 140px;
}
.howwork__item.step4 {
	top: 403px;
	right: 589px;
	width: 335px;
}
.howwork__item.step5 {
	top: 705px;
	right: 1046px;
}
.howwork__item.step6 {
	top: 1302px;
	right: 947px;
}
.howwork__item.step7 {
	top: 1200px;
	right: 473px;
}
.howwork__item.step8 {
	top: 1567px;
	right: 237px;
}
.howwork__item.step9 {
	bottom: 0;
	right: 355px;
}
.zabota {
	margin: 57px 0 100px 0;
	padding: 72px 0 80px 0;
	color: #fff;
	background: url(../images/bluebg.jpg) 50% 50% no-repeat #4F87FA;
	background-size: cover;
	position: relative;
	min-height: 582px;
}
.zabota .container {
	max-width: 1164px;
	position: relative;
	z-index: 2;
}
.zabota__blocktitle {
	max-width: 454px;
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.zabota__blocksubtitle {
	max-width: 454px;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 60px;
	line-height: 1;
}
.zabota__form {
	margin: 0 auto;
	max-width: 1164px;
	background: #fff;
	border-radius: 40px;
	padding: 20px;
	box-shadow: 5px 5px 20px rgba(43,83,125,0.35);
}
.zabota__form form {
	display: flex;
	margin: 0 -10px;
}
.zabota__form div {
	width: 33.33%;
	padding: 0 10px;
}
.zabota img {
	position: absolute;
	z-index: 1;
	top: -57px;
	right: 0;
}
.srochno {
	padding: 0 0 100px 0;
}
.srochno .container {
	max-width: 692px;
}
.srochno__blocktitle {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
	text-align: center;
	color: #4F87FA;
}
.srochno__blocksubtitle {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 10px;
	text-align: center;
	opacity: 0.5;
	margin-bottom: 50px;
}
.srochno__carousel.owl-carousel.owl-loaded {
	display: flex;
	flex-direction: column;
}
.srochno__carousel.owl-carousel .owl-dots {
	order: -1;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	border-bottom: 5px solid #f4f4f4;
}
.srochno__carousel.owl-carousel .owl-dots button {
	font-weight: bold;
	font-size: 30px;
	color: #000;
	padding: 0 0 5px 0;
	margin: 0;
	opacity: 0.2;
	margin-bottom: -5px;
	border: none;
	background: none;
}
.srochno__carousel.owl-carousel .owl-dots .active button {
	padding: 0;
	border-bottom: 5px solid #4F87FA;
	color:  #4F87FA;
	opacity: 1;
}
.srochno-item {
	text-align: center;
}
.srochno-item p {
	margin: 0;
	font-size: 20px;
	color: #000;
	opacity: 0.5;
	padding-top: 20px;
}
.srochno__carousel.owl-carousel .owl-next {
	position: absolute;
	right: -60px;
	top: 50%;
	margin-top: -20px;
}
.srochno__carousel.owl-carousel .owl-prev {
	position: absolute;
	left: -60px;
	top: 50%;
	margin-top: -20px;
}
.srochno__carousel.owl-carousel .owl-prev.disabled {
	opacity: 0.5;
}
.yourbenefits {
	color: #fff;
	background: url(../images/cloud.png) 50% 100% no-repeat #4F87FA;
	padding: 100px 0 185px 0;
}
.yourbenefits .container {
	max-width: 690px;
}
.yourbenefits__blocktitle {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 100px;
	text-align: center;
}
.yourbenefits__item {
	display: flex;
	align-items: start;
	justify-content: start;
}
.yourbenefits__item p {
	margin: 0;
	opacity: 0.7;
	font-size: 16px;
	line-height: 1;
}
.yourbenefits__item-title {
	font-weight: bold;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 10px;
}
.yourbenefits__item img {
	flex-shrink: 0;
}

.yourbenefits__item.i1 {
	margin-bottom: 50px;
}
.yourbenefits__item.i1 img {
	margin-left: -30px;
}
.yourbenefits__item.i2 {
	flex-direction: row-reverse;
}
.yourbenefits__item.i2 img {
	margin-right: -40px;
}
.yourbenefits__item.i3 {
	align-items: center;
	margin-top: -60px;
	margin-bottom: 40px;
}
.yourbenefits__item.i3 img {
	margin-left: -40px;
}
.yourbenefits__item.i4 {
	flex-direction: row-reverse;
	margin-bottom: 50px;
}
.yourbenefits__item.i4 img {
	margin-right: 10px;
}
.yourbenefits__item.i5 {
	
}
.yourbenefits__item.i5 img {

}
.yourbenefits__item.i6 {
	flex-direction: row-reverse;
	align-items: center;
}
.yourbenefits__item.i6 img {
	margin-right: -80px;
}
.yourbenefits__item.i7 {
	align-items: center;
	margin-top: -40px;
	margin-bottom: 50px;
}
.yourbenefits__item.i7 img {
	margin-left: -50px;
}
.yourbenefits__item.i8 {
	flex-direction: row-reverse;
	margin-bottom: 50px;
}
.yourbenefits__item.i8 img {
	margin-right: 10px;
}
.yourbenefits__item.i9 {
	margin-bottom: 50px;
}
.yourbenefits__item.i9 img {
	margin-left: 10px;
}
.yourbenefits__item.i10 {
	flex-direction: row-reverse;
}
.yourbenefits__item.i10 img {
	margin-right: 10px;
}
.yourbenefits__item.i11 {
	margin-top: -50px;
	margin-bottom: 30px;
}
.yourbenefits__item.i11 img {
	margin-left: 10px;
}
.yourbenefits__item.i12 {
	flex-direction: row-reverse;
	margin-bottom: 50px;
}
.yourbenefits__item.i12 img {
	margin-right: -15px;
}
.yourbenefits__item.i13 {
	margin-bottom: 50px;
}
.yourbenefits__item.i13 img {
	margin-left: -50px;
}
.yourbenefits__item.i14 {
	flex-direction: column-reverse;
	text-align: center;
	align-items: center;
}
.yourbenefits__item.i14 img {
	margin-bottom: 20px;
}
.benefits {
	padding: 100px 0;
}
.benefits .container.c1 {
	max-width: 1164px;
}
.benefits__blocktitle {
	margin-bottom: 100px;
	color: #4F87FA;
	font-size: 60px;
	line-height: 1;
	font-weight: bold;
}
.benefits__content {
	display: flex;
	align-items: start;
	justify-content: space-between;
}
.benefits__content img {
	flex-shrink: 0;
	margin: 0 40px 0 0;
}
.benefits__list {
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	align-items: stretch;
	max-width: 690px;
}
.benefits__list li {
	width: 50%;
	max-width: 335px;
	margin: 0 0 20px 0;
	min-height: 50px;
	display: flex;
	align-items: center;
	padding: 0 10px 0 70px;
	background: url(../images/benbg.svg) 10px 0 no-repeat;
	font-size: 20px;
}
.certificates {
	padding: 100px 0 60px 0;
	text-align: center;
}
.certificates__blocktitle {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 60px;
	line-height: 1;
	color: #4F87FA;
}
.certificates__blocksubtitle {
	margin-bottom: 100px;
	line-height: 1;
	color: #000;
	opacity: 0.5;
	font-size: 20px;
}
.certificates__content {
	margin: 0 -11px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.certificates__content > div {
	padding: 0 11px;
	margin-bottom: 40px;
}
.certificates__content img {
	box-shadow: 0 4px 25px rgba(0,0,0,0.25);
}
.infotext-block {
	position: relative;
	background: #4F87FA;
	color: #fff;
	overflow: hidden;
}
.infotext-block::before {
	content: '';
	display: block;
	width: 100%;
	height: 327px;
	background: url(../images/infobg1.svg) 50% 0% no-repeat;
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 1;
}
.infotext-block::after {
	content: '';
	display: block;
	width: 100%;
	height: 320px;
	background: url(../images/infobg2.svg) 50% 100% no-repeat;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 3;
}
.infotext-block .container {
	position: relative;
	z-index: 2;
	max-width: 1164px;
}
.infotext__content {
	display: flex;
	padding: 180px 0 120px 0;
}
.infotext-text {
	padding: 70px 0 0 0;
	font-size: 20px;
	width: 454px;
}
.infotext-text p {
	margin-bottom: 30px;
}
.trueprice {
	padding: 0 0 80px 0;
}
.trueprice .container {
	max-width: 1164px;
}
.trueprice__content {
	display: flex;
}
.trueprice__content img {
	margin-left: -218px;
}
.trueprice__blocktitle {
	font-weight: bold;
	font-size: 60px;
	line-height: 1; 
	margin-bottom: 50px;
	color: #4F87FA;
}
.trueprice-text {
	width: 810px;
	padding-top: 320px;
	flex-shrink: 0;
}
.trueprice__list {
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: start;
	max-width: 700px;
}
.trueprice__list li {
	width: 50%;
	padding: 0 10px 0 70px;
	margin: 0 0 20px 0;
	background: url(../images/benbg.svg) 10px 50% no-repeat;
	min-height: 50px;
	font-size: 20px;
	display: flex;
	align-items: center;
}
.keyoffer {
	color: #fff;
	padding: 50px 0;
	background: url(../images/bluebg.jpg) 50% 50% no-repeat  #4F87FA;
	background-size: cover;
}
.keyoffer .container {
	max-width: 1164px;
}
.keyoffer__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.keyoffer-text {
	width: 454px;
}
.keyoffer-text p {
	margin: 0 0 20px 0;
	font-size: 20px;
}
.keyoffer__blocktitle {
	font-size: 60px;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: bold;
}
.keyoffer-key {
	display: inline-flex;
	padding: 5px;
	background: #FDC903;
	background: linear-gradient(90deg,rgba(253, 201, 3, 1) 0%, rgba(239, 125, 1, 1) 100%);
	border-radius: 20px;
	margin-bottom: 20px;
}
.keyoffer-key-inner {
	background: #EF7D01;
	background: linear-gradient(-90deg,rgba(253, 201, 3, 1) 0%, rgba(239, 125, 1, 1) 100%);
	border-radius: 20px;
	display: inline-flex;
	font-weight: bold;
	text-transform: uppercase;
	align-items: center;
	padding: 0 10px;
}
.keyoffer-key-inner svg {
	flex-shrink: 0;
	margin-left: 5px;
}
.keyoffer-text .walink {
	display: inline-flex;
	border-radius: 20px;
	background: #fff;
	color: #4F87FA;
	font-weight: 800;
	padding: 20px 30px;
	font-size: 20px;
	align-items: center;
}
.keyoffer-text .walink:hover {
	background: #f6f8fe;
}
.keyoffer-text .walink svg {
	flex-shrink: 0;
	margin-right: 10px;
}
.reviews {
	padding: 130px 0 145px 0;
	text-align: center;
	background: url(../images/reviewsbg.png) 50% 610px no-repeat;
}
.reviews .container {
	max-width: 926px;
}
.reviews__blocktitle {
	margin-bottom: 20px;
	line-height: 1;
	font-size: 60px;
	color: #4F87FA;
	font-weight: bold;
}
.reviews__blocksubtitle {
	margin-bottom: 100px;
	line-height: 1;
	font-size: 30px;
	color: #000;
	opacity: 0.5;
}
.reviews__items {
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.reviews__items-item {
	width: 33.33%;
	padding: 0 10px;
	margin-bottom: 40px;
}
.reviews__items-item a {
	display: block;
	position: relative;
	border-radius: 20px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.25);
	border: 10px solid #fff;
}
.reviews__items-item a:hover {
	border-color: #4F87FA;
}
.reviews__items-item a:hover::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/play.svg) 50% 50% no-repeat rgba(16,60,152,0.6);
	border-radius: 10px;
}
.reviews__items-item img {
	position: relative;
	z-index: 1;
	border-radius: 10px;
}

.grecaptcha-badge {
	display: none !important;
}

.com_jshopping .wrapper {
	padding-top: 100px;
}
.jshop.cart_buttons {
	padding-top: 30px;
	padding-bottom: 100px;
}
.jshop.cart_buttons .btn {
	font-size: 18px;
}
.jshop.productfull {
	max-width: 920px;
	margin: 0 auto;
}
.row.jshop {
	justify-content: center;
	display: flex;
	margin: 0 -10px;
	align-items: center;
}
.row.jshop > div {
	padding: 0 10px;
}
.productfull h1 {
	text-align: center;
}
.text_zoom {
	display: none;
}
.productfull #block_price {
	font-size: 34px;
	font-weight: bold;
}
.productfull .buttons {
	display: block;
	padding: 20px 0 0 0;
}
div.jshop_prod_description {
	line-height: 1.4;
	font-size: 20px;
	padding: 30px 0 0 0;
}


#jshop_menu_order {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	border: none;
	background: none;
	border-bottom: 5px solid #f4f4f4;
}
#jshop_menu_order .jshop_order_step {
	font-weight: bold;
  font-size: 30px;
  color: #000;
  padding: 0 0 5px 0;
  margin: 0;
    margin-bottom: 0px;
  opacity: 0.2;
  margin-bottom: -5px;
  border: none;
  background: none;
}
#jshop_menu_order .jshop_order_step.active {
	padding: 0;
  border-bottom: 5px solid #4F87FA;
  color: #4F87FA;
  opacity: 1;
}
#jshop_menu_order .jshop_order_step a {
	text-decoration: none;
}
.jshop_register input, .jshop_register select {
	margin-bottom: 20px;
}

.hidden {
	display: none !important;
}
.checkout_payment_block, .address_block, .checkout_shipping_block, .checkout_pfinish_block, .pfinish_comment_block {
	margin: 0 auto;
	margin-bottom: 100px;
	max-width: 500px;
}
.checkout_payment_block label, .checkout_shipping_block label, .jshop.jshop_subtotal, .checkoutinfo {
	font-size: 21px
}
.jshop_prod_cart img {
	max-width: 150px;
}
.desktop {
	display: block;
}
.mobile {
	display: none;
}
@media (max-width: 1200px) {
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	.howwork {
		background: none;
		margin-bottom: 100px;
		min-height: unset;
		position: relative;
		z-index: 3;
	}
	.howwork .container {
		padding-top: 0;
	}
	.howwork img {
		width: 100%;
		position: relative;
		z-index: 1;
	}
	.dangerous::after {
		display: none;
	}
	.howwork__blocktitle, .howwork__blocksubtitle {
		position: relative;
		z-index: 2;
	}
}

/* 1440 */
@media (max-width: 1500px) {
	.howwork {
		background-position: -90px 0;
	}
}
/* 1330 */
@media (max-width: 1400px) {
	.container {
		padding: 0 15px;
	}
	.howwork {
		background-position: -140px 0;
	}
	.whywe-info.active .whywe-info__content {
		max-width: 400px;
	}
}
/* 1280 */
@media (max-width: 1300px) {
	.howwork {
		background-position: -170px 0;
	}
	.offers__item > svg {
		max-width: 100px;
	}
}
/* 1024 */
@media (max-width: 1190px) {
	.first-screen__content {
		margin-top: 95px;
	}
	.first-screen__content p {
		margin-bottom: 20px;
	}
	h1, .h1 {
		font-size: 54px;
	}
	.whywe-info.active .whywe-info__content {
		flex-direction: column-reverse;
		max-width: 250px;
	}
	.whywe-info__content img {
		margin: 30px 0 0 0; 
	}
	.whywe-info__label {
		width: 30px;
		height: 30px;
	}
	.benefits__list li {
		width: 100%;
		max-width: unset;
	}
	.infotext-block img {
		max-width: 50%;
	}
	.infotext-block::before, .infotext-block::after {
		background-size: contain;
	}
	.infotext__content {
		padding: 120px 0 60px 0;
	}
	.infotext-text {
		padding: 40px 0 0 0;
		font-size: 17px;
	}
	.keyoffer__blocktitle {
		font-size: 44px;
	}
	.trueprice__content {
		align-items: start;
	}
	.trueprice__content img {
		max-width: 400px;
	}
	.steps__items {
		background: none;
	}
	.steps__item.step1, .steps__item.step2, .steps__item.step3, .steps__item.step4, .steps__item.step5, .steps__item.step6 {
		margin: 0 50px;
		flex-direction: row;
		width: 100%;
		display: flex;
	}
	.steps__item img {
		width: 300px;
	}
	.steps__item-info {
		margin-left: 40px;
	}
	.offers__item > img {
		max-width: 360px;
	}
}
/* 800 */
@media (max-width: 960px) {
	.header {
		position: absolute;
	}
	.header__content-logo {
		max-width: 119px;
	}
	.header__content-contacts a.header__content-phone, .header__content-contacts a.header__content-whatsapp {
		display: none
	}
	.header__content-contacts a.header__content-popform {
		font-size: 10px;
		font-weight: 600;
		padding: 10px;
		color: #fff;
		background: #588DFB;
		border-radius: 10px;
		width: 55px;
		text-align: center;
	}
	.popup.fancybox-content {
		padding: 30px 20px 20px 20px;
	}
	input[type="text"], input[type="tel"], input[type="email"], select, textarea {
		height: 60px;
		padding: 10px 20px;
		border-radius: 10px;
		font-size: 14px;
		font-weight: 500;
	}
	.popup input[type="text"], .popup input[type="tel"], .popup input[type="email"] {
		margin-bottom: 10px;
	}
	button[type="submit"] {
		height: 60px;
		padding: 10px 20px;
		border-radius: 10px;
		font-size: 14px;
	}
	.popup__formtitle {
		font-size: 21px;
	}
	.container {
		padding: 0 20px;
		max-width: 100%;
	}
	.whywe__block-title {
		font-size: 36px;
	}
	.whywe__block-subtitle {
		font-size: 20px;
	}
	
}
/* 768 */
@media (max-width: 768px) {
	.first-screen__content {
		margin-top: 80px;
	}
	h1, .h1 {
		font-size: 34px;
		margin-bottom: 20px;
	}
	.first-screen {
		min-height: 800px;
		margin-bottom: 100px;
	}
	.first-screen .container {
		background-size: 620px auto;
		background-position: 50% 170px;
	}
	.first-screen__content p {
		font-size: 16px;
	}
	.first-screen__content ul {
		flex-direction: column;
	}
	.first-screen__content li {
		margin: 0 0 10px 0;
		font-size: 12px;
		font-weight: 500;
	}
	.first-screen__form {
		padding: 10px;
		border-radius: 20px;
		margin-top: 460px;
	}
	.first-screen__form form {
		flex-direction: column;
	}
	.first-screen__form div {
		width: 100%;
	}
	.first-screen__form div input {
		margin-bottom: 10px;
	}
	.first-screen__content svg {
		width: 24px;
	}
	.whywe {
		padding: 50px 0;
	}
	.whywe__block-title {
		font-size: 24px;
	}
	.whywe__block-subtitle {
		font-size: 12px;
		margin-bottom: 40px;
	}
	.levels {
		padding: 50px 0 0;
	}
	.whywe__pic {
		max-width: 320px;
		margin: 0 auto;
	}
	.whywe-info__label::before {
		width: 1.6px;
		height: 16.5px;
	}
	.whywe-info__label::after {
		height: 1.6px;
		width: 16.5px;
	}
	.whywe-info.i1 {
		top: px;
		left: px;
	}
	.whywe-info.i2 {
		top: 154px;
		left: 6px;
	}
	.whywe-info.i3 {
		top: auto;
		bottom: 5px;
		left: 47px;
	}
	.whywe-info.i4 {
		top: 71px;
		left: 94px;
	}
	.whywe-info.i5 {
		top: auto;
		bottom: 17px;
		left: 144px;
	}
	.whywe-info.i6 {
		top: 12px;
		left: 164px;
	}
	.whywe-info.i7 {
		top: 176px;
		left: 172px;
	}
	.whywe-info.i8 {
		top: 20px;
		left: 234px;
	}
	.whywe__content {
		flex-direction: column;
	}
	.levels__block-title {
		font-size: 24px;
		margin-bottom: 50px;
	}
	.whywe-info__content.mob.active {
		position: static;
		width: 100%;
		height: auto;
		display: flex;
		padding: 30px 20px;
		box-shadow: 0 4px 25px rgba(0,0,0,0.25);
		flex-direction: column-reverse;
	}
	.whywe-info__content-title {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.whywe-info__content p {
		font-size: 12px;
	}
	.whywe-info.active .whywe-info__content {
		display: none;
	}
	.levels__items-text p {
		margin-bottom: 0;
	}
	.whatsapp__block a {
		padding: 18px 20px;
		font-size: 14px;
	}
	.whatsapp__block a svg {
		width: 24px;
	}
	.footer {
		
	}
	.footer__content {
		flex-direction: column;
	}
	.footer__content-logo {
		font-size: 14px;
	}
	.footer__content-contacts {
		padding-top: 45px;
	}
	.footer__content-phone {
		font-size: 30px;
	}
	.footer-wave {
		margin-top: 0;
		padding-top: 100px;
	}
	.copyright {
		padding-bottom: 100px;
	}
	.questions {
		padding-top: 118px;
		background: url(../images/questionsbg-m.jpg) 50% 210px no-repeat;
		background-size: cover;
	}
	.questions__pic {
		position: absolute;
		top: 0;
		right: 0;
		padding: 0;
		z-index: 1;
	}
	.questions__form {
		width: 100%;
		position: relative;
		z-index: 2;
		display: block;
	}
	.questions__form-content {
		padding: 10px;
		border-radius: 20px;
	}
	.questions__form-content input {
		margin-bottom: 10px;
	}
	.questions__form-title {
		font-size: 30px;
		width: 50%;
		text-align: left;
	}
	.questions__form-whatsapp a svg {
		width: 24px;
		height: 24px;
	}
	.questions__form-whatsapp a {
		font-size: 14px;
	}
	.offers__blocktitle {
		font-size: 34px;
		margin-bottom: 50px;
	}
	.offers__inner {
		margin-bottom: -3px;
	}
	.offers__content {
		display: flex;
		flex-direction: column-reverse;
	}
	.offers__benefits {
		flex-direction: column;
		align-items: start;
		margin-bottom: 80px;
	}
	.offers__benefits li {
		margin: 0 0 20px 0;
	}
	.offers__benefits img {
		max-width: 62px;
		margin: 0 20px 0 0;
	}
	.offers__item {
		margin-bottom: 50px;
	}
	.offers__item:last-child {
		margin-bottom: 0;
	}
	.offers__item > svg {
		display: none;
	}
	
	.offers__item-text {
		display: flex;
		margin: 0 -5px;
	}
	.offers__item-text > div {
		padding: 0 5px;
		width: 50%;
	}
	.offers__item-text.sec {
		flex-wrap: wrap;
	}
	.offers__item-text p { 
		font-size: 14px;
	}
	.offers__item-time {
		font-size: 14px;
	}
	.offers__item-time em {
		font-size: 20px;
		line-height: 16px;
	}
	.offers__item-time span {
		font-size: 40px;
		line-height: 30px;
	}
	.offers__item-price {
		font-size: 14px;
	}
	.offers__item-text ul {
		margin: 0 -5px;
	}
	.offers__item-text li {
		padding: 0 5px;
		margin-bottom: 10px;
		width: 50%;
		max-width: 82px;
	}
	.offers__item-text.sec ul {
		order: 3;
	}
	.offers__item-text.sec li {
		width: 33.33%;
	}
	.offers__item-text.sec .offers__item-price {
		order: 2;
	}
	.steps__blocktitle {
		font-size: 34px;
		margin-bottom: 5px;
	}
	.steps__blocksubtitle {
		font-size: 14px;
	}
	.steps__item {
		margin: 0 0 20px 0 !important;
		display: block !important;
	}
	.steps__item img {
		max-width: 240px;
		max-height: 240px;
	}
	.steps__item-info {
		margin: 0;
		font-size: 12px;
	}
	.steps__item-info strong {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.steps__item-title {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.steps__item-title span {
		font-size: 40px;
	}
	.reviews {
		padding: 100px 0 0 0;
		background: none;
	}
	.reviews__blocktitle {
		font-size: 34px;
		margin-bottom: 5px;
	}
	.reviews__blocksubtitle {
		font-size: 14px;
		margin-bottom: 34px;
	}
	.reviews__items {
		padding: 30px 0 60px 0;
		background: url(../images/reviewsbg-m.svg) 50% 50% no-repeat;
		background-size: cover;
		margin: 0 -20px;
	}
	.reviews__items-item {
		width: 100%;
		margin-bottom: 20px;
		padding: 0 20px;
	}
	.keyoffer {
		padding: 50px 0 10px 0;
	}
	.keyoffer-key {
		padding: 3px;
		margin-bottom: 10px;
	}
	.keyoffer__blocktitle {
		font-size: 34px;
		margin-bottom: 10px;
	}
	.keyoffer-text p {
		font-size: 14px;
		margin-bottom: 30px;
	}
	.keyoffer-text .walink {
		margin-bottom: 40px;
		font-size: 14px;
		padding: 
	}
	.keyoffer-text .walink svg {
		width: 24px;
		height: 24px;
	}
	.trueprice__content {
		flex-direction: column;
	}
	.trueprice__content img {
		max-height: 195px;
		max-width: unset;
		margin-left: -20px;
	}
	.trueprice-text {
		padding: 0;
		width: 100%;
	}
	.trueprice__blocktitle {
		font-size: 34px;
		margin-bottom: 30px;
	}
	.trueprice__list li {
		width: 100%;
		margin: 0 0 10px 0;
		font-size: 14px;
	}
	.infotext__content {
		flex-direction: column;
		padding: 80px 0 20px 0;
	}
	.infotext-text {
		margin: 0 0 10px 0;
		width: 100%;
		font-size: 14px;
	}
	.infotext-text p {
		margin-bottom: 20px;
	}
	.infotext-block img {
		max-width: 100%;
	}
	.certificates {
		padding: 50px 0 30px;
	}
	.certificates__blocktitle {
		font-size: 34px;
		margin-bottom: 20px;
	}
	.certificates__blocksubtitle {
		font-size: 14px;
		margin-bottom: 50px;
	}
	.certificates__blocksubtitle br {
		display: none;
	}
	.certificates__content > div {
		margin-bottom: 20px;
	}
	.benefits {
		padding: 50px 0;
	}
	.benefits__blocktitle {
		font-size: 34px;
		margin-bottom: 50px;
		text-align: center;
	}
	.benefits__content {
		flex-direction: column;
	}
	.benefits__content img {
		margin: 0 auto 50px auto;
	}
	.benefits__list li {
		font-size: 14px;
		margin: 0 0 10px 0;
	}
	.yourbenefits {
		padding: 100px 0 75px 0;
	}
	.yourbenefits__blocktitle {
		font-size: 34px;
		margin-bottom: 50px;
	}
	.yourbenefits__item {
		display: block;
		margin: 0 0 50px 0 !important;
	}
	.yourbenefits__item p {
		font-size: 12px;
	}
	.yourbenefits__item-title {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.yourbenefits__item img {
		margin: 0 auto !important;
	}
	.srochno__blocktitle {
		font-size: 34px;
		margin-bottom: 10px;
	}
	.srochno__blocksubtitle {
		font-size: 14px;
		margin-bottom: 50px;
	}
	.srochno__carousel.owl-carousel .owl-dots button {
		font-size: 14px;
	}
	.srochno__carousel.owl-carousel .owl-dots {
		margin-bottom: 20px;
	}
	.srochno-item p {
		padding-top: 10px;
		line-height: 1;
		font-size: 14px;
	}
	.srochno__carousel.owl-carousel .owl-prev {
		position: static;
		margin: 0 5px;
	}
	.srochno__carousel.owl-carousel .owl-next {
		position: static;
		margin: 0 5px;
	}
	.srochno__carousel.owl-carousel .owl-nav {
		display: flex;
		justify-content: center;
		padding-top: 50px;
	}
	.zabota {
		margin-top: 0;
		padding: 50px 0 0 0;
	}
	.zabota__blocktitle {
		font-size: 34px;
		margin-bottom: 10px;
	}
	.zabota__blocksubtitle {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.zabota img {
		bottom: -28px;
		top: auto;
		position: relative;
	}
	.zabota__form {
		padding: 10px;
		border-radius: 20px;
		margin-bottom: 34px;
	}
	.zabota__form form {
		flex-direction: column;
	}
	.zabota__form div {
		width: 100%;
	}
	.zabota__form div input {
		margin-bottom: 10px;
	}
	.dangerous {
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 350px;
		background: url(../images/pizdec-m.jpg) 50% 100% no-repeat;
		background-size: contain;
	}
	.dangerous .container {
		max-width: 360px;
	}
	.dangerous .whatsapp__block {
		margin-bottom: 75px;
	}
	.dangerous__blocktitle {
		font-size: 44px;
		align-items: center;
		line-height: 56px;
		margin-bottom: 10px;
		justify-content: center;
	}
	.dangerous__blocktitle svg {
		width: 60px;
		height: 60px;
	}
	.dangerous__blocksubtitle {
		font-size: 16px;
		text-align: center;
		margin-bottom: 0;
	}
	.dangerous__item {
		width: 100%;
		margin: 0 0 50px 0 !important;
		padding: 10px 20px 20px 40px;
	}
	.dangerous__item.i2, .dangerous__item.i4, .dangerous__item.i5 { 
		padding: 10px 40px 20px 20px;
	}
	.dangerous__label {
		width: 20px;
		height: 20px;
		top: 10px;
		left: 10px;
	}
	.dangerous__item.i2 .dangerous__label, .dangerous__item.i4 .dangerous__label, .dangerous__item.i5 .dangerous__label {
		laft: auto;
		right: 10px;
	}
	.dangerous__label::after {
		width: 10px;
		height: 1px;
	}
	.byaka {
		position: static;
		margin: 0 auto -100px auto !important;
		transform: none !important;
	}
	.dangerous__why {
		font-size: 14px;
		margin-bottom: 50px;
	}
	.dangerous__why > div:first-child {
		width: 100%;
		text-align: left;
		margin: 0 0 20px 0;
	}
	.dangerous__why > div:last-child {
		margin: 0;
		font-size: 20px;
		width: 100%;
	}
	.dangerous__blocktitle:last-child {
		text-align: left;
		margin-bottom: 10px;
	}
	.dangerous__blocksubtitle.second {
		margin-bottom: 20px;
		font-size: 14px;
		text-align: left;
	}
	.dangerous__list li {
		margin: 0 0 10px 0;
		font-size: 14px;
		background-size: 30px;
		padding: 0 0 0 40px;
		min-height: 30px;
		line-height: 30px;
	}
	.ventil {
		margin: 0;
		width: 229px;
		height: 226px;
		background-size: contain;
		bottom: 150px;
		left: auto;
		right: 40px;
	}
	.howwork {
		background: none;
		margin-bottom: 50px;
		min-height: unset;
	}
	.howwork .container {
		padding-left: 0;
	}
	.howwork__blocktitle {
		padding-left: 20px;
		font-size: 34px;
		margin-bottom: 10px;
		text-align: center;
	}
	.howwork__blocksubtitle {
		padding-left: 20px;
		text-align: center;
		font-size: 14px;
		margin-bottom: 40px;
	}
	.trash {
		
	}
	.row.jshop {
		flex-direction: column;
		padding-top: 50px;
	}
	div.jshop_prod_description {
		font-size: 18px;
	}
	#jshop_menu_order .jshop_order_step { 
		font-size: 14px;
	}
	.jshop_register input, .jshop_register select {
		margin-bottom: 10px;
	}
	.checkout_payment_block label, .checkout_shipping_block label, .jshop.jshop_subtotal, .checkoutinfo {
		font-size: 18px
	}
	
}

.mobile-buttons {
	display: block;
	position: fixed;
	z-index: 10;
	padding: 0 10px;
	width: 100%;
	left: 0;
	bottom: 20px;
}
.mobile-buttons-container {
	background: #fff;
	display: flex;
	margin: 0 -5px;
	border-radius: 20px;
	padding: 10px 5px;
	box-shadow: 5px 5px 20px rgba(43,83,125,0.35);
}
.mobile-buttons-container > div {
	width: 50%;
	padding: 0 5px;
}
.mobile-buttons a {
	display: flex;
	width: 100%;
	align-items: center;
	height: 50px;
	border-radius: 10px;
	justify-content: center;
	padding: 10px;
	background: #4F87FA;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}
.mobile-buttons a.whatsapp {
	background: #1FAF38;
	background: linear-gradient(0deg,rgba(31, 175, 56, 1) 0%, rgba(96, 214, 105, 1) 100%);
}
.mobile-buttons svg {
	flex-shrink: 0;
	margin-right: 5px;
}
.whatsapp-widjet-icon {
	display: none;
}
@media (min-width: 640px) {
	.mobile-buttons {
		display: none;
	}
	.whatsapp-widjet-icon {
	  width: 60px;
	  height: 60px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  z-index: 10;
	}
	.whatsapp-widjet-icon svg {
	  fill: #fff;
	  width: 30px;
	  height: 30px;
	}
	.whatsapp-widjet {
	  position: fixed;
	  bottom: 25px;
	  right: 25px;
	  border: 1px solid #25D366;
	  width: 60px;
	  height: 60px;
	  border-radius: 60px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  z-index: 140;
	  transition: all .5s ease;
	  background: #25D366;
	  cursor: pointer;
	}
	.whatsapp-widjet-circle-left {
	  position: absolute;
	  width: 50%;
	  top: 0;
	  bottom: 0;
	  overflow: hidden;
	  left: 0;
	}
	.whatsapp-widjet-circle-left {
	  border: 1px solid #25D366;
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: rgb(37, 211, 102);
	  position: absolute;
	  top: -7px;
	  bottom: 0;
	  left: -7px;
	  right: 0;
	  background-clip: padding-box;
	  width: 36px;
	  height: 72px;
	  border-radius: 76px 0 0 76px;
	  border-right: none;
	  -webkit-transform: rotate(-180deg);
	  -moz-transform: rotate(-180deg);
	  -ms-transform: rotate(-180deg);
	  -o-transform: rotate(-180deg);
	  transform: rotate(-180deg);
	  -webkit-transform-origin: 100% 50%;
	  -moz-transform-origin: 100% 50%;
	  -ms-transform-origin: 100% 50%;
	  -o-transform-origin: 100% 50%;
	  transform-origin: 100% 50%;
	  -webkit-animation: pie-left 4s both linear infinite;
	  -moz-animation: pie-left 4s both linear infinite;
	  -ms-animation: pie-left 4s both linear infinite;
	  -o-animation: pie-left 4s both linear infinite;
	  animation: pie-left 4s both linear infinite;
	}
	.whatsapp-widjet-circle-right {
	  position: absolute;
	  width: 50%;
	  top: 0;
	  bottom: 0;
	  overflow: hidden;
	  right: 0;
	}
	.whatsapp-widjet-circle-right {
	  border: 1px solid transparent;
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: transparent;
	  position: absolute;
	  top: -7px;
	  bottom: 0;
	  left: 0;
	  right: -7px;
	  background-clip: padding-box;
	  width: 36px;
	  height: 72px;
	  border-radius: 76px 0 0 76px;
	  border-right: none;
	  -webkit-transform: rotate(-180deg);
	  -moz-transform: rotate(-180deg);
	  -ms-transform: rotate(-180deg);
	  -o-transform: rotate(-180deg);
	  transform: rotate(-180deg);
	  -webkit-transform-origin: 100% 50%;
	  -moz-transform-origin: 100% 50%;
	  -ms-transform-origin: 100% 50%;
	  -o-transform-origin: 100% 50%;
	  transform-origin: 100% 50%;
	  -webkit-animation: pie-right 4s both linear infinite;
	  -moz-animation: pie-right 4s both linear infinite;
	  -ms-animation: pie-right 4s both linear infinite;
	  -o-animation: pie-right 4s both linear infinite;
	  animation: pie-right 4s both linear infinite;
	}
	.whatsapp-widjet-icon {
	  width: 60px;
	  height: 60px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  z-index: 10;
	}
}
@keyframes pie-left{
    0%{
        -webkit-transform:rotate(-180deg);
        -moz-transform:rotate(-180deg);
        -ms-transform:rotate(-180deg);
        -o-transform:rotate(-180deg);
        transform:rotate(-180deg)
    }
    10%{
        -webkit-transform:rotate(-180deg);
        -moz-transform:rotate(-180deg);
        -ms-transform:rotate(-180deg);
        -o-transform:rotate(-180deg);
        transform:rotate(-180deg)
    }
    20%{
        -webkit-transform:rotate(0);
        -moz-transform:rotate(0);
        -ms-transform:rotate(0);
        -o-transform:rotate(0);
        transform:rotate(0)
    }
    30%{
        -webkit-transform:rotate(0);
        -moz-transform:rotate(0);
        -ms-transform:rotate(0);
        -o-transform:rotate(0);
        transform:rotate(0)
    }
    40%{
        -webkit-transform:rotate(180deg);
        -moz-transform:rotate(180deg);
        -ms-transform:rotate(180deg);
        -o-transform:rotate(180deg);
        transform:rotate(180deg)
    }
    50%{
        -webkit-transform:rotate(180deg);
        -moz-transform:rotate(180deg);
        -ms-transform:rotate(180deg)
    }
}

@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ventil {
	animation: 10s linear 0s normal none infinite running rot;
	-webkit-animation: 10s linear 0s normal none infinite running rot;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.byaka {
	animation: shake 12s;
	animation-iteration-count: infinite;
}