

/* Start:/local/templates/main/css/style.css?1781190114115818*/
.point {
	fill: #ffef62;
	stroke: transparent;
	stroke-width: 2px;
	-webkit-filter: drop-shadow(0px 0px 11.5642566681px rgba(255, 239, 98, 0.7));
	filter: drop-shadow(0px 0px 11.5642566681px rgba(255, 239, 98, 0.7));
}

.edge {
	stroke-width: 1.156px;
	stroke: #414141;
	opacity: 0.4;
}

.face {
	fill: transparent;
	fill-rule: nonzero;
}

@font-face {
	font-family: 'Pragmatica';
	src: url(/local/templates/main/fonts/Pragmatica-Book.woff) format(woff), url(/local/templates/main/fonts/Pragmatica-Book.woff2) format(woff2);
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Pragmatica';
	src: url(/local/templates/main/fonts/Pragmatica-BookOblique.woff) format(woff), url(/local/templates/main/fonts/Pragmatica-BookOblique.woff2) format(woff2);
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'Pragmatica Extended';
	src: url(/local/templates/main/fonts/PragmaticaExtended-Light.woff) format(woff), url(/local/templates/main/fonts/PragmaticaExtended-Light.woff2) format(woff2);
	font-weight: 300;
}
@font-face {
	font-family: 'Pragmatica Extended';
	src: url(/local/templates/main/fonts/PragmaticaExtended-Book.woff) format(woff), url(/local/templates/main/fonts/PragmaticaExtended-Book.woff2) format(woff2);
	font-weight: 400;
}
@font-face {
	font-family: 'Pragmatica Extended';
	src: url(/local/templates/main/fonts/PragmaticaExtended-Medium.woff) format(woff), url(/local/templates/main/fonts/PragmaticaExtended-Medium.woff2) format(woff2);
	font-weight: 500;
}
@font-face {
	font-family: 'Pragmatica Extended';
	src: url(/local/templates/main/fonts/PragmaticaExtended-Bold.woff) format(woff), url(/local/templates/main/fonts/PragmaticaExtended-Bold.woff2) format(woff2);
	font-weight: 700;
}
@font-face {
	font-family: 'Manrope';
	src: url('/local/templates/main/fonts/Manrope-Regular.woff2') format('woff2'), url('/local/templates/main/fonts/Manrope-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Manrope';
	src: url('/local/templates/main/fonts/Manrope-Medium.woff2') format('woff2'), url('/local/templates/main/fonts/Manrope-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

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

ul {
	list-style: none;
}

body {
	background: #151a21;
	color: white;
	font-family: 'Pragmatica Extended', sans-serif;
	scroll-behavior: smooth;
}

.scroll-lock {
	overflow: hidden;
}

.scroll-up {
	cursor: pointer;
	border-radius: 100%;
	border: none;
	background: none;
	width: 70px;
	height: 70px;
	position: fixed;
	bottom: 72px;
	right: 60px;
	z-index: 99;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	overflow: hidden;
}
.scroll-up img {
	width: 100%;
	height: 100%;
}
@media (max-width: 620px) {
	.scroll-up {
		bottom: 30px;
		right: 16px;
	}
}

.scroll-up_hidden {
	opacity: 0;
}

h1,
.h1 {
	color: #ffef62;
	font-family: 'Pragmatica Extended', sans-serif;
	font-size: 140px;
	font-style: normal;
	font-weight: 400;
	line-height: 90%;
}
@media (max-width: 1199px) {
	h1,
	.h1 {
		font-size: 90px;
	}
}
@media (max-width: 991px) {
	h1,
	.h1 {
		font-size: 72px;
	}
}
@media (max-width: 620px) {
	h1,
	.h1 {
		font-size: 40px;
	}
}
@media (max-width: 340px) {
	h1,
	.h1 {
		font-size: 35px;
	}
}

h2,
.h2 {
	color: white;
	font-family: 'Pragmatica Extended', sans-serif;
	font-size: 90px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}
@media (max-width: 1199px) {
	h2,
	.h2 {
		font-size: 72px;
	}
}
@media (max-width: 991px) {
	h2,
	.h2 {
		font-size: 54px;
	}
}
@media (max-width: 620px) {
	h2,
	.h2 {
		font-size: 30px;
	}
}

h3,
.h3 {
	font-family: 'Pragmatica Extended', sans-serif;
	font-size: 70px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
@media (max-width: 1199px) {
	h3,
	.h3 {
		font-size: 36px;
	}
}
@media (max-width: 620px) {
	h3,
	.h3 {
		font-size: 28px;
	}
}

a {
	text-decoration: none;
	color: white;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	color: #ffef62;
}
a:active {
	color: white;
}

.container {
	max-width: 1920px;
	padding: 0 100px;
	margin: 0 auto;
}
@media (max-width: 1199px) {
	.container {
		padding: 0 50px;
	}
}
@media (max-width: 991px) {
	.container {
		padding: 0 36px;
	}
}
@media (max-width: 620px) {
	.container {
		padding: 0 15px;
	}
}

.splitted-title_heading {
	max-width: 1414px;
	position: relative;
	z-index: 1;
}
@media (max-width: 1399px) {
	.splitted-title_heading {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 1399px) {
	.splitted-title_heading .h1 {
		font-size: 90px;
	}
}
@media (max-width: 991px) {
	.splitted-title_heading .h1 {
		font-size: 67px;
	}
}
@media (max-width: 620px) {
	.splitted-title_heading .h1 {
		font-size: 38px;
	}
}
@media (max-width: 340px) {
	.splitted-title_heading .h1 {
		font-size: 30px;
	}
}

.splitted-title_main-info {
	width: 836px;
}
@media (max-width: 1399px) {
	.splitted-title_main-info {
		width: 448px;
	}
}
@media (max-width: 991px) {
	.splitted-title_main-info {
		width: 416px;
	}
}
@media (max-width: 620px) {
	.splitted-title_main-info {
		width: 100%;
	}
}
.splitted-title__bottom div {
	text-align: right;
}

.btn {
	position: relative;
	z-index: 1;
	cursor: pointer;
	background: transparent;
	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: 1px solid #ffef62;
	font-family: 'Pragmatica Extended', sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	font-style: normal;
	line-height: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding: 36px 40px;
	border-radius: 1000px;
	max-height: 85px;
}
.btn:disabled {
	cursor: auto;
}
@media (max-width: 1199px) {
	.btn {
		font-size: 16px;
		padding: 19px 22px;
		gap: 4px;
		min-width: -webkit-fit-content;
		min-width: -moz-fit-content;
		min-width: fit-content;
	}
}
@media (max-width: 620px) {
	.btn {
		font-size: 14px;
		max-height: 66px;
		padding: 28px 24px;
	}
}
@media (max-width: 340px) {
	.btn {
		font-size: 12px;
	}
}
.btn_primary {
	padding: 25px 40px;
	background: #ffef62;
	color: #151a21;
	text-shadow: none;
}
@media (max-width: 1199px) {
	.btn_primary {
		min-width: 100%;
	}
}
.btn_primary:hover {
	background: #151a21;
	color: #ffef62;
}
.btn_primary:active {
	background: #ffef62;
	color: #151a21;
}
.btn_inverted {
	color: #ffef62;
}
.btn_inverted:hover {
	background: #ffef62;
	color: #151a21;
}
.btn_inverted:active {
	background: #151a21;
	color: #ffef62;
}
.btn_nav {
	padding: 0;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn_nav svg path {
	stroke: white;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.btn_nav svg path:nth-child(2) {
	fill: white;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.btn_nav:disabled svg g {
	opacity: 0.4;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.btn_nav:not(:disabled):hover svg path {
	stroke: #ffef62;
}
.btn_nav:not(:disabled):hover svg path:nth-child(2) {
	fill: #ffef62;
}
.btn_nav:active {
	opacity: 0.5;
}

.nav-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 7px;
}

/*.heading-section {*/
/*	padding: 73px 0 58px;*/
/*	position: relative;*/
/*	background: -webkit-gradient(linear, left bottom, left top, from(#151a21), color-stop(27.84%, rgba(21, 26, 33, 0))), url(/img/main-bg.webp);*/
/*	background: linear-gradient(0deg, #151a21 0%, rgba(21, 26, 33, 0) 27.84%), url(/img/main-bg.webp);*/
/*	background-size: cover;*/
/*}*/

.heading-section {
	position: relative;
	/*background: -webkit-gradient(linear, left bottom, left top, from(#151a21), color-stop(27.84%, rgba(21, 26, 33, 0))), url(/img/main-bg.webp);*/
	/*background: linear-gradient(0deg, #151a21 0%, rgba(21, 26, 33, 0) 27.84%), url(/img/main-bg.webp);*/
	background-size: cover;
	padding: 174px 0 58px;

	/* Анимация через keyframes */
	/*animation: slideUpPadding 0.8s ease-out 1s forwards;*/

}

@keyframes slideUpPadding {
	0% {
		padding: calc(100vh - 590px) 0 58px;
	}
	100% {
		padding: 174px 0 58px;
	}
}

.heading-section .h1{
	font-size: 120px;
	margin-bottom: 31px;
}

@media (max-width: 1500px) {
	.heading-section .h1{
		font-size: 100px;
		margin-bottom: 31px;
	}
}
@media (max-width: 900px) {
	.heading-section .h1{
		font-size: 60px;
		margin-bottom: 31px;
	}
}
@media (max-width: 620px) {
	.heading-section .h1{
		font-size: 50px;
		margin-bottom: 31px;
	}
}
.heading-section__bg {
	position: absolute;
	inset: 0;
}
@media (max-width: 1199px) {
	.heading-section {
		padding: 153px 0 58px;
	}
}
@media (max-width: 900px) {
	.heading-section {
		padding: 50px 0 40px;
	}
}
.heading-section__inner {
	max-width: 1414px;
	position: relative;
}
.heading-section__addition {
	text-align: left;
}
.heading-section__btn-container {
	margin-top: 41px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap:18px
}
@media (max-width: 1199px) {
	.heading-section__btn-container {
		margin-top: 36px;
		flex-flow: row wrap;
	}
}
@media (max-width: 620px) {
	.heading-section__btn-container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.heading-section .btn {
	min-width: 455px;
}
@media (max-width: 1199px) {
	.heading-section .btn {
		min-width: 400px;
	}
}
@media (max-width: 620px) {
	.heading-section .btn {
		min-width: 100%;
		max-height: 66px;
	}
}
.heading-section .svg-animated {
	position: absolute;
	right: -100px;
	bottom: -261px;
}
@media (max-width: 1200px) {
	.heading-section .svg-animated {
		right: -10px;
		bottom: -200px;
		scale: 1;
	}
}
@media (max-width: 991px) {
	.heading-section .svg-animated {
		left: auto;
		bottom: -170px;
	}
}
@media (max-width: 620px) {
	.heading-section .svg-animated {
		z-index: -1;
		left: -300px;
		bottom: 100px;
		scale: 0.5;
	}
}

.container_heading-section {
	position: relative;
}

.heading-section__addition_right {
	position: static;
	padding-top: 31px;
	color: #aaa;
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: 0.18px;
	/*text-align: right;*/
}

@media (max-width: 900px) {
	.heading-section__addition_right {
		/*margin-top: 114px;*/
	}
}
@media (max-width: 620px) {
	.heading-section__addition_right {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 0;
		margin-top: 16px;
		font-size: 13px;
	}
}
.heading-section__addition_right span {
	display: inline-block;
	text-align: left;
	width: 710px;
}
@media (max-width: 1199px) {
	.heading-section__addition_right span {
		width: 400px;
	}
}
@media (max-width: 620px) {
	.heading-section__addition_right span {
		width: 100%;
		padding-right: 0;
	}
}
.heading-section__addition_left {
	position: relative;
	z-index: 1;
	opacity: 1;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	width: 100%;
	max-width: 1392px;
}
@media (max-width: 1500px) {
	.heading-section__addition_left {
		max-width: 1122px;
		font-size: 26px;
	}
}
@media (max-width: 900px) {
	.heading-section__addition_left {
		max-width: 1122px;
		font-size: 20px;
	}
}

@media (max-width: 620px) {
	.heading-section__addition_left {
		width: 93%;
		position: static;
		margin-top: 118px;
	}
}

.input {
	margin-bottom: 20px;
	position: relative;
}
@media (max-width: 620px) {
	.input {
		margin-bottom: 12px;
	}
}
.input input {
	width: 100%;
	max-height: 64px;
	border-radius: 12px;
	background: #eef0f3;
	border: 1px solid transparent;
	outline: none;
	padding: 24px;
	color: #151a21;
	font-family: 'Pragmatica Extended', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}
@media (max-width: 620px) {
	.input input {
		padding: 20px 24px;
		border-radius: 8px;
		height: 56px;
	}
}
.input input:active,
.input input:focus {
	outline: none;
}
.input input::placeholder {
	color: #8a8e95;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0.16px;
}
.input .error-message {
	display: none;
}
.input_invalid input {
	border: 1px solid #ff5e5e;
}
.input_invalid .error-message {
	display: block;
	color: #ff5e5e;
	line-height: 100%;
	margin-top: 7px;
	margin-left: 10px;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}
.input.select label {
	color: #151a21;
	font-family: 'Pragmatica Extended', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	position: absolute;
	top: 20px;
	left: 24px;
}
.input.select .input-arrow {
	position: absolute;
	top: 24px;
	right: 24px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.options-container {
	position: absolute;
	top: 72px;
	left: 0;
	z-index: 2;
	border-radius: 12px;
	overflow: hidden;
	background: #eef0f3;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
	width: 100%;
}
.options-container .select-options {
	max-height: 215px;
	overflow-y: scroll;
}
.options-container .select-option {
	padding: 12px 24px;
}
.options-container .select-option:hover {
	background: #e2e4e7;
}
.options-container_hidden {
	display: none;
}

.select_open .input-arrow {
	rotate: 180deg;
}

label.label_hidden {
	display: none;
}

.form__btn-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: absolute;
	right: 0;
	padding: 30px 0 0 30px;
	width: calc(100% - 164px);
}
@media (max-width: 620px) {
	.form__btn-container {
		position: static;
		padding: 0;
		width: 100%;
	}
	.form__btn-container .btn {
		padding: 28px 24px;
	}
}

.form__agreement,
.form__agreement a {
	color: #b4b7be;
	font-family: 'Manrope', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 0.12px;
}

.form__agreement a {
	text-decoration: underline;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	max-width: 100vw;
	height: 100vh;
	max-height: 100vh;
	background: none;
	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;
	z-index: 99;
	border: none;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media (max-width: 620px) {
	.modal {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		height: 100%;
	}
}
@media screen and (max-height: 480px) {
	.modal {
		overflow-y: scroll;
	}
}
.modal[open] {
	opacity: 1;
	pointer-events: all;
}
.modal[open]::-webkit-backdrop {
	background: rgba(0, 0, 0, 0.4);
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
}
.modal[open]::backdrop {
	background: rgba(0, 0, 0, 0.4);
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
}
.modal__inner {
	padding-bottom: 115px;
	max-width: 632px;
	position: relative;
}
@media (max-width: 620px) {
	.modal__inner {
		min-width: 100vw;
		min-height: 100%;
		background: #ffffff;
		padding: 40px 15px 28px;
		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: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 32px;
	}
}
.modal__title {
	color: #fff;
	font-family: 'Pragmatica Extended', sans-serif;
	font-size: 44px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	width: calc(100% - 85px);
	padding: 20px 0 26px;
	position: relative;
}
.modal__title::before {
	content: '';
	width: 100px;
	height: 100px;
	border-radius: 60px 0 60px 0;
	position: absolute;
	right: -1px;
	bottom: 0px;
	background: transparent;
	-webkit-box-shadow: 30px 45px 0 0 #ffffff;
	box-shadow: 30px 45px 0 0 #ffffff;
}
@media (max-width: 620px) {
	.modal__title {
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 90%;
		padding: 0;
		color: #151a21;
	}
}
.modal__subtitle {
	margin-top: 24px;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: 0.16px;
}
@media (max-width: 620px) {
	.modal__subtitle {
		font-size: 14px;
		line-height: 150%;
		letter-spacing: 0.14px;
	}
}
.modal__close-btn {
	position: absolute;
	z-index: 1;
	top: 24px;
	right: 24px;
	width: 36px;
	height: 36px;
	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;
	background: transparent;
	border: none;
	cursor: pointer;
}
@media (max-width: 620px) {
	.modal__close-btn {
		width: 24px;
		height: 24px;
		top: 15px;
		right: 15px;
	}
}
.modal .form_modal {
	background: #ffffff;
	padding: 46px;
	border-radius: 60px 0 60px 0;
}
@media (max-width: 620px) {
	.modal .form_modal {
		margin-top: 32px;
		padding: 0;
		border-radius: 0;
	}
}
@media (max-width: 620px) {
	.modal .form__agreement {
		margin-top: 20px;
	}
}
.modal .form__btn-container .btn {
	width: 100%;
	padding: 36px;
}
@media (max-width: 620px) {
	.modal .form__btn-container .btn {
		padding: 28px 24px;
	}
}

.form-decor {
	position: absolute;
	background: #ffffff;
}
@media (max-width: 620px) {
	.form-decor {
		background: transparent;
	}
}
.form-decor_top {
	top: 0;
	right: 0;
	width: 85px;
	height: 134px;
	border-radius: 60px 60px 0 0;
}
.form-decor_bottom {
	bottom: 0;
	left: 0;
	width: 164px;
	height: 115px;
	border-radius: 0 0 60px 60px;
}
.form-decor_bottom::before {
	content: '';
	width: 90px;
	height: 90px;
	border-radius: 90px 0 90px 90px;
	position: absolute;
	right: -90px;
	top: 0px;
	-webkit-box-shadow: -10px -25px 0 0 #ffffff;
	box-shadow: -10px -25px 0 0 #ffffff;
}

@media (max-width: 620px) {
	.modal__title::before,
	.form-decor_bottom::before {
		display: none;
	}
}
.modal_thanks .modal__inner {
	background: #ffffff;
	border-radius: 50px;
	padding: 66px 97px;
	text-align: center;
	max-width: 560px;
}
@media (max-width: 620px) {
	.modal_thanks .modal__inner {
		border-radius: 0;
		padding: 35px;
		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;
	}
}
.modal_thanks .modal__title {
	color: #151a21;
	position: static;
	padding-top: 0;
	width: 100%;
}
.modal_thanks .modal__title::before {
	content: none;
}
.modal_thanks .btn {
	margin: 45px auto 0 auto;
	padding: 36px 40px;
}
@media (max-width: 620px) {
	.modal_thanks .btn {
		margin: 36px auto 0 auto;
		padding: 28px 40px;
	}
}

.tab {
	cursor: pointer;
	border-radius: 100px;
	padding: 20px 30px;
	min-width: -webkit-fit-content;
	min-width: -moz-fit-content;
	min-width: fit-content;
	max-height: 51px;
	background: transparent;
	color: white;
	font-family: 'Pragmatica Extended', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	border: 1px solid #4a4f59;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	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;
	text-transform: uppercase;
}
@media (max-width: 1399px) {
	.tab {
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	.tab {
		padding: 16px 20px;
		max-height: 40px;
	}
}
@media (max-width: 620px) {
	.tab {
		font-size: 12px;
	}
}
.tab:hover,
.tab_active {
	background: #ffef62;
	color: #151a21;
	border-color: #ffef62;
}
.tab_inverted {
	border-color: #dedede;
	color: #151a21;
}
.tab_inverted:hover,
.tab_inverted.tab_active {
	border-color: #151a21;
}

.tab-buttons-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (max-width: 620px) {
	.tab-buttons-container {
		gap: 4px;
	}
}

.marquee-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 80px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 120px;
}
@media (max-width: 1199px) {
	.marquee-list {
		gap: 40px;
		padding-bottom: 60px;
	}
}
@media (max-width: 620px) {
	.marquee-list {
		gap: 28px;
	}
}

.marquee-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
	font-family: 'Pragmatica Extended', sans-serif;
	font-size: 70px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}
@media (max-width: 1199px) {
	.marquee-item {
		font-size: 38px;
		gap: 10px;
	}
}
@media (max-width: 620px) {
	.marquee-item {
		font-size: 24px;
		gap: 8px;
	}
}

.marquee-item__logo {
	width: 80px;
	height: 80px;
	border-radius: 20px;
	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;
	background: #ffef62;
}
@media (max-width: 1199px) {
	.marquee-item__logo {
		width: 60px;
		height: 60px;
		border-radius: 15px;
	}
}
@media (max-width: 620px) {
	.marquee-item__logo {
		width: 28px;
		height: 28px;
		border-radius: 7px;
	}
	.marquee-item__logo img {
		width: 16px;
		height: 16px;
	}
}

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
	}
}

@keyframes scroll {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
	}
}
.marquee {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.marquee .marquee__wrap {
	display: inline-block;
	padding-left: 80px;
	-webkit-animation: scroll 13s infinite linear;
	animation: scroll 13s infinite linear;
}
@media (max-width: 1199px) {
	.marquee .marquee__wrap {
		padding-left: 40px;
	}
}
@media (max-width: 620px) {
	.marquee .marquee__wrap {
		padding-left: 28px;
	}
}
.splitted-title.splitted-title_product-hero {
	padding-top: 50px;
	position: absolute;
	top: 0;
	left: 100px;
}
@media (max-width: 1199px) {
	.splitted-title.splitted-title_product-hero {
		left: 50px;
		width: calc(100% - 100px);
	}
}
@media (max-width: 991px) {
	.splitted-title.splitted-title_product-hero {
		left: 36px;
		width: calc(100% - 72px);
	}
}
@media (max-width: 620px) {
	.splitted-title.splitted-title_product-hero {
		left: 15px;
		width: calc(100% - 30px);
		max-width: 300px;
		padding-top: 7px;
	}
}
.splitted-title.splitted-title_product-hero div.h2 {
	text-align: left;
	font-size: 120px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}
@media screen and (max-width: 1720px) {
	.splitted-title.splitted-title_product-hero div.h2 {
		font-size: 90px;
	}
}
@media (max-width: 1399px) {
	.splitted-title.splitted-title_product-hero div.h2 {
		font-size: 72px;
	}
}
@media (max-width: 620px) {
	.splitted-title.splitted-title_product-hero div.h2 {
		font-size: 38px;
	}
}

.splitted-title.splitted-title_product-hero .splitted-title__bottom {
	padding-left: 219px;
}
@media (max-width: 1199px) {
	.splitted-title.splitted-title_product-hero .splitted-title__bottom {
		padding-left: 0;
	}
}
@media (max-width: 1199px) {
	.splitted-title.splitted-title_product-hero .splitted-title__bottom div {
		text-align: right;
	}
}

.container.container_product-hero-wrap {
	position: relative;
}

.product-hero__content {
	padding-bottom: 133px;
	padding-top: 290px;
}
@media screen and (max-width: 1720px) {
	.product-hero__content {
		padding-top: 215px;
	}
}
@media (max-width: 1399px) {
	.product-hero__content {
		padding-top: 185px;
	}
}
@media (max-width: 1199px) {
	.product-hero__content {
		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: 620px) {
	.product-hero__content {
		padding-top: 146px;
		padding-bottom: 67px;
		gap: 17px;
	}
}

.product-hero {
	position: relative;
	overflow: hidden;
	min-height: 820px;
}
@media screen and (max-width: 1720px) {
	.product-hero {
		min-height: 650px;
	}
}
@media (max-width: 1199px) {
	.product-hero {
		min-height: unset;
	}
}
.product-hero__bg {
	position: absolute;
	right: -61px;
	width: 68%;
	z-index: -1;
}
@media (max-width: 1199px) {
	.product-hero__bg {
		width: 105%;
		right: 0;
		top: 50px;
	}
}
@media (max-width: 620px) {
	.product-hero__bg {
		width: 141%;
		right: -75px;
		top: 50px;
		height: 336px;
		-o-object-fit: contain;
		object-fit: contain;
		left: -75px;
	}
}
.product-hero__text-side {
	position: relative;
	z-index: 1;
}
@media (max-width: 1199px) {
	.product-hero__text-side {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}
.product-hero__description {
	color: #aaa;
	font-family: 'Manrope', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: 0.2px;
	max-width: 532px;
	padding-top: 40px;
}
@media (max-width: 1399px) {
	.product-hero__description {
		max-width: 500px;
		font-size: 18px;
	}
}
@media (max-width: 1199px) {
	.product-hero__description {
		max-width: 100%;
		padding-top: 0;
	}
}
@media (max-width: 620px) {
	.product-hero__description {
		font-size: 13px;
		letter-spacing: 0.13px;
	}
}
.product-hero__image-container {
	width: calc(50% - 45px);
	aspect-ratio: 1.7/1;
	position: absolute;
	right: 45px;
	top: 50px;
}
@media (max-width: 1199px) {
	.product-hero__image-container {
		position: static;
		width: 100%;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
}
.product-hero__image {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	pointer-events: none;
}

.scroll-down-container {
	position: absolute;
	top: -85px;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 1399px) {
	.scroll-down-container {
		display: none;
	}
}

.scroll-down {
	background: #151a21;
	border-radius: 100%;
	border: none;
	cursor: pointer;
	width: 164px;
	height: 164px;
	position: relative;
	z-index: 1;
}
.scroll-down img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.about-product {
	background: white;
	border-radius: 60px;
	color: #151a21;
	padding: 60px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}
@media (max-width: 1199px) {
	.about-product {
		border-radius: 40px;
	}
}
@media (max-width: 991px) {
	.about-product {
		border-radius: 30px;
	}
}
@media (max-width: 620px) {
	.about-product {
		border-radius: 24px;
	}
}
@media (max-width: 1600px) {
	.about-product {
		padding: 30px;
	}
}
@media (max-width: 620px) {
	.about-product {
		padding: 24px 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		overflow: hidden;
	}
}
.about-product__decor {
	position: absolute;
	width: 202px;
	height: 202px;
	background: #151a21;
	border-radius: 100%;
	left: calc(50% - 101px);
}
@media (max-width: 1399px) {
	.about-product__decor {
		display: none;
	}
}
.about-product__specifications {
	position: absolute;
	top: 60px;
	left: 60px;
	max-width: 50%;
}
@media (max-width: 1600px) {
	.about-product__specifications {
		top: 30px;
		left: 30px;
	}
}
@media (max-width: 991px) {
	.about-product__specifications {
		max-width: 100%;
	}
}
@media (max-width: 620px) {
	.about-product__specifications {
		position: static;
	}
}
.about-product__title {
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}
@media (max-width: 1600px) {
	.about-product__title {
		font-size: 40px;
	}
}
@media (max-width: 991px) {
	.about-product__title {
		font-size: 30px;
	}
}
@media (max-width: 620px) {
	.about-product__title {
		font-size: 24px;
	}
}
.about-product__image-container {
	width: 566px;
	height: 304px;
	margin-top: 169px;
}
@media (max-width: 1600px) {
	.about-product__image-container {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 100px);
		flex: 0 0 calc(50% - 100px);
	}
}
@media (max-width: 1399px) {
	.about-product__image-container {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 28px);
		flex: 0 0 calc(50% - 28px);
	}
}
@media (max-width: 991px) {
	.about-product__image-container {
		width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-top: 136px;
	}
}
@media (max-width: 620px) {
	.about-product__image-container {
		height: 156px;
		margin-top: 0;
	}
}
.about-product__image {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.about-product__image_hidden {
	display: none;
}
.about-product__description {
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 0.18px;
	padding-top: 36px;
}
@media (max-width: 1600px) {
	.about-product__description {
		padding-top: 20px;
		font-size: 16px;
	}
}
@media (max-width: 620px) {
	.about-product__description {
		font-size: 14px;
		letter-spacing: 0.14px;
	}
}
.about-product__buttons-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
}
.about-product .btn {
	height: 85px;
}
@media (max-width: 1600px) {
	.about-product .btn {
		height: 66px;
		width: 100%;
	}
}
.about-product .btn_primary:hover {
	background: transparent;
	color: #151a21;
}
.about-product .btn_inverted {
	color: #151a21;
	border-color: #dedede;
}
.about-product .btn_inverted:hover {
	background: transparent;
	border-color: #ffef62;
}
.about-product .btn_inverted:active,
.about-product .btn_inverted:focus {
	background: transparent;
}

.about-product__decor::before,
.about-product__decor::after {
	content: '';
	width: 100px;
	height: 100px;
	position: absolute;
	background: transparent;
}
.about-product__decor_top {
	top: -101px;
}
.about-product__decor_top::before {
	bottom: 1px;
	left: -91px;
	border-radius: 0 107px 100px 100px;
	-webkit-box-shadow: 37px -65px 0px 0px #151a21;
	box-shadow: 37px -65px 0px 0px #151a21;
}
.about-product__decor_top::after {
	bottom: 1px;
	right: -91px;
	border-radius: 107px 0 100px 100px;
	-webkit-box-shadow: -37px -65px 0px 0px #151a21;
	box-shadow: -37px -65px 0px 0px #151a21;
}
.about-product__decor_bottom {
	bottom: -101px;
}
.about-product__decor_bottom::before {
	top: 1px;
	left: -91px;
	border-radius: 100px 100px 107px 0;
	-webkit-box-shadow: 37px 65px 0px 0px #151a21;
	box-shadow: 37px 65px 0px 0px #151a21;
}
.about-product__decor_bottom::after {
	top: 1px;
	right: -91px;
	border-radius: 100px 100px 0 107px;
	-webkit-box-shadow: -37px 65px 0px 0px #151a21;
	box-shadow: -37px 65px 0px 0px #151a21;
}

@media (max-width: 1600px) {
	.about-product__specifications .tab {
		padding: 16px 20px;
		max-height: 40px;
	}
}
@media (max-width: 620px) {
	.about-product__specifications .tab {
		min-width: -webkit-fit-content;
		min-width: -moz-fit-content;
		min-width: fit-content;
	}
}

.about-product__specifications .tab-buttons-container {
	padding: 36px 0 40px;
}
@media (max-width: 1600px) {
	.about-product__specifications .tab-buttons-container {
		padding: 20px 0 28px;
	}
}
@media (max-width: 620px) {
	.about-product__specifications .tab-buttons-container {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: -20px;
		margin-right: -20px;
		overflow-x: scroll;
	}
	.about-product__specifications .tab-buttons-container::-webkit-scrollbar {
		display: none;
	}
}

.about-product__info .about-product__inner {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 42%;
	flex: 0 0 42%;
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
}
@media (max-width: 1600px) {
	.about-product__info .about-product__inner {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 130px);
		flex: 0 0 calc(50% - 130px);
	}
}
@media (max-width: 1399px) {
	.about-product__info .about-product__inner {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 28px);
		flex: 0 0 calc(50% - 28px);
	}
}
@media (max-width: 991px) {
	.about-product__info .about-product__inner {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}
@media (max-width: 620px) {
	.about-product__info .about-product__inner {
		gap: 28px;
	}
}
.about-product__info .tab-content_active,
.about-product__info-wrap {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 991px) {
	.about-product__info .tab-content_active,
	.about-product__info-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 28px;
	}
}

.usage {
	padding: 67px 0;
}
@media (max-width: 991px) {
	.usage {
		padding: 60px 0 0;
	}
}
@media (max-width: 620px) {
	.usage {
		padding: 30px 0;
	}
}

.usage-list {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
	min-height: 534px;
	padding-top: 48px;
}
@media (max-width: 991px) {
	.usage-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 8px;
		margin: 0;
		padding-top: 30px;
	}
}
@media (max-width: 620px) {
	.usage-list {
		padding-top: 20px;
		min-height: unset;
	}
}

.usage-item {
	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: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #2b2f36;
	padding: 16px;
	border-radius: 60px;
	margin: 0 15px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	position: relative;
}
@media (max-width: 991px) {
	.usage-item {
		margin: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-transition: none;
		transition: none;
	}
}
@media (max-width: 620px) {
	.usage-item {
		padding: 8px;
		max-height: 76px;
	}
}
.usage-item__preview {
	rotate: 180deg;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 70px;
	position: relative;
	z-index: 1;
}
@media (max-width: 991px) {
	.usage-item__preview {
		rotate: 0deg;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}
}
@media (max-width: 620px) {
	.usage-item__preview {
		gap: 12px;
	}
}
.usage-item__image-container {
	height: 0;
}
.usage-item__image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.usage-item__name {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	font-family: 'Pragmatica Extended', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}
@media (max-width: 620px) {
	.usage-item__name {
		font-size: 16px;
	}
}
.usage-item__number {
	width: 80px;
	height: 80px;
	aspect-ratio: 1/1;
	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;
	background: white;
	border-radius: 100%;
	color: #000000;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	font-family: 'Pragmatica Extended', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	rotate: 90deg;
}
@media (max-width: 1199px) {
	.usage-item__number {
		width: 60px;
		height: 60px;
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	.usage-item__number {
		rotate: 0deg;
	}
}

.usage-item_active {
	-webkit-box-flex: 13;
	-ms-flex: 13;
	flex: 13;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0;
}
@media (max-width: 991px) {
	.usage-item_active {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		background: #151a21;
	}
}
@media (max-width: 620px) {
	.usage-item_active {
		max-height: unset;
	}
}

.usage-item_active .usage-item__preview {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	rotate: none;
}
@media (max-width: 991px) {
	.usage-item_active .usage-item__preview {
		padding: 16px;
		background: #151a21;
		position: static;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		gap: 70px;
	}
}
@media (max-width: 620px) {
	.usage-item_active .usage-item__preview {
		gap: 12px;
		padding: 8px;
	}
}
.usage-item_active .usage-item__name {
	background: #151a21;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 34px 24px;
	border-radius: 0 60px 0 0;
	position: relative;
	min-width: 61.6%;
	font-size: 33px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}
@media (max-width: 1399px) {
	.usage-item_active .usage-item__name {
		font-size: 20px;
	}
}
@media (max-width: 1199px) {
	.usage-item_active .usage-item__name {
		font-size: 16px;
		padding: 24px;
	}
}
@media (max-width: 991px) {
	.usage-item_active .usage-item__name {
		font-size: 20px;
		padding: 0;
	}
}
@media (max-width: 620px) {
	.usage-item_active .usage-item__name {
		font-size: 16px;
	}
}
.usage-item_active .usage-item__name::before {
	content: '';
	position: absolute;
	top: -60px;
	left: 0;
	width: 60px;
	height: 60px;
	background-color: transparent;
	border-radius: 0 0 0 60px;
	-webkit-box-shadow: -12px 12px 0px 12px #151a21;
	box-shadow: -12px 12px 0px 12px #151a21;
}
@media (max-width: 991px) {
	.usage-item_active .usage-item__name::before {
		display: none;
	}
}
.usage-item_active .usage-item__name::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: -58px;
	width: 60px;
	height: 60px;
	background-color: transparent;
	border-radius: 0 0 0 60px;
	-webkit-box-shadow: -12px 12px 0px 12px #151a21;
	box-shadow: -12px 12px 0px 12px #151a21;
}
@media (max-width: 1399px) {
	.usage-item_active .usage-item__name::after {
		content: '';
		position: absolute;
		bottom: 0;
		right: -59px;
		width: 60px;
		height: 60px;
		background-color: transparent;
		border-radius: 60px;
		-webkit-box-shadow: -12px 12px 0px 12px #151a21;
		box-shadow: -35px 47px 0px 12px #151a21;
	}
}
@media (max-width: 991px) {
	.usage-item_active .usage-item__name::after {
		display: none;
	}
}
.usage-item_active .usage-item__number {
	position: absolute;
	bottom: 16px;
	right: 16px;
	rotate: none;
	background: #ffef62;
	z-index: 1;
}
@media (max-width: 991px) {
	.usage-item_active .usage-item__number {
		position: static;
	}
}
.usage-item_active .usage-item__image-container {
	border-radius: 60px;
	overflow: hidden;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
@media (max-width: 991px) {
	.usage-item_active .usage-item__image-container {
		position: static;
		height: 363px;
		border-radius: 40px;
	}
}
@media (max-width: 620px) {
	.usage-item_active .usage-item__image-container {
		border-radius: 24px;
		margin: 8px 0 12px;
	}
}

.product-hero_r145 .product-hero__image-container {
	right: 145px;
}
@media screen and (max-width: 1720px) {
	.product-hero_r145 .product-hero__image-container {
		right: 45px;
	}
}

.container_about-product {
	margin-bottom: 94px;
}
@media (max-width: 1600px) {
	.container_about-product {
		margin-bottom: 67px;
	}
}
@media (max-width: 991px) {
	.container_about-product {
		margin-bottom: 60px;
	}
}
@media (max-width: 620px) {
	.container_about-product {
		margin-bottom: 30px;
	}
}

.about-product__info .specification-list {
	margin-bottom: 24px;
}
@media (max-width: 620px) {
	.about-product__info .specification-list {
		margin-bottom: 16px;
	}
}

.specification-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 60px;
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 150%;
	letter-spacing: 0.18px;
	margin-bottom: 16px;
}
@media (max-width: 620px) {
	.specification-item {
		font-size: 14px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 4px;
		padding-bottom: 16px;
		border-bottom: 1px solid #dedede;
	}
}
.specification-item:last-child {
	margin-bottom: 0;
}
.specification-item__name {
	font-weight: 700;
	min-width: 50%;
}
.specification-item__value {
	font-weight: 400;
}

@media (max-width: 620px) {
	.product-hero_ice .splitted-title__bottom {
		padding-right: 73px;
	}
	.about-product_ice .about-product__info-wrap {
		gap: 56px;
	}
}
.product-hero_polimery .splitted-title.splitted-title_product-hero {
	max-width: 1145px;
	z-index: 1;
}

@media screen and (max-width: 620px) {
	.product-hero_polimery .splitted-title.splitted-title_product-hero {
		max-width: 300px;
		z-index: 1;
	}
}
@media (max-width: 1199px) {
	.product-hero_polimery .splitted-title.splitted-title_product-hero .splitted-title__top .h2 span {
		display: block;
		text-align: right;
	}
}
.product-hero_polimery .splitted-title.splitted-title_product-hero .splitted-title__bottom .h2 {
	padding-left: 0;
	text-align: left;
}
.product-hero_polimery .product-hero__content {
	padding-top: 390px;
}
@media screen and (max-width: 1720px) {
	.product-hero_polimery .product-hero__content {
		padding-top: 215px;
	}
}
@media (max-width: 1399px) {
	.product-hero_polimery .product-hero__content {
		padding-top: 185px;
	}
}
@media (max-width: 620px) {
	.product-hero_polimery .product-hero__content {
		padding-top: 146px;
	}
}
.splitted-title_about {
	max-width: 1237px;
}
.splitted-title_about .splitted-title__bottom div {
	text-align: center;
}
@media (max-width: 620px) {
	.splitted-title_about .splitted-title__top .h2:last-child {
		text-align: right;
	}
}

.about-company {
	padding: 50px 0 25px;
	position: relative;
}
@media (max-width: 991px) {
	.about-company {
		padding: 0;
	}
}
@media (max-width: 620px) {
	.about-company h1 {
		font-size: 50px;
	}
}
.about-company__content {
	max-width: 842px;
	margin: 90px auto 0;
}
@media (max-width: 620px) {
	.about-company__content {
		margin: 40px auto 0;
	}
}
.about-company__subtitle {
	font-family: 'Pragmatica Extended', sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	max-width: 46%;
	padding-top: 40px;
}
@media (max-width: 1600px) {
	.about-company__subtitle {
		max-width: 75%;
	}
}
@media (max-width: 1199px) {
	.about-company__subtitle {
		max-width: 100%;
	}
}
@media (max-width: 991px) {
	.about-company__subtitle {
		font-size: 20px;
		margin-top: 20px;
	}
}
@media (max-width: 620px) {
	.about-company__subtitle {
		font-size: 15px;
		padding: 0;
		max-width: 95%;
	}
}
.about-company__text {
	font-family: 'Pragmatica', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	margin-top: 30px;
}

.about-company__image-container {
	position: absolute;
}
.about-company__image-container_big {
	width: 46.6%;
	height: 46.6%;
	top: -50px;
	right: 123px;
}
@media (max-width: 1600px) {
	.about-company__image-container_big {
		top: 30%;
		right: 30%;
	}
}
@media (max-width: 620px) {
	.about-company__image-container_big {
		top: 26%;
		right: calc(50% - 170px);
		width: 340px;
		height: 340px;
	}
}
.about-company__image-container_small {
	width: 31%;
	height: 31%;
	bottom: 160px;
	left: 122px;
}
@media (max-width: 1600px) {
	.about-company__image-container_small {
		display: none;
	}
}

.about-company__image {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.about-company__info-block {
	position: relative;
	z-index: 1;
}
.about-company__info-block_top {
	padding-bottom: 301px;
}
@media (max-width: 1199px) {
	.about-company__info-block_top {
		padding-bottom: 120px;
	}
}
@media (max-width: 620px) {
	.about-company__info-block_top {
		padding-bottom: 0;
	}
}
.about-company__info-block_bottom {
	padding-top: 69px;
	padding-bottom: 246px;
	text-align: 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-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
@media (max-width: 1600px) {
	.about-company__info-block_bottom {
		padding-bottom: 60px;
	}
}
@media (max-width: 620px) {
	.about-company__info-block_bottom {
		padding-top: 371px;
	}
}
.about-company__info-block_bottom .h2 {
	max-width: 985px;
}
.about-company__info-block_bottom .about-company__subtitle {
	padding-top: 21px;
}
@media (max-width: 1600px) {
	.about-company__info-block .h2 {
		font-size: 72px;
	}
}
@media (max-width: 991px) {
	.about-company__info-block .h2 {
		font-size: 54px;
	}
}
@media (max-width: 620px) {
	.about-company__info-block .h2 {
		font-size: 28px;
	}
}

.main-numbers-wrapper {
	background: transparent;
}

.main-numbers {
	position: sticky;
	top: 0;
	padding: 69px 319px 0 100px;
	width: 100%;
	overflow: hidden;
}
@media (max-width: 1199px) {
	.main-numbers {
		padding: 50px 319px 0 50px;
	}
}
@media (max-width: 620px) {
	.main-numbers {
		padding: 35px 15px 0 15px;
	}
}
.main-numbers__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding-top: 60px;
}
@media (max-width: 620px) {
	.main-numbers__content {
		padding-top: 35px;
		width: unset;
	}
}

.main-numbers .swiper-wrapper {
	gap: 180px;
}
@media (max-width: 1199px) {
	.main-numbers .swiper-wrapper {
		gap: 80px;
	}
}
@media (max-width: 620px) {
	.main-numbers .swiper-wrapper {
		gap: 0;
	}
}

.number-block.swiper-slide {
	width: auto;
}

.number-block {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-family: 'Pragmatica Extended', sans-serif;
	position: relative;
	padding-top: 242px;
	padding-bottom: 170px;
}
@media (max-width: 1600px) {
	.number-block {
		padding-top: 140px;
		padding-bottom: 70px;
	}
}
@media (max-width: 991px) {
	.number-block {
		min-width: 297px;
		padding-top: 280px;
	}
}
@media (max-width: 620px) {
	.number-block {
		padding-top: 132px;
		padding-bottom: 0;
		min-width: unset;
		width: 100%;
	}
}
.number-block__number {
	color: #ffef62;
	font-size: 200px;
	font-style: normal;
	font-weight: 300;
	line-height: 140px;
	text-transform: uppercase;
}
@media (max-width: 1600px) {
	.number-block__number {
		font-size: 120px;
		line-height: 100%;
	}
}
@media (max-width: 1199px) {
	.number-block__number {
		font-size: 90px;
	}
}
@media (max-width: 620px) {
	.number-block__number {
		font-size: 56px;
		line-height: 39px;
	}
}
.number-block__subtitle {
	max-width: 400px;
	margin-top: 40px;
	font-size: 20px;
	font-weight: 400;
	line-height: 160%;
}
@media (max-width: 620px) {
	.number-block__subtitle {
		max-width: 220px;
		font-size: 12px;
		margin-top: 15px;
		line-height: 120%;
	}
}
.number-block__image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.number-block__image-container {
	position: absolute;
	bottom: 70px;
	left: calc(50% - 184px);
	width: 367px;
	height: 367px;
	z-index: -1;
}
@media (max-width: 991px) {
	.number-block__image-container {
		bottom: unset;
		top: 0;
	}
}
@media (max-width: 620px) {
	.number-block__image-container {
		width: 163px;
		height: 163px;
		left: 40px;
	}
}
.number-block__image-container_rounded {
	top: 0;
	border-radius: 1000px;
	opacity: 0.8;
	overflow: hidden;
	width: 270px;
	left: 166px;
}
@media (max-width: 620px) {
	.number-block__image-container_rounded {
		width: 120px;
		left: 40px;
	}
}

.advantages {
	padding: 67px 0 75px;
	overflow: hidden;
}
@media (max-width: 991px) {
	.advantages {
		padding: 60px 0;
	}
}
@media (max-width: 620px) {
	.advantages {
		padding: 30px 0;
	}
}

.advantages-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 48px;
}
@media (max-width: 991px) {
	.advantages-list {
		padding-top: 30px;
	}
}
@media (max-width: 620px) {
	.advantages-list {
		padding-top: 20px;
	}
}

.advantage {
	padding: 40px 30px;
	border-radius: 60px;
	background: white;
	min-height: 560px;
	color: #151a21;
	position: relative;
}
@media (max-width: 1199px) {
	.advantage {
		min-height: unset;
		border-radius: 40px;
	}
}
@media (max-width: 991px) {
	.advantage {
		border-radius: 30px;
	}
}
@media (max-width: 620px) {
	.advantage {
		padding: 20px;
		border-radius: 24px;
	}
}
.advantage_yellow {
	background: #ffef62;
}
.advantage__text {
	padding-top: 321px;
}
@media (max-width: 1199px) {
	.advantage__text {
		padding-top: 235px;
	}
}
@media (max-width: 620px) {
	.advantage__text {
		padding-top: 132px;
	}
}
.advantage__title {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	text-transform: uppercase;
	padding-bottom: 20px;
	border-bottom: 1px solid #151a21;
}
@media (max-width: 1199px) {
	.advantage__title {
		font-size: 18px;
	}
}
.advantage__subtitle {
	padding-top: 20px;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}
@media (max-width: 620px) {
	.advantage__subtitle {
		font-size: 14px;
		letter-spacing: 0.14px;
	}
}
.advantage__image {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 70px;
	height: 70px;
	-o-object-fit: contain;
	object-fit: contain;
}
@media (max-width: 620px) {
	.advantage__image {
		width: 60px;
		height: 60px;
		top: 20px;
		left: 20px;
	}
}
.advantage.swiper-slide {
	height: auto;
}
.contacts-section__heading {
	padding: 50px 0 130px;
}
@media (max-width: 991px) {
	.contacts-section__heading {
		padding-bottom: 46px;
	}
}
@media (max-width: 620px) {
	.contacts-section__heading {
		padding-top: 7px;
	}
}
.contacts-section .tab-buttons-container {
	margin-top: 18px;
}

.tab-content {
	display: none;
}
.tab-content_active {
	display: block;
}

.contacts-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 74px;
}
@media (max-width: 1600px) {
	.contacts-list {
		gap: 30px;
		padding-right: 0;
	}
}
@media (max-width: 1399px) {
	.contacts-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media (max-width: 991px) {
	.contacts-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;
		gap: 0;
		padding-right: 0;
	}
}
.contacts-list__item {
	font-family: 'Pragmatica Extended', sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
@media (max-width: 1600px) {
	.contacts-list__item {
		font-size: 30px;
	}
}
@media (max-width: 1399px) {
	.contacts-list__item {
		font-size: 24px;
	}
}
@media (max-width: 991px) {
	.contacts-list__item {
		padding: 28px 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		width: 100%;
	}
	.contacts-list__item:first-child {
		padding-top: 0;
	}
	.contacts-list__item:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}
}
.contacts-list__item-subtitle {
	color: #464a52;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	text-transform: uppercase;
	margin-top: 24px;
}
@media (max-width: 620px) {
	.contacts-list__item-subtitle {
		font-size: 12px;
		margin-top: 20px;
	}
}
.contacts-list__item_address address {
	font-style: normal;
	max-width: 552px;
}
@media (max-width: 1600px) {
	.contacts-list__item_address address {
		max-width: 445px;
	}
}
@media (max-width: 1399px) {
	.contacts-list__item_address address {
		max-width: 347px;
	}
}
.contacts-list__item.btn {
	font-size: 30px;
}
@media (max-width: 620px) {
	.contacts-list__item.btn {
		font-size: 20px;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.map-container {
	padding: 70px 0;
}
@media (max-width: 991px) {
	.map-container {
		padding: 40px 0;
	}
}
.map-container__inner {
	height: 480px;
	border-radius: 60px;
	overflow: hidden;
}
@media (max-width: 1199px) {
	.map-container__inner {
		border-radius: 40px;
	}
}
@media (max-width: 991px) {
	.map-container__inner {
		border-radius: 30px;
	}
}
@media (max-width: 620px) {
	.map-container__inner {
		border-radius: 24px;
		height: 640px;
	}
}

@media screen and (max-width: 1919px) {
	.container.container_callback .commercial__title-block {
		padding: 60px 67px;
	}
}
@media (max-width: 1600px) {
	.container.container_callback .commercial__title-block {
		padding: 40px 115px;
	}
}
@media (max-width: 1399px) {
	.container.container_callback .commercial__title-block {
		padding: 0;
	}
}

.container.container_callback-desk-hidden {
	display: none;
}
@media (max-width: 620px) {
	.container.container_callback-desk-hidden {
		display: block;
	}
}
.technical-specifications {
	color: #151a21;
	padding-bottom: 70px;
}
.technical-specifications__heading {
	color: #151a21;
	max-width: 1026px;
}
.technical-specifications .tab-buttons-container.tab-buttons-container_big {
	padding-top: 40px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.technical-specifications .tab-buttons-container.tab-buttons-container_big .tab.tab_inverted {
	background: transparent;
	color: white;
	border-radius: 60px 60px 0 0;
	font-family: 'Pragmatica Extended', sans-serif;
	font-size: 52px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	/* 52px */
	text-transform: uppercase;
	padding: 40px;
	max-height: 112px;
	border: none;
}
@media screen and (max-width: 1300px) {
	.technical-specifications .tab-buttons-container.tab-buttons-container_big .tab.tab_inverted {
		font-size: 28px;
		padding: 24px;
		max-height: 70px;
		border-radius: 40px 40px 0 0;
	}
}
@media (max-width: 620px) {
	.technical-specifications .tab-buttons-container.tab-buttons-container_big .tab.tab_inverted {
		font-size: 16px;
		padding: 13px;
		border-radius: 15px 15px 0 0;
		max-height: unset;
	}
}
.technical-specifications .tab-buttons-container.tab-buttons-container_big .tab.tab_active {
	background: white;
	color: #151a21;
}
.technical-specifications__table-container {
	background: white;
	border-radius: 0 60px 60px 60px;
	padding: 40px;
}
@media screen and (max-width: 1300px) {
	.technical-specifications__table-container {
		border-radius: 0 40px 40px 40px;
	}
}
@media (max-width: 620px) {
	.technical-specifications__table-container {
		border-radius: 0 24px 24px 24px;
		padding: 20px;
	}
}

.specification-table {
	min-width: 100%;
	background: white;
	border-spacing: 0;
	border-radius: 40px;
	border: 1px solid #dedede;
	overflow: hidden;
	margin-top: 40px;
}
.specification-table th,
.specification-table td {
	padding: 30px 0;
	width: 16.666%;
}
.specification-table th:not(:last-child),
.specification-table td:not(:last-child) {
	border-right: 1px solid #dedede;
}
.specification-table th {
	text-align: center;
	background: #eef0f3;
	color: #8a8e95;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	text-transform: uppercase;
}
.specification-table td {
	padding: 24px;
	vertical-align: top;
}
.specification-table td ul.document-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
}

@media screen and (max-width: 1300px) {
	.specification-table-wrap {
		margin-top: 40px;
		max-height: 600px;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.specification-table {
		border: none;
		border-radius: 0;
		margin-top: 0;
	}
	.specification-table th {
		padding: 0 0 14px 0;
		background: white;
		text-align: left;
	}
	.specification-table td {
		padding: 14px 0;
		border: none;
	}
	.specification-table tr th:first-child,
	.specification-table tr td:first-child {
		border: none;
	}
	/* .specification-table tr th:not(:first-child),
	.specification-table tr td:not(:first-child) {
		display: none;
	} */
}
@media (max-width: 620px) {
	.mob-table-container {
		margin-top: 32px;
	}
}
@media screen and (min-width: 1301px) {
	.specification-table_mob {
		display: none;
	}
	.mob-table-container {
		display: none;
	}
}
.document-item_hidden {
	display: none;
}
.document-item__link {
	color: #151a21;
	font-family: 'Pragmatica Extended', sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	text-transform: uppercase;
}
.document-item__description {
	margin-top: 4px;
	color: #8a8e95;
	font-family: 'Manrope', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.specification-table-select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px;
}
.specification-table-select .input {
	margin: 0 10px;
	width: calc(50% - 20px);
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(50% - 20px);
	flex: 0 0 calc(50% - 20px);
}
@media (max-width: 620px) {
	.specification-table-select .input {
		margin: 0;
		width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}
@media (max-width: 620px) {
	.specification-table-select {
		margin: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 12px;
	}
}

@media screen and (min-width: 1301px) {
	.table-select-type {
		display: none;
	}
	.specification-table-select input {
		display: none;
	}
	.specification-table-select .options-container {
		position: static;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		background: white;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.specification-table-select .options-container .select-options {
		max-height: unset;
		overflow-y: auto;
	}
	.specification-table-select .input {
		width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.specification-table-select .input label,
	.specification-table-select .input .input-arrow {
		display: none;
	}
	.select-option.tab:hover {
		background: #ffef62;
	}
}
@media screen and (max-width: 1300px) {
	.options-container:not(.options-container_hidden) .tab-buttons-container {
		display: block;
	}
	.select-option.tab {
		border: none;
		border-radius: 0;
		width: 100%;
		display: block;
		text-align: left;
		text-transform: none;
	}
}
table .tab-content_active {
	display: table-cell;
}

.specification-table_hidden {
	display: none;
}

.specification-table th.cell-hidden, .specification-table td.cell-hidden {
	display: none;
}

.article-wrap {
	background: white;
	border-radius: 60px;
	color: #151a21;
}
@media (max-width: 1199px) {
	.article-wrap {
		border-radius: 40px;
	}
}
@media (max-width: 991px) {
	.article-wrap {
		border-radius: 30px;
	}
}
@media (max-width: 620px) {
	.article-wrap {
		border-radius: 24px;
	}
}
@media (max-width: 1199px) {
	.article {
		padding-bottom: 60px;
	}
}
@media (max-width: 620px) {
	.article {
		padding-bottom: 18px;
	}
}
.article__content {
	padding: 60px 219px;
	margin: 0 auto;
}
@media (max-width: 1600px) {
	.article__content {
		padding: 60px;
	}
}
@media (max-width: 1399px) {
	.article__content {
		padding: 40px;
	}
}
@media (max-width: 991px) {
	.article__content {
		padding: 30px;
	}
}
@media (max-width: 620px) {
	.article__content {
		padding: 16px 12px;
	}
}
.article__content > img {
	width: 100%;
	height: 722px;
	border-radius: 40px;
	overflow: hidden;
	margin-top: 52px;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 991px) {
	.article__content > img {
		margin-top: 26px;
		border-radius: 30px;
		height: 384px;
	}
}
@media (max-width: 620px) {
	.article__content > img {
		border-radius: 20px;
		height: 172px;
		margin: 20px 0;
	}
}

.article__title-wrap {
	max-width: 1283px;
	margin: 0 auto;
	padding: 50px 0 60px;
}
@media (max-width: 991px) {
	.article__title-wrap {
		padding: 25px 0 60px;
	}
}
@media (max-width: 620px) {
	.article__title-wrap {
		padding: 0 0 20px;
	}
}
.article__title {
	margin-bottom: 32px;
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	color: #ffffff;
}
@media (max-width: 991px) {
	.article__title {
		font-size: 45px;
		margin-bottom: 26px;
	}
}
@media (max-width: 620px) {
	.article__title {
		font-size: 24px;
		margin-bottom: 20px;
	}
}
.article__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 32px;
}
@media (max-width: 620px) {
	.article__info {
		-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;
		gap: 12px;
	}
}
.article__content h2, .article__content h3 {
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	margin-bottom: 28px;
	margin-top: 52px;
	color: #151a21;
}
@media (max-width: 991px) {
	.article__content h2, .article__content h3 {
		font-size: 28px;
		margin-top: 32px;
		margin-bottom: 14px;
	}
}
@media (max-width: 620px) {
	.article__content h2, .article__content h3 {
		font-size: 16px;
		margin-top: 20px;
	}
}
.article__content p {
	font-family: 'Manrope', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}
@media (max-width: 991px) {
	.article__content p {
		font-size: 18px;
	}
}
@media (max-width: 620px) {
	.article__content p {
		font-size: 14px;
	}
}
.article__content ul {
	margin-top: 26px;
	font-family: 'Manrope', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 180%;
}

.article__content li {
	padding-left: 40px;
	padding-bottom: 15px;
	position: relative;
}

.article__content li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 28px;
	height: 28px;
	background: url(/img/yellow-arrow-marker.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

@media (max-width: 620px) {
	.article__content ul {
		font-size: 14px;
		margin-top: 20px;
	}
}

.marked-list {
	font-family: 'Manrope', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 180%;
}
.marked-list__item {
	padding-left: 40px;
	padding-bottom: 15px;
	position: relative;
}
.marked-list__item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 28px;
	height: 28px;
	background: url(/img/yellow-arrow-marker.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.separator {
	width: 100%;
	height: 1px;
	background: #dedede;
	margin: 52px 0;
}
@media (max-width: 991px) {
	.separator {
		margin: 32px 0;
	}
}

.share-block {
	color: #151a21;
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
@media (max-width: 620px) {
	.share-block {
		font-size: 14px;
	}
}
.share-block__socials {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
}
@media (max-width: 620px) {
	.share-block__socials {
		margin-top: 16px;
	}
}

.social {
	width: 45px;
	height: 45px;
}
@media (max-width: 620px) {
	.social {
		width: 40px;
		height: 40px;
	}
}
.social img {
	width: 100%;
	height: 100%;
}
.product.product_products-page {
	padding-bottom: 67px;
}
@media (max-width: 620px) {
	.product.product_products-page {
		padding-bottom: 26px;
	}
}
.news-page {
	padding-bottom: 159px;
}
@media (max-width: 620px) {
	.news-page {
		padding-bottom: 67px;
	}
}
.news-page h2 {
	padding-top: 69px;
}
@media (max-width: 991px) {
	.news-page h2 {
		padding-top: 7px;
	}
}
@media (max-width: 620px) {
	.news-page h2 {
		font-size: 38px;
	}
}
.news-page .tabs-wrap {
	overflow: hidden;
	max-width: 1920px;
	margin: auto;
}
.news-page .tab-buttons-container_news-page {
	padding: 48px 100px 18px;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	overflow-x: auto;
}
.news-page .tab-buttons-container_news-page::-webkit-scrollbar {
	display: none;
}
@media (max-width: 1199px) {
	.news-page .tab-buttons-container_news-page {
		padding: 48px 50px 18px;
	}
}
@media (max-width: 991px) {
	.news-page .tab-buttons-container_news-page {
		padding: 48px 36px 18px;
		width: 100%;
	}
}
@media (max-width: 620px) {
	.news-page .tab-buttons-container_news-page {
		padding: 20px 16px 12px;
	}
}
.news-page .separator_news-page {
	opacity: 0.2;
	background: #fff;
}
.news-page .btn {
	max-height: 85px;
	margin-top: 52px;
}
@media (max-width: 620px) {
	.news-page .btn {
		margin-top: 40px;
		width: 100%;
		max-height: 66px;
	}
}

.news-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 52px;
	padding: 52px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 991px) {
	.news-block {
		gap: 0;
		padding: 28px 0;
	}
}

.news-block_hidden {
	display: none;
}

.news-block:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.news-block__arrow {
	rotate: 90deg;
	width: 100px;
	height: 100px;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
@media (max-width: 1399px) {
	.news-block__arrow {
		width: 70px;
		height: 70px;
	}
}
@media (max-width: 991px) {
	.news-block__arrow {
		display: none;
	}
}
.news-block:hover .news-block__arrow {
	opacity: 1;
}
.news-block:hover .news-block__title {
	color: #ffef62;
}
.news-block:hover .news-tag {
	color: white;
}
.news-block__title {
	color: white;
	font-family: 'Manrope', sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 0.36px;
}
@media (max-width: 991px) {
	.news-block__title {
		font-size: 20px;
	}
}
@media (max-width: 620px) {
	.news-block__title {
		font-size: 16px;
	}
}
.news-block__description {
	color: #aaa;
	font-family: 'Manrope', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 0.2px;
	padding: 24px 0;
}
@media (max-width: 991px) {
	.news-block__description {
		font-size: 16px;
		padding: 12px 0;
	}
}
@media (max-width: 620px) {
	.news-block__description {
		font-size: 13px;
	}
}
.news-block__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 32px;
}
@media (max-width: 620px) {
	.news-block__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 12px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
@media (max-width: 991px) {
	.news-block .news-date {
		font-size: 14px;
	}
}

.radio-content {
	display: none;
}
.radio-content_active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	padding-top: 116px;
	padding-bottom: 35.5px;
}
@media (max-width: 620px) {
	.breadcrumbs {
		padding-top: 76px;
		padding-bottom: 29px;
	}
}
.breadcrumbs__link {
	font-family: 'Pragmatica Extended', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	color: #ffef62;
}
.breadcrumbs__link:hover {
	color: white;
}
.breadcrumbs__link:active {
	color: #ffef62;
}
.breadcrumbs__link_active {
	color: white;
	cursor: auto;
}
.breadcrumbs__link_active:hover {
	color: white;
}
.breadcrumbs__separator {
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #ffef62;
}
.container.container_commercial {
	position: relative;
	margin-top: 120px;
	margin-bottom: 160px;
}
@media (max-width: 1199px) {
	.container.container_commercial {
		margin-top: 67px;
		margin-bottom: 67px;
	}
}
@media (max-width: 620px) {
	.container.container_commercial {
		margin-top: 30px;
	}
}

.commercial {
	background: white;
	border-radius: 60px;
	color: #151a21;
}
@media (max-width: 1199px) {
	.commercial {
		border-radius: 40px;
	}
}
@media (max-width: 991px) {
	.commercial {
		border-radius: 30px;
	}
}
@media (max-width: 620px) {
	.commercial {
		border-radius: 24px;
	}
}
.commercial h3 {
	max-width: 763px;
	line-height: 100%;
}
@media (max-width: 1600px) {
	.commercial h3 {
		max-width: 351px;
		font-size: 36px;
	}
}
.commercial__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 57px;
	position: relative;
	max-width: 87%;
}
@media screen and (max-width: 1919px) {
	.commercial__inner {
		gap: 81px;
	}
}
@media (max-width: 1600px) {
	.commercial__inner {
		gap: 115px;
	}
}
@media (max-width: 1399px) {
	.commercial__inner {
		max-width: 100%;
		gap: 20px;
	}
}
@media (max-width: 991px) {
	.commercial__inner {
		gap: 9px;
	}
}
@media (max-width: 620px) {
	.commercial__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0;
	}
}
@media (max-width: 620px) {
	.commercial__inner .btn {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.form_commercial {
	width: 36%;
	padding-bottom: 124px;
}
@media (max-width: 1399px) {
	.form_commercial {
		width: calc(50% - 40px);
		padding-right: 20px;
	}
}
@media (max-width: 991px) {
	.form_commercial {
		padding: 20px 0;
	}
}
@media (max-width: 620px) {
	.form_commercial {
		width: 100%;
		padding: 0 20px 20px 20px;
	}
}
.form_commercial .form__agreement {
	display: block;
	max-width: 380px;
}
@media (max-width: 620px) {
	.form_commercial .form__agreement {
		margin: 20px 0 0 0;
	}
}

.commercial__image-container {
	width: calc(64% - 117px);
	height: 790px;
	overflow: hidden;
	padding: 60px;
}
@media screen and (max-width: 1919px) {
	.commercial__image-container {
		/* width: 64%; */
		width: 55%;
	}
}
@media (max-width: 1600px) {
	.commercial__image-container {
		padding: 40px 0 40px 40px;
		height: 625px;
		width: 64%;
	}
}
@media (max-width: 1399px) {
	.commercial__image-container {
		padding: 20px;
		height: 500px;
	}
}
@media (max-width: 991px) {
	.commercial__image-container {
		height: 430px;
		width: calc(50% - 9px);
	}
}
@media (max-width: 620px) {
	.commercial__image-container {
		width: 100%;
		max-width: 100%;
		height: unset;
		/* aspect-ratio: 1/1; */
	}
}
.commercial__image {
	border-radius: 60px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 1199px) {
	.commercial__image {
		border-radius: 40px;
	}
}
@media (max-width: 991px) {
	.commercial__image {
		border-radius: 30px;
	}
}
@media (max-width: 620px) {
	.commercial__image {
		border-radius: 20px;
	}
}
.commercial__title-block {
	position: absolute;
	top: -2px;
	right: 98px;
	padding: 56px 101px 56px 56px;
	background: #151a21;
	color: white;
	font-family: 'Pragmatica Extended', sans-serif;
	font-size: 90px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	border-radius: 60px;
	max-width: calc(52% - 100px);
}
@media screen and (max-width: 1919px) {
	.commercial__title-block {
		font-size: 80px;
		padding: 40px;
		/* max-width: calc(45% - 100px); */
	}
}
@media (max-width: 1600px) {
	.commercial__title-block {
		font-size: 40px;
		padding: 40px 40px 40px 45px;
		max-width: calc(45% - 100px);
	}
}
@media (max-width: 1399px) {
	.commercial__title-block {
		position: relative;
		font-size: 54px;
		top: 0;
		left: 0;
		padding: 0;
		margin-bottom: 20px;
		max-width: -webkit-fit-content;
		max-width: -moz-fit-content;
		max-width: fit-content;
	}
}
@media (max-width: 991px) {
	.commercial__title-block {
		font-size: 32px;
	}
}
@media (max-width: 620px) {
	.commercial__title-block {
		max-width: 249px;
		font-size: 30px;
		line-height: 110%;
	}
}
.commercial__title-block::before {
	content: '';
	position: absolute;
	top: 2px;
	left: -100px;
	width: 100px;
	height: 100px;
	background: transparent;
	border-radius: 0 57px 0 0;
	-webkit-box-shadow: 46px -45px 0px 0px #151a21;
	box-shadow: 46px -45px 0px 0px #151a21;
}
@media (max-width: 1399px) {
	.commercial__title-block::before {
		display: none;
	}
}
.commercial__title-block::after {
	content: '';
	position: absolute;
	bottom: -100px;
	right: 2px;
	width: 100px;
	height: 100px;
	background: transparent;
	border-radius: 0 60px 60px 0;
	-webkit-box-shadow: 45px -45px 0px 0px #151a21;
	box-shadow: 45px -45px 0px 0px #151a21;
}
@media (max-width: 1399px) {
	.commercial__title-block::after {
		display: none;
	}
}
.commercial__btn-container {
	position: absolute;
	bottom: 0;
	right: 100px;
	background: #151a21;
	padding: 30px 0 0 30px;
	border-radius: 60px;
}
@media (max-width: 1399px) {
	.commercial__btn-container {
		padding: 20px 0 0 20px;
	}
}
@media (max-width: 1199px) {
	.commercial__btn-container {
		right: 50px;
	}
}
@media (max-width: 991px) {
	.commercial__btn-container {
		position: relative;
		right: 0;
		padding: 0;
		margin-top: 20px;
	}
}
.commercial__btn-container::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -102px;
	width: 102px;
	height: 102px;
	background: transparent;
	border-radius: 60px;
	-webkit-box-shadow: 49px 49px 0 0 #151a21;
	box-shadow: 49px 49px 0 0 #151a21;
}
@media (max-width: 991px) {
	.commercial__btn-container::before {
		display: none;
	}
}
.commercial__btn-container::after {
	content: '';
	position: absolute;
	top: -102px;
	right: 0;
	width: 102px;
	height: 102px;
	background: transparent;
	border-radius: 60px;
	-webkit-box-shadow: 49px 49px 0 0 #151a21;
	box-shadow: 49px 49px 0 0 #151a21;
}
@media (max-width: 991px) {
	.commercial__btn-container::after {
		display: none;
	}
}
.commercial__arrow {
	position: absolute;
	bottom: -74px;
	right: 36px;
	z-index: 1;
	pointer-events: none;
}
@media (max-width: 1600px) {
	.commercial__arrow {
		width: 58px;
		bottom: -30px;
	}
}
@media (max-width: 1399px) {
	.commercial__arrow {
		height: 92px;
		bottom: unset;
		top: 20px;
		right: -44px;
	}
}
@media (max-width: 620px) {
	.commercial__arrow {
		top: 40px;
		right: -26px;
	}
}
.contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}
@media (max-width: 767px) {
	.contacts {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.contact {
	padding: 65px 100px;
	width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-left: none;
	text-align: center;
}
@media (max-width: 1399px) {
	.contact {
		padding: 30px 100px;
	}
}
@media (max-width: 1199px) {
	.contact {
		padding: 30px 50px;
	}
}
@media (max-width: 991px) {
	.contact {
		padding: 30px 36px;
	}
}
@media (max-width: 767px) {
	.contact {
		padding: 22px 16px;
		width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		border-right: none;
		border-bottom: none;
	}
}
.contact a {
	font-family: 'Pragmatica Extended', sans-serif;
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}
@media screen and (max-width: 1919px) {
	.contact a {
		font-size: 50px;
	}
}
@media (max-width: 1600px) {
	.contact a {
		font-size: 30px;
	}
}
@media (max-width: 991px) {
	.contact a {
		font-size: 24px;
	}
}
.contact:last-child {
	border-right: none;
}
@media (max-width: 991px) {
	.contact:last-child {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
}
.footer {
	background-image: url(/img/footer-bg.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 130px) 100%;
	padding: 56px 0;
}
@media (max-width: 1199px) {
	.footer {
		background-position: calc(100% - 69px) 30px;
		background-size: 427px 398px;
	}
}
@media (max-width: 991px) {
	.footer {
		background-position: calc(100% + 57px) 55px;
	}
}
@media (max-width: 620px) {
	.footer {
		background-image: none;
	}
}

.container_footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 317px;
}
@media (max-width: 1199px) {
	.container_footer {
		gap: 83px;
	}
}
@media (max-width: 991px) {
	.container_footer {
		gap: 28px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.footer-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 36px;
}
.footer-block .footer__link,
.footer-block .footer__item {
	font-family: 'Pragmatica Extended', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}
.footer-block_addition .footer__link,
.footer-block_addition .footer__item {
	opacity: 0.5;
	font-weight: 300;
}
@media (max-width: 991px) {
	.footer-block_addition .footer__link,
	.footer-block_addition .footer__item {
		font-size: 12px;
	}
}
.footer-block_addition .footer__link:hover,
.footer-block_addition .footer__item:hover {
	opacity: 1;
}
@media (max-width: 991px) {
	.footer-block {
		gap: 28px;
	}
}
@media (max-width: 991px) {
	.footer-block_nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
		height: 140px;
		padding-bottom: 28px;
		position: relative;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}
	.footer-block_nav::before {
		content: '';
		position: absolute;
		left: -36px;
		bottom: 0;
		width: calc(100% + 72px);
		height: 1px;
		background: rgba(255, 255, 255, 0.2);
	}
}
@media (max-width: 991px) and (max-width: 620px) {
	.footer-block_nav::before {
		left: -15px;
		width: calc(100% + 30px);
	}
}
@media (max-width: 991px) {
	.footer-block_nav .footer__link {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 50px);
		flex: 0 0 calc(50% - 50px);
		width: calc(50% - 50px);
		font-size: 14px;
	}
}

.footer__item_dev {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
}
.galery {
	padding: 60px 0 120px;
	overflow: hidden;
}
@media (max-width: 1199px) {
	.galery {
		padding: 35px 0 60px;
	}
}
@media (max-width: 620px) {
	.galery {
		padding: 25px 0 50px;
	}
}
.galery__header {
	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;
}
.galery-slider.swiper {
	padding-top: 40px;
	overflow: visible;
	max-width: 1032px;
	margin: 0 auto;
	width: 100%;
	min-height: 580px;
}
@media (max-width: 1600px) {
	.galery-slider.swiper {
		min-height: 490px;
	}
}
@media (max-width: 991px) {
	.galery-slider.swiper {
		min-height: 0;
		padding-top: 20px;
	}
}
.galery-slide .galery-slide__image {
	/*width: 100%;*/
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	right: 0;
	z-index: 0;
}

@media (max-width: 991px) {
	.galery-slide .galery-slide__image {
	display: none;
	}
}
.galery-slide .galery-slide__text {
	max-width: 437px;
	position: absolute;
	padding-left: 0px;

	color: #000000;
	font-family: 'Manrope', sans-serif;

	z-index: 2;
	top: 0px;
	left: 56px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: 0.16px;
	max-height: 100%;
	overflow: auto;
}


.galery-slide .galery-slide__text h5 {
	font-size: 24px;
	font-weight: 400;
	line-height: 130%;
	text-transform: uppercase;
	font-family: 'Pragmatica Extended', sans-serif;
	margin: 50px 0 20px;
}

.galery-slide .galery-slide__text h6 {
	font-weight: 400;
	font-size: 20px;
	font-family: 'Pragmatica Extended', sans-serif;
	line-height: 130%;
	margin: 20px 0;
}

.galery-slide .galery-slide__text ul {
padding-left: 30px;
	list-style: disc;
}

.galery-slide .galery-slide__text li {
	color: #151A21;
	margin-bottom: 10px;
	opacity: 0.6;
}


@media (max-width: 1200px) {
	.galery-slide .galery-slide__text{
		font-size: 15px;
	}
	.galery-slide .galery-slide__text h5 {
		font-size: 20px;
		font-weight: 400;
		line-height: 130%;
		text-transform: uppercase;
		margin: 20px 0 10px;
	}

	.galery-slide .galery-slide__text h6 {
		font-weight: 400;
		font-size: 18px;
		line-height: 130%;
		margin: 10px 0;
	}

	.galery-slide .galery-slide__text ul {
		padding-left: 30px;
		list-style: disc;
	}

	.galery-slide .galery-slide__text li {
		color: #151A21;
		margin-bottom: 5px;
		opacity: 0.6;
	}
}
@media (max-width: 1199px) {
	.galery-slide .galery-slide__text {
		/*border-radius: 24px;*/
		/*max-width: 420px;*/
	}
}

@media (max-width: 620px) {
	.galery-slide .galery-slide__text{
		left: 20px;
	}
	/*.galery-slide .galery-slide__text {*/
	/*	color: #ffffff;*/
	/*	font-size: 13px;*/
	/*	letter-spacing: 0.13px;*/
	/*	position: static;*/
	/*	margin-top: 12px;*/
	/*	padding: 0 35px 0 0;*/
	/*	border-radius: 0;*/
	/*	background: #151a21;*/
	/*}*/
}
.galery-slide__image-wrap {
	border-radius: 60px;
	overflow: hidden;
	position: relative;
	background: #fff;
	height: 100%;
}
@media (max-width: 1399px) {
	.galery-slide__image-wrap {
		border-radius: 30px;
	}
}
@media (max-width: 1199px) {
	.galery-slide__image-wrap {
		border-radius: 24px;
	}
}
.galery-slide__image-wrap::before {
	content: '';
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	inset: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(66.94%, rgba(0, 0, 0, 0)), color-stop(82.34%, rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.6)));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66.94%, rgba(0, 0, 0, 0.55) 82.34%, rgba(0, 0, 0, 0.6) 100%);
}
@media (max-width: 620px) {
	.galery .nav-buttons {
		display: none;
	}
}
.galery_about {
	padding-top: 25px;
}

.swiper-slide.galery-slide {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.5;
}
.swiper-slide.galery-slide .galery-slide__text {
	/*display: none;*/
}
.swiper-slide.galery-slide .galery-slide__image-wrap {
	height: 580px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media (max-width: 1200px) {
	.swiper-slide.galery-slide .galery-slide__image-wrap {
		height: 450px;
	}
}
@media (max-width: 620px) {
	.swiper-slide.galery-slide .galery-slide__image-wrap {
		height: 460px;
	}
}

.swiper-slide-active.galery-slide {
	opacity: 1;
}
.swiper-slide-active.galery-slide .galery-slide__text {
	display: block;
}
.swiper-slide-active.galery-slide .galery-slide__image-wrap {
	height: 580px;
}
@media (max-width: 1200px) {
	.swiper-slide-active.galery-slide .galery-slide__image-wrap {
		height: 450px;
	}
}

@media (max-width: 620px) {
	.swiper-slide-active.galery-slide .galery-slide__image-wrap {
		height: 460px;
	}
}
.container.container_header {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	pointer-events: all;
}

.container.container_mob-menu {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 42px;
	gap: 70px;
	overflow-y: scroll;
}

.header {
	padding: 40px 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	pointer-events: none;
}
@media (max-width: 1199px) {
	.header {
		padding: 30px 0;
	}
}
@media (max-width: 620px) {
	.header {
		padding: 12px 0;
	}
}
@media (max-width: 1199px) {
	.header .nav-list {
		display: none;
	}
}
.header .nav-list__link {
	font-family: 'Pragmatica Extended', sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 100%;
	text-transform: uppercase;
}
@media (max-width: 1600px) {
	.header .nav-list__link {
		font-size: 16px;
	}
}
@media (max-width: 1399px) {
	.header .nav-list__link {
		font-size: 14px;
	}
}
.header .nav-list__link:not(:first-child) {
	margin-left: 42px;
}
@media (max-width: 1600px) {
	.header .nav-list__link:not(:first-child) {
		margin-left: 30px;
	}
}
@media (max-width: 1399px) {
	.header .nav-list__link:not(:first-child) {
		margin-left: 20px;
	}
}

.logo {
	width: 270px;
	height: 53px;
}
@media (max-width: 1199px) {
	.logo {
		width: 227px;
		height: 45px;
	}
}
@media (max-width: 991px) {
	.logo {
		width: 191px;
		height: 38px;
	}
}

.nav-list__link_active {
	color: #ffef62;
}

.menu-btn {
	display: none;
}
@media (max-width: 1199px) {
	.menu-btn {
		border: none;
		width: 49px;
		height: 49px;
		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;
		background: #ffef62;
		border-radius: 100%;
		cursor: pointer;
	}
}
@media (max-width: 1199px) and (max-width: 991px) {
	.menu-btn {
		width: 40px;
		height: 40px;
	}
}
@media (max-width: 1199px) {
	.menu-btn span {
		width: 18px;
		height: 2px;
		background: #151a21;
		margin-bottom: 3px;
		display: block;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
}

.menu-btn_close {
	position: static;
}
.menu-btn_close span:nth-child(1) {
	rotate: 45deg;
	-webkit-transform: translateY(4px) translateX(5px);
	transform: translateY(4px) translateX(5px);
}
.menu-btn_close span:nth-child(2) {
	opacity: 0;
}
.menu-btn_close span:nth-child(3) {
	rotate: -45deg;
	-webkit-transform: translateY(-2px) translateX(3px);
	transform: translateY(-2px) translateX(3px);
}

.mob-menu__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px 0;
}
@media (max-width: 620px) {
	.mob-menu__header {
		padding: 12px 0;
	}
}

.mob-menu {
	display: none;
}
.mob-menu_open {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	position: relative;
	z-index: 2;
	background: #151a21;
}
@media screen and (max-height: 600px) {
	.mob-menu {
		overflow-y: scroll;
	}
}
.mob-menu .nav-list_mob {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 36px;
}
@media (max-width: 620px) {
	.mob-menu .nav-list_mob {
		margin-top: 32px;
	}
}
.mob-menu .nav-list_mob .nav-list__link {
	font-size: 18px;
	line-height: 73%;
}
.mob-menu .separator {
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
	margin: 46px 0;
}
.mob-menu__contact-link {
	display: block;
	margin-bottom: 17px;
	font-family: 'Pragmatica Extended', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}
.mob-menu__contact-link_yellow {
	color: #ffef62;
}

.main-info {
	background: white;
	border-radius: 60px;
	color: #151a21;
	position: relative;
	overflow: hidden;
}
@media (max-width: 1199px) {
	.main-info {
		border-radius: 40px;
	}
}
@media (max-width: 991px) {
	.main-info {
		border-radius: 30px;
	}
}
@media (max-width: 620px) {
	.main-info {
		border-radius: 24px;
	}
}
@media (max-width: 620px) {
	.main-info {
		padding: 24px 20px;
	}
}
@media (max-width: 1399px) {
	.main-info .h3 {
		font-size: 36px;
		line-height: 100%;
	}
}
@media (max-width: 620px) {
	.main-info .h3 {
		font-size: 28px;
	}
}
.main-info__bg-image {
	position: absolute;
	top: 31.5%;
	right: 0;
	width: calc(100% - 656px);
	height: 538px;
	-o-object-fit: contain;
	object-fit: contain;
}
@media (max-width: 1600px) {
	.main-info__bg-image {
		top: 18%;
		width: calc(100% - 529px);
	}
}
@media (max-width: 1399px) {
	.main-info__bg-image {
		width: calc(100% - 450px);
	}
}
@media (max-width: 991px) {
	.main-info__bg-image {
		width: 100%;
	}
}
@media (max-width: 620px) {
	.main-info__bg-image {
		top: 5%;
		right: -25px;
		width: calc(100% + 50px);
	}
}
.main-info__aside {
	color: #000;
	font-family: 'Pragmatica', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	font-style: italic;
}
@media (max-width: 1399px) {
	.main-info__aside {
		font-size: 14px;
	}
}
.main-info__aside-wrap {
	min-width: 585px;
	padding-left: 183px;
}
@media (max-width: 1399px) {
	.main-info__aside-wrap {
		padding-left: 125px;
	}
}
@media (max-width: 991px) {
	.main-info__aside-wrap {
		padding-left: 93px;
	}
}
@media (max-width: 620px) {
	.main-info__aside-wrap {
		padding-left: 0;
		min-width: 100%;
	}
}
.main-info__aside_top {
	max-width: 402px;
	margin-top: 49px;
}
@media (max-width: 1399px) {
	.main-info__aside_top {
		min-width: 343px;
		margin-top: 40px;
	}
}
@media (max-width: 620px) {
	.main-info__aside_top {
		margin-top: 24px;
	}
}
.main-info__aside_bottom {
	max-width: 361px;
	margin-top: 76px;
}
@media (max-width: 1399px) {
	.main-info__aside_bottom {
		min-width: 343px;
		margin-top: 24px;
	}
}
.main-info__inner-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
@media screen and (max-width: 1720px) {
	.main-info__inner-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0;
	}
}

.container_main-info {
	position: relative;
	z-index: 1;
}

.benefits-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	padding: 52px 44px;
}
@media (max-width: 1399px) {
	.benefits-list {
		padding: 24px 30px;
	}
}
@media (max-width: 620px) {
	.benefits-list {
		padding: 0;
	}
}
.benefits-list .benefit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 40px 0;
	border-bottom: 1px solid #dedede;
}
.benefits-list .benefit:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
@media screen and (max-width: 1720px) {
	.benefits-list .benefit {
		padding: 20px 0;
	}
}
@media (max-width: 1399px) {
	.benefits-list .benefit {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media (max-width: 1399px) {
	.benefits-list .benefit {
		padding: 20px 0;
	}
}
@media (max-width: 620px) {
	.benefits-list .benefit {
		display: grid;
		grid-template-columns: 100%;
		grid-template-rows: auto 0fr;
		-webkit-transition: grid-template-rows 0.3s;
		transition: grid-template-rows 0.3s;
		transition: grid-template-rows 0.3s, -ms-grid-rows 0.3s;
	}
	.benefits-list .benefit_open {
		grid-template-rows: auto 1fr;
	}
	.benefits-list .benefit_open img {
		rotate: -180deg;
	}
	.benefits-list .benefit_open .benefit__description {
		padding-top: 10px;
	}
}
.benefits-list .benefit__title {
	color: #151a21;
	font-family: 'Pragmatica Extended', sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 120%;
	width: 353px;
}
@media screen and (max-width: 1720px) {
	.benefits-list .benefit__title {
		font-size: 18px;
		width: 36%;
	}
}
@media (max-width: 1399px) {
	.benefits-list .benefit__title {
		width: 100%;
		font-size: 16px;
	}
}
@media (max-width: 620px) {
	.benefits-list .benefit__title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		cursor: pointer;
		width: 100%;
		max-width: 100%;
		font-size: 16px;
	}
}
.benefits-list .benefit__title img {
	display: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media (max-width: 620px) {
	.benefits-list .benefit__title img {
		display: block;
		width: 30px;
		height: 30px;
		-o-object-fit: contain;
		object-fit: contain;
	}
}
.benefits-list .benefit__description {
	color: #000;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	width: 590px;
	letter-spacing: 0.16px;
}
@media screen and (max-width: 1720px) {
	.benefits-list .benefit__description {
		width: 60%;
	}
}
@media (max-width: 1399px) {
	.benefits-list .benefit__description {
		font-size: 13px;
		width: 100%;
	}
}
@media (max-width: 620px) {
	.benefits-list .benefit__description {
		overflow: hidden;
	}
}
.benefits-list .benefit:first-child {
	padding-top: 0;
}

.info-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 70px 44px;
	border-radius: 60px;
	position: relative;
	z-index: 1;
}
@media (max-width: 1399px) {
	.info-numbers {
		padding: 24px 30px;
		gap: 15px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		row-gap: 27px;
	}
}
@media (max-width: 991px) {
	.info-numbers {
		margin: 0;
		row-gap: 30px;
	}
}
@media (max-width: 620px) {
	.info-numbers {
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
		row-gap: 27px;
		padding: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0 -7.5px;
	}
}
.info-numbers .info-block {
	min-width: 246px;
	max-width: 315px;
}
@media (max-width: 1399px) {
	.info-numbers .info-block {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 15px);
		flex: 0 0 calc(50% - 15px);
		max-width: calc(50% - 15px);
		min-width: unset;
	}
}
@media (max-width: 620px) {
	.info-numbers .info-block {
		margin: 0 7.5px;
		width: calc(50% - 15px);
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 15px);
		flex: 0 0 calc(50% - 15px);
	}
}
.info-numbers .info-block__number {
	color: #151a21;
	font-family: 'Pragmatica Extended', sans-serif;
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
@media screen and (max-width: 1720px) {
	.info-numbers .info-block__number {
		font-size: 28px;
	}
}
@media (max-width: 620px) {
	.info-numbers .info-block__number {
		font-size: 24px;
	}
}
.info-numbers .info-block__description {
	padding-top: 6px;
	color: #000;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 0.16px;
}
@media screen and (max-width: 1720px) {
	.info-numbers .info-block__description {
		font-size: 14px;
	}
}
@media (max-width: 620px) {
	.info-numbers .info-block__description {
		font-size: 12px;
		letter-spacing: 0.12px;
		padding-top: 4px;
	}
}

.main-info-addition {
	max-width: 626px;
	border-radius: 60px 60px 60px 57px;
	background: #2b2f36;
	padding: 52px 44px 44px 44px;
	position: absolute;
	top: 0;
	left: 100px;
	z-index: 1;
	-webkit-box-shadow: 0 0 0 29px #151a21;
	box-shadow: 0 0 0 29px #151a21;
}
@media (max-width: 1600px) {
	.main-info-addition {
		max-width: 500px;
		padding: 30px;
	}
}
@media (max-width: 1399px) {
	.main-info-addition {
		max-width: 420px;
	}
}
@media (max-width: 1199px) {
	.main-info-addition {
		left: 50px;
	}
}
@media (max-width: 991px) {
	.main-info-addition {
		position: static;
		max-width: 100%;
		border-radius: 30px;
		margin-bottom: 20px;
	}
}
@media (max-width: 620px) {
	.main-info-addition {
		border-radius: 24px;
		margin-bottom: 8px;
		padding: 24px 20px 20px 20px;
	}
}
.main-info-addition::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -129px;
	width: 100px;
	height: 100px;
	border-radius: 60px;
	background: transparent;
	-webkit-box-shadow: -48px -43px 0 0 #151a21;
	box-shadow: -48px -43px 0 0 #151a21;
}
@media (max-width: 991px) {
	.main-info-addition::before {
		display: none;
	}
}
.main-info-addition::after {
	content: '';
	position: absolute;
	right: -129px;
	top: 0;
	width: 100px;
	height: 100px;
	border-radius: 60px;
	background: transparent;
	-webkit-box-shadow: -45px -45px 0 0 #151a21;
	box-shadow: -45px -45px 0 0 #151a21;
}
@media (max-width: 991px) {
	.main-info-addition::after {
		display: none;
	}
}
.main-info-addition__title {
	color: #ffffff;
	font-family: 'Pragmatica Extended', sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}
@media screen and (max-width: 1720px) {
	.main-info-addition__title {
		font-size: 24px;
	}
}
@media (max-width: 1600px) {
	.main-info-addition__title {
		font-size: 20px;
	}
}
@media (max-width: 1399px) {
	.main-info-addition__title {
		font-size: 16px;
	}
}
@media (max-width: 620px) {
	.main-info-addition__title {
		line-height: 160%;
	}
}
.main-info-addition__subtitle {
	color: #aaa;
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: 0.18px;
	margin-top: 28px;
}
@media screen and (max-width: 1720px) {
	.main-info-addition__subtitle {
		font-size: 16px;
	}
}
@media (max-width: 1600px) {
	.main-info-addition__subtitle {
		margin-top: 20px;
	}
}
@media (max-width: 1399px) {
	.main-info-addition__subtitle {
		font-size: 14px;
	}
}
.main-info-addition__image-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 63px;
}
@media (max-width: 1600px) {
	.main-info-addition__image-container {
		margin-top: 0;
	}
	.main-info-addition__image-container img {
		width: 70px;
		height: 70px;
	}
}

.main-info__text-section {
	margin-left: 655px;
	border-radius: 60px 0 0 0;
	min-height: 700px;
}
@media screen and (max-width: 1720px) {
	.main-info__text-section {
		min-height: 600px;
	}
}
@media (max-width: 1600px) {
	.main-info__text-section {
		margin-left: 529px;
		min-height: 480px;
	}
}
@media (max-width: 1399px) {
	.main-info__text-section {
		margin-left: 450px;
		min-height: 422px;
	}
}
@media (max-width: 991px) {
	.main-info__text-section {
		margin-left: 0;
		min-height: unset;
		margin-bottom: 136px;
	}
}
.news {
	padding: 100px 0 120px;
	overflow: hidden;
}
@media (max-width: 1199px) {
	.news {
		padding: 60px 0;
	}
}
@media (max-width: 620px) {
	.news {
		padding: 50px 0;
	}
}
.news__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.news-list {
	padding-top: 50px;
}
@media (max-width: 1199px) {
	.news-list {
		padding-top: 40px;
	}
}
@media (max-width: 620px) {
	.news-list {
		padding-top: 30px;
	}
}
@media (max-width: 620px) {
	.news__header .nav-buttons {
		display: none;
	}
}

.news-item {
	padding: 44px;
	border-radius: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #2b2f36;
	font-family: 'Manrope', sans-serif;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
@media (max-width: 1199px) {
	.news-item {
		padding: 40px 30px;
		border-radius: 30px;
	}
}
@media (max-width: 620px) {
	.news-item {
		border-radius: 24px;
		padding: 20px;
	}
}
.news-item__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 0.24px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
@media (max-width: 1199px) {
	.news-item__title {
		font-size: 20px;
	}
}
@media (max-width: 620px) {
	.news-item__title {
		font-size: 16px;
		line-height: 140%;
	}
}
.news-item__description {
	margin: 24px 0 137px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #aaa;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 0.16px;
}
@media (max-width: 1399px) {
	.news-item__description {
		margin-bottom: 0;
	}
}
@media (max-width: 1199px) {
	.news-item__description {
		font-size: 14px;
	}
}
@media (max-width: 620px) {
	.news-item__description {
		font-size: 13px;
		margin-top: 12px;
	}
}
.news-item__tag-container {
	position: absolute;
	bottom: 19px;
	right: 19px;
}
@media (max-width: 1399px) {
	.news-item__tag-container {
		display: none;
	}
}

.news-tag {
	font-family: 'Pragmatica Extended', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	text-transform: uppercase;
	padding: 16px 20px;
	border-radius: 1000px;
	border: 1px solid #4a4f59;
	max-height: 43px;
	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;
}
@media (max-width: 991px) {
	.news-tag {
		font-size: 14px;
	}
}
@media (max-width: 620px) {
	.news-tag {
		font-size: 12px;
		max-height: 40px;
	}
}

.news-date {
	color: #ffef62;
	font-family: 'Manrope', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 0.2px;
}
@media (max-width: 620px) {
	.news-date {
		font-size: 14px;
	}
}

.news-list .swiper-slide {
	overflow: hidden;
}
.news-list .swiper-slide .news-date {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	background: #151a21;
	padding: 25px 54px 26px 44px;
	border-radius: 30px;
}
@media (max-width: 1399px) {
	.news-list .swiper-slide .news-date {
		position: static;
		padding: 12px 0 0 30px;
	}
}
@media (max-width: 620px) {
	.news-list .swiper-slide .news-date {
		position: static;
		padding: 12px 0 0 20px;
	}
}
.news-list .swiper-slide .news-date::before {
	content: '';
	position: absolute;
	top: -60px;
	left: 0;
	width: 60px;
	height: 60px;
	background: transparent;
	border-radius: 30px;
	-webkit-box-shadow: -28px 30px 0 0 #151a21;
	box-shadow: -28px 30px 0 0 #151a21;
}
@media (max-width: 1399px) {
	.news-list .swiper-slide .news-date::before {
		display: none;
	}
}
.news-list .swiper-slide .news-date::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: -60px;
	width: 60px;
	height: 60px;
	background: transparent;
	border-radius: 30px;
	-webkit-box-shadow: -28px 30px 0 0 #151a21;
	box-shadow: -28px 30px 0 0 #151a21;
}
@media (max-width: 1399px) {
	.news-list .swiper-slide .news-date::after {
		display: none;
	}
}
.product {
	padding: 50px 0 60px;
}
@media (max-width: 1199px) {
	.product {
		padding: 60px 0 35px;
	}
}
@media (max-width: 620px) {
	.product {
		padding: 25px 0;
	}
}
.product h2 {
	position: relative;
	z-index: 2;
}
.product-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	padding-top: 48px;
	width: 100%;
}
@media (max-width: 1199px) {
	.product-list {
		padding-top: 30px;
		gap: 0;
	}
}
@media (max-width: 991px) {
	.product-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.product-block {
	padding: 0;
	background: #151a21;
	border-radius: 60px;
	position: relative;
}
@media (max-width: 1199px) {
	.product-block {
		border-radius: 24px;
		min-height: 160px;
	}
}
.product-block__inner {
	/*border-radius: 60px;*/
	background: white;
	position: relative;
	min-height: 100%;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	color: #151a21;
	line-height: 120%;
	/*overflow: hidden;*/
}
@media (max-width: 1199px) {
	.product-block__inner {
		padding: 22px 20px;
		border-radius: 24px;
	}
}
.product-block:hover {
	color: #151a21;
}
@media (max-width: 1199px) {
	.product-block {
		padding: 0;
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	.product-block {
		font-size: 16px;
	}
}
@media (max-width: 620px) {
	.product-block {
		min-height: 128px;
	}
}
.product-block_yellow {
	background: #ffef62;
}
.product-block_yellow .product-block__inner {
	background: #ffef62;
	z-index: 1;
	height: 345px;
}
@media (max-width: 1199px) {
	.product-block_yellow .product-block__inner {
		height: unset;
	}
}
.product-block__image-container {
	position: absolute;
	top: 0;
	left: -30px;
	pointer-events: none;
	width: 100%;
	height: 100%;
}
@media (max-width: 830px) {
	.product-block__image-container {
		position: absolute;
		top: 0;
		left: -30px;
		pointer-events: none;
		width: 100%;
		max-width: 500px;
		height: 100%;
	}
}
/*@media (max-width: 1399px) {*/
/*	.product-block__image-container {*/
/*		height: 56%;*/
/*	}*/
/*}*/
/*@media (max-width: 1199px) {*/
/*	.product-block__image-container {*/
/*		height: 80%;*/
/*	}*/
/*}*/
.product-block__image {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.product-block__name {
	position: relative;
	z-index: 2;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	text-transform: uppercase;
	max-width: 50%;
}
@media (max-width: 1600px) {
	.product-block__name {
		font-size: 20px;
	}
}
@media (max-width: 1199px) {
	.product-block__name {
		font-size: 16px;
	}
}

.product-block .button-arrow {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 3;
}

.button-arrow {
	background: #ffef62;
	width: 100px;
	height: 100px;
	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: 100%;
	-webkit-box-shadow: 0 0 0 20px #151a21;
	box-shadow: 0 0 0 20px #151a21;
}
@media (max-width: 1199px) {
	.button-arrow {
		width: 50px;
		height: 50px;
		-webkit-box-shadow: 0 0 0 8px #151a21;
		box-shadow: 0 0 0 8px #151a21;
	}
}

.button-arrow__image {
	width: 50px;
	height: 50px;
}
@media (max-width: 1199px) {
	.button-arrow__image {
		width: 20px;
		height: 20px;
	}
}

.product-block:hover .button-arrow {
	opacity: 1;
}

.product-list__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	background: #ffef62;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(76.28% - 30px);
	flex: 0 0 calc(76.28% - 30px);
	width: calc(76.28% - 30px);
}
@media (max-width: 1600px) {
	.product-list__right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(66.666% - 30px);
		flex: 0 0 calc(66.666% - 30px);
		width: calc(66.666% - 30px);
	}
}
@media (max-width: 1199px) {
	.product-list__right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666%;
		flex: 0 0 66.666%;
		width: 66.666%;
		background: #151a21;
		margin: -4px;
	}
}
@media (max-width: 991px) {
	.product-list__right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 101%;
	}
}
@media (max-width: 620px) {
	.product-list__right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		margin: -4px 0;
	}
}
.product-list__right .product-block {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	width: 50%;
}
@media (max-width: 1199px) {
	.product-list__right .product-block {
		margin: 4px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 8px);
		flex: 0 0 calc(50% - 8px);
		width: calc(50% - 8px);
	}
}
@media (max-width: 620px) {
	.product-list__right .product-block {
		height: 160px;
		margin: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		margin: 4px 0;
	}
}
.product-list__right .product-block:first-child .product-block__inner {
	background: #2b2f36;
	color: #ffffff;
}
.product-list__right::before {
	content: '';
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 60px solid #151a21;
}
@media (max-width: 1199px) {
	.product-list__right::before {
		display: none;
	}
}
.product-list__right .product-block:first-child {
	padding: 0 30px 30px 0;
}
@media (max-width: 1199px) {
	.product-list__right .product-block:first-child {
		padding: 0;
	}
}
.product-list__right .product-block:first-child .button-arrow {
	right: 30px;
	bottom: 30px;
}
@media (max-width: 1199px) {
	.product-list__right .product-block:first-child .button-arrow {
		right: 0;
		bottom: 0;
	}
}
.product-list__right .product-block:last-child {
	padding: 30px 0 0 30px;
}
.product-list__right .product-block:last-child .product-block__image-container {
	width: 50%;
}
@media (max-width: 1199px) {
	.product-list__right .product-block:last-child .product-block__image-container {
		height: 100%;
	}
}
@media (max-width: 620px) {
	.product-list__right .product-block:last-child .product-block__image-container {
		width: 60%;
	}
}
.product-list__right .product-block:last-child .product-block__image {
	-o-object-fit: contain;
	object-fit: contain;
}
@media (max-width: 620px) {
	.product-list__right .product-block:last-child .product-block__image {
		-o-object-fit: cover;
		object-fit: cover;
	}
}
@media (max-width: 1199px) {
	.product-list__right .product-block:last-child {
		padding: 0;
	}
}
.product-list__right .product-block__image-container {
	right: 0;
	left: unset;
}
@media (max-width: 991px) {
	.product-list__right .product-block__image-container {
		right: -45px;
	}
}
@media (max-width: 620px) {
	.product-list__right .product-block__image-container {
		right: 0;
		height: 100%;
	}
}
.product-list__right .product-block:nth-child(3) .product-block__image-container {
	height: 270px;
	bottom: 0;
	top: unset;
}
@media (max-width: 1600px) {
	.product-list__right .product-block:nth-child(3) .product-block__image-container {
		height: 70%;
		width: 85%;
	}
}
@media (max-width: 1399px) {
	.product-list__right .product-block:nth-child(3) .product-block__image-container {
		height: 56%;
	}
}
@media (max-width: 1199px) {
	.product-list__right .product-block:nth-child(3) .product-block__image-container {
		/* height: 128px;
    width: 66%; */
		height: 85%;
		width: 80%;
		right: -21%;
	}

	.product-list__right .product-block:nth-child(3) .product-block__image-container .product-block__image {
		object-fit: contain;
	}
}

/* Основная сетка - автоматически подстраивается под количество блоков */
.product-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
	gap: 20px;
}

.product h2{
	margin-bottom: 48px;
}

/* Стили для каждого блока */
.product .product-block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px;
	background: #fff;
	border-radius: 20px;
	text-decoration: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	min-height: 690px;
	height: 100%;
}

@media (max-width: 1500px) {
	.product .product-block {

		min-height: 530px;

	}
}

.product .product-block:nth-child(3) .product-block__image-container{
	bottom: -50px;
	top: auto;
}

/* Эффект при наведении */
.product .product-block:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.product .product-block:hover .button-arrow__image {
	transform: translateX(5px);
}

/* Внутренний контейнер */
.product-block__inner {
	flex: 1;
}

/* Контейнер для картинки */
.product-block__image-container {
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Картинка */
.product-block__image {
	max-width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: contain;
}

/* Название продукта */
.product-block__name {
	font-size: 30px;
	font-weight: 400;
	color: #151A21;
	text-align: left;
	margin-top: 15px;
}

/* Желтый фон для некоторых блоков */
.product-block_yellow {
	background: #FFD700;
}

.product-block_yellow .product-block__name {
	color: #1a1a1a;
}

/* Кнопка-стрелка */
.product .button-arrow {
	margin-top: 20px;
	text-align: center;
}

.product .button-arrow__image {
	transition: transform 0.3s ease;
	width: 40px;
	height: 40px;
}

/* Дополнительная защита для очень маленьких экранов */
@media (max-width: 400px) {
	.product-grid {
		grid-template-columns: 1fr;
	}
}
.product-list__left {
width: 100%;
	display: flex;
	gap: 30px;
	min-height: 690px;
}
@media (max-width: 1600px) {
	.product-list__left {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
		width: 33.333%;
	}
}
@media (max-width: 1199px) {
	.product-list__left {
		margin-right: 8px;
	}
}
@media (max-width: 991px) {
	.product-list__left {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		margin-right: 0;
		margin-bottom: 8px;
	}
}
@media (max-width: 991px) {
	.product-list__left .product-block {
		height: 160px;
		display: block;
	}
}
.product-list__left .product-block__image-container {
	top: unset;
	bottom: 5px;
	width: 100%;
	height: 486px;
}
@media (max-width: 1199px) {
	.product-list__left .product-block__image-container {
		height: 100%;
		bottom: 0;
		width: 90%;
	}
}
@media (max-width: 991px) {
	.product-list__left .product-block__image-container {
		left: unset;
		right: 0;
		-webkit-transform: scale(-1, 1);
		transform: scale(-1, 1);
		width: 50%;
	}
}
.point {
	fill: #ffef62;
	stroke: transparent;
	stroke-width: 2px;
	-webkit-filter: drop-shadow(0px 0px 11.5642566681px rgba(255, 239, 98, 0.7));
	filter: drop-shadow(0px 0px 11.5642566681px rgba(255, 239, 98, 0.7));
}

.edge {
	stroke-width: 1.156px;
	stroke: #414141;
	opacity: 0.4;
}

.face {
	fill: transparent;
	fill-rule: nonzero;
}
.trust {
	padding: 165px 0;
	overflow: hidden;
}
@media (max-width: 1399px) {
	.trust {
		padding: 70px 0;
	}
}
@media (max-width: 991px) {
	.trust {
		padding: 60px 0;
	}
}
@media (max-width: 620px) {
	.trust {
		padding: 67px 0;
	}
}

.partner.swiper-slide {
	height: 70px;
}
@media (max-width: 620px) {
	.partner.swiper-slide {
		height: 37px;
	}
}

.partner__logo {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

#loadMore.hidden {
	display: none;
}
/* End */


/* Start:/local/templates/main/css/DropdownList.css?17093006702014*/
.dropdown-list {
	--dropdown-list-pimary: #e2e4e7;
	--dropdown-list-pimary-light: #d6d8db;
	--dropdown-list-color: #151a21;
	--dropdown-list-background: #eef0f3;
	position: relative;
	font-family: 'Manrope', sans-serif;
}
.dropdown-list,
.dropdown-list * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.dropdown-list__select {
	position: absolute;
	left: 0;
	bottom: 110%;
	width: 100%;
	display: none;
}
.dropdown-list__label {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	column-gap: 8px;
	padding: 13px 18px;
	background: var(--dropdown-list-background);
	border-radius: 8px;
	cursor: pointer;
}
.dropdown-list__label-text {
	color: var(--dropdown-list-color);
	font-weight: 500;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.dropdown-list__label-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	width: 20px;
	height: 20px;
	transition: 0.15s;
}
.dropdown-list__label-arrow_rotate {
	rotate: 180deg;
}
.dropdown-list__list {
	position: absolute;
	top: calc(100% + 8px);
	z-index: 10;
	display: flex;
	flex-direction: column;
	max-height: 16rem;
	border: none;
	border-radius: 12px;
	opacity: 0;
	transition: 0.3s;
	pointer-events: none;
	overflow: auto;
}
.dropdown-list__list_open {
	z-index: 11;
	opacity: 1;
	pointer-events: all;
}
.dropdown-list__option {
	margin-top: -1px;
	padding: 12px 24px;
	background: var(--dropdown-list-background);
	color: var(--dropdown-list-color);
	cursor: pointer;
	white-space: nowrap;
}
.dropdown-list__option:hover {
	background: var(--dropdown-list-pimary-light);
}
.dropdown-list__option_selected {
	background: var(--dropdown-list-pimary);
}

.dropdown-list * {
	scrollbar-width: thin;
	scrollbar-color: #c5c8cd #fff0;
}

.dropdown-list *::-webkit-scrollbar {
	width: 3px;
}

.dropdown-list *::-webkit-scrollbar-track {
	background: #fff0;
}

.dropdown-list *::-webkit-scrollbar-thumb {
	background-color: #c5c8cd;
	border-radius: 10px;
	border: 0px solid #ffffff;
}

/* End */
/* /local/templates/main/css/style.css?1781190114115818 */
/* /local/templates/main/css/DropdownList.css?17093006702014 */
