@import "../fonts/stylesheet.css";
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

aside,
nav,
footer,
header,
section {
	display: block;
}

html,
body {
	height: 100%;
	min-width: 320px;
}

body {
	line-height: 1;
	font-family: "Manrope";
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: "Manrope";
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
	background: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

html.lock, body._lock {
	overflow: hidden;
	-ms-touch-action: none;
	    touch-action: none;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 40px;
}

body {
	background: #eceef2;
}

._ibg {
	position: relative;
}
._ibg img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
}

body.ie ._ibg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.ie ._ibg img {
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}

.wrapper {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	overflow: hidden;
}
.wrapper > main {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
.wrapper > * {
	min-width: 0;
}

._container {
	max-width: 1138px;
	margin: 0 auto;
	padding: 0 30px;
}
@media (max-width: 480px) {
	._container {
		padding: 0 15px;
	}
}

.title {
	font-weight: 800;
	font-size: 45px;
	line-height: 122%;
	text-transform: uppercase;
	color: #000;
	text-align: center;
}
@media (max-width: 1024px) {
	.title {
		font-size: 35px;
	}
}
@media (max-width: 820px) {
	.title {
		font-size: 25px;
	}
}

.btn {
	position: relative;
	z-index: 1;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 10px 20px;
	height: 50px;
	text-align: center;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: #0a6ced;
	border-radius: 50px;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 14px;
	line-height: 114%;
	text-align: center;
	color: #fff;
	overflow: hidden;
}
.btn::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(332deg, #0044e9 0%, #54c8fd 50.5%, #0044e9 100%);
	background: linear-gradient(118deg, #0044e9 0%, #54c8fd 50.5%, #0044e9 100%);
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (min-width: 1024px) {
	.btn:hover {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
	.btn:hover::after {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		opacity: 1;
		visibility: visible;
	}
}

.text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	color: #000;
}
@media (max-width: 1024px) {
	.text {
		font-size: 16px;
	}
}
@media (max-width: 480px) {
	.text {
		font-size: 14px;
	}
}

section {
	padding: 50px 0px 0px 0px;
}

.header {
	position: fixed;
	z-index: 20;
	top: 25px;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.header ._container {
	max-width: 1380px;
	background: #fff;
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media (max-width: 1024px) {
	.header ._container {
		background: none;
	}
}
.header._fixed {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	top: 0;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.1);
	background: #fff;
}
@media (max-width: 1024px) {
	.header {
		top: 0px;
	}
}

.header__row {
	padding: 8px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	max-width: 1078px;
	width: 100%;
}
.header__row > *:not(:last-child) {
	margin: 0px 55px 0px 0px;
}
@media (max-width: 1024px) {
	.header__row > *:not(:last-child) {
		margin: 0px 20px 0px 0px;
	}
}
@media (max-width: 1024px) {
	.header__row {
		margin: 0px 55px 0px 0px;
		padding: 20px 0;
		background: none;
	}
}
@media (max-width: 480px) {
	.header__row {
		margin: 0px 45px 0px 0px;
		padding: 15px 0;
	}
}

.header__logo {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 124px;
	        flex: 0 0 124px;
	position: relative;
	z-index: 5;
}
.header__logo img {
	width: 100%;
}
@media (max-width: 1024px) {
	.header__logo {
		width: 94px;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 94px;
		        flex: 0 0 94px;
	}
}

.menu {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 550px;
	        flex: 0 1 550px;
}

.menu__list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.menu__list li {
	margin: 0px 20px 0px 0px;
}
.menu__list li:last-child {
	margin: 0;
}
@media (max-width: 1024px) {
	.menu__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.menu__list li {
		margin: 0px 0px 30px 0px;
	}
}
@media (max-width: 480px) {
	.menu__list li {
		margin: 0px 0px 20px 0px;
	}
}

.menu__link {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 17px;
	line-height: 176%;
	color: #000;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
}
.menu__link::after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #0a6ced;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (min-width: 1024px) {
	.menu__link:hover {
		font-weight: 600;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
	.menu__link:hover::after {
		bottom: -3px;
		opacity: 1;
		visibility: visible;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
}
.menu__link._active {
	font-weight: 600;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.menu__link._active::after {
	bottom: -3px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.menu__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
@media (max-width: 1024px) {
	.menu__body {
		position: fixed;
		top: 0;
		bottom: 0;
		right: -100%;
		width: 100%;
		height: 100vh;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		background: #fff;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		padding: 30px 40px;
		overflow: auto;
	}
	.menu__body._active {
		right: 0;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
}
@media (max-width: 1024px) and (max-width: 1024px) {
	.menu__body {
		padding: 125px 20px 75px 20px;
	}
}
@media (max-width: 1024px) and (max-width: 480px) {
	.menu__body {
		padding: 80px 20px;
	}
}
@media (max-width: 1024px) {
	.menu__body > *:not(:last-child) {
		margin: 0px 0px 30px 0px;
	}
}
@media (max-width: 1024px) and (max-width: 480px) {
	.menu__body > *:not(:last-child) {
		margin: 0px 0px 20px 0px;
	}
}

.icon-menu {
	display: none;
}
@media (max-width: 1024px) {
	.icon-menu {
		display: block;
		position: absolute;
		top: 50%;
		right: 20px;
		-webkit-transform: translate(0, -50%);
		    -ms-transform: translate(0, -50%);
		        transform: translate(0, -50%);
		width: 30px;
		height: 18px;
		cursor: pointer;
		z-index: 5;
	}
	.icon-menu span {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		top: calc(50% - 1px);
		left: 0px;
		position: absolute;
		width: 100%;
		height: 2px;
		background: #000;
	}
	.icon-menu span:first-child {
		top: 0px;
	}
	.icon-menu span:last-child {
		top: auto;
		bottom: 0px;
	}
	.icon-menu._active span {
		-webkit-transform: scale(0);
		    -ms-transform: scale(0);
		        transform: scale(0);
	}
	.icon-menu._active span:first-child {
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
		top: calc(50% - 1px);
	}
	.icon-menu._active span:last-child {
		-webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotate(45deg);
		bottom: calc(50% - 1px);
	}
}
@media (max-width: 480px) {
	.icon-menu {
		right: 15px;
	}
}

.header__btn {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 200px;
	        flex: 0 0 200px;
	width: 200px;
	height: 45px;
}
@media (max-width: 700px) {
	.header__btn {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 45px;
		        flex: 0 0 45px;
		width: 100%;
	}
}

body::after {
	content: "";
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 0.8s ease 0s;
	-o-transition: opacity 0.8s ease 0s;
	transition: opacity 0.8s ease 0s;
	pointer-events: none;
	z-index: 149;
}

.popup-show body::after {
	opacity: 1;
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 30px 10px;
	-webkit-transition: visibility 0.8s ease 0s;
	-o-transition: visibility 0.8s ease 0s;
	transition: visibility 0.8s ease 0s;
	visibility: hidden;
	pointer-events: none;
}

.popup_show {
	z-index: 150;
	visibility: visible;
	overflow: auto;
	pointer-events: auto;
}

.popup_show .popup__content {
	visibility: visible;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

.popup__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 100%;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	width: 100%;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	align-items: center;
}

.popup__content {
	visibility: hidden;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: -webkit-transform 0.3s ease 0s;
	-o-transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
	width: 100%;
	max-width: 900px;
	border-radius: 20px;
}
.lock .popup__content {
	visibility: visible;
}

.popup__close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0);
	border-radius: 50px;
	background: url("../img/icons/close.svg") no-repeat;
	background-size: 30px;
	background-position: center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (min-width: 1024px) {
	.popup__close:hover {
		border: 1px solid white;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
}
@media (max-width: 480px) {
	.popup__close {
		top: 5px;
		right: 5px;
	}
}

.callback-popup .popup__content {
	padding: 60px 50px;
	max-width: 832px;
	background: #4dadfb;
	background-size: cover;
}
@media (max-width: 480px) {
	.callback-popup .popup__content {
		padding: 36px 30px;
		background-position: 70% center;
	}
}
.callback-popup .contactus-form {
	width: 100%;
}
.callback-popup .contactus-form .input {
	border-radius: 50px;
}
@media (max-width: 480px) {
	.callback-popup .contactus-form .input {
		height: 52px;
	}
}
@media (max-width: 480px) {
	.callback-popup .btn {
		height: 52px !important;
	}
}

.popup__title {
	font-size: 35px;
	color: #fff;
	text-align: center;
	margin: 0px 0px 35px 0px;
}
@media (max-width: 480px) {
	.popup__title {
		font-size: 25px;
		margin: 0px 0px 20px 0px;
	}
}

.callback-demo .popup__content {
	background: #4dadfb;
	background-size: cover;
}
@media (max-width: 480px) {
	.callback-demo .popup__content {
		background-position: 70% center;
	}
}
footer {
	background: #8E8E8E;
}

input {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input::-webkit-input-placeholder {
	opacity: 1;
}

input::-moz-placeholder {
	opacity: 1;
}

input:-moz-placeholder {
	opacity: 1;
}

input:-ms-input-placeholder {
	opacity: 1;
}

input:focus::-webkit-input-placeholder {
	opacity: 0;
}

input:focus::-moz-placeholder {
	opacity: 0;
}

input:focus:-moz-placeholder {
	opacity: 0;
}

input:focus:-ms-input-placeholder {
	opacity: 0;
}

.input, textarea {
	width: 100%;
	padding: 10px 20px;
	border: 1px solid var(--blue);
	border-radius: 10px;
	height: 60px;
	position: relative;
}
.input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #acacac;
}
.input::-moz-placeholder, textarea::-moz-placeholder {
	color: #acacac;
}
.input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #acacac;
}
.input::-ms-input-placeholder, textarea::-ms-input-placeholder {
	color: #acacac;
}
.input::placeholder, textarea::placeholder {
	color: #acacac;
}
.input._form-error, textarea._form-error {
	border: 1px solid red;
	background: #ffdfdf;
}
.input._form-error::-webkit-input-placeholder, textarea._form-error::-webkit-input-placeholder {
	color: red;
}
.input._form-error::-moz-placeholder, textarea._form-error::-moz-placeholder {
	color: red;
}
.input._form-error:-ms-input-placeholder, textarea._form-error:-ms-input-placeholder {
	color: red;
}
.input._form-error::-ms-input-placeholder, textarea._form-error::-ms-input-placeholder {
	color: red;
}
.input._form-error::placeholder, textarea._form-error::placeholder {
	color: red;
}
@media (max-width: 480px) {
	.input, textarea {
		height: 44px;
	}
}

textarea {
	resize: none;
	height: 100px;
	border-radius: 30px;
}
@media (max-width: 480px) {
	textarea {
		border-radius: 20px;
	}
}

.form__item {
	width: 100%;
	position: relative;
}
.form__item .form__error {
	position: absolute;
	top: 50%;
	left: 20px;
	right: 20px;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	background: #fff;
	color: red;
	pointer-events: none;
}

.form-sent-msg {
	position: fixed;
	z-index: 25;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	padding: 20px 25px;
	background: #06CF27;
	border-radius: 50px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-box-shadow: 0px 5px 32px 5px rgba(146, 146, 146, 0.5);
	box-shadow: 0px 5px 32px 5px rgba(146, 146, 146, 0.5);
	opacity: 0;
	visibility: hidden;
}
.form-sent-msg p {
	color: #fff;
	font-size: 22px;
	text-align: center;
}
.form-sent-msg._active {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 1;
	visibility: visible;
}

.contactus-form {
	width: 542px;
	max-width: 100%;
}
.contactus-form .hidd {
	display: none;
}
.contactus-form .form__item img {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 20px;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 12px;
	height: 12px;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
.contactus-form .form__item .input {
	padding: 0px 20px 0px 40px;
}
.contactus-form > *:not(:last-child) {
	margin: 0px 0px 10px 0px;
}
.contactus-form .btn {
	width: 100%;
	height: 60px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (max-width: 480px) {
	.contactus-form .btn {
		height: 44px;
	}
}
.contactus-form .checkbox {
	margin-top: 5px;
	font-size: 14px;
	color: #fff;
}

.checkbox {
	position: relative;
	text-align: left;
}
.checkbox._form-error {
	color: red;
}
.checkbox._form-error .checkbox__label:before {
	border: 1px solid red;
}
.checkbox:not(:last-child) {
	margin-bottom: em(5);
}
.checkbox__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
}
.checkbox__input:checked + .checkbox__label:after {
	opacity: 1;
	visibility: visible;
}
.checkbox__label {
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	gap: 10px;
}
.checkbox__label:before {
	content: "";
	-ms-flex-item-align: start;
	    align-self: flex-start;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 14px;
	        flex: 0 0 14px;
	width: 14px;
	height: 14px;
	border: 1px solid #fff;
	border-radius: 40px;
}
.checkbox__label::after {
	content: "";
	position: absolute;
	top: -5px;
	left: 4px;
	width: 10px;
	height: 15px;
	background: url("../img/icons/ok.svg") no-repeat;
	background-size: contain;
	opacity: 0;
	visibility: hidden;
}
.checkbox a {
	color: #000;
	text-decoration: underline;
}
@media (min-width: 1024px) {
	.checkbox a:hover {
		text-decoration: none;
	}
}

.swiper {
	overflow: hidden;
	position: relative;
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.swiper-vertical .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.swiper-initialized .swiper-slide {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	        transform: translate3d(0px, 0, 0);
}

.swiper-button-lock,
.swiper-pagination-lock {
	display: none !important;
}

.swiper-pagination-bullets {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0px 20px;
}

.swiper-pagination-bullet {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 10px;
	        flex: 0 0 10px;
	height: 10px;
	background: #969696;
	border-radius: 50%;
	margin: 0px 10px 0px 0px;
}
.swiper-pagination-bullet:last-child {
	margin: 0;
}

.swiper-pagination-bullet-active {
	background: #292929;
}

.slider-controls {
	padding: 20px 0px 0px 0px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}
.slider-controls .button-prev,
.slider-controls .button-next {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: translate(0);
	    -ms-transform: translate(0);
	        transform: translate(0);
}

.button-prev {
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 60px;
	height: 60px;
	background: url("../img/icons/p-left.svg") no-repeat;
	background-size: contain;
	background-position: center;
	cursor: pointer;
}

.button-next {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 60px;
	height: 60px;
	background: url("../img/icons/p-right.svg") no-repeat;
	background-size: contain;
	background-position: center;
	cursor: pointer;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: #D9D8D8;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: #F29BAB;
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-button-disabled {
	opacity: 0.6;
}

.prepare-slider {
	position: relative;
	left: -100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.prepare-slider._watcher-view {
	left: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s ease 0.3s;
	-o-transition: all 0.5s ease 0.3s;
	transition: all 0.5s ease 0.3s;
}

.prepare-slider__t {
	text-align: center;
	border-radius: 9px;
	padding: 15px;
	color: #fff;
	background: #0a6ced;
	max-width: 474px;
	margin: 0 auto 50px auto;
}

.prepare-slider-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -35px -25px;
	position: relative;
}
@media (max-width: 480px) {
	.prepare-slider-items {
		margin: -44px -25px;
	}
}

.prepare-slider-item {
	padding: 35px 25px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 450px;
	        flex: 0 1 450px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	position: relative;
}
.prepare-slider-item:last-child {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-top: 3px solid #0a6ced;
}
.prepare-slider-item:last-child .prepare-slider-item__block::before {
	bottom: unset;
	top: -50px;
}
@media (max-width: 1024px) {
	.prepare-slider-item:last-child {
		border: 0;
	}
}
@media (max-width: 1024px) {
	.prepare-slider-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: center;
	}
	.prepare-slider-item::after {
		content: "";
		position: absolute;
		bottom: -28px;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		    -ms-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
		width: 1px;
		height: 60px;
		background: #0a6ced;
	}
}
@media (max-width: 1024px) {
	.prepare-slider-item {
		padding: 44px 25px;
	}
	.prepare-slider-item:nth-child(1) {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}
	.prepare-slider-item:nth-child(2) {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.prepare-slider-item:nth-child(3) {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
}

.prepare-slider-item__icon {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 60px;
	        flex: 0 0 60px;
}
.prepare-slider-item__icon img {
	width: 100%;
}
@media (max-width: 1024px) {
	.prepare-slider-item__icon {
		width: 100px;
	}
}

.prepare-slider-item__block {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 320px;
	        flex: 0 1 320px;
	position: relative;
}
.prepare-slider-item__block::before {
	content: "";
	position: absolute;
	bottom: -50px;
	left: 0px;
	width: 28px;
	height: 28px;
	background: #0a6ced;
	border-radius: 50%;
}
@media (max-width: 1024px) {
	.prepare-slider-item__block::before {
		display: none;
	}
}
.prepare-slider-item__block > *:not(:last-child) {
	margin: 0px 0px 15px 0px;
}
@media (max-width: 480px) {
	.prepare-slider-item__block > *:not(:last-child) {
		margin: 0px 0px 6px 0px;
	}
}
@media (max-width: 1024px) {
	.prepare-slider-item__block {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
	}
}

.prepare-slider-item__t {
	font-weight: 800;
	line-height: 125%;
	text-transform: uppercase;
	color: #0a6ced;
	font-size: 20px;
}

.bread {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 7px 32px;
}
.bread a, .bread p {
	position: relative;
}
@media (min-width: 1024px) {
	.bread a:hover {
		text-decoration: underline;
	}
}
.bread > a:first-child {
	color: #000;
}
.bread > *:not(:last-child)::after {
	position: absolute;
	top: 50%;
	right: -20px;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	content: "/";
}

[data-sticky]._sticked [data-sticky-item] {
	position: fixed !important;
	bottom: auto !important;
	left: 0 !important;
	right: 0 !important;
}

.hero {
	position: relative;
	z-index: 1;
	margin: 119px 0px 0px 0px;
}
@media (max-width: 1024px) {
	.hero {
		margin: 85px 0px 0px 0px;
	}
}
@media (max-width: 480px) {
	.hero {
		margin: 75px 0px 0px 0px;
	}
}

.hero__bg {
	position: absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 100%;
	max-width: 1383px;
	height: 100%;
	border-radius: 26px;
	overflow: hidden;
}
.hero__bg._watcher-view img {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.hero__bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	-webkit-transform: scale(2.1);
	    -ms-transform: scale(2.1);
	        transform: scale(2.1);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (max-width: 480px) {
	.hero__bg img {
		-o-object-position: center;
		   object-position: center;
	}
}

.hero__content {
	position: relative;
	padding: 50px 0px;
	min-height: 604px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.hero__content ._container {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media (max-width: 1138px) {
	.hero__content {
		min-height: calc(380px + 224 * ((100vw - 320px) / 1600));
	}
}

.hero__row {
	text-align: center;
}
.hero__row > *:not(:last-child) {
	margin: 0px 0px 30px 0px;
}
@media (max-width: 480px) {
	.hero__row > *:not(:last-child) {
		margin: 0px 0px 15px 0px;
	}
}

.hero__title {
	white-space: nowrap;
	font-family: var(--font-family);
	font-weight: 800;
	font-size: 94px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin: 0 auto !important;
	position: relative;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.hero__title._watcher-view {
	top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s ease 0.3s;
	-o-transition: all 0.5s ease 0.3s;
	transition: all 0.5s ease 0.3s;
}
@media (max-width: 1138px) {
	.hero__title {
		font-size: calc(38px + 56 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 480px) {
	.hero__title {
		font-size: 38px;
		margin: 0px auto 10px auto !important;
	}
}

.hero__sub {
	font-weight: 600;
	font-size: 42px;
	line-height: 122%;
	text-align: center;
	color: #fff;
	position: relative;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.hero__sub._watcher-view {
	top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}
@media (max-width: 1138px) {
	.hero__sub {
		font-size: calc(18px + 27 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 480px) {
	.hero__sub {
		font-size: 18px;
		max-width: 225px;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

.hero__text {
	max-width: 445px;
	margin: 0 auto;
	font-weight: 500;
	font-size: 22px;
	line-height: 130%;
	text-align: center;
	color: #fff;
	position: relative;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.hero__text._watcher-view {
	top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s ease 0.5s;
	-o-transition: all 0.5s ease 0.5s;
	transition: all 0.5s ease 0.5s;
}
@media (max-width: 1138px) {
	.hero__text {
		font-size: calc(12px + 14 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 480px) {
	.hero__text {
		max-width: 235px;
	}
}

.about {
	position: relative;
	z-index: 1;
}
.about > ._container > *:not(:last-child) {
	margin-bottom: 28px;
}

.about__title {
	margin: 0px 0px 26px 0px;
	text-align: center;
	position: relative;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	top: 50px;
}
.about__title._watcher-view {
	top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s ease 0.3s;
	-o-transition: all 0.5s ease 0.3s;
	transition: all 0.5s ease 0.3s;
}
@media (max-width: 480px) {
	.about__title {
		margin: 0px 0px 16px 0px;
	}
}

.about-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -10px;
	max-width: 1074px;
	margin: 0 auto;
}

.about-item {
	padding: 10px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	position: relative;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	top: 50px;
}
.about-item._watcher-view {
	top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s ease 0.3s;
	-o-transition: all 0.5s ease 0.3s;
	transition: all 0.5s ease 0.3s;
}
.about-item:nth-child(1)._watcher-view {
	-webkit-transition: all 0.5s ease 0.3s;
	-o-transition: all 0.5s ease 0.3s;
	transition: all 0.5s ease 0.3s;
}
.about-item:nth-child(2)._watcher-view {
	-webkit-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}
.about-item:nth-child(3)._watcher-view {
	-webkit-transition: all 0.5s ease 0.5s;
	-o-transition: all 0.5s ease 0.5s;
	transition: all 0.5s ease 0.5s;
}
.about-item:nth-child(4)._watcher-view {
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}
@media (max-width: 760px) {
	.about-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 266px;
		        flex: 0 0 266px;
	}
}

.about-item__row {
	background: #0a6ced;
	padding: 20px;
	border-radius: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	height: 100%;
}
@media (max-width: 1024px) {
	.about-item__row {
		padding: 20px;
	}
}
@media (min-width: 1024px) {
	.about-item__row:hover {
		-webkit-transform: scale(1.03);
		    -ms-transform: scale(1.03);
		        transform: scale(1.03);
		-webkit-transition: all 1s ease !important;
		-o-transition: all 1s ease !important;
		transition: all 1s ease !important;
	}
}
@media (max-width: 760px) {
	.about-item__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.about-item__img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100px;
	        flex: 0 0 100px;
}
.about-item__img img {
	width: 100%;
}
@media (max-width: 1024px) {
	.about-item__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 80px;
		        flex: 0 0 80px;
	}
}
@media (max-width: 760px) {
	.about-item__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 76px;
		        flex: 0 0 76px;
		width: 76px;
	}
}

.about-item__block {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media (max-width: 760px) {
	.about-item__block {
		border: 0;
		text-align: center;
		padding: 0;
	}
}

.about-item__t {
	font-weight: 600;
	font-size: 25px;
	line-height: 124%;
	color: #fff;
	margin: 0px 0px 3px 0px;
}
@media (max-width: 1024px) {
	.about-item__t {
		font-size: 20px;
	}
}
@media (max-width: 480px) {
	.about-item__t {
		font-size: 17px;
	}
}

.about-item__text {
	color: #fff;
}
@media (max-width: 1024px) {
	.about-item__text {
		font-size: 16px;
	}
}
@media (max-width: 480px) {
	.about-item__text {
		font-size: 14px;
	}
}

.about-block {
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #50a8fb;
	border-radius: 28px;
	max-width: 884px;
	position: relative;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.about-block._watcher-view {
	top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s ease 0.7s;
	-o-transition: all 0.5s ease 0.7s;
	transition: all 0.5s ease 0.7s;
}
.about-block::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 12px;
	width: 100%;
	height: 100%;
	border: 1px solid #50a8fb;
	border-radius: 28px;
}
@media (max-width: 1024px) {
	.about-block::before {
		border-radius: 19px;
	}
}
@media (max-width: 700px) {
	.about-block::before {
		top: 10px;
		left: 10px;
	}
}
@media (max-width: 1024px) {
	.about-block {
		border-radius: 19px;
	}
}
@media (max-width: 700px) {
	.about-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.about-block__img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 355px;
	        flex: 0 1 355px;
}
.about-block__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: right center;
	   object-position: right center;
	border-radius: 28px 0 0 28px;
}
@media (max-width: 1024px) {
	.about-block__img img {
		border-radius: 19px 0 0 19px;
	}
}
@media (max-width: 700px) {
	.about-block__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		padding: 20px 20px 0px 20px;
	}
}

.about-block__text {
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 475px;
	        flex: 0 1 475px;
	font-weight: 600;
	font-size: 22px;
	line-height: 140%;
	color: #000;
	padding: 25px 15px;
}
@media (max-width: 1024px) {
	.about-block__text {
		font-size: 18px;
	}
}
@media (max-width: 820px) {
	.about-block__text {
		font-size: 16px;
	}
}
@media (max-width: 700px) {
	.about-block__text {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		padding: 10px 25px 25px 25px;
		text-align: center;
	}
}

.ai {
	position: relative;
	margin: 50px 0px 0px 0px;
	padding: 0;
}

.ai__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ai__bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	border-radius: 32px;
}

.ai__content {
	position: relative;
	padding: 40px 0px;
}
@media (max-width: 480px) {
	.ai__content {
		padding: 40px 0px 20px 0px;
	}
}

.ai__title {
	color: #fff;
	margin: 0px 0px 30px 0px;
}
@media (max-width: 480px) {
	.ai__title {
		font-size: 23px;
	}
}

.ai__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 1024px) {
	.ai__row {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}
@media (max-width: 700px) {
	.ai__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.ai__left {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 562px;
	        flex: 0 1 562px;
	position: relative;
	left: -50px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ai__left._watcher-view {
	left: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s ease 0.3s;
	-o-transition: all 0.5s ease 0.3s;
	transition: all 0.5s ease 0.3s;
}
.ai__left ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 28px;
	color: #fff;
}
.ai__left ul li img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 48px;
	        flex: 0 0 48px;
	width: 48px;
}
@media (max-width: 1024px) {
	.ai__left ul li img {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 30px;
		        flex: 0 0 30px;
		width: 30px;
	}
}
@media (max-width: 1024px) {
	.ai__left ul li {
		gap: 20px;
	}
}
.ai__left ul > *:not(:last-child) {
	margin: 0px 0px 25px 0px;
}
.ai__left > *:not(:last-child) {
	margin: 0px 0px 34px 0px;
}
@media (max-width: 700px) {
	.ai__left {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
	}
}

.ai__t {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 33px;
	line-height: 135%;
	color: #fff;
}
@media (max-width: 1024px) {
	.ai__t {
		font-size: 25px;
	}
}
@media (max-width: 820px) {
	.ai__t {
		font-size: 18px;
	}
}
@media (max-width: 700px) {
	.ai__t {
		text-align: center;
	}
}

.ai__img {
	position: relative;
	left: 50px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 466px;
	        flex: 0 1 466px;
}
.ai__img._watcher-view {
	left: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s ease 0.3s;
	-o-transition: all 0.5s ease 0.3s;
	transition: all 0.5s ease 0.3s;
}
.ai__img img {
	border-radius: 19px;
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (min-width: 1024px) {
	.ai__img img:hover {
		-webkit-transform: scale(1.03);
		    -ms-transform: scale(1.03);
		        transform: scale(1.03);
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
}
@media (max-width: 700px) {
	.ai__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
	}
}

.prepare {
	position: relative;
}

.prepare__dec1 {
	position: absolute;
	top: 40%;
	left: -400px;
	width: 1000px;
	opacity: 0.8;
}
.prepare__dec1 img {
	width: 100%;
}
@media (max-width: 480px) {
	.prepare__dec1 {
		opacity: 0.5;
		top: 50%;
		width: 800px;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		    -ms-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
	}
}

.prepare__dec2 {
	position: absolute;
	top: 40%;
	right: -400px;
	width: 1000px;
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	opacity: 0.8;
}
.prepare__dec2 img {
	width: 100%;
}
@media (max-width: 480px) {
	.prepare__dec2 {
		display: none;
	}
}

.prepare__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.prepare__bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: right center;
	   object-position: right center;
}
@media (max-width: 480px) {
	.prepare__bg img {
		-o-object-position: 70% center;
		   object-position: 70% center;
	}
}

.prepare__content {
	position: relative;
}

.prepare__title {
	max-width: 800px;
	margin: 0 auto 20px auto;
}

.data {
	position: relative;
	background: -webkit-gradient(linear, left top, right top, from(#49b1fc), to(#0a6ced));
	background: -o-linear-gradient(left, #49b1fc 0%, #0a6ced 100%);
	background: linear-gradient(90deg, #49b1fc 0%, #0a6ced 100%);
	border-radius: 30px;
	padding: 30px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
}
@media (max-width: 480px) {
	.data {
		padding: 15px 0px 0px 0px;
		margin: 10px 0px 0px 0px;
	}
}

.data__dec1 {
	position: absolute;
	z-index: 1;
	top: 35%;
	left: 0;
	width: 180px;
}
.data__dec1 img {
	width: 100%;
}
@media (max-width: 820px) {
	.data__dec1 {
		width: 90px;
	}
}

.data__dec2 {
	position: absolute;
	z-index: 1;
	top: 7%;
	right: 0;
	width: 180px;
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.data__dec2 img {
	width: 100%;
}
@media (max-width: 820px) {
	.data__dec2 {
		width: 80px;
	}
}

.data__content {
	position: relative;
	background: #fff;
	border-radius: 30px;
	padding: 50px 0px;
}

.data__title {
	max-width: 806px;
	margin: 0 auto 40px auto;
}

.data-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -20px -30px;
}
@media (max-width: 1024px) {
	.data-items {
		margin: -15px;
	}
}

.data-item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.333%;
	        flex: 0 0 33.333%;
	padding: 20px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.data-item._watcher-view {
	top: 0;
	opacity: 1;
	visibility: visible;
}
.data-item:nth-child(1) {
	-webkit-transition: all 0.5s ease 0.3s;
	-o-transition: all 0.5s ease 0.3s;
	transition: all 0.5s ease 0.3s;
}
.data-item:nth-child(2) {
	-webkit-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}
.data-item:nth-child(3) {
	-webkit-transition: all 0.5s ease 0.5s;
	-o-transition: all 0.5s ease 0.5s;
	transition: all 0.5s ease 0.5s;
}
.data-item::after {
	content: "";
	position: absolute;
	top: 15%;
	right: 0;
	width: 138px;
	height: 75px;
	background: url("../img/data/line.svg") no-repeat;
	background-size: contain;
}
@media (max-width: 1024px) {
	.data-item::after {
		width: 100px;
		height: 52px;
	}
}
@media (max-width: 700px) {
	.data-item::after {
		top: 110%;
		right: 80%;
		-webkit-transform: scale(1, -1) rotate(110deg);
		    -ms-transform: scale(1, -1) rotate(110deg);
		        transform: scale(1, -1) rotate(110deg);
	}
}
.data-item > *:not(:last-child) {
	margin: 0px 0px 15px 0px;
}
@media (max-width: 480px) {
	.data-item > *:not(:last-child) {
		margin: 0px 0px 10px 0px;
	}
}
.data-item:nth-child(even)::after {
	top: 0%;
	-ms-transform: rotate(-170deg);
	-webkit-transform: rotate(-170deg);
	transform: rotate(-170deg);
}
@media (max-width: 700px) {
	.data-item:nth-child(even)::after {
		top: 112%;
		right: 5%;
		-webkit-transform: scale(-1, 1) rotate(70deg);
		    -ms-transform: scale(-1, 1) rotate(70deg);
		        transform: scale(-1, 1) rotate(70deg);
	}
}
.data-item:last-child::after {
	display: none;
}
@media (max-width: 1024px) {
	.data-item {
		padding: 15px;
	}
}
@media (max-width: 700px) {
	.data-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		text-align: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}

.data-item__num {
	font-weight: 700;
	font-size: 100px;
	text-transform: uppercase;
	color: #0a6ced;
}
@media (max-width: 1024px) {
	.data-item__num {
		font-size: 90px;
	}
}

.data-item__block {
	padding: 20px;
	font-weight: 600;
	border: 2px dashed #3fa6fa;
	border-radius: 16px;
	font-size: 19px;
	line-height: 132%;
}
@media (max-width: 1024px) {
	.data-item__block {
		font-size: 16px;
	}
}
@media (max-width: 820px) {
	.data-item__block {
		padding: 15px;
	}
}
@media (max-width: 700px) {
	.data-item__block {
		width: 80%;
	}
}
@media (max-width: 480px) {
	.data-item__block {
		font-size: 14px;
	}
}

.data__row {
	margin: 40px 0px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 20px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media (max-width: 700px) {
	.data__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin: 60px 0px 0px 0px;
	}
}

.data__img {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 50%;
	        flex: 1 1 50%;
	position: relative;
	z-index: 1;
	margin: 0px 0px 0px -40px;
	opacity: 0;
	visibility: hidden;
	left: -50px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.data__img._watcher-view {
	left: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s ease 0.5s;
	-o-transition: all 0.5s ease 0.5s;
	transition: all 0.5s ease 0.5s;
}
.data__img img {
	width: 100%;
}
.data__img::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 40%;
	left: 40%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 150%;
	height: 150%;
	background: url("../img/prepare/blur.svg") no-repeat;
	background-size: contain;
}
@media (max-width: 700px) {
	.data__img {
		margin: 0px -60px 0px 0px;
	}
}

.data__right {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 50%;
	        flex: 1 1 50%;
	position: relative;
	opacity: 0;
	visibility: hidden;
	left: 50px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.data__right._watcher-view {
	left: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s ease 0.5s;
	-o-transition: all 0.5s ease 0.5s;
	transition: all 0.5s ease 0.5s;
}
.data__right ul {
	font-weight: 600;
}
.data__right ul > *:not(:last-child) {
	margin: 0px 0px 15px 0px;
}
.data__right li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 11px;
}
.data__right li::before {
	content: "";
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 20px;
	        flex: 0 0 20px;
	width: 20px;
	height: 20px;
	background: url("../img/data/gear.svg") no-repeat;
	background-size: contain;
	margin: 3px 0px 0px 0px;
}

.auto {
	position: relative;
	padding: 0;
}

.auto__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
}
.auto__bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.auto__content {
	position: relative;
	padding: 50px 0px;
}

.auto__title {
	max-width: 790px;
	margin: 0px auto 80px auto;
}
@media (max-width: 480px) {
	.auto__title {
		margin: 0px auto 25px auto;
	}
}

.auto-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 40px;
	position: relative;
	opacity: 0;
	visibility: hidden;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.auto-items._watcher-view {
	top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s ease 0.3s;
	-o-transition: all 0.5s ease 0.3s;
	transition: all 0.5s ease 0.3s;
}
@media (max-width: 480px) {
	.auto-items {
		gap: 33px;
	}
}

.auto-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
}
.auto-item p {
	width: 50%;
	font-weight: 600;
	font-size: 25px;
	line-height: 118%;
	text-align: right;
	color: #1e1e1e;
	padding: 0px 40px 0px 0px;
	position: relative;
}
.auto-item p::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: -2px;
	right: -20px;
	width: 38px;
	height: 38px;
	background: url("../img/auto/1.svg") no-repeat;
	background-size: contain;
}
@media (max-width: 700px) {
	.auto-item p::before {
		left: -16px;
		right: unset;
	}
}
@media (max-width: 480px) {
	.auto-item p::before {
		left: 0px;
	}
}
.auto-item p::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 3px;
	height: calc(100% + 40px);
	background: #0a6ced;
}
@media (max-width: 700px) {
	.auto-item p::after {
		right: unset;
		left: 0;
	}
}
@media (max-width: 480px) {
	.auto-item p::after {
		left: 15px;
		height: calc(100% + 33px);
	}
}
@media (max-width: 1024px) {
	.auto-item p {
		font-size: 16px;
	}
}
@media (max-width: 700px) {
	.auto-item p {
		width: 100%;
		padding: 0px 0px 0px 50px;
		text-align: left;
	}
}
@media (max-width: 480px) {
	.auto-item p {
		font-size: 14px;
	}
}
.auto-item:nth-child(even) p {
	text-align: left;
	-ms-flex-item-align: end;
	    -ms-grid-row-align: end;
	    align-self: end;
	padding: 0px 0px 0px 50px;
}
.auto-item:nth-child(even) p::before {
	right: unset;
	left: -18px;
}
@media (max-width: 700px) {
	.auto-item:nth-child(even) p::before {
		left: -16px;
	}
}
@media (max-width: 480px) {
	.auto-item:nth-child(even) p::before {
		left: 0;
	}
}
.auto-item:nth-child(even) p::after {
	right: unset;
	left: -3px;
}
@media (max-width: 700px) {
	.auto-item:nth-child(even) p::after {
		left: 0;
	}
}
@media (max-width: 480px) {
	.auto-item:nth-child(even) p::after {
		left: 15px;
	}
}
.auto-item:last-child p::after {
	display: none;
}

@media (max-width: 480px) {
	.contactus {
		padding: 0;
	}
}

.contactus__row {
	position: relative;
	border-radius: 17px;
	max-width: 910px;
	background: #4dadfc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 45px 20px;
	text-align: center;
	margin: 0 auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	top: 50px;
}
.contactus__row._watcher-view {
	top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s ease 0.3s;
	-o-transition: all 0.5s ease 0.3s;
	transition: all 0.5s ease 0.3s;
}
.contactus__row > *:not(:last-child) {
	margin: 0px 0px 25px 0px;
}
@media (max-width: 480px) {
	.contactus__row > *:not(:last-child) {
		margin: 0px 0px 16px 0px;
	}
}
@media (max-width: 480px) {
	.contactus__row {
		padding: 37px 15px;
	}
}

.contactus__dec1 {
	position: absolute;
	z-index: -1;
	top: -20px;
	right: -180px;
	width: 435px;
	height: 435px;
}
@media (max-width: 480px) {
	.contactus__dec1 {
		display: none;
	}
}

.contactus__dec2 {
	position: absolute;
	z-index: -1;
	bottom: -120px;
	left: -180px;
	width: 435px;
	height: 435px;
}
@media (max-width: 480px) {
	.contactus__dec2 {
		display: none;
	}
}

.contactus__title {
	color: #fff;
	max-width: 620px;
}
@media (max-width: 480px) {
	.contactus__title {
		font-size: 25px;
	}
}

.contactus__text {
	max-width: 560px;
	color: #fff;
}

.config {
	position: relative;
	z-index: 1;
	margin: 40px 0px 0px 0px;
	padding: 0;
}

.config__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0a6ced;
	border-radius: 30px;
}
.config__bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.config__content {
	position: relative;
	padding: 80px 0px 140px 0px;
}
@media (max-width: 700px) {
	.config__content {
		padding: 45px 0px;
	}
}

.config__title {
	color: #fff;
	max-width: 737px;
	margin: 0 auto 50px auto;
}
@media (max-width: 700px) {
	.config__title {
		margin: 0 auto 30px auto;
	}
}

.config-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -7px -13px;
}

.config-item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.333%;
	        flex: 0 0 33.333%;
	padding: 7px 13px;
	position: relative;
	opacity: 0;
	visibility: hidden;
	top: 50px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.config-item._watcher-view {
	top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s ease 0.3s;
	-o-transition: all 0.5s ease 0.3s;
	transition: all 0.5s ease 0.3s;
}
.config-item:nth-child(1) {
	-webkit-transform: skew(0, -3deg);
	    -ms-transform: skew(0, -3deg);
	        transform: skew(0, -3deg);
	top: 40px;
	-webkit-transition: all 0.3s ease 0.3s;
	-o-transition: all 0.3s ease 0.3s;
	transition: all 0.3s ease 0.3s;
}
.config-item:nth-child(1) .config-item__row::before {
	top: 10%;
	right: 0;
	-webkit-transform: skew(0, 3deg);
	    -ms-transform: skew(0, 3deg);
	        transform: skew(0, 3deg);
}
.config-item:nth-child(1) .config-item__img {
	-webkit-transform: skew(0, 3deg);
	    -ms-transform: skew(0, 3deg);
	        transform: skew(0, 3deg);
	margin: 0px 0px 25px 0px;
}
@media (max-width: 700px) {
	.config-item:nth-child(1) .config-item__img {
		width: 61px;
		-webkit-transform: skew(0);
		    -ms-transform: skew(0);
		        transform: skew(0);
		margin: 0px 0px 15px 0px;
	}
}
.config-item:nth-child(1) .text {
	-webkit-transform: skew(0, 3deg);
	    -ms-transform: skew(0, 3deg);
	        transform: skew(0, 3deg);
}
@media (max-width: 700px) {
	.config-item:nth-child(1) .text {
		-webkit-transform: skew(0);
		    -ms-transform: skew(0);
		        transform: skew(0);
	}
}
@media (max-width: 700px) {
	.config-item:nth-child(1) {
		top: 0;
		-webkit-transform: skew(0);
		    -ms-transform: skew(0);
		        transform: skew(0);
	}
}
.config-item:nth-child(2) {
	-webkit-transition: all 0.3s ease 0.4s;
	-o-transition: all 0.3s ease 0.4s;
	transition: all 0.3s ease 0.4s;
}
.config-item:nth-child(2) .config-item__row {
	padding-top: 0;
}
.config-item:nth-child(2) .config-item__row::before {
	left: 58px;
	top: -84px;
	-ms-transform: rotate(-106deg);
	-webkit-transform: rotate(-106deg);
	transform: rotate(-106deg);
}
@media (max-width: 700px) {
	.config-item:nth-child(2) .config-item__row::before {
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		top: -35px;
		left: 45%;
	}
}
@media (max-width: 700px) {
	.config-item:nth-child(2) .config-item__row {
		padding-top: 30px;
	}
}
.config-item:nth-child(2)._watcher-view {
	top: -20px;
}
@media (max-width: 700px) {
	.config-item:nth-child(2)._watcher-view {
		top: 0px;
	}
}
.config-item:nth-child(2) .config-item__row {
	border-radius: 0 0 20px 20px;
}
@media (max-width: 700px) {
	.config-item:nth-child(2) .config-item__row {
		border-radius: 18px;
	}
}
@media (max-width: 700px) {
	.config-item:nth-child(2) .config-item__img {
		width: 52px;
	}
}
.config-item:nth-child(3) {
	-webkit-transform: skew(0, 3deg);
	    -ms-transform: skew(0, 3deg);
	        transform: skew(0, 3deg);
	top: 40px;
	-webkit-transition: all 0.3s ease 0.5s;
	-o-transition: all 0.3s ease 0.5s;
	transition: all 0.3s ease 0.5s;
}
.config-item:nth-child(3) .config-item__row::before {
	top: 30%;
	right: 0;
	-webkit-transform: skew(0, -3deg);
	    -ms-transform: skew(0, -3deg);
	        transform: skew(0, -3deg);
}
@media (max-width: 700px) {
	.config-item:nth-child(3) .config-item__row::before {
		right: unset;
		top: 10%;
		left: 0;
		-webkit-transform: skew(0, -3deg) rotate(-180deg);
		    -ms-transform: skew(0, -3deg) rotate(-180deg);
		        transform: skew(0, -3deg) rotate(-180deg);
	}
}
.config-item:nth-child(3) .config-item__img {
	-webkit-transform: skew(0, -3deg);
	    -ms-transform: skew(0, -3deg);
	        transform: skew(0, -3deg);
	margin: 5px 0px 10px 0px;
}
@media (max-width: 700px) {
	.config-item:nth-child(3) .config-item__img {
		-webkit-transform: skew(0);
		    -ms-transform: skew(0);
		        transform: skew(0);
		margin: 0px 0px 15px 0px;
		width: 57px;
	}
}
.config-item:nth-child(3) .text {
	-webkit-transform: skew(0, -3deg);
	    -ms-transform: skew(0, -3deg);
	        transform: skew(0, -3deg);
}
@media (max-width: 700px) {
	.config-item:nth-child(3) .text {
		-webkit-transform: skew(0);
		    -ms-transform: skew(0);
		        transform: skew(0);
	}
}
@media (max-width: 700px) {
	.config-item:nth-child(3) {
		top: 0;
		-webkit-transform: skew(0);
		    -ms-transform: skew(0);
		        transform: skew(0);
	}
}
@media (max-width: 700px) {
	.config-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 90%;
		        flex: 0 0 90%;
	}
}

.config-item__shape {
	margin: 0px 0px -1px 0px;
}
.config-item__shape img {
	width: 100%;
}
@media (max-width: 700px) {
	.config-item__shape {
		display: none;
	}
}

.config-item__row {
	background: #f2f2f2;
	border-radius: 20px;
	padding: 20px;
	position: relative;
}
.config-item__row::before {
	content: "";
	position: absolute;
	width: 90px;
	height: 160px;
	background: url("../img/config/star.svg") no-repeat;
	background-size: contain;
}
.config-item__row > *:not(:last-child) {
	margin: 0px 0px 18px 0px;
}
@media (max-width: 700px) {
	.config-item__row {
		border-radius: 18px;
		padding: 30px 20px;
	}
}

.config-item__img {
	width: 72px;
}
.config-item__img img {
	width: 100%;
}
@media (max-width: 820px) {
	.config-item__img {
		width: 60px;
	}
}
@media (max-width: 700px) {
	.config-item__img {
		width: 52px;
	}
}

.advant {
	padding: 0;
	margin: -30px 0px 0px 0px;
	background: #fff;
	position: relative;
}

.advant__bg {
	position: absolute;
	width: 100%;
	height: 100%;
}
.advant__bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
@media (max-width: 480px) {
	.advant__bg img {
		-o-object-position: 40% center;
		   object-position: 40% center;
	}
}

.advant__content {
	position: relative;
	padding: 80px 0px 90px 0px;
}
@media (max-width: 480px) {
	.advant__content {
		padding: 70px 0px;
	}
}

.advant__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.advant__title {
	text-align: center;
	max-width: 530px;
	margin: 0px 0px 40px 0px;
	position: relative;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	top: 50px;
}
.advant__title._watcher-view {
	top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s ease 0.3s;
	-o-transition: all 0.5s ease 0.3s;
	transition: all 0.5s ease 0.3s;
}
@media (max-width: 480px) {
	.advant__title {
		font-size: 33px;
		margin: 0px 0px 30px 0px;
	}
}

.advant-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -8px;
}

.advant-item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	padding: 8px;
	position: relative;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	top: 50px;
}
.advant-item._watcher-view {
	top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s ease 0.3s;
	-o-transition: all 0.5s ease 0.3s;
	transition: all 0.5s ease 0.3s;
}
.advant-item:nth-child(1)._watcher-view {
	-webkit-transition: all 0.5s ease 0.3s;
	-o-transition: all 0.5s ease 0.3s;
	transition: all 0.5s ease 0.3s;
}
.advant-item:nth-child(2)._watcher-view {
	-webkit-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}
.advant-item:nth-child(3)._watcher-view {
	-webkit-transition: all 0.5s ease 0.5s;
	-o-transition: all 0.5s ease 0.5s;
	transition: all 0.5s ease 0.5s;
}
.advant-item:nth-child(4)._watcher-view {
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}
@media (max-width: 700px) {
	.advant-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 80%;
		        flex: 0 0 80%;
	}
}

.advant-item__row {
	background: #4cacfb;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 20px;
	padding: 30px 20px;
	border-radius: 12px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (min-width: 1024px) {
	.advant-item__row:hover {
		-webkit-transform: scale(1.03);
		    -ms-transform: scale(1.03);
		        transform: scale(1.03);
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
}
@media (max-width: 480px) {
	.advant-item__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: center;
		padding: 20px 15px;
	}
}

.advant-item__img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100px;
	        flex: 0 0 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 10px;
}
.advant-item__img img {
	width: 100%;
}
@media (max-width: 820px) {
	.advant-item__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		width: 93px;
	}
}

.advant-item__block > *:not(:last-child) {
	margin: 0px 0px 5px 0px;
}

.advant-item__t {
	font-weight: 600;
	font-size: 25px;
	line-height: 120%;
	color: #fff;
	text-transform: uppercase;
}
@media (max-width: 1138px) {
	.advant-item__t {
		font-size: calc(17px + 11 * ((100vw - 320px) / 1600));
	}
}

.advant-item__text {
	color: #fff;
}

.solution {
	position: relative;
	z-index: 1;
	padding: 0;
	margin: -30px 0px 0px 0px;
}
.solution > ._container {
	max-width: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#49b1fc), to(#0a6ced));
	background: -o-linear-gradient(left, #49b1fc 0%, #0a6ced 100%);
	background: linear-gradient(90deg, #49b1fc 0%, #0a6ced 100%);
	border-radius: 32px;
	padding: 20px;
}
@media (max-width: 480px) {
	.solution > ._container {
		padding: 15px;
	}
}
@media (max-width: 1024px) {
	.solution {
		margin: -30px 0px 0px 0px;
	}
}

.solution__dec1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
}
.solution__dec1 img {
	width: 100%;
}
@media (max-width: 1138px) {
	.solution__dec1 {
		display: none;
	}
}

.solution__content {
	background: #fff;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0px 20px;
}
@media (max-width: 1024px) {
	.solution__content {
		padding: 40px 20px 0 20px;
	}
}

.solution__main {
	max-width: 1080px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 30px 40px;
}
@media (max-width: 1024px) {
	.solution__main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.solution__left {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 830px;
	        flex: 1 1 830px;
	position: relative;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin: 0px -230px 0px 0px;
	padding: 80px 0px;
}
.solution__left._watcher-view {
	left: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s ease 0.3s;
	-o-transition: all 0.5s ease 0.3s;
	transition: all 0.5s ease 0.3s;
}
.solution__left > *:not(:last-child) {
	margin: 0px 0px 40px 0px;
}
@media (max-width: 1138px) {
	.solution__left {
		margin: 0;
	}
}
@media (max-width: 1024px) {
	.solution__left {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		padding: 0;
	}
}

.solution__title {
	text-align: left;
}
@media (max-width: 480px) {
	.solution__title {
		text-align: center;
	}
}

.solution__list ul > *:not(:last-child) {
	margin: 0px 0px 15px 0px;
}
.solution__list ul li {
	position: relative;
	padding: 0px 0px 0px 40px;
}
.solution__list ul li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 26px;
	background: url("../img/auto/1.svg") no-repeat;
	background-size: contain;
}
@media (max-width: 480px) {
	.solution__list ul li::before {
		width: 20px;
		height: 20px;
	}
}
@media (max-width: 480px) {
	.solution__list ul li {
		padding: 0px 0px 0px 32px;
	}
}

.solution__img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 540px;
	        flex: 0 0 540px;
	position: relative;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	left: 50px;
	margin: 0px -130px 0px 0px;
	-ms-flex-item-align: end;
	    -ms-grid-row-align: end;
	    align-self: end;
}
.solution__img._watcher-view {
	left: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}
.solution__img img {
	width: 100%;
	border-radius: 28px;
}
@media (max-width: 480px) {
	.solution__img img {
		border-radius: 16px;
	}
}
.solution__img::before {
	pointer-events: none;
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 250%;
	height: 250%;
	background: url("../img/solution/blur.svg") no-repeat;
	background-size: contain;
}
@media (max-width: 1138px) {
	.solution__img {
		margin: 0;
	}
}
@media (max-width: 1024px) {
	.solution__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		max-width: 400px;
		-ms-flex-item-align: center;
		    -ms-grid-row-align: center;
		    align-self: center;
	}
}
@media (max-width: 480px) {
	.solution__img {
		max-width: 120%;
		margin: 0px -40px 0 -80px;
	}
}

.guard {
	position: relative;
	margin: -30px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
}

.guard__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.guard__bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center top;
	   object-position: center top;
}

.guard__content {
	position: relative;
	padding: 80px 0px 100px 0;
}
@media (max-width: 480px) {
	.guard__content {
		padding: 50px 0px 80px 0px;
	}
}

.guard__title {
	max-width: 600px;
	margin: 0px auto 40px auto;
}
@media (max-width: 480px) {
	.guard__title {
		margin: 0px auto 30px auto;
	}
}

.guard-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -10px;
}

.guard-item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	padding: 10px;
	position: relative;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	top: 50px;
}
.guard-item._watcher-view {
	top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s ease 0.3s;
	-o-transition: all 0.5s ease 0.3s;
	transition: all 0.5s ease 0.3s;
}
.guard-item:nth-child(1)._watcher-view {
	-webkit-transition: all 0.5s ease 0.3s;
	-o-transition: all 0.5s ease 0.3s;
	transition: all 0.5s ease 0.3s;
}
.guard-item:nth-child(2)._watcher-view {
	-webkit-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}
.guard-item:nth-child(3)._watcher-view {
	-webkit-transition: all 0.5s ease 0.5s;
	-o-transition: all 0.5s ease 0.5s;
	transition: all 0.5s ease 0.5s;
}
.guard-item:nth-child(4)._watcher-view {
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}
@media (max-width: 1024px) {
	.guard-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
}
@media (max-width: 480px) {
	.guard-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 80%;
		        flex: 0 0 80%;
	}
}

.guard-item__row {
	position: relative;
	height: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.guard-item__row::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
	background: #0a6ced;
	border-radius: 16px;
}
@media (max-width: 1024px) {
	.guard-item__row::before {
		height: 80%;
	}
}
@media (min-width: 1024px) {
	.guard-item__row:hover {
		-webkit-transform: scale(1.03);
		    -ms-transform: scale(1.03);
		        transform: scale(1.03);
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
}

.guard-item__img {
	border: 10px solid #fff;
	padding: 0px 0px 60% 0px;
	border-radius: 20px;
	margin: 0px 10px;
}
.guard-item__img img {
	border-radius: 14px;
}

.guard-item__text {
	position: relative;
	font-weight: 400;
	font-size: 18px;
	line-height: 133%;
	color: #fff;
	padding: 20px 15px;
}
@media (max-width: 820px) {
	.guard-item__text {
		font-size: 15px;
		padding: 15px;
	}
}

.transform {
	position: relative;
	z-index: 1;
	margin: -30px 0px 0px 0px;
}

.transform__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.transform__bg img {
	border-radius: 30px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center top;
	   object-position: center top;
}
@media (max-width: 480px) {
	.transform__bg img {
		-o-object-position: 80% top;
		   object-position: 80% top;
	}
}

.transform__content {
	position: relative;
	padding: 40px 0px 50px 0;
}
@media (max-width: 600px) {
	.transform__content {
		padding: 0px 0px 30px 0;
	}
}

.transform__row {
	max-width: 824px;
}
.transform__row > *:not(:last-child) {
	margin: 0px 0px 20px 0px;
}

.transform__title {
	color: #fff;
	text-align: left;
	position: relative;
	opacity: 0;
	visibility: hidden;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.transform__title._watcher-view {
	top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s ease 0.3s;
	-o-transition: all 0.5s ease 0.3s;
	transition: all 0.5s ease 0.3s;
}
@media (max-width: 480px) {
	.transform__title {
		text-align: center;
	}
}

.transform__list {
	position: relative;
	opacity: 0;
	visibility: hidden;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.transform__list._watcher-view {
	top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}
.transform__list h3 {
	font-weight: 600;
	font-size: 27px;
	line-height: 137%;
	color: #fff;
}
@media (max-width: 480px) {
	.transform__list h3 {
		font-size: 19px;
	}
}
.transform__list ul {
	color: #fff;
	max-width: 540px;
}
.transform__list ul > *:not(:last-child) {
	margin: 0px 0px 16px 0px;
}
.transform__list li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.transform__list li::before {
	margin: 3px 10px 0px 0px;
	content: "";
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 28px;
	        flex: 0 0 28px;
	width: 28px;
	height: 28px;
	background: url("../img/transform/ok.svg") no-repeat;
	background-size: contain;
}
@media (max-width: 480px) {
	.transform__list li::before {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 20px;
		        flex: 0 0 20px;
		width: 20px;
		height: 20px;
	}
}
.transform__list > *:not(:last-child) {
	margin: 0px 0px 16px 0px;
}

.transform__btn {
	width: 420px;
	max-width: 100%;
	white-space: wrap;
	font-size: 20px;
	height: 85px;
}
@media (max-width: 600px) {
	.transform__btn {
		position: relative;
		bottom: 0;
		background: #fff;
		color: #0a6ced;
		font-size: 15px;
		height: 65px;
	}
}

.start {
	position: relative;
	margin: -30px 0px 0px 0px;
	padding: 0;
}

.start__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.start__bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.start__content {
	position: relative;
	padding-top: 60px;
}
@media (max-width: 820px) {
	.start__content {
		padding-top: 100px;
	}
}
@media (max-width: 480px) {
	.start__content {
		padding-top: 70px;
	}
}

.start__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 700px) {
	.start__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}

.start__right {
	padding: 60px 0px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 890px;
	        flex: 0 1 890px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	left: 50px;
}
.start__right._watcher-view {
	left: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s ease 0.3s;
	-o-transition: all 0.5s ease 0.3s;
	transition: all 0.5s ease 0.3s;
}
@media (max-width: 820px) {
	.start__right {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 500px;
		        flex: 0 1 500px;
		padding: 0 0 40px 0;
	}
}
@media (max-width: 700px) {
	.start__right {
		padding: 0;
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}

.start__title {
	text-align: left;
	margin: 0px 0px 10px 0px;
}
@media (max-width: 820px) {
	.start__title {
		text-align: center;
	}
}
@media (max-width: 480px) {
	.start__title {
		font-size: 22px;
	}
}

.start__text {
	margin: 0px 0px 27px 0px;
	border-radius: 17px;
}
@media (max-width: 480px) {
	.start__text {
		text-align: center;
		margin: 0px 0px 35px 0px;
		font-size: 16px;
	}
}

.start__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 20px;
	margin: 0px 0px 35px 0px;
}
@media (max-width: 700px) {
	.start__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
@media (max-width: 480px) {
	.start__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: center;
		margin: 0px 0px 20px 0px;
	}
}

.today__addr {
	width: 580px;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 20px;
	line-height: 1.4;
	color: #a5a5a5;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	text-align: left;
}
@media (max-width: 1024px) {
	.today__addr {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		text-align: left;
	}
}
@media (max-width: 1024px) {
	.today__addr {
		width: 400px;
	}
}
@media (max-width: 700px) {
	.today__addr {
		width: 250px;
		text-align: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		font-size: 14px;
	}
}

.start__contacts h3 {
	font-weight: 400;
	font-size: 20px;
	line-height: 119%;
	color: #000;
	margin: 0px 0px 5px 25px;
}
@media (max-width: 820px) {
	.start__contacts h3 {
		font-size: 16px;
		margin: 0px 0px 5px 0px;
	}
}

.start__tel {
	font-weight: 600;
	font-size: 25px;
	color: #0a6ced;
	white-space: nowrap;
	position: relative;
	padding: 0px 0px 0px 25px;
}
.start__tel::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 18px;
	height: 18px;
	background: url("../img/icons/tel.svg") no-repeat;
	background-size: contain;
}
@media (max-width: 820px) {
	.start__tel {
		font-size: 20px;
	}
}

.start__web {
	font-weight: 600;
	font-size: 25px;
	color: #0a6ced;
	white-space: nowrap;
	position: relative;
	padding: 0px 0px 0px 36px;
}
.start__web::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 22px;
	height: 22px;
	background: url("../img/icons/web.svg") no-repeat;
	background-size: contain;
}
@media (max-width: 820px) {
	.start__web::before {
		width: 18px;
		height: 18px;
	}
}
@media (max-width: 820px) {
	.start__web {
		font-size: 20px;
		padding: 0px 0px 0px 26px;
	}
}

.start__btn {
	width: 210px;
}

.start__img {
	-ms-flex-item-align: end;
	    -ms-grid-row-align: end;
	    align-self: end;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 600px;
	        flex: 0 1 600px;
	position: relative;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	left: -50px;
	margin: 0px 0px 0px -100px;
}
.start__img._watcher-view {
	left: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s ease 0.3s;
	-o-transition: all 0.5s ease 0.3s;
	transition: all 0.5s ease 0.3s;
}
.start__img img {
	width: 100%;
}
@media (max-width: 700px) {
	.start__img {
		top: 0;
		margin: 0px -25px;
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
	}
}

.totop {
	position: fixed;
	z-index: 100;
	bottom: 30px;
	right: calc((100vw - 1138px) / 2 + 20px);
	width: 52px;
	height: 52px;
	background: url("../img/icons/top.svg") no-repeat;
	background-size: contain;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
}
.totop._active {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (min-width: 1024px) {
	.totop:hover {
		-webkit-transform: scale(1.1);
		    -ms-transform: scale(1.1);
		        transform: scale(1.1);
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
}
@media (max-width: 1138px) {
	.totop {
		right: 20px;
		bottom: 20px;
	}
}