@import "../fonts/stylesheet.css";
:root {
	--font-family: "Mulish", sans-serif;
	--second-family: "SF Pro Display", sans-serif;
	--third-family: "SF Pro Display", 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: "Mulish";
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

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

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

._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: 1170px;
	margin: 0 auto;
	padding: 0 30px;
}
@media (max-width: 480px) {
	._container {
		padding: 0 20px;
	}
}

.title {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 68px;
	text-transform: uppercase;
	color: #fff;
}
@media (max-width: 1919px) {
	.title {
		font-size: calc(40px + 28 * ((100vw - 320px) / 1600));
	}
}

.text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	line-height: 1.3;
}
@media (max-width: 820px) {
	.text {
		font-size: 16px;
	}
}
@media (max-width: 480px) {
	.text {
		font-size: 14px;
	}
}

.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 50px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	border-radius: 39px;
	height: 77px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-family: var(--third-family);
	font-weight: 700;
	font-size: 15px;
	line-height: 74%;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-align: center;
	color: #412819;
	background: -webkit-gradient(linear, left top, right top, from(#ffce70), color-stop(50%, #fedd9b), to(#ffce70));
	background: -o-linear-gradient(left, #ffce70 0%, #fedd9b 50%, #ffce70 100%);
	background: linear-gradient(90deg, #ffce70 0%, #fedd9b 50%, #ffce70 100%);
}
.btn img {
	width: 15px;
	margin: 0px 10px 0px 0px;
}
@media (max-width: 1024px) {
	.btn {
		height: 60px;
		padding: 10px 35px;
	}
}

.header {
	position: relative;
	z-index: 2;
	top: 12px;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin: 0px 0px 12px 0px;
}
@media (max-width: 1024px) {
	.header {
		top: 0;
		margin: 0;
	}
}

.header__row {
	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;
	height: 66px;
	background: -o-linear-gradient(293deg, #222632 0%, #75787f 32%, #fefefe 50%, #86898f 68%, #222632 100%);
	background: linear-gradient(157deg, #222632 0%, #75787f 32%, #fefefe 50%, #86898f 68%, #222632 100%);
	position: relative;
	z-index: 2;
	border-radius: 10px;
	padding: 0px 20px;
}
.header__row::before {
	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: calc(100% - 2px);
	height: calc(100% - 2px);
	background: #191d29;
	border-radius: 10px;
}
@media (max-width: 1024px) {
	.header__row::before {
		display: none;
	}
}
@media (max-width: 1024px) {
	.header__row {
		background: none;
		padding: 0;
	}
}
.header__logo {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100px;
	        flex: 0 0 100px;
	position: relative;
	z-index: 5;
}
.header__logo img {
	width: 100%;
}

.menu {
	position: relative;
	z-index: 2;
	min-width: 100%;
}

.menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	min-width: 100%;
}
.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: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
	.menu__list li {
		margin: 0px 0px 30px 0px;
	}
}

.menu__link {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	-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 {
		color: #ffd27b;
		-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;
		left: 0;
		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;
		opacity: 0;
		visibility: hidden;
		-webkit-backdrop-filter: blur(16px);
		        backdrop-filter: blur(16px);
	}
	.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: 1024px) and (max-width: 1024px) {
	.menu__body {
		padding: 125px 40px 75px 40px;
	}
}
@media (max-width: 1024px) and (max-width: 480px) {
	.menu__body {
		padding: 100px 20px;
	}
}
@media (max-width: 1024px) {
	.menu__body > *:not(:last-child) {
		margin: 0px 0px 30px 0px;
	}
}

.icon-menu {
	display: none;
}
@media (max-width: 1024px) {
	.icon-menu {
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		-webkit-transform: translate(0, -50%);
		    -ms-transform: translate(0, -50%);
		        transform: translate(0, -50%);
		width: 26px;
		height: 16px;
		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: 1px;
		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% - 0.5px);
	}
	.icon-menu._active span:last-child {
		-webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotate(45deg);
		bottom: calc(50% - 0.5px);
	}
}
@media (max-width: 480px) {
	.icon-menu {
		right: 0px;
	}
}

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: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	background: url("../img/icons/close.svg") no-repeat;
	background-size: contain;
}

.callback-popup .popup__content {
	max-width: 730px;
}
.popup-video .popup__content {
	max-width: 1500px;
}
.popup-video .popup__close {
	top: -35px;
	right: 5px;
	width: 30px;
	height: 30px;
}
@media (max-width: 1400px) {
	.popup-video .popup__close {
		right: 0px;
		top: 0px;
	}
}
.popup-video iframe, .popup-video video {
	width: 100%;
	height: calc(100vh - 100px);
}

footer {
	background: #8E8E8E;
}

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

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

.hero__content {
	position: relative;
	-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;
	min-height: 580px;
}
.hero__content ._container {
	width: 100%;
	height: 100%;
	-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;
}
@media (max-width: 1170px) {
	.hero__content {
		min-height: 400px;
	}
}

.hero__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
@media (max-width: 700px) {
	.hero__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 20px 0px 0px 0px;
	}
}

.hero__left {
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}
.hero__left > *:not(:last-child) {
	margin: 0px 0px 10px 0px;
}

.hero__title {
	font-weight: 300;
	font-size: 111px;
	line-height: 1;
	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;
}
.hero__title span {
	margin: 0px 0px 0px 90px;
}
@media (max-width: 1024px) {
	.hero__title span {
		margin: 0px 0px 0px 60px;
	}
}
@media (max-width: 480px) {
	.hero__title span {
		margin: 0 auto;
	}
}
@media (max-width: 1170px) {
	.hero__title {
		font-size: calc(40px + 71 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 480px) {
	.hero__title {
		font-size: 66px;
		text-align: center;
	}
}

.hero__sub {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 27px;
	letter-spacing: 0.08em;
	background: -o-linear-gradient(293deg, rgba(255, 255, 255, 0.3) 0%, white 50%, rgba(255, 255, 255, 0.3) 100%);
	background: linear-gradient(157deg, rgba(255, 255, 255, 0.3) 0%, white 50%, rgba(255, 255, 255, 0.3) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	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.5s;
	-o-transition: all 0.5s ease 0.5s;
	transition: all 0.5s ease 0.5s;
}
.hero__sub::before {
	content: "";
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 78px;
	height: 1px;
	background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0.2)));
	background: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0.2));
	background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.2));
	margin: 0px 14px 0px 0px;
}
@media (max-width: 1919px) {
	.hero__sub::before {
		width: calc(30px + 48 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 480px) {
	.hero__sub::before {
		display: none;
	}
}
@media (max-width: 1919px) {
	.hero__sub {
		font-size: calc(16px + 11 * ((100vw - 320px) / 1600));
	}
}

.hero__img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 548px;
	        flex: 0 1 548px;
	-ms-flex-item-align: end;
	    -ms-grid-row-align: end;
	    align-self: end;
	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;
}
.hero__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;
}
.hero__img img {
	width: 100%;
}
@media (max-width: 700px) {
	.hero__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		max-width: 440px;
		-ms-flex-item-align: center;
		    -ms-grid-row-align: center;
		    align-self: center;
	}
}
@media (max-width: 480px) {
	.hero__img {
		max-width: 140%;
		width: 140%;
		margin: 0px -100px 0 -50px;
	}
}

.about {
	margin: -20px 0px 0px 0px;
}

.about__main {
	position: relative;
}
.about__main::before {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: calc(100% - 6px);
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 330px;
	height: 55px;
	background: url("../img/about/shape.svg") no-repeat;
	background-size: contain;
}
@media (max-width: 820px) {
	.about__main::before {
		width: 230px;
		bottom: calc(100% - 20px);
	}
}

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

.about__content {
	position: relative;
	padding-top: 85px;
	padding-bottom: 85px;
}
.about__content > *:not(:last-child) {
	margin: 0px 0px 60px 0px;
}
@media (max-width: 820px) {
	.about__content > *:not(:last-child) {
		margin: 0px 0px 40px 0px;
	}
}
@media (max-width: 820px) {
	.about__content {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.about__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 25px 44px;
}
@media (max-width: 700px) {
	.about__top {
		-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;
	}
}

.about__years {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 412px;
	        flex: 0 0 412px;
	font-family: var(--second-family);
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	height: 211px;
	font-size: 27px;
	padding: 35px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-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;
	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;
}
.about__years._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;
}
.about__years span {
	display: block;
	font-size: 110px;
}
@media (max-width: 820px) {
	.about__years span {
		font-size: 75px;
	}
}
.about__years::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 100%;
	background: url("../img/about/dec1.svg") no-repeat;
	background-size: contain;
	background-position: left center;
}
.about__years::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 118px;
	height: 100%;
	background: url("../img/about/dec2.svg") no-repeat;
	background-size: contain;
	background-position: right center;
}
@media (max-width: 820px) {
	.about__years {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 284px;
		        flex: 0 0 284px;
		width: 284px;
		font-size: 18px;
		padding: 25px 0px;
		height: 145px;
	}
}
@media (max-width: 700px) {
	.about__years {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
	}
}

.about__block {
	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;
}
.about__block._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;
}
.about__block > *:not(:last-child) {
	margin: 0px 0px 14px 0px;
}

.about__build {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 33px;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.2;
}
@media (max-width: 1919px) {
	.about__build {
		font-size: calc(22px + 11 * ((100vw - 320px) / 1600));
	}
}

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

.about__left {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 545px;
	        flex: 0 1 545px;
	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;
}
.about__left._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;
}
.about__left > *:not(:last-child) {
	margin: 0px 0px 14px 0px;
}
@media (max-width: 700px) {
	.about__left {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
	}
}

.about__key {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 40px;
	text-transform: uppercase;
	background: -webkit-gradient(linear, left top, right top, from(#ffce70), color-stop(50%, #fedd9b), to(#ffce70));
	background: -o-linear-gradient(left, #ffce70 0%, #fedd9b 50%, #ffce70 100%);
	background: linear-gradient(90deg, #ffce70 0%, #fedd9b 50%, #ffce70 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media (max-width: 1919px) {
	.about__key {
		font-size: calc(26px + 14 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 480px) {
	.about__key {
		text-align: center;
	}
}

.about__right {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 462px;
	        flex: 0 1 462px;
	border: 1px solid transparent;
	-o-border-image: -o-linear-gradient(293deg, #222632 0%, #75787f 32%, #fefefe 50%, #86898f 68%, #222632 100%);
	   border-image: linear-gradient(157deg, #222632 0%, #75787f 32%, #fefefe 50%, #86898f 68%, #222632 100%);
	border-image-slice: 1;
	padding: 15px 30px;
	border-radius: 10px;
	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: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	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;
}
.about__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;
}
.about__right > *:not(:last-child) {
	margin: 0px 0px 8px 0px;
}
@media (max-width: 700px) {
	.about__right {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
	}
}

.about__focus {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 21px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background: -webkit-gradient(linear, left top, right top, from(#4e515b), color-stop(23%, #4e515b), color-stop(50%, #fcfcfc), color-stop(77%, #4e515b), to(#4e515b));
	background: -o-linear-gradient(left, #4e515b 0%, #4e515b 23%, #fcfcfc 50%, #4e515b 77%, #4e515b 100%);
	background: linear-gradient(90deg, #4e515b 0%, #4e515b 23%, #fcfcfc 50%, #4e515b 77%, #4e515b 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.myway {
	position: relative;
	z-index: 1;
	padding: 60px 0px 0px 0px;
}
@media (max-width: 480px) {
	.myway {
		padding: 50px 0px 0px 0px;
	}
}

.bg {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
}
.bg img {
	width: 100%;
}

.myway__title {
	text-align: center;
	margin: 0px 0px 40px 0px;
}
@media (max-width: 480px) {
	.myway__title {
		margin: 0px 0px 20px 0px;
	}
}

.myway-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -5px;
}

.myway-item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	padding: 5px;
	position: relative;
}
.myway-item::after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 50%;
	right: -15px;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 33px;
	height: 33px;
	background: url("../img/myway/arrow.svg") no-repeat;
	background-size: contain;
}
@media (max-width: 1024px) {
	.myway-item::after {
		top: unset;
		bottom: -15px;
		left: 50%;
		-webkit-transform: translate(-50%, 0) rotate(90deg);
		    -ms-transform: translate(-50%, 0) rotate(90deg);
		        transform: translate(-50%, 0) rotate(90deg);
		width: 31px;
		height: 31px;
	}
}
.myway-item:last-child::after {
	display: none;
}
.myway-item:nth-child(1) {
	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;
}
.myway-item:nth-child(1)._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;
}
.myway-item:nth-child(2) {
	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;
}
.myway-item:nth-child(2)._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;
}
.myway-item:nth-child(3) {
	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;
}
.myway-item:nth-child(3)._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;
}
.myway-item:nth-child(4) {
	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;
}
.myway-item:nth-child(4)._watcher-view {
	left: 0;
	opacity: 1;
	visibility: visible;
	-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) {
	.myway-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
}

.myway-item__row {
	height: 100%;
	padding: 40px 15px;
	background: -webkit-gradient(linear, right top, left top, from(#222632), to(#75787f));
	background: -o-linear-gradient(right, #222632 0%, #75787f 100%);
	background: linear-gradient(-90deg, #222632 0%, #75787f 100%);
	position: relative;
	border-radius: 4px;
}
.myway-item__row::before {
	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: calc(100% - 2px);
	height: calc(100% - 2px);
	background: #191d29;
	border-radius: 4px;
}
.myway-item__row > *:not(:last-child) {
	margin: 0px 0px 10px 0px;
}

.myway-item__img {
	position: relative;
	z-index: 1;
	height: 47px;
}
.myway-item__img img {
	height: 100%;
}
@media (max-width: 820px) {
	.myway-item__img {
		height: 31px;
	}
}

.myway-item__year {
	position: relative;
	z-index: 1;
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 37px;
	text-transform: uppercase;
	background: -webkit-gradient(linear, left top, right top, from(#4e515b), color-stop(13%, #4e515b), color-stop(35%, #fcfcfc), color-stop(77%, #4e515b), to(#4e515b));
	background: -o-linear-gradient(left, #4e515b 0%, #4e515b 13%, #fcfcfc 35%, #4e515b 77%, #4e515b 100%);
	background: linear-gradient(90deg, #4e515b 0%, #4e515b 13%, #fcfcfc 35%, #4e515b 77%, #4e515b 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media (max-width: 480px) {
	.myway-item__year {
		font-size: 33px;
	}
}

.myway-item__text {
	position: relative;
	z-index: 1;
	font-size: 15px;
}
@media (max-width: 480px) {
	.myway-item__text {
		font-size: 14px;
	}
}

.myway-block {
	max-width: 932px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0 45px;
	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;
}
.myway-block._watcher-view {
	top: 0;
	opacity: 1;
	visibility: visible;
	-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) {
	.myway-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 0px 25px;
	}
}
@media (max-width: 480px) {
	.myway-block {
		padding: 0px 10px;
	}
}

.myway__block {
	margin-top: 46px;
}

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

.myway-block__left {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 610px;
	        flex: 0 1 610px;
	position: relative;
	padding: 35px 0px;
}
.myway-block__left > *:not(:last-child) {
	margin: 0px 0px 8px 0px;
}
@media (max-width: 1024px) {
	.myway-block__left {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		padding: 26px 0px 0px 0px;
	}
}

.myway-block__img {
	-ms-flex-item-align: end;
	    -ms-grid-row-align: end;
	    align-self: end;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 260px;
	        flex: 1 1 260px;
	position: relative;
	margin: 0px -15px 0px 0px;
}
.myway-block__img img {
	width: 100%;
}
@media (max-width: 1024px) {
	.myway-block__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		-ms-flex-item-align: center;
		    -ms-grid-row-align: center;
		    align-self: center;
		width: 220px;
	}
}

.myway-block__15 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.myway-block__15::before {
	content: "";
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 62px;
	height: 1px;
	background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0.2)));
	background: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0.2));
	background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.2));
	margin: 0px 14px 0px 0px;
}
@media (max-width: 1919px) {
	.myway-block__15::before {
		width: calc(30px + 48 * ((100vw - 320px) / 1600));
	}
}

.myway-block__t {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 25px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
}

.expertise {
	padding: 97px 0px 0px 0px;
	position: relative;
	z-index: 1;
}
@media (max-width: 820px) {
	.expertise {
		padding: 50px 0px 0px 0px;
	}
}

.expertise__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	margin: 0px 0px 50px 0px;
}
@media (max-width: 480px) {
	.expertise__row {
		margin: 0px 0px 25px 0px;
	}
}

.expertise__img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 276px;
	        flex: 0 0 276px;
	position: relative;
	top: 0px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.expertise__img._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;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.expertise__img img {
	width: 100%;
}
@media (max-width: 1170px) {
	.expertise__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 200px;
		        flex: 0 0 200px;
	}
}
@media (max-width: 820px) {
	.expertise__img {
		display: none;
	}
}

.expertise__right {
	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;
}
.expertise__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;
}
.expertise__right > *:not(:last-child) {
	margin: 0px 0px 20px 0px;
}

@media (max-width: 480px) {
	.expertise__title {
		font-size: 35px;
	}
}

.expertise__text,
.today__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
.expertise__text::before,
.today__text::before {
	content: "";
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 25px;
	        flex: 0 0 25px;
	height: 15px;
	background: url("../img/icons/arrow.svg") no-repeat;
	background-size: contain;
	background-position: center;
	margin: 5px 10px 0px 0px;
}
@media (max-width: 480px) {
	.expertise__text::before,
.today__text::before {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 20px;
		        flex: 0 0 20px;
		margin: 2px 7px 0px 0px;
	}
}

.expertise__sys {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 13px;
}
.expertise__sys img {
	width: 48px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 48px;
	        flex: 0 0 48px;
}
@media (max-width: 480px) {
	.expertise__sys img {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 35px;
		        flex: 0 0 35px;
		width: 35px;
	}
}
.expertise__sys p {
	font-family: var(--font-family);
	font-weight: 600;
	color: #ffdb93;
}

.expertise-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: -12px;
}
@media (max-width: 820px) {
	.expertise-items {
		margin: -7px;
	}
}

.expertise-item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.333%;
	        flex: 0 0 33.333%;
	padding: 12px;
	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;
}
.expertise-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;
}
.expertise-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;
}
.expertise-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;
}
.expertise-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;
}
.expertise-item:nth-child(4) {
	-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: 820px) {
	.expertise-item {
		padding: 7px;
	}
}
@media (max-width: 700px) {
	.expertise-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
}

.expertise-item__row {
	padding: 20px;
	height: 100%;
	background: -o-linear-gradient(224deg, #162633 0%, #2a3747 52.46%, #162633 100%);
	background: linear-gradient(226deg, #162633 0%, #2a3747 52.46%, #162633 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 9px;
	-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;
	position: relative;
}
.expertise-item__row::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/expertise/bg.webp") no-repeat;
	background-size: cover;
}

.expertise-item__t {
	position: relative;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
}
@media (max-width: 820px) {
	.expertise-item__t {
		font-size: 16px;
	}
}

.expertise-item__text {
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
@media (max-width: 820px) {
	.expertise-item__text {
		font-size: 14px;
	}
}

.expertise-item__img {
	width: 100%;
	position: relative;
	margin: 0px 0px -20px 0px;
}
.expertise-item__img img {
	width: 100%;
}
@media (max-width: 700px) {
	.expertise-item__img {
		width: 270px;
	}
}

.expertise-item_big {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 911px;
	        flex: 0 1 911px;
}
.expertise-item_big .expertise-item__row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.expertise-item_big .expertise-item__row::before {
	background: url("../img/expertise/bg2.webp") no-repeat;
	background-size: cover;
}
@media (max-width: 700px) {
	.expertise-item_big .expertise-item__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
.expertise-item_big .expertise-item__img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 210px;
	        flex: 0 0 210px;
	margin: 0px 20px -20px 0px;
	-ms-flex-item-align: end;
	    -ms-grid-row-align: end;
	    align-self: end;
}
@media (max-width: 700px) {
	.expertise-item_big .expertise-item__img {
		-ms-flex-item-align: center;
		    -ms-grid-row-align: center;
		    align-self: center;
		width: 180px;
	}
}

.expertise-item__bock > *:not(:last-child) {
	margin: 0px 0px 10px 0px;
}

.business {
	position: relative;
	z-index: 1;
	margin: 77px 0px 0px 0px;
	padding: 60px 0px;
}
@media (max-width: 820px) {
	.business {
		padding: 50px 0px;
	}
}

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

.business__content {
	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-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.business__content > *:not(:last-child) {
	margin: 0px 0px 30px 0px;
}

.business__title {
	text-align: center;
}

.business__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 100px;
	margin: 0px 0px 60px 0px !important;
}
@media (max-width: 1170px) {
	.business__row {
		gap: 40px;
	}
}
@media (max-width: 480px) {
	.business__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin: 0px 0px 30px 0px !important;
	}
}

.business__dec1 {
	position: absolute;
	z-index: 1;
	top: -80px;
	left: 0;
	width: 450px;
}
.business__dec1 img {
	width: 100%;
}
@media (max-width: 1919px) {
	.business__dec1 {
		width: calc(100px + 350 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 1024px) {
	.business__dec1 {
		display: none;
	}
}

.business__dec2 {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 350px;
}
.business__dec2 img {
	width: 100%;
}
@media (max-width: 1919px) {
	.business__dec2 {
		width: calc(50px + 300 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 1024px) {
	.business__dec2 {
		display: none;
	}
}

.business__left {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 627px;
	        flex: 0 1 627px;
	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;
}
.business__left._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;
}
.business__left > *:not(:last-child) {
	margin: 0px 0px 10px 0px;
}
@media (max-width: 480px) {
	.business__left {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
	}
}

.business__t {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 39px;
	text-transform: uppercase;
	color: #fff;
}
@media (max-width: 1919px) {
	.business__t {
		font-size: calc(22px + 17 * ((100vw - 320px) / 1600));
	}
}

.business__img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 275px;
	        flex: 0 1 275px;
	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;
}
.business__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;
}
.business__img img {
	width: 100%;
}
@media (max-width: 480px) {
	.business__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		width: 275px;
		left: 10px;
	}
}

.business-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	max-width: 1016px;
	position: relative;
	margin: -30px -18px !important;
}
@media (max-width: 1024px) {
	.business-items {
		margin: -30px -10px !important;
	}
}
@media (max-width: 480px) {
	.business-items {
		margin: -21px -10px !important;
	}
}

.business-item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.333%;
	        flex: 0 0 33.333%;
	padding: 30px 18px;
	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;
}
.business-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;
}
.business-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;
}
.business-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;
}
.business-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;
}
.business-item:nth-child(4) {
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}
.business-item:nth-child(5) {
	-webkit-transition: all 0.5s ease 0.7s;
	-o-transition: all 0.5s ease 0.7s;
	transition: all 0.5s ease 0.7s;
}
.business-item:nth-child(6) {
	-webkit-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}
@media (max-width: 1024px) {
	.business-item {
		padding: 30px 10px;
	}
}
@media (max-width: 820px) {
	.business-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
}
@media (max-width: 480px) {
	.business-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		padding: 21px 10px;
	}
}

.business-item__row {
	border: 1px solid transparent;
	-o-border-image: -o-linear-gradient(293deg, #222632 0%, #75787f 32%, #fefefe 50%, #86898f 68%, #222632 100%);
	   border-image: linear-gradient(157deg, #222632 0%, #75787f 32%, #fefefe 50%, #86898f 68%, #222632 100%);
	border-image-slice: 1;
	padding: 44px 15px 20px 15px;
	position: relative;
	height: 100%;
}
.business-item__row > *:not(:last-child) {
	margin: 0px 0px 5px 0px;
}

.business-item__img {
	position: absolute;
	top: -30px;
	left: 15px;
	width: 60px;
}
.business-item__img img {
	width: 100%;
}
@media (max-width: 480px) {
	.business-item__img {
		width: 48px;
		top: -24px;
	}
}

.business-item__t {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	line-height: 1.3;
}
@media (max-width: 480px) {
	.business-item__t {
		font-size: 16px;
	}
}

.business__bot {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 25px;
	line-height: 152%;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin: 56px auto 0 auto;
	max-width: 770px;
	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;
}
.business__bot._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;
}
.business__bot span {
	color: #ffd88d;
	font-weight: 700;
}
@media (max-width: 1919px) {
	.business__bot {
		font-size: calc(16px + 9 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 480px) {
	.business__bot {
		margin: 26px auto 0 auto;
	}
}

.advant {
	position: relative;
	z-index: 1;
	padding: 80px 0px 0px 0px;
}
@media (max-width: 820px) {
	.advant {
		padding: 50px 0px 0px 0px;
	}
}

.advant__dec1 {
	position: absolute;
	z-index: 1;
	top: -80px;
	left: 0;
	width: 450px;
}
.advant__dec1 img {
	width: 100%;
}
@media (max-width: 1919px) {
	.advant__dec1 {
		width: calc(100px + 350 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 1024px) {
	.advant__dec1 {
		display: none;
	}
}

.advant__dec2 {
	position: absolute;
	z-index: 1;
	top: 50px;
	right: 0;
	width: 350px;
}
.advant__dec2 img {
	width: 100%;
}
@media (max-width: 1919px) {
	.advant__dec2 {
		width: calc(100px + 250 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 1170px) {
	.advant__dec2 {
		top: -30px;
	}
}
@media (max-width: 1024px) {
	.advant__dec2 {
		display: none;
	}
}

.advant__title {
	text-align: center;
	margin: 0px 0px 24px 0px;
}

.advant__sub {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 26px;
	text-align: center;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.2)), color-stop(47.5%, #fff), to(rgba(255, 255, 255, 0.2)));
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0.2) 0%, #fff 47.5%, rgba(255, 255, 255, 0.2) 100%);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, #fff 47.5%, rgba(255, 255, 255, 0.2) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	max-width: 578px;
	margin: 0 auto 44px auto;
	text-align: center;
}
@media (max-width: 1919px) {
	.advant__sub {
		font-size: calc(14px + 12 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 480px) {
	.advant__sub {
		margin: 0 auto 26px auto;
	}
}

.advant-items,
.today-items {
	margin: -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.advant-item,
.today-item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	padding: 10px;
	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;
}
.advant-item._watcher-view,
.today-item._watcher-view {
	top: 0;
	opacity: 1;
	visibility: visible;
}
.advant-item:nth-child(1)._watcher-view,
.today-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,
.today-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,
.today-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,
.today-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;
}
.advant-item:nth-child(5)._watcher-view,
.today-item:nth-child(5)._watcher-view {
	-webkit-transition: all 0.5s ease 0.7s;
	-o-transition: all 0.5s ease 0.7s;
	transition: all 0.5s ease 0.7s;
}
.advant-item:nth-child(6)._watcher-view,
.today-item:nth-child(6)._watcher-view {
	-webkit-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}
@media (max-width: 700px) {
	.advant-item,
.today-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
}

.advant-item__row,
.today-item__row {
	position: relative;
	padding: 20px 30px;
	min-height: 248px;
	border: 1px solid transparent;
	-o-border-image: -o-linear-gradient(323deg, #222632 0%, #75787f 32%, #fefefe 50%, #86898f 68%, #222632 100%);
	   border-image: linear-gradient(127deg, #222632 0%, #75787f 32%, #fefefe 50%, #86898f 68%, #222632 100%);
	border-image-slice: 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) {
	.advant-item__row:hover,
.today-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: 820px) {
	.advant-item__row,
.today-item__row {
		padding: 20px;
	}
}
@media (max-width: 700px) {
	.advant-item__row,
.today-item__row {
		min-height: 360px;
	}
}
@media (max-width: 480px) {
	.advant-item__row,
.today-item__row {
		padding: 25px 10px;
	}
}

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

.advant-item__block,
.today-item__block {
	width: 70%;
}
.advant-item__block > *:not(:last-child),
.today-item__block > *:not(:last-child) {
	margin: 0px 0px 12px 0px;
}
@media (max-width: 1024px) {
	.advant-item__block,
.today-item__block {
		width: 100%;
	}
}

.advant-item__t,
.today-item__t {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 25px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
	position: relative;
}
@media (max-width: 480px) {
	.advant-item__t,
.today-item__t {
		font-size: 20px;
	}
}

.advant-item__text,
.today-item__text {
	position: relative;
}

.today {
	position: relative;
	z-index: 1;
	padding: 80px 0px 0px 0px;
}
@media (max-width: 820px) {
	.today {
		padding: 50px 0px 0px 0px;
	}
}

.today__row {
	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;
	gap: 40px;
	margin: 0px 0px 40px 0px;
}
@media (max-width: 700px) {
	.today__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.today__left {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 590px;
	        flex: 0 1 590px;
	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;
}
.today__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;
}
.today__left > *:not(:last-child) {
	margin: 0px 0px 12px 0px;
}
@media (max-width: 700px) {
	.today__left {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
	}
}

.today__title {
	font-size: 90px;
}
@media (max-width: 1919px) {
	.today__title {
		font-size: calc(50px + 40 * ((100vw - 320px) / 1600));
	}
}

.today__img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 410px;
	        flex: 0 1 410px;
	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;
}
.today__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;
}
.today__img img {
	width: 100%;
}
@media (max-width: 700px) {
	.today__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		max-width: 300px;
	}
}

.today-item__row {
	border: 0;
}
@media (max-width: 480px) {
	.today-item__row {
		min-height: 320px;
	}
}

.today-item__text span {
	font-weight: 700;
}

.power {
	position: relative;
	z-index: 1;
	padding: 50px 0px 0px 0px;
}

.power__dec1 {
	position: absolute;
	z-index: 3;
	top: -90px;
	left: 0;
	width: 340px;
}
.power__dec1 img {
	width: 100%;
}
@media (max-width: 1919px) {
	.power__dec1 {
		width: calc(100px + 240 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 1170px) {
	.power__dec1 {
		top: 0;
	}
}
@media (max-width: 1024px) {
	.power__dec1 {
		display: none;
	}
}

.power__dec2 {
	position: absolute;
	z-index: 3;
	top: 30px;
	right: 0;
	width: 380px;
}
.power__dec2 img {
	width: 100%;
}
@media (max-width: 1919px) {
	.power__dec2 {
		width: calc(100px + 280 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 1024px) {
	.power__dec2 {
		display: none;
	}
}

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

.power__content {
	position: relative;
}
.power__content._container {
	max-width: 1180px;
}
.power__content > *:not(:last-child) {
	margin-bottom: 60px;
}

.power-block {
	max-width: 805px;
	margin: 0 auto;
	text-align: center;
	background: -o-linear-gradient(33deg, #222632 0%, #75787f 32%, #fefefe 50%, #86898f 68%, #222632 100%);
	background: linear-gradient(57deg, #222632 0%, #75787f 32%, #fefefe 50%, #86898f 68%, #222632 100%);
	position: relative;
	z-index: 2;
	border-radius: 5px;
	padding: 20px;
	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;
}
.power-block._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;
}
.power-block .title {
	position: relative;
	z-index: 1;
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 89px;
	text-transform: uppercase;
	background: -webkit-gradient(linear, left top, right top, from(#ffd074), color-stop(50%, #fff1d4), to(#ffd074));
	background: -o-linear-gradient(left, #ffd074 0%, #fff1d4 50%, #ffd074 100%);
	background: linear-gradient(90deg, #ffd074 0%, #fff1d4 50%, #ffd074 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media (max-width: 1919px) {
	.power-block .title {
		font-size: calc(50px + 39 * ((100vw - 320px) / 1600));
	}
}
.power-block .text {
	position: relative;
	z-index: 1;
	max-width: 690px;
	margin: 0 auto;
}
.power-block::before {
	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: calc(100% - 2px);
	height: calc(100% - 2px);
	background: #131419;
	border-radius: 5px;
}
.power-block > *:not(:last-child) {
	margin: 0px 0px 10px 0px;
}

.power__title {
	font-size: 88px;
}
.power__title img {
	position: relative;
	top: 13px;
	width: 57px;
}
@media (max-width: 1919px) {
	.power__title img {
		width: calc(34px + 23 * ((100vw - 320px) / 1600));
		top: calc(7px + 6 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 1919px) {
	.power__title {
		font-size: calc(48px + 40 * ((100vw - 320px) / 1600));
	}
}

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

.power__img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 690px;
	        flex: 0 1 690px;
	-ms-flex-item-align: end;
	    -ms-grid-row-align: end;
	    align-self: end;
	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;
}
.power__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;
}
.power__img img {
	width: 100%;
}
@media (max-width: 700px) {
	.power__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		margin: 0px -50px;
	}
}

.power__right {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 495px;
	        flex: 0 1 495px;
	padding: 0px 0px 50px 0px;
	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;
}
.power__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;
}
.power__right > *:not(:last-child) {
	margin: 0px 0px 30px 0px;
}
@media (max-width: 700px) {
	.power__right {
		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;
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		padding: 0;
	}
}

.power__text span {
	font-weight: 700;
}

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

.power__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

.power__link {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 48px;
	        flex: 0 0 48px;
	width: 48px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.power__link img {
	width: 100%;
}
@media (min-width: 1024px) {
	.power__link: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;
	}
}

.power__btn {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}
@media (min-width: 1024px) {
	.power__btn:hover {
		-webkit-animation: btn 1.5s infinite linear;
		        animation: btn 1.5s infinite linear;
	}
}

@-webkit-keyframes btn {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

@keyframes btn {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
#scrollToTopButton,
.scroll-to-top {
	position: fixed;
	bottom: 129px;
	right: 322px;
	border-radius: 50%;
	cursor: pointer;
	background: -webkit-gradient(linear, left top, right top, from(#ffce70), color-stop(50%, #fedd9b), to(#ffce70));
	background: -o-linear-gradient(left, #ffce70 0%, #fedd9b 50%, #ffce70 100%);
	background: linear-gradient(90deg, #ffce70 0%, #fedd9b 50%, #ffce70 100%);
	padding: 0;
	border: 0;
	width: 48px;
	height: 48px;
	font-size: xx-large;
	outline: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	opacity: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	z-index: 2;
	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;
}
#scrollToTopButton img,
.scroll-to-top img {
	width: 15px;
}
@media (max-width: 1917px) {
	#scrollToTopButton,
.scroll-to-top {
		right: 50px;
		bottom: 50px;
	}
}

#scrollToTopButton.show {
	visibility: visible;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}