@charset "UTF-8";
@import "../fonts/stylesheet.css";
:root {
	--font-family: "SF Pro Display", sans-serif;
	--second-family: "Onest", sans-serif;
	--third-family: "Bounded", sans-serif;
}

* {
	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: "Onest";
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

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

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: #08070d;
}

._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;
}

body {
	background: #08070d url("../img/bg.webp") no-repeat;
	background-size: 2560px;
	background-position: center -150px;
}
@media (max-width: 1919px) {
	body {
		background-size: calc(1000px + 920 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 1536px) {
	body {
		background-position: center 0px;
	}
}
@media (max-width: 480px) {
	body {
		background: #08070d url("../img/bg-mob.webp") no-repeat;
		background-size: cover;
		background-position: center -30px;
		background-size: 100%;
	}
}

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

._container2 {
	max-width: 976px;
	margin: 0 auto;
	padding: 0 30px;
}
@media (max-width: 480px) {
	._container2 {
		padding: 0 20px;
	}
}

.title {
	font-family: var(--third-family);
	font-weight: 566;
	font-size: 60px;
	position: relative;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.4)), color-stop(47.5%, #fff), to(rgba(255, 255, 255, 0.4)));
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0.4) 0%, #fff 47.5%, rgba(255, 255, 255, 0.4) 100%);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, #fff 47.5%, rgba(255, 255, 255, 0.4) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media (max-width: 1170px) {
	.title {
		font-size: calc(30px + 30 * ((100vw - 320px) / 1600));
	}
}

.btn {
	position: relative;
	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: 30px;
	color: #fff;
	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;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 12px;
	line-height: 128%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	background: #007fe6;
	border-radius: 50px;
}
@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;
		background: #221de3;
	}
}

.text20 {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 20px;
	line-height: 128%;
	color: #fff;
}
@media (max-width: 1024px) {
	.text20 {
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	.text20 {
		font-size: 14px;
	}
}

.text22 {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 22px;
	line-height: 128%;
	color: #fff;
}
@media (max-width: 1024px) {
	.text22 {
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	.text22 {
		font-size: 14px;
	}
}

section {
	padding: 80px 0px 0px 0px;
}
@media (max-width: 820px) {
	section {
		padding: 60px 0px 0px 0px;
	}
}
@media (max-width: 480px) {
	section {
		padding: 40px 0px 0px 0px;
	}
}

.header {
	position: fixed;
	z-index: 10;
	top: 34px;
	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._fixed {
	padding: 10px 0px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	top: 0;
	background: rgba(0, 0, 0, 0.8);
}
@media (max-width: 820px) {
	.header._fixed {
		padding: 0;
	}
}
@media (max-width: 820px) {
	.header {
		top: 0;
	}
}

.header__row {
	border-radius: 9px;
	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: 1100px) {
	.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 1 140px;
	        flex: 0 1 140px;
	position: relative;
	z-index: 5;
}
.header__logo img {
	width: 100%;
}
@media (max-width: 1170px) {
	.header__logo {
		min-width: 100px;
	}
}
@media (max-width: 480px) {
	.header__logo {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 140px;
		        flex: 0 0 140px;
	}
}

.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: 1100px) {
	.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(--second-family);
	font-weight: 400;
	font-size: 13px;
	line-height: 128%;
	text-align: center;
	color: #fff;
	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;
	white-space: nowrap;
}
.menu__link::after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #54aee2;
	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 {
		-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;
}
@media (max-width: 480px) {
	.menu__link {
		font-size: 16px;
	}
}

.menu__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
@media (max-width: 1100px) {
	.menu__body {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		opacity: 0;
		visibility: hidden;
		-webkit-backdrop-filter: blur(16px);
		        backdrop-filter: blur(16px);
		width: 100%;
		height: 100vh;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		-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 {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		opacity: 1;
		visibility: visible;
	}
}
@media (max-width: 1100px) and (max-width: 1100px) {
	.menu__body {
		padding: 95px 20px 75px 20px;
	}
}
@media (max-width: 1100px) and (max-width: 480px) {
	.menu__body {
		padding: 85px 20px;
	}
}
@media (max-width: 1100px) {
	.menu__body > *:not(:last-child) {
		margin: 0px 0px 30px 0px;
	}
}
@media (max-width: 1100px) and (max-width: 480px) {
	.menu__body > *:not(:last-child) {
		margin: 0px 0px 20px 0px;
	}
}

.icon-menu {
	display: none;
}
@media (max-width: 1100px) {
	.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: #fff;
	}
	.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: #150244;
	background-size: cover;
	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;
}
@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;
	max-width: 540px;
}
@media (max-width: 480px) {
	.popup__title {
		font-size: 25px;
		margin: 0px 0px 20px 0px;
	}
}

.callback-demo .popup__content {
	background: #150244;
	background-size: cover;
}
@media (max-width: 480px) {
	.callback-demo .popup__content {
		background-position: 70% center;
	}
}
.callback-demo .popup__title {
	max-width: 100%;
	font-size: 33px;
}
@media (max-width: 1170px) {
	.callback-demo .popup__title {
		font-size: calc(19px + 16 * ((100vw - 320px) / 1600));
	}
}
/* Модальное окно */
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.modal.show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 1;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.modal-content {
	background-color: white;
	width: 90%;
	height: 90%;
	max-width: 1200px;
	max-height: 800px;
	border-radius: 8px;
	position: relative;
	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-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	-webkit-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	        transform: scale(0.7);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.modal.show .modal-content {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

/* Заголовок модального окна */
.modal-header {
	padding: 15px 20px;
	border-bottom: 1px solid #dee2e6;
	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;
	background-color: #f8f9fa;
	border-radius: 8px 8px 0 0;
}

.modal-title {
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

.close {
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	color: #666;
	padding: 0;
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.close:hover {
	background-color: #e9ecef;
	color: #000;
}

/* Контейнер для PDF */
.pdf-container {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 0;
	overflow: hidden;
}

.pdf-iframe {
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 0 0 8px 8px;
}

/* Индикатор загрузки */
.loading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 200px;
	font-size: 16px;
	color: #666;
}

.spinner {
	width: 40px;
	height: 40px;
	border: 4px solid #f3f3f3;
	border-top: 4px solid #007bff;
	border-radius: 50%;
	-webkit-animation: spin 1s linear infinite;
	        animation: spin 1s linear infinite;
	margin-right: 15px;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
/* Сообщение об ошибке */
.error-message {
	text-align: center;
	padding: 40px 20px;
	color: #dc3545;
	font-size: 16px;
}

.error-message .error-icon {
	font-size: 48px;
	margin-bottom: 15px;
	display: block;
}

/* Адаптивность */
@media (max-width: 768px) {
	.modal-content {
		width: 95%;
		height: 95%;
		margin: 2.5%;
	}

	.modal-header {
		padding: 10px 15px;
	}

	.modal-title {
		font-size: 16px;
	}
}
/* Дополнительные кнопки управления */
.modal-controls {
	padding: 10px 20px;
	background-color: #f8f9fa;
	border-top: 1px solid #dee2e6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.control-btn {
	padding: 8px 16px;
	background-color: #6c757d;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	-webkit-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}

.control-btn:hover {
	background-color: #5a6268;
}

.control-btn.primary {
	background-color: #007bff;
}

.control-btn.primary:hover {
	background-color: #0056b3;
}

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;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0px 20px;
}

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

.swiper-pagination-bullet-active {
	background: #292929;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 14px;
	        flex: 0 0 14px;
	height: 14px;
	background: #fff;
}

.slider-controls {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	padding: 40px 0px 0px 0px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.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);
}
.slider-controls .button-prev {
	margin: 0px 20px 0px 0px;
}

.button-prev {
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 40px;
	height: 40px;
	background: url("../img/icons/p-left.svg") no-repeat;
	background-size: contain;
	background-position: center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (min-width: 1024px) {
	.button-prev: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;
	}
}

.button-next {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 40px;
	height: 40px;
	background: url("../img/icons/p-right.svg") no-repeat;
	background-size: contain;
	background-position: center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (min-width: 1024px) {
	.button-next: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;
	}
}

.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;
}

.staff-slider {
	position: relative;
}
.staff-slider .swiper {
	overflow: visible;
}
.staff-slider .swiper-wrapper {
	position: relative;
	width: 900px;
	height: 900px;
	border-radius: 50%;
	-webkit-animation: rotateCircle 50s linear infinite;
	        animation: rotateCircle 50s linear infinite;
	margin: 0 auto;
}
@media (max-width: 1100px) {
	.staff-slider .swiper-wrapper {
		-webkit-animation: none;
		        animation: none;
		width: 100%;
		height: auto;
	}
}
.staff-slider .swiper-pagination {
	display: none;
}
@media (max-width: 1100px) {
	.staff-slider .swiper-pagination {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 50px 0px 0px 0px;
		position: relative;
		z-index: 2;
	}
}
.staff-slider .slider-controls {
	display: none;
}
@media (max-width: 1100px) {
	.staff-slider .slider-controls {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		margin: 30px 0px 0px 0px;
	}
}

.staff__item {
	position: absolute;
	-webkit-animation: counterRotate 50s linear infinite;
	        animation: counterRotate 50s linear infinite;
}
.staff__item:nth-child(1) {
	top: calc(50% - 533px);
	left: calc(50% - 83px);
}
.staff__item:nth-child(2) {
	top: calc(50% - 401px);
	left: calc(50% + 235px);
}
.staff__item:nth-child(3) {
	top: calc(50% - 83px);
	left: calc(50% + 367px);
}
.staff__item:nth-child(4) {
	top: calc(50% + 235px);
	left: calc(50% + 235px);
}
.staff__item:nth-child(5) {
	top: calc(50% + 367px);
	left: calc(50% - 83px);
}
.staff__item:nth-child(6) {
	top: calc(50% + 235px);
	left: calc(50% - 401px);
}
.staff__item:nth-child(7) {
	top: calc(50% - 83px);
	left: calc(50% - 533px);
}
.staff__item:nth-child(8) {
	top: calc(50% - 401px);
	left: calc(50% - 401px);
}
@media (max-width: 1100px) {
	.staff__item {
		position: relative;
		top: 0 !important;
		left: 0 !important;
		-webkit-animation: none;
		        animation: none;
		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;
	}
}

.staff-slider__img {
	width: 166px;
	height: 166px;
	position: relative;
}
.staff-slider__img img {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	border-radius: 50%;
}
.staff-slider__img::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 184px;
	height: 184px;
	background: url("../img/staff/circle.svg") no-repeat;
	background-size: contain;
}
@media (max-width: 1100px) {
	.staff-slider__img::before {
		width: 136px;
		height: 136px;
	}
}
@media (max-width: 1100px) {
	.staff-slider__img {
		width: 124px;
		height: 124px;
	}
}

.staff-slider__block {
	position: absolute;
	top: calc(100% + 40px);
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	text-align: center;
	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;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	line-height: 1.1;
}
.staff-slider__block::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 140%;
	height: 140%;
	background: url("../img/staff/frame.svg") no-repeat;
	background-size: contain;
	background-position: center;
}
.staff-slider__block > *:not(:last-child) {
	margin: 0px 0px 10px 0px;
}
@media (max-width: 1100px) {
	.staff-slider__block {
		position: relative;
		top: 0;
		left: 0;
		margin: 30px 0px 0px 0px;
		-webkit-transform: translate(0);
		    -ms-transform: translate(0);
		        transform: translate(0);
		width: 124px;
	}
}

.staff-slider__name {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	color: #fff;
}
@media (max-width: 1100px) {
	.staff-slider__name {
		font-size: 16px;
	}
}

.staff-slider__post {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 13px;
	color: #fff;
}

@-webkit-keyframes rotateCircle {
	from {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes rotateCircle {
	from {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@-webkit-keyframes counterRotate {
	from {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(-360deg);
		        transform: rotate(-360deg);
	}
}
@keyframes counterRotate {
	from {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(-360deg);
		        transform: rotate(-360deg);
	}
}
.cases-slider {
	position: relative;
}
.cases-slider .swiper-pagination1 {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 40px 0px 0px 0px;
}
.cases-slider .slider-controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin: 30px 0px 0px 0px;
}

.cases-slider__container {
	position: relative;
}

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

.hero {
	position: relative;
	z-index: 1;
	padding: 0;
}

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

.hero__content {
	position: relative;
	height: 700px;
	padding: 200px 0px 40px 0px;
}
@media (min-width: 1921px) {
	.hero__content {
		height: calc(700px + 200 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 1170px) {
	.hero__content {
		height: calc(470px + 330 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 700px) {
	.hero__content {
		padding: 160px 0px 40px 0px;
	}
}
@media (max-width: 480px) {
	.hero__content {
		padding: 120px 0px 40px 0px;
		height: calc(550px + 50 * ((100vw - 320px) / 1600));
	}
}

.hero__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;
}
.hero__row > *:not(:last-child) {
	margin: 0px 0px 20px 0px;
}
@media (max-width: 480px) {
	.hero__row > *:not(:last-child) {
		margin: 0px 0px 10px 0px;
	}
}

.hero__title {
	font-size: 87px;
}
@media (max-width: 1170px) {
	.hero__title {
		font-size: calc(44px + 46 * ((100vw - 320px) / 1600));
	}
}

.hero__text {
	max-width: 595px;
	text-align: center;
}

.about {
	position: relative;
}
@media (max-width: 480px) {
	.about {
		padding: 0;
		margin: -50px 0px 0px 0px;
	}
}

.about__bg {
	position: absolute;
	top: -160px;
	left: 0;
	width: 100%;
	min-width: 1400px;
}
.about__bg img {
	width: 100%;
}
@media (max-width: 480px) {
	.about__bg {
		left: unset;
		right: 0;
	}
}

.about__content {
	position: relative;
	z-index: 1;
}

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

.about__title {
	font-size: 50px;
}
@media (max-width: 1170px) {
	.about__title {
		font-size: calc(25px + 25 * ((100vw - 320px) / 1600));
	}
}

.about__block {
	position: relative;
	border: 1px solid #96e8e3;
	border-radius: 28px;
	padding: 45px 55px 35px 55px;
	text-align: center;
}
.about__block::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	border: 1px solid #96e8e3;
	border-radius: 28px;
}
@media (max-width: 480px) {
	.about__block::after {
		top: 5px;
		left: 5px;
		border-radius: 22px;
	}
}
@media (max-width: 820px) {
	.about__block {
		padding: 35px 35px 25px 35px;
	}
}
@media (max-width: 480px) {
	.about__block {
		padding: 25px 25px 15px 25px;
		border-radius: 22px;
	}
}

.products {
	position: relative;
}

.products__bg {
	position: absolute;
	top: 300px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.products__bg img {
	width: 100%;
}
@media (max-width: 1170px) {
	.products__bg {
		top: calc(100px + 300 * ((100vw - 320px) / 1600));
	}
}

.products__content {
	position: relative;
}

.products__title {
	margin: 0px 0px 85px 0px;
}
@media (max-width: 1170px) {
	.products__title {
		margin: 0px 0px 40px 0px;
	}
}
@media (max-width: 480px) {
	.products__title {
		margin: 0px 0px 25px 0px;
	}
}

.products-items > *:not(:last-child) {
	margin: 0px 0px 14px 0px;
}

.products-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 100px;
	padding: 30px 48px;
	border: 1px solid #676767;
	border-radius: 20px;
	overflow: hidden;
}
.products-item:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
@media (max-width: 700px) {
	.products-item:nth-child(even) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
@media (max-width: 1024px) {
	.products-item {
		gap: 22px 50px;
		padding: 30px;
	}
}
@media (max-width: 700px) {
	.products-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

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

.products-item__block {
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	-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;
}

.products-item__t {
	font-family: var(--third-family);
	font-weight: 400;
	font-size: 28px;
	color: #fff;
}

.products-item__text {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

.products__link {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 19px;
	line-height: 96%;
	background: -o-linear-gradient(327deg, #60a1ed 0%, #77bfe9 41.3%, #97e9e3 100%);
	background: linear-gradient(123deg, #60a1ed 0%, #77bfe9 41.3%, #97e9e3 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 15px 0px 0px 0px;
	position: relative;
	padding: 0px 20px 0px 0px;
}
.products__link::before {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 1px;
	background: -o-linear-gradient(327deg, #60a1ed 0%, #77bfe9 41.3%, #97e9e3 100%);
	background: linear-gradient(123deg, #60a1ed 0%, #77bfe9 41.3%, #97e9e3 100%);
}
.products__link::after {
	content: "";
	position: absolute;
	top: 4px;
	right: 0;
	width: 12px;
	height: 12px;
	background: url("../img/icons/arrow.svg") no-repeat;
	background-size: contain;
}
@media (max-width: 480px) {
	.products__link::after {
		width: 8px;
		height: 8px;
	}
}
@media (min-width: 1024px) {
	.products__link:hover {
		text-decoration: underline;
	}
	.products__link:hover::before {
		display: none;
	}
}
@media (max-width: 480px) {
	.products__link {
		padding: 0px 14px 0px 0px;
		font-size: 14px;
	}
}

.products__img {
	position: relative;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 212px;
	        flex: 0 0 212px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.products__img img {
	width: 100%;
}
@media (min-width: 1024px) {
	.products__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: 820px) {
	.products__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 150px;
		        flex: 0 0 150px;
	}
}
@media (max-width: 700px) {
	.products__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		width: 178px;
	}
}

.products__btn {
	height: 68px;
	font-size: 18px;
	padding: 10px 30px;
	margin: 48px 0px 0px 0px;
	top: 0;
	left: 50% !important;
	-webkit-transform: translate(-50%, 0) !important;
	    -ms-transform: translate(-50%, 0) !important;
	        transform: translate(-50%, 0) !important;
	white-space: wrap;
}
@media (max-width: 820px) {
	.products__btn {
		height: 62px;
		font-size: 14px;
		margin: 40px 0px 0px 0px;
	}
}

.whyus {
	position: relative;
}

.whyus__bg {
	position: absolute;
	top: 300px;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.whyus__bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
@media (max-width: 480px) {
	.whyus__bg {
		display: block;
	}
}

.whyus__title {
	margin: 0px 0px 45px 0px;
}
@media (max-width: 480px) {
	.whyus__title {
		margin: 0px 0px 25px 0px;
	}
}

.whyus__row {
	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: -9px;
}

.whyus-item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.333%;
	        flex: 0 0 33.333%;
	padding: 9px;
}
@media (max-width: 1024px) {
	.whyus-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 90%;
		        flex: 0 0 90%;
	}
}

.whyus-item__row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 10px 25px 35px 25px;
	height: 100%;
	gap: 20px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (min-width: 1024px) {
	.whyus-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) {
	.whyus-item__row {
		padding: 45px 20px;
		gap: 10px;
	}
}

.whyus-item__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.whyus-item__bg img {
	border-radius: 15px;
	border: 1px solid #606060;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
.whyus-item__bg::before {
	border-radius: 15px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
}

.whyus-item__img {
	position: relative;
	width: 180px;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}
.whyus-item__img img {
	width: 100%;
}

.whyus-item__t {
	position: relative;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 20px;
	line-height: 128%;
	text-transform: uppercase;
	color: #fff;
}
@media (max-width: 820px) {
	.whyus-item__t {
		font-size: 18px;
	}
}

.whyus-item__text {
	position: relative;
}
@media (max-width: 480px) {
	.whyus-item__text {
		font-size: 18px;
	}
}

.mag-main {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 14px;
	border: 1px solid #4d4d4d;
	overflow: hidden;
	padding: 60px 0px 70px 86px;
}
@media (max-width: 1024px) {
	.mag-main {
		padding: 40px;
	}
}
@media (max-width: 760px) {
	.mag-main {
		-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-bottom: 0;
	}
}
@media (max-width: 480px) {
	.mag-main {
		padding: 40px 20px 0px 20px;
	}
}

.mag-main__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mag-main__bg img {
	border-radius: 14px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
@media (max-width: 480px) {
	.mag-main__bg {
		opacity: 0.6;
	}
}

.mag-main__left {
	max-width: 590px;
	position: relative;
}
.mag-main__left ul {
	text-align: left;
}
.mag-main__left ul > *:not(:last-child) {
	margin: 0px 0px 15px 0px;
}
.mag-main__left li {
	position: relative;
	padding: 0px 0px 0px 30px;
}
@media (max-width: 820px) {
	.mag-main__left li {
		font-size: 16px;
	}
}
.mag-main__left li::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 15px;
	height: 15px;
	background: url("../img/mag/dot.svg") no-repeat;
	background-size: contain;
}
@media (max-width: 480px) {
	.mag-main__left li::before {
		top: 2px;
	}
}
.mag-main__left > *:not(:last-child) {
	margin: 0px 0px 20px 0px;
}
@media (max-width: 1170px) {
	.mag-main__left {
		max-width: calc(250px + 350 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 760px) {
	.mag-main__left {
		max-width: 100%;
	}
}
@media (max-width: 480px) {
	.mag-main__left {
		text-align: center;
	}
}

.mag-main__sub {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 19px;
	line-height: 128%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
	margin: 0px 0px 10px 0px !important;
}
@media (max-width: 1024px) {
	.mag-main__sub {
		font-size: 16px;
	}
}
@media (max-width: 480px) {
	.mag-main__sub {
		text-align: center;
	}
}

.mag-main__t {
	font-family: var(--third-family);
	font-weight: 566;
	font-size: 52px;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.2;
}
@media (max-width: 1170px) {
	.mag-main__t {
		font-size: calc(38px + 14 * ((100vw - 320px) / 1600));
	}
}

.mag-main__right {
	position: absolute;
	bottom: 0;
	right: 10px;
	height: 624px;
}
.mag-main__right img {
	height: 100%;
}
@media (max-width: 1170px) {
	.mag-main__right {
		height: calc(200px + 924 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 760px) {
	.mag-main__right {
		position: relative;
		right: 0;
		width: 350px;
		height: auto;
		margin: 0px 0px -110px 0px;
	}
	.mag-main__right img {
		width: 100%;
	}
}

.staff {
	position: relative;
	z-index: 2;
	padding: 130px 0px 220px 0px;
}
@media (max-width: 480px) {
	.staff {
		padding: 60px 0px 0px 0px;
	}
}

.staff__bg {
	position: absolute;
	top: 260px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 100%;
	min-width: 1920px;
}
.staff__bg::before {
	content: "";
	position: absolute;
	top: -200px;
	left: 0;
	width: 100vw;
	height: 500px;
	background: url("../img/oval.webp") no-repeat;
	background-size: contain;
}
.staff__bg::after {
	content: "";
	position: absolute;
	bottom: -250px;
	left: 0;
	width: 100vw;
	height: 500px;
	background: url("../img/oval.webp") no-repeat;
	background-size: contain;
}
.staff__bg img {
	width: 100%;
}
@media (max-width: 480px) {
	.staff__bg {
		min-width: 1200px;
		top: 260px;
	}
}

.staff__content img {
	width: 100%;
}

.staff__title {
	margin: 0px 0px 140px 0px;
}
@media (max-width: 1100px) {
	.staff__title {
		margin: 0px 0px 30px 0px;
	}
}

.staff-slider-big {
	position: absolute;
	top: 54%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 345px;
	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;
}
@media (max-width: 1100px) {
	.staff-slider-big {
		position: relative;
		top: 0;
		left: 0;
		-webkit-transform: translate(0);
		    -ms-transform: translate(0);
		        transform: translate(0);
		margin: 0 auto;
		width: 314px;
	}
}
.staff-slider-big > *:not(:last-child) {
	margin: 0px 0px 10px 0px;
}
@media (max-width: 1100px) {
	.staff-slider-big {
		margin: 0px auto 30px auto;
	}
}

.staff-slider-big__img img {
	width: 100%;
}

.staff-slider-big__label {
	border: 1px solid #afafaf;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.1);
	text-align: center;
	padding: 10px 18px;
}
.staff-slider-big__label > *:not(:last-child) {
	margin: 0px 0px 10px 0px;
}

.staff-slider-big__name {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 22px;
	color: #fff;
}
@media (max-width: 480px) {
	.staff-slider-big__name {
		font-size: 20px;
	}
}

.staff-slider-big__post {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 13px;
	text-align: center;
	color: #fff;
}
@media (max-width: 480px) {
	.staff-slider-big__post {
		font-size: 12px;
	}
}

.cases {
	position: relative;
	z-index: 2;
}

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

.cases__content {
	position: relative;
}

.cases__title {
	margin: 0px 0px 30px 0px;
}

.cases-slider-item {
	border: 1px solid #606060;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}
.cases-slider-item::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: calc(100% - 26px);
	height: calc(100% - 40px);
	border: 1px solid #606060;
	border-radius: 15px;
}
@media (max-width: 1024px) {
	.cases-slider-item::before {
		width: calc(100% - 22px);
	}
}

.cases-slider-item__t {
	font-family: var(--third-family);
	font-weight: 400;
	font-size: 28px;
	line-height: 1.1;
	color: #fff;
	padding: 50px 40px 30px 40px;
	position: relative;
}
.cases-slider-item__t::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: calc(100% - 28px);
	height: 1px;
	background: #606060;
}
@media (max-width: 820px) {
	.cases-slider-item__t {
		font-size: 20px;
		padding: 35px 30px 15px 30px;
	}
}

.cases-slider-item__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	margin: 0px 0px 10px 0px;
	padding: 20px 40px;
}
@media (max-width: 1024px) {
	.cases-slider-item__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 20px 30px;
	}
}

.cases-slider-item__col {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 50%;
	        flex: 0 1 50%;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
	color: #fff;
}
.cases-slider-item__col h3 {
	text-transform: uppercase;
	font-weight: 700;
	margin: 0px 0px 10px 0px !important;
}
.cases-slider-item__col b {
	font-weight: 700;
}
.cases-slider-item__col ul {
	padding: 0px 0px 0px 20px;
}
.cases-slider-item__col ul > *:not(:last-child) {
	margin: 0px 0px 10px 0px;
}
.cases-slider-item__col li {
	position: relative;
	list-style: disc;
}
.cases-slider-item__col > *:not(:last-child) {
	margin: 0px 0px 20px 0px;
}
@media (max-width: 820px) {
	.cases-slider-item__col {
		font-size: 16px;
	}
}
@media (max-width: 480px) {
	.cases-slider-item__col {
		font-size: 14px;
	}
}

.cases-slider-item__bot {
	position: relative;
	min-height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0px 40px;
	margin: 0px 0px 50px 0px;
}
@media (max-width: 1024px) {
	.cases-slider-item__bot {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 0px 24px;
	}
}

.cases-slider-item__img {
	position: absolute;
	top: 0;
	left: 40px;
	width: 220px;
	height: 300px;
	margin: 0px 0px 0px 30px;
}
.cases-slider-item__img img {
	border-radius: 20px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
@media (max-width: 1024px) {
	.cases-slider-item__img img {
		border-radius: 50%;
	}
}
@media (max-width: 1024px) {
	.cases-slider-item__img {
		left: 0;
		position: relative;
		width: 138px;
		height: 138px;
		margin: 0 auto;
	}
}

.cases-slider-item__block {
	margin: 30px 0px 0px 0px;
}
@media (max-width: 1024px) {
	.cases-slider-item__block {
		margin: -69px 0px 0px 0px;
	}
}

.cases-slider-item__text {
	border: 1px solid #606060;
	border-radius: 15px;
	background: #010d1a;
	padding: 24px 20px 24px 280px;
}
@media (max-width: 1024px) {
	.cases-slider-item__text {
		padding: 85px 15px 20px 15px;
	}
}

.cases-slider-item__name {
	padding: 10px 0px 0px 280px;
}
@media (max-width: 1024px) {
	.cases-slider-item__name {
		padding: 15px 0px 0px 0px;
	}
}

.faq {
	position: relative;
	z-index: 1;
}
.faq .block > *:not(:last-child) {
	margin: 0px 0px 10px 0px;
}
.faq .block__title {
	width: 100%;
	text-align: left;
	padding: 25px 65px 25px 47px;
	background: #010d1a;
	border: 1px solid #606060;
	border-radius: 15px;
	position: relative;
}
.faq .block__title::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 26px;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 30px;
	height: 30px;
	background: url("../img/faq/x.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;
}
@media (max-width: 480px) {
	.faq .block__title::after {
		width: 24px;
		height: 24px;
		right: 15px;
	}
}
.faq .block__title._active::after {
	-webkit-transform: translate(0, -50%) rotate(-45deg);
	    -ms-transform: translate(0, -50%) rotate(-45deg);
	        transform: translate(0, -50%) rotate(-45deg);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (max-width: 820px) {
	.faq .block__title {
		padding: 20px 55px 20px 20px;
	}
}
@media (max-width: 480px) {
	.faq .block__title {
		padding: 15px 45px 15px 15px;
	}
}
.faq .block__text {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
	border: 1px solid #606060;
	border-radius: 15px;
	padding: 30px 47px;
	margin: 10px 0px 0px 0px;
}
@media (max-width: 820px) {
	.faq .block__text {
		padding: 20px;
		font-size: 16px;
	}
}
@media (max-width: 480px) {
	.faq .block__text {
		font-size: 14px;
		padding: 15px;
	}
}

.faq__bg {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1400px;
}
.faq__bg img {
	width: 100%;
}
@media (max-width: 480px) {
	.faq__bg {
		right: 0;
		left: unset;
		top: -200px;
	}
}

.faq__title {
	margin: 0px 0px 35px 0px;
}

.footer {
	position: relative;
	z-index: 1;
	width: 1310px;
	max-width: 100%;
	-webkit-backdrop-filter: blur(39px);
	        backdrop-filter: blur(39px);
	border: 1px solid #646464;
	border-bottom: 0;
	border-radius: 30px 30px 0 0;
	margin: 130px auto 0 auto;
	padding: 50px 0px 30px 0px;
}
@media (max-width: 820px) {
	.footer {
		margin: 80px 0px 0px 0px;
	}
}

.footer__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	-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;
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 15px;
	line-height: 146%;
	text-align: center;
	color: #fff;
}
.footer__row a, .footer__row button {
	color: #fff;
}
@media (max-width: 480px) {
	.footer__row {
		font-size: 12px;
	}
}

.footer__logo {
	width: 200px;
}
.footer__logo img {
	width: 100%;
}
@media (max-width: 480px) {
	.footer__logo {
		width: 158px;
	}
}

.footer__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 10px 50px;
}
.footer__links a {
	position: relative;
	white-space: nowrap;
}
@media (min-width: 1024px) {
	.footer__links a:hover {
		text-decoration: underline;
	}
}
.footer__links > *:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
}
@media (max-width: 480px) {
	.footer__links > *:not(:last-child)::after {
		right: -10px;
		width: 3px;
		height: 3px;
	}
}
@media (max-width: 480px) {
	.footer__links {
		gap: 10px 16px;
	}
}

.footer__contacts p img {
	margin: 0px 0px 0px 10px;
	width: 18px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (min-width: 1024px) {
	.footer__contacts p img: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;
	}
}
.footer__contacts p a {
	white-space: nowrap;
}
.footer__contacts > *:not(:last-child) {
	margin: 0px 0px 10px 0px;
}

.footer__info {
	max-width: 760px;
}

.footer__copy {
	margin: -10px 0px 0px 0px;
	position: relative;
	padding: 20px 0px 0px 0px;
}
.footer__copy p {
	color: #626262;
}
.footer__copy::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 260px;
	height: 1px;
	background: #646464;
}

.totop {
	position: fixed;
	z-index: 100;
	bottom: 30px;
	right: calc((100vw - 1170px) / 2 + 20px);
	width: 52px;
	height: 52px;
	background: url("../img/icons/totop.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);
	opacity: 0.5;
}
.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: 1170px) {
	.totop {
		right: 20px;
		bottom: 20px;
	}
}