@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* @import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); */
/* @import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");
/* .bx-core,
.bx-core body {
	overflow: hidden;
}
.bx-core body {
	display: flex;
	flex-direction: column;
	height: 100vh;dropdown
}

.bx-core body .page {
	flex: 1;
	overflow: scroll;
} */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

img,
svg {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: inherit;
}

input,
button,
select {
	font: inherit;
}

button {
	all: unset;
}

button,
select {
	cursor: pointer;
	font: inherit;
}

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

.row {
	--bs-gutter-x: 1.25rem;
}

.project-popup .fancybox-content,
.popup__product-image,
.popup__product-item,
.see-others__card,
.blog-item,
.project-item,
.services__image img,
.map__map,
.contacts__map,
.header-main,
.gallery .splide__slide,
.card,
.catalog__image,
.team-card__image,
.docs-card__image,
.blog-item__image,
.project-item__image,
.product-card__image {
	border-radius: clamp(1.25rem, 0.48rem + 1.9vw, 1.88rem);
}

.main-card,
.blue-backdrop,
.search,
.card--lg {
	border-radius: clamp(1.88rem, 0.35rem + 3.7vw, 3.13rem);
}

.services-item,
.manager-subcard,
.partners .card,
.partners .catalog__image,
.partners .team-card__image,
.partners .docs-card__image,
.partners .blog-item__image,
.partners .project-item__image,
.partners .product-card__image,
.card--sm {
	border-radius: clamp(0.94rem, 0.56rem + 0.9vw, 1.25rem);
}

.card--xs {
	border-radius: 0.31rem;
}

:root {
	--header-height: 8.13rem;
}
@media (max-width: 1399px) {
	:root {
		--header-height: 10.44rem;
	}
}
@media (max-width: 991px) {
	:root {
		--header-height: 7.31rem;
	}
}
@media (max-width: 767px) {
	:root {
		--header-height: 6.69rem;
	}
}
@media (max-width: 480px) {
	:root {
		--header-height: 6.38rem;
	}
}

.search__search-button,
.catalog-detail__mobile-filter-toggle,
.catalog-detail__mobile-filter-close,
.catalog-detail__mobile-reset,
.catalog-detail__filter-dropdowns a,
.catalog-detail__reset a,
.navigation a,
.mobile-menu__row-menu ul a,
.mobile-menu__row-menu ul .link,
.mobile-menu__search-button,
.header-main [data-theme="custom"] a,
.link,
.section__more a {
	cursor: pointer;
	transition: 0.4s;
}
.search__search-button::after,
.catalog-detail__mobile-filter-toggle::after,
.catalog-detail__mobile-filter-close::after,
.catalog-detail__mobile-reset::after,
.catalog-detail__filter-dropdowns a::after,
.catalog-detail__reset a::after,
.navigation a::after,
.mobile-menu__row-menu ul a::after,
.mobile-menu__row-menu ul .link::after,
.mobile-menu__search-button::after,
.header-main [data-theme="custom"] a::after,
.link::after,
.section__more a::after {
	transition: inherit;
}
.search__search-button:hover,
.catalog-detail__mobile-filter-toggle:hover,
.catalog-detail__mobile-filter-close:hover,
.catalog-detail__mobile-reset:hover,
.catalog-detail__filter-dropdowns a:hover,
.catalog-detail__reset a:hover,
.navigation a:hover,
.mobile-menu__row-menu ul a:hover,
.mobile-menu__row-menu ul .link:hover,
.mobile-menu__search-button:hover,
.header-main [data-theme="custom"] a:hover,
.link:hover,
.section__more a:hover,
[aria-expanded="true"].search__search-button,
[aria-expanded="true"].catalog-detail__mobile-filter-toggle,
[aria-expanded="true"].catalog-detail__mobile-filter-close,
[aria-expanded="true"].catalog-detail__mobile-reset,
.catalog-detail__filter-dropdowns a[aria-expanded="true"],
.catalog-detail__reset a[aria-expanded="true"],
.navigation a[aria-expanded="true"],
.mobile-menu__row-menu ul a[aria-expanded="true"],
.mobile-menu__row-menu ul [aria-expanded="true"].link,
[aria-expanded="true"].mobile-menu__search-button,
.header-main [data-theme="custom"] a[aria-expanded="true"],
[aria-expanded="true"].link,
.section__more a[aria-expanded="true"] {
	transition: 0.2s;
	color: #ef7c00;
}
body {
	font-family: "Onest", "Times New Roman", Times, serif;
	color: #39383e;
	background: #fcfcfc;
}

.page {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	max-width: 100vw;
	position: relative;
	overflow: hidden;
	max-width: 120rem;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.page__title {
	font-size: clamp(1.63rem, -0.81rem + 5.9vw, 3.63rem);
	font-weight: 700;
	font-family: "Onest", "Times New Roman", Times, serif;
}
.page .main {
	flex-grow: 1;
}

.section {
	margin-top: clamp(1.25rem, -3.33rem + 11.1vw, 5rem);
	margin-bottom: clamp(1.25rem, -3.33rem + 11.1vw, 5rem);
}
.section__head {
	display: grid;
	margin-bottom: clamp(1.63rem, -1.57rem + 7.8vw, 4.25rem);
	gap: 1.63rem;
}
.section__head-main {
	display: grid;
	gap: clamp(0.94rem, -0.21rem + 2.8vw, 1.88rem);
	max-width: clamp(18.75rem, -19.44rem + 92.6vw, 50rem);
}
.section__title {
	font-size: clamp(1rem, 0.69rem + 0.7vw, 1.25rem);
	font-family: "Onest", "Times New Roman", Times, serif;
	font-weight: 700;
	color: #2f5acf;
}
.section__title-lg {
	font-size: clamp(1.38rem, 0.01rem + 3.3vw, 1.75rem);
	font-family: "Onest", "Times New Roman", Times, serif;
	font-weight: 700;
}
.section__subtitle {
	font-size: 1.125rem;
	font-weight: 500;
}
.section__head-actions {
	display: flex;
	flex-direction: column;
	grid-gap: clamp(0.94rem, 0.56rem + 0.9vw, 1.25rem);
}
.section__more {
	margin-top: 1.56rem;
}
.section__more a {
	font-size: clamp(1rem, 0.84rem + 0.4vw, 1.13rem);
	font-family: "Onest", "Times New Roman", Times, serif;
	font-weight: 600;
	display: flex;
	gap: 0.56em;
}
.section__more a::after {
	content: "";
	width: 1em;
	height: 1em;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 9H15M15 9L10 4M15 9L10 14' stroke='%235B7FE3' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	transform: rotate(90deg);
}
@media (min-width: 767px) {
	.section__head {
		grid-template-columns: repeat(auto-fit, minmax(10%, auto));
	}
	.section__head-actions {
		align-self: start;
		flex-direction: row;
		justify-content: end;
		align-items: center;
	}
}

.breadcrumbs {
	font-size: clamp(0.75rem, 0.59rem + 0.4vw, 0.88rem);
	margin-top: clamp(1.56rem, 4.34rem + -3.7vw, 2.81rem);
	margin-bottom: 1.56rem;
	color: rgba(57, 56, 62, 0.5333333333);
	font-weight: 700;
	line-height: 1.2;
}
.breadcrumbs > *:not(:last-child) {
	border-right: 2px solid rgba(57, 56, 62, 0.5333333333);
	padding-right: 0.72em;
	margin-right: 0.72em;
}
.breadcrumbs + .section {
	margin-top: 0;
}
.breadcrumbs a {
	transition: 0.2s;
}
.breadcrumbs a:hover {
	color: #ef7c00;
}

.card,
.catalog__image,
.team-card__image,
.docs-card__image,
.blog-item__image,
.project-item__image,
.product-card__image {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
.card--white,
.catalog__image {
	background: #fff;
	box-shadow: 0px 2px 10px 0px rgba(124, 159, 252, 0.2);
}
.card--outline {
	background: #fff;
	border: 1px solid #ff9828;
}
.card--blue {
	background: #eef3ff;
}
.card--yellow {
	background: #ffd074;
}
.card__inner {
	padding: clamp(1.25rem, -0.28rem + 3.7vw, 2.5rem);
	display: grid;
	grid-gap: clamp(0.63rem, 0.25rem + 0.9vw, 0.94rem);
	margin-bottom: auto;
}
.card__title {
	font-size: clamp(1rem, 0.69rem + 0.7vw, 1.25rem);
	font-family: "Onest", "Times New Roman", Times, serif;
	font-weight: 700;
}
.card__text,
.card__text ~ p {
	font-size: clamp(0.75rem, 0.59rem + 0.4vw, 0.88rem);
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: 0.03em;
}
.card__image img {
	width: clamp(24.69rem, 21.26rem + 8.3vw, 27.5rem);
	margin-left: auto;
}

@media (max-width: 991px) {
	.hide-mobile {
		display: none;
	}
}

.blue-backdrop,
.search {
	background: #eef3ff;
	border: 1px solid transparent;
}
.blue-backdrop + .blue-backdrop,
.search + .blue-backdrop,
.blue-backdrop + .search,
.search + .search {
	margin-top: 2.5rem;
}

[class*="link--ico"]::after {
	content: "";
	width: 1em;
	height: 1em;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.75' y='0.75' width='16.5' height='16.5' rx='8.25' stroke='%235B7FE3' stroke-width='1.5'/%3E%3Cpath d='M9.23863 11.4693C8.64243 11.4693 8.1227 10.9677 8.33252 10.4096C8.39424 10.2455 8.47244 10.0943 8.56713 9.95626C8.85046 9.54826 9.25846 9.10626 9.79113 8.63026C10.1991 8.2676 10.4995 7.95593 10.6921 7.69526C10.8961 7.42326 10.9981 7.11726 10.9981 6.77726C10.9981 6.30126 10.8055 5.91593 10.4201 5.62126C10.0348 5.32659 9.51913 5.17926 8.87313 5.17926C8.01844 5.17926 7.3102 5.39201 6.74839 5.8175C6.33153 6.13322 5.75657 6.26383 5.31802 5.979V5.979C4.84807 5.67377 4.7251 5.02622 5.14552 4.65572C5.49637 4.34653 5.89457 4.09038 6.34013 3.88726C7.11079 3.5246 8.01746 3.34326 9.06013 3.34326C10.3295 3.34326 11.3381 3.62093 12.0861 4.17626C12.8455 4.72026 13.2251 5.47393 13.2251 6.43726C13.2251 6.90193 13.1458 7.30993 12.9871 7.66126C12.8398 8.0126 12.6585 8.31293 12.4431 8.56226C12.2278 8.80026 11.9445 9.07793 11.5931 9.39526C11.1625 9.7806 10.8395 10.1206 10.6241 10.4153C10.6174 10.425 10.6108 10.4348 10.6042 10.4447C10.2755 10.942 9.83482 11.4693 9.23863 11.4693V11.4693ZM9.24713 15.5323C8.85046 15.5323 8.52179 15.4076 8.26113 15.1583C8.01179 14.8976 7.88713 14.5803 7.88713 14.2063C7.88713 13.8323 8.01179 13.5206 8.26113 13.2713C8.52179 13.0219 8.85046 12.8973 9.24713 12.8973C9.63246 12.8973 9.94979 13.0219 10.1991 13.2713C10.4598 13.5206 10.5901 13.8323 10.5901 14.2063C10.5901 14.5803 10.4598 14.8976 10.1991 15.1583C9.94979 15.4076 9.63246 15.5323 9.24713 15.5323Z' fill='%235B7FE3'/%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.75' y='0.75' width='16.5' height='16.5' rx='8.25' stroke='%235B7FE3' stroke-width='1.5'/%3E%3Cpath d='M9.23863 11.4693C8.64243 11.4693 8.1227 10.9677 8.33252 10.4096C8.39424 10.2455 8.47244 10.0943 8.56713 9.95626C8.85046 9.54826 9.25846 9.10626 9.79113 8.63026C10.1991 8.2676 10.4995 7.95593 10.6921 7.69526C10.8961 7.42326 10.9981 7.11726 10.9981 6.77726C10.9981 6.30126 10.8055 5.91593 10.4201 5.62126C10.0348 5.32659 9.51913 5.17926 8.87313 5.17926C8.01844 5.17926 7.3102 5.39201 6.74839 5.8175C6.33153 6.13322 5.75657 6.26383 5.31802 5.979V5.979C4.84807 5.67377 4.7251 5.02622 5.14552 4.65572C5.49637 4.34653 5.89457 4.09038 6.34013 3.88726C7.11079 3.5246 8.01746 3.34326 9.06013 3.34326C10.3295 3.34326 11.3381 3.62093 12.0861 4.17626C12.8455 4.72026 13.2251 5.47393 13.2251 6.43726C13.2251 6.90193 13.1458 7.30993 12.9871 7.66126C12.8398 8.0126 12.6585 8.31293 12.4431 8.56226C12.2278 8.80026 11.9445 9.07793 11.5931 9.39526C11.1625 9.7806 10.8395 10.1206 10.6241 10.4153C10.6174 10.425 10.6108 10.4348 10.6042 10.4447C10.2755 10.942 9.83482 11.4693 9.23863 11.4693V11.4693ZM9.24713 15.5323C8.85046 15.5323 8.52179 15.4076 8.26113 15.1583C8.01179 14.8976 7.88713 14.5803 7.88713 14.2063C7.88713 13.8323 8.01179 13.5206 8.26113 13.2713C8.52179 13.0219 8.85046 12.8973 9.24713 12.8973C9.63246 12.8973 9.94979 13.0219 10.1991 13.2713C10.4598 13.5206 10.5901 13.8323 10.5901 14.2063C10.5901 14.5803 10.4598 14.8976 10.1991 15.1583C9.94979 15.4076 9.63246 15.5323 9.24713 15.5323Z' fill='%235B7FE3'/%3E%3C/svg%3E%0A");
	background: #5b7fe3;
}

.link {
	display: flex;
	font-size: clamp(1rem, 0.84rem + 0.4vw, 1.13rem);
	font-family: "Onest", "Times New Roman", Times, serif;
	font-weight: 600;
	display: flex;
	gap: 0.56em;
}
.link:hover::after {
	background: #39383e;
}
.link--ico-3d::after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.11109 8.99998V17M9.11109 8.99998L16.2005 5.23511M9.11109 8.99998L2.01415 5.28018M16.2222 12.2943V5.70573C16.2222 5.42761 16.2222 5.28856 16.1823 5.16453C16.147 5.05481 16.0894 4.9541 16.0131 4.86912C15.927 4.77307 15.8086 4.70553 15.572 4.57047L9.72506 1.23354C9.50098 1.10565 9.38894 1.04171 9.27028 1.01664C9.16527 0.994453 9.05696 0.994453 8.95194 1.01664C8.83329 1.04171 8.72125 1.10565 8.49716 1.23354L2.65025 4.57047C2.41359 4.70554 2.29526 4.77307 2.20909 4.86912C2.13287 4.9541 2.07518 5.05481 2.03989 5.16453C2 5.28856 2 5.42762 2 5.70573V12.2943C2 12.5724 2 12.7114 2.03989 12.8355C2.07518 12.9452 2.13287 13.0459 2.20909 13.1309C2.29526 13.2269 2.41359 13.2945 2.65025 13.4295L8.49716 16.7665C8.72125 16.8943 8.83329 16.9583 8.95194 16.9834C9.05696 17.0055 9.16527 17.0055 9.27028 16.9834C9.38894 16.9583 9.50098 16.8943 9.72506 16.7665L15.572 13.4295C15.8086 13.2945 15.927 13.2269 16.0131 13.1309C16.0894 13.0459 16.147 12.9452 16.1823 12.8355C16.2222 12.7114 16.2222 12.5724 16.2222 12.2943Z' stroke='%235B7FE3' stroke-width='2' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.11109 8.99998V17M9.11109 8.99998L16.2005 5.23511M9.11109 8.99998L2.01415 5.28018M16.2222 12.2943V5.70573C16.2222 5.42761 16.2222 5.28856 16.1823 5.16453C16.147 5.05481 16.0894 4.9541 16.0131 4.86912C15.927 4.77307 15.8086 4.70553 15.572 4.57047L9.72506 1.23354C9.50098 1.10565 9.38894 1.04171 9.27028 1.01664C9.16527 0.994453 9.05696 0.994453 8.95194 1.01664C8.83329 1.04171 8.72125 1.10565 8.49716 1.23354L2.65025 4.57047C2.41359 4.70554 2.29526 4.77307 2.20909 4.86912C2.13287 4.9541 2.07518 5.05481 2.03989 5.16453C2 5.28856 2 5.42762 2 5.70573V12.2943C2 12.5724 2 12.7114 2.03989 12.8355C2.07518 12.9452 2.13287 13.0459 2.20909 13.1309C2.29526 13.2269 2.41359 13.2945 2.65025 13.4295L8.49716 16.7665C8.72125 16.8943 8.83329 16.9583 8.95194 16.9834C9.05696 17.0055 9.16527 17.0055 9.27028 16.9834C9.38894 16.9583 9.50098 16.8943 9.72506 16.7665L15.572 13.4295C15.8086 13.2945 15.927 13.2269 16.0131 13.1309C16.0894 13.0459 16.147 12.9452 16.1823 12.8355C16.2222 12.7114 16.2222 12.5724 16.2222 12.2943Z' stroke='%235B7FE3' stroke-width='2' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3C/svg%3E%0A");
}
.link--ico-doc::after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1111 1H7.26667C5.77319 1 5.02646 1 4.45603 1.29065C3.95426 1.54631 3.54631 1.95426 3.29065 2.45603C3 3.02646 3 3.77319 3 5.26667V12.7333C3 14.2268 3 14.9735 3.29065 15.544C3.54631 16.0457 3.95426 16.4537 4.45603 16.7094C5.02646 17 5.77319 17 7.26667 17H11.1778C12.6713 17 13.418 17 13.9884 16.7094C14.4902 16.4537 14.8981 16.0457 15.1538 15.544C15.4444 14.9735 15.4444 14.2268 15.4444 12.7333V6.33333M10.1111 1L15.4444 6.33333M10.1111 1V3.48889C10.1111 4.48454 10.1111 4.98236 10.3049 5.36265C10.4753 5.69716 10.7473 5.96913 11.0818 6.13957C11.4621 6.33333 11.9599 6.33333 12.9556 6.33333H15.4444' stroke='%235B7FE3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1111 1H7.26667C5.77319 1 5.02646 1 4.45603 1.29065C3.95426 1.54631 3.54631 1.95426 3.29065 2.45603C3 3.02646 3 3.77319 3 5.26667V12.7333C3 14.2268 3 14.9735 3.29065 15.544C3.54631 16.0457 3.95426 16.4537 4.45603 16.7094C5.02646 17 5.77319 17 7.26667 17H11.1778C12.6713 17 13.418 17 13.9884 16.7094C14.4902 16.4537 14.8981 16.0457 15.1538 15.544C15.4444 14.9735 15.4444 14.2268 15.4444 12.7333V6.33333M10.1111 1L15.4444 6.33333M10.1111 1V3.48889C10.1111 4.48454 10.1111 4.98236 10.3049 5.36265C10.4753 5.69716 10.7473 5.96913 11.0818 6.13957C11.4621 6.33333 11.9599 6.33333 12.9556 6.33333H15.4444' stroke='%235B7FE3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.link--ico-img::after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_806_13331)'%3E%3Cpath d='M10.6471 13.375L9.09583 11.9623C8.33506 11.2694 7.95467 10.923 7.52358 10.7918C7.14391 10.6762 6.73844 10.6762 6.35878 10.7918C5.92768 10.923 5.5473 11.2694 4.78652 11.9623L1.18257 15M10.6471 13.375L10.963 13.0873C11.7238 12.3944 12.1042 12.048 12.5352 11.9168C12.9149 11.8012 13.3204 11.8012 13.7 11.9168C14.1311 12.048 14.5115 12.3944 15.2723 13.0873L16.9014 14.6402M10.6471 13.375L14.1721 16.959M5.8 17H12.2C13.8802 17 14.7202 17 15.362 16.673C15.9265 16.3854 16.3854 15.9265 16.673 15.362C17 14.7202 17 13.8802 17 12.2V5.8C17 4.11984 17 3.27976 16.673 2.63803C16.3854 2.07354 15.9265 1.6146 15.362 1.32698C14.7202 1 13.8802 1 12.2 1H5.8C4.11984 1 3.27976 1 2.63803 1.32698C2.07354 1.6146 1.6146 2.07354 1.32698 2.63803C1 3.27976 1 4.11984 1 5.8V12.2C1 13.8802 1 14.7202 1.32698 15.362C1.6146 15.9265 2.07354 16.3854 2.63803 16.673C3.27976 17 4.11984 17 5.8 17ZM14 6C14 7.10457 13.1046 8 12 8C10.8954 8 10 7.10457 10 6C10 4.89543 10.8954 4 12 4C13.1046 4 14 4.89543 14 6Z' stroke='%235B7FE3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_806_13331'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_806_13331)'%3E%3Cpath d='M10.6471 13.375L9.09583 11.9623C8.33506 11.2694 7.95467 10.923 7.52358 10.7918C7.14391 10.6762 6.73844 10.6762 6.35878 10.7918C5.92768 10.923 5.5473 11.2694 4.78652 11.9623L1.18257 15M10.6471 13.375L10.963 13.0873C11.7238 12.3944 12.1042 12.048 12.5352 11.9168C12.9149 11.8012 13.3204 11.8012 13.7 11.9168C14.1311 12.048 14.5115 12.3944 15.2723 13.0873L16.9014 14.6402M10.6471 13.375L14.1721 16.959M5.8 17H12.2C13.8802 17 14.7202 17 15.362 16.673C15.9265 16.3854 16.3854 15.9265 16.673 15.362C17 14.7202 17 13.8802 17 12.2V5.8C17 4.11984 17 3.27976 16.673 2.63803C16.3854 2.07354 15.9265 1.6146 15.362 1.32698C14.7202 1 13.8802 1 12.2 1H5.8C4.11984 1 3.27976 1 2.63803 1.32698C2.07354 1.6146 1.6146 2.07354 1.32698 2.63803C1 3.27976 1 4.11984 1 5.8V12.2C1 13.8802 1 14.7202 1.32698 15.362C1.6146 15.9265 2.07354 16.3854 2.63803 16.673C3.27976 17 4.11984 17 5.8 17ZM14 6C14 7.10457 13.1046 8 12 8C10.8954 8 10 7.10457 10 6C10 4.89543 10.8954 4 12 4C13.1046 4 14 4.89543 14 6Z' stroke='%235B7FE3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_806_13331'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.link--ico-arrow-right::after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 9H15M15 9L10 4M15 9L10 14' stroke='%235B7FE3' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 9H15M15 9L10 4M15 9L10 14' stroke='%235B7FE3' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.link--ico-arrow-down::after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1.85791L9 16M9 16L16.0711 8.92898M9 16L1.92893 8.92898' stroke='%235B7FE3' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1.85791L9 16M9 16L16.0711 8.92898M9 16L1.92893 8.92898' stroke='%235B7FE3' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.link--ico-wallet::after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.5V13.2C1 14.1801 1 14.6701 1.19377 15.0445C1.36421 15.3738 1.63617 15.6415 1.97068 15.8093C2.35097 16 2.8488 16 3.84444 16H14.1556C15.1512 16 15.649 16 16.0293 15.8093C16.3638 15.6415 16.6358 15.3738 16.8062 15.0445C17 14.6701 17 14.1801 17 13.2V7.8625C17 7.2928 17 7.00795 16.9333 6.77498C16.7654 6.18896 16.3001 5.73098 15.7048 5.5657C15.4681 5.5 15.1787 5.5 14.6 5.5M1 5.5V4.8C1 3.81991 1 3.32986 1.19377 2.95552C1.36421 2.62623 1.63617 2.35852 1.97068 2.19074C2.35097 2 2.8488 2 3.84444 2H11.7556C12.7512 2 13.249 2 13.6293 2.19074C13.9638 2.35852 14.2358 2.62623 14.4062 2.95552C14.6 3.32986 14.6 3.81991 14.6 4.8V5.5M1 5.5H14.6M17 9H15.2222C14.2404 9 13.4444 9.7835 13.4444 10.75C13.4444 11.7165 14.2404 12.5 15.2222 12.5H17V9Z' stroke='%235B7FE3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.5V13.2C1 14.1801 1 14.6701 1.19377 15.0445C1.36421 15.3738 1.63617 15.6415 1.97068 15.8093C2.35097 16 2.8488 16 3.84444 16H14.1556C15.1512 16 15.649 16 16.0293 15.8093C16.3638 15.6415 16.6358 15.3738 16.8062 15.0445C17 14.6701 17 14.1801 17 13.2V7.8625C17 7.2928 17 7.00795 16.9333 6.77498C16.7654 6.18896 16.3001 5.73098 15.7048 5.5657C15.4681 5.5 15.1787 5.5 14.6 5.5M1 5.5V4.8C1 3.81991 1 3.32986 1.19377 2.95552C1.36421 2.62623 1.63617 2.35852 1.97068 2.19074C2.35097 2 2.8488 2 3.84444 2H11.7556C12.7512 2 13.249 2 13.6293 2.19074C13.9638 2.35852 14.2358 2.62623 14.4062 2.95552C14.6 3.32986 14.6 3.81991 14.6 4.8V5.5M1 5.5H14.6M17 9H15.2222C14.2404 9 13.4444 9.7835 13.4444 10.75C13.4444 11.7165 14.2404 12.5 15.2222 12.5H17V9Z' stroke='%235B7FE3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.link--ico-search::after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9711 11.9535L15 15M13.5 8.25C13.5 11.1495 11.1495 13.5 8.25 13.5C5.35051 13.5 3 11.1495 3 8.25C3 5.35051 5.35051 3 8.25 3C11.1495 3 13.5 5.35051 13.5 8.25Z' stroke='%235B7FE3' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9711 11.9535L15 15M13.5 8.25C13.5 11.1495 11.1495 13.5 8.25 13.5C5.35051 13.5 3 11.1495 3 8.25C3 5.35051 5.35051 3 8.25 3C11.1495 3 13.5 5.35051 13.5 8.25Z' stroke='%235B7FE3' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.link--ico-list::after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_806_10236)'%3E%3Cpath d='M8 5L13 5.00053M8 9L13 9.00052M8 13L13 13.0005M5 13H5.01M5 9H5.01M5 5H5.01M5.8 17H12.2C13.8802 17 14.7202 17 15.362 16.673C15.9265 16.3854 16.3854 15.9265 16.673 15.362C17 14.7202 17 13.8802 17 12.2V5.8C17 4.11984 17 3.27976 16.673 2.63803C16.3854 2.07354 15.9265 1.6146 15.362 1.32698C14.7202 1 13.8802 1 12.2 1H5.8C4.11984 1 3.27976 1 2.63803 1.32698C2.07354 1.6146 1.6146 2.07354 1.32698 2.63803C1 3.27976 1 4.11984 1 5.8V12.2C1 13.8802 1 14.7202 1.32698 15.362C1.6146 15.9265 2.07354 16.3854 2.63803 16.673C3.27976 17 4.11984 17 5.8 17Z' stroke='%235B7FE3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_806_10236'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_806_10236)'%3E%3Cpath d='M8 5L13 5.00053M8 9L13 9.00052M8 13L13 13.0005M5 13H5.01M5 9H5.01M5 5H5.01M5.8 17H12.2C13.8802 17 14.7202 17 15.362 16.673C15.9265 16.3854 16.3854 15.9265 16.673 15.362C17 14.7202 17 13.8802 17 12.2V5.8C17 4.11984 17 3.27976 16.673 2.63803C16.3854 2.07354 15.9265 1.6146 15.362 1.32698C14.7202 1 13.8802 1 12.2 1H5.8C4.11984 1 3.27976 1 2.63803 1.32698C2.07354 1.6146 1.6146 2.07354 1.32698 2.63803C1 3.27976 1 4.11984 1 5.8V12.2C1 13.8802 1 14.7202 1.32698 15.362C1.6146 15.9265 2.07354 16.3854 2.63803 16.673C3.27976 17 4.11984 17 5.8 17Z' stroke='%235B7FE3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_806_10236'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.link--ico-cross::after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4.00012L13.8995 13.8996' stroke='%235B7FE3' stroke-width='2'/%3E%3Cpath d='M4 13.8995L13.8995 4.00004' stroke='%235B7FE3' stroke-width='2'/%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4.00012L13.8995 13.8996' stroke='%235B7FE3' stroke-width='2'/%3E%3Cpath d='M4 13.8995L13.8995 4.00004' stroke='%235B7FE3' stroke-width='2'/%3E%3C/svg%3E%0A");
}

@media (min-width: 1400px) {
	.container {
		max-width: 1384px;
	}
}
.form {
	display: grid;
	grid-gap: 1.25rem;
}
.form__control {
	display: grid;
	grid-gap: 0.5rem;
}
.form__actions {
	display: flex;
	flex-wrap: wrap-reverse;
	-moz-column-gap: clamp(1.25rem, -0.28rem + 3.7vw, 2.5rem);
	column-gap: clamp(1.25rem, -0.28rem + 3.7vw, 2.5rem);
}
.form__actions > * {
	flex: 1;
}

.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: clamp(2.88rem, 1.96rem + 2.2vw, 3.63rem);
	font-size: clamp(1rem, 0.84rem + 0.4vw, 1.13rem);
	font-weight: 600;
	border-radius: 9999px;
	font-family: "Onest", "Times New Roman", Times, serif;
	padding: 0 clamp(0.94rem, -0.21rem + 2.8vw, 1.88rem);
	border: 2px solid transparent;
	text-align: center;
	white-space: nowrap;
	transition: 0.6s;
}
.btn--white {
	background: #fff;
	color: #39383e;
}
.btn--white:hover {
	transition: 0.4s;
	background-color: #ef7c00;
	color: #fff;
	border-color: #ef7c00;
	border-color: transparent;
	box-shadow: 0px 2px 15px 0px rgba(249, 192, 43, 0.3);
}
.btn--outline {
	border-color: #5b7fe3;
	background: #fff;
	color: #39383e;
}
.btn--outline:hover {
	transition: 0.4s;
	background-color: #ef7c00;
	color: #fff;
	border-color: #ef7c00;
	border-color: transparent;
	box-shadow: 0px 2px 15px 0px rgba(249, 192, 43, 0.3);
}

.input {
	background: #fff;
	border: 1px solid transparent;
	border-radius: 0.31rem;
	padding: 0 1.25rem;
	height: 2.5rem;
	outline: none;
}
.input:focus,
.input.filled {
	border-color: #2f5acf;
	background-color: #fff !important;
}

textarea.input {
	font: inherit;
	resize: none;
	height: unset;
	min-height: 5.19rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.checkbox {
	display: flex;
	align-items: center;
	gap: 0.63rem;
}
.checkbox input {
	opacity: 0;
	position: absolute;
}
.checkbox__checkmark {
	width: 1.13rem;
	height: 1.13rem;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	border-radius: 0.31rem;
	flex-shrink: 0;
	border: 2px solid #97b2fc;
}
input:checked + .checkbox__checkmark {
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_768_14381)'%3E%3Crect x='-2' y='-2' width='18' height='18' rx='5' fill='%23EEF3FF'/%3E%3Cpath d='M4 7L6 9L10 5' stroke='%232F5ACF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_768_14381'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.checkbox__label {
	font-size: 0.75rem;
}

.js-select {
	width: 100%;
	height: 2.38rem;
	overflow: hidden;
	border: 1px solid #5b7fe3;
	min-height: 2.38rem;
	border-radius: 0.63rem;
	padding: 0.63rem;
	color: transparent !important;
	background-color: #eef3ff;
}

.select-wrap {
	position: relative;
}
.select-wrap [data-tippy-root] {
	width: 100%;
}

.select {
	border: 1px solid #97b2fc;
	cursor: pointer;
	min-height: 2.38rem;
	border-radius: 0.63rem;
	padding: 0.63rem;
	font-size: 0.88rem;
	line-height: 1.2;
	font-weight: 500;
	transition: 0.2s;
}
.select:hover {
	color: #ef7c00;
}
.select.has-selected {
	color: rgba(57, 56, 62, 0.5333333333);
	background: #eef3ff;
}
.select-selected {
	color: #39383e;
}
.select-selected:empty {
	display: none;
}
.select-clear {
	width: 1.13rem;
	height: 1.13rem;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4.00012L13.8995 13.8996' stroke='%2339383E' stroke-width='2'/%3E%3Cpath d='M4 13.8995L13.8995 4.00004' stroke='%2339383E' stroke-width='2'/%3E%3C/svg%3E%0A");
	position: absolute;
	top: 0;
	right: 0;
	margin: 0.63rem;
	display: none;
}
.select::after {
	content: "";
	width: 1.13rem;
	height: 1.13rem;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_806_4478)'%3E%3Cpath d='M16.0711 6.07107L9 13.1421L1.92893 6.07107' stroke='%2339383E' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_806_4478'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	position: absolute;
	top: 0;
	right: 0;
	margin: 0.63rem;
	transition: 0.2s;
}
.select.selected {
	background: #eef3ff;
	border-color: #5b7fe3;
}
.select.selected .select-title {
	color: #39383e;
	opacity: 0.5;
}
.select.selected .select-clear {
	display: block !important;
}
.select.selected::after {
	display: none;
}
.select-option {
	padding: 0.5rem;
	margin: 0.13rem;
	display: flex;
	gap: 0.63rem;
	align-items: start;
	cursor: pointer;
	transition: 0.2s;
	border-radius: 0.31rem;
}
.select-option::before {
	content: "";
	width: 1.13rem;
	height: 1.13rem;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	border: 2px solid #97b2fc;
	background: #eef3ff;
	transition: 0.2s;
	flex-shrink: 0;
}
.select-option:empty {
	display: none;
}
.select-option.checkbox::before {
	border-radius: 0.31rem;
}
.select-option.radio::before {
	border-radius: 999px;
}
.select-option:hover {
	background: rgba(238, 243, 255, 0.5);
}
.select-option.selected::before {
	background-color: #97b2fc;
	border-color: #97b2fc;
}

.tippy-box[data-theme="select"] {
	background: #fff;
	color: #39383e;
	border: 1px solid #ef7c00;
	border-radius: 0.63rem;
	transition: 0.5s;
	max-height: 9.38rem;
	overflow-y: auto;
}
.tippy-box[data-theme="select"] .tippy-content {
	padding: 0.31rem 0;
}
@media (hover: hover) {
	.tippy-box[data-theme="select"]::-webkit-scrollbar {
		width: 21px; /* ширина scrollbar */
	}
	.tippy-box[data-theme="select"]::-webkit-scrollbar-track {
		background: transparent;
		background-image: linear-gradient(90deg, #fff 10px, #97b2fc 10px, #fff 11px);
		background-repeat: no-repeat;
		margin: 10px;
	}
	.tippy-box[data-theme="select"]::-webkit-scrollbar-thumb {
		background-color: #5b7fe3; /* цвет плашки */
		border-radius: 10px/5px; /* закругления плашки */
		border-left: 6px solid #fff; /* padding вокруг плашки */
		border-right: 6px solid #fff; /* padding вокруг плашки */
	}
}

[disabled],
.disabled {
	opacity: 0.5;
	pointer-events: none;
}

.swiper {
	--swiper-slides: 1;
	--swiper-gap: 0rem;
	--swiper-navigation-size: 1.88rem;
	min-width: 0;
}
.swiper-container {
	position: relative;
}
.swiper-container .swiper {
	position: static;
}
.swiper .swiper-pagination {
	display: flex;
	justify-content: center;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
	width: 2.88rem;
	height: 2px;
	border-radius: 1px;
	background: #eef3ff;
	opacity: 1;
	transition: 0.1s;
	transition-property: background-color;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #5b7fe3;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
	top: 50%;
	margin-top: unset;
	transform: translateY(-50%);
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
	content: "";
	width: 1.13rem;
	height: 1.13rem;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 9L3 9M3 9L8 14M3 9L8 4' stroke='%235B7FE3' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.swiper .swiper-button-prev--rect,
.swiper .swiper-button-prev--circle,
.swiper .swiper-button-prev--full,
.swiper .swiper-button-next--rect,
.swiper .swiper-button-next--circle,
.swiper .swiper-button-next--full {
	background: #fff;
}
.swiper .swiper-button-prev--rect::after,
.swiper .swiper-button-prev--circle::after,
.swiper .swiper-button-prev--full::after,
.swiper .swiper-button-next--rect::after,
.swiper .swiper-button-next--circle::after,
.swiper .swiper-button-next--full::after {
	font-size: calc(var(--swiper-navigation-size) / 2);
}
.swiper .swiper-button-prev--rect,
.swiper .swiper-button-next--rect {
	width: var(--swiper-navigation-size);
	height: var(--swiper-navigation-size);
}
.swiper .swiper-button-prev--circle,
.swiper .swiper-button-next--circle {
	width: var(--swiper-navigation-size);
	height: var(--swiper-navigation-size);
	border-radius: 50%;
}
.swiper .swiper-button-next::after {
	transform: rotate(180deg);
}
.swiper.swiper-horizontal .swiper-slide {
	width: calc(100% / var(--swiper-slides) - var(--swiper-gap) * (var(--swiper-slides) - 1) / (var(--swiper-slides)));
}
.swiper.swiper-horizontal .swiper-slide:not(:last-child) {
	margin-right: var(--swiper-gap);
}
.swiper.swiper-horizontal .swiper-button-prev,
.swiper.swiper-horizontal .swiper-button-next {
	top: 50%;
	margin-top: unset;
	transform: translateY(-50%);
}
.swiper.swiper-horizontal .swiper-button-prev--full,
.swiper.swiper-horizontal .swiper-button-next--full {
	--swiper-navigation-sides-offset: 0;
	width: var(--swiper-navigation-size);
	height: 100%;
}
@media (max-width: 767px) {
	.swiper {
		--swiper-navigation-sides-offset: 0px;
	}
}

.fancybox-container {
	-webkit-backdrop-filter: blur(0px);
	backdrop-filter: blur(0px);
}

.fancybox-is-open.fancybox-container {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.fancybox-bg {
	background: rgba(47, 90, 207, 0.5333333333);
}

.fancybox-close-small svg {
	color: #2f5acf;
}
.fancybox-close-small::before {
	content: "";
	display: block;
	position: absolute;
	width: 1.88rem;
	height: 1.88rem;
	background: #fff;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 2px 10px 0px rgba(124, 159, 252, 0.2);
}

.article__card {
	width: 100%;
	max-width: clamp(31.25rem, 0.69rem + 74.1vw, 56.25rem);
	margin: 0 auto;
	padding: clamp(1.25rem, -1.05rem + 5.6vw, 3.13rem);
}
.article article {
	font-weight: 500;
	font-size: clamp(0.75rem, 0.59rem + 0.4vw, 0.88rem);
	line-height: 1.2;
	letter-spacing: 0.03em;
}
.article article * + * {
	margin-top: 1rem;
}
.article article h2 {
	font-size: clamp(1.38rem, 0.01rem + 3.3vw, 2.5rem);
	font-weight: 700;
	font-family: "Onest", "Times New Roman", Times, serif;
	margin-bottom: 1em;
	letter-spacing: unset;
}
.article article h3 {
	font-size: clamp(1rem, 0.69rem + 0.7vw, 1.25rem);
	font-weight: 700;
	font-family: "Onest", "Times New Roman", Times, serif;
	letter-spacing: unset;
}
.article article h4 {
	font-weight: 700;
	font-family: "Onest", "Times New Roman", Times, serif;
	letter-spacing: unset;
}
.article article ul,
.article article ol {
	padding-left: 1.25rem;
}
.article article ul li,
.article article ol li {
	margin-left: clamp(1.13rem, 0.82rem + 0.7vw, 1.38rem);
	padding-left: clamp(0rem, -1.15rem + 2.8vw, 0.94rem);
}
.article article ul li::marker,
.article article ol li::marker {
	color: #2f5acf;
	font-weight: 500;
}
.article article ul {
	list-style: disc;
}
.article article ul li::marker {
	content: " ●  ";
}
.article article ol {
	list-style: decimal;
}
.article article b {
	font-weight: 600;
}
.article article i {
	font-style: italic;
}
.article article small,
.article article sub,
.article article sup {
	font-size: 0.75rem;
}
.article article sub {
	position: relative;
	top: -0.5em;
}
.article article sup {
	position: relative;
	top: 0.25em;
}

.gallery .splide__arrow {
	background: #fff;
	opacity: 1;
}
.gallery .splide__arrow svg {
	fill: #5b7fe3;
}
.gallery .splide__arrow--prev {
	margin: 0.63rem;
}
.gallery .splide__arrow--next {
	margin: 0.63rem;
}
.gallery .splide__slide {
	position: relative;
	overflow: hidden;
	z-index: 0;
	max-width: 100%;
}
.gallery .splide__pagination {
	flex-wrap: nowrap;
}
.gallery .splide__pagination > * {
	flex-shrink: 1;
	min-width: 0;
}
.gallery .splide__pagination__page {
	max-width: 100%;
	width: 2.88rem;
	height: 2px;
	border-radius: 1px;
	transform: none !important;
}
.gallery .splide__pagination__page.is-active {
	background: #2f5acf;
}
.gallery img {
	width: auto;
	height: min(100vh - var(--header-height) - 5rem, 40rem);
	max-height: calc(100vw - 5rem);
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.gallery__image-discount-wrapper {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	padding-left: inherit;
}
.gallery__image-discount-wrapper .product-card__image-discount {
	position: static;
	width: fit-content;
}

.dropdown {
	display: flex !important;
	justify-content: space-between;
}
.dropdown::after {
	content: "";
	width: 1em;
	height: 1em;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_806_2728)'%3E%3Cpath d='M16.0711 6.07107L9 13.1421L1.92893 6.07107' stroke='%2339383E' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_806_2728'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_806_2728)'%3E%3Cpath d='M16.0711 6.07107L9 13.1421L1.92893 6.07107' stroke='%2339383E' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_806_2728'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	background: #39383e;
}
.dropdown.active::after {
	transform: rotate(180deg);
}

hr {
	border: none;
	border-bottom: 1px solid #97b2fc;
}

.to-top {
	position: fixed;
	bottom: 5.94rem;
	width: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	transition: 0.2s;
}
.to-top__btn {
	width: 2.63rem;
	height: 2.63rem;
	margin-left: auto;
	margin-right: 3.44rem;
	margin-bottom: -1.31rem;
	border-radius: 9999px;
	background: #fcfcfc;
	box-shadow: 0px 2px 10px 0px rgba(124, 159, 252, 0.2);
	display: grid;
	place-items: center;
	color: #5b7fe3;
	cursor: pointer;
	transition: 0.2s;
}
.to-top__btn::after {
	content: "";
	width: 1.13rem;
	height: 1.13rem;
	display: block;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 16V1.85786M9 1.85786L1.92893 8.92893M9 1.85786L16.0711 8.92893' stroke='%235B7FE3' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 16V1.85786M9 1.85786L1.92893 8.92893M9 1.85786L16.0711 8.92893' stroke='%235B7FE3' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-color: currentColor;
}
.to-top__btn:hover {
	background-color: #eef3ff;
	color: #ef7c00;
}
@media (min-width: 992px) {
	.show-to-top-btn .to-top {
		opacity: 1;
	}
	.show-to-top-btn .to-top__btn {
		pointer-events: all;
	}
}

.pagination {
	display: flex;
	align-items: center;
	gap: 1.88rem;
}
.pagination__prev,
.pagination__next {
	width: 1.88rem;
	height: 1.88rem;
	border-radius: 9999px;
	background: #fcfcfc;
	box-shadow: 0px 2px 10px 0px rgba(124, 159, 252, 0.2);
	display: grid;
	place-items: center;
	color: #5b7fe3;
	cursor: pointer;
	transition: 0.2s;
}
.pagination__prev::after,
.pagination__next::after {
	content: "";
	width: 1.13rem;
	height: 1.13rem;
	display: block;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 16V1.85786M9 1.85786L1.92893 8.92893M9 1.85786L16.0711 8.92893' stroke='%235B7FE3' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 16V1.85786M9 1.85786L1.92893 8.92893M9 1.85786L16.0711 8.92893' stroke='%235B7FE3' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-color: currentColor;
}
.pagination__prev:hover,
.pagination__next:hover {
	background-color: #eef3ff;
	color: #ef7c00;
}
.pagination__prev.disabled,
.pagination__prev:disabled,
.pagination__next.disabled,
.pagination__next:disabled {
	opacity: 0.5;
	pointer-events: none;
}
.pagination__prev {
	transform: rotate(-90deg);
}
.pagination__view {
	font-weight: 500;
	display: flex;
	gap: 0.31rem;
}
.pagination__view span {
	color: #2f5acf;
}
.pagination__next {
	transform: rotate(90deg);
}

.header {
	position: fixed !important;
	/* top: 0; */
	left: 0;
	right: 0;
	position: relative;
	z-index: 1045;
	transition: 0.5s;
}
@media (max-width: 991px) {
	.header.hidden {
		transform: translateY(-100%);
	}
}
.header ~ .main {
	margin-top: var(--header-height);
}

.address,
.time,
.phone {
	display: flex;
	align-items: center;
	gap: 0.72em;
	font-weight: 500;
}
.address::before,
.time::before,
.phone::before {
	content: "";
	width: 1.13rem;
	height: 1.13rem;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

.address::before {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 13C11.5 10.6 14 8.45097 14 5.8C14 3.14903 11.7614 1 9 1C6.23858 1 4 3.14903 4 5.8C4 8.45097 6.5 10.6 9 13Z' stroke='%235B7FE3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 17H14' stroke='%235B7FE3' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.time::before {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5.5V9H11.625M16 9C16 12.866 12.866 16 9 16C5.13401 16 2 12.866 2 9C2 5.13401 5.13401 2 9 2C12.866 2 16 5.13401 16 9Z' stroke='%235B7FE3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.phone::before {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.44723 9.42684C3.51472 7.73395 3 5.72352 3 3.49248L4.84782 3.03047C5.34042 2.90732 5.84826 3.16698 6.03683 3.63842L6.8452 5.65933C6.97916 5.99424 6.92539 6.37509 6.70393 6.65981L4.44723 9.42684ZM4.44723 9.42684C5.48645 11.3134 7.04454 12.8057 8.98735 13.7694M8.98735 13.7694C10.5906 14.5647 12.4559 15 14.5077 15L14.9695 13.1522C15.0927 12.6596 14.833 12.1518 14.3616 11.9632L12.4216 11.1872C12.0444 11.0364 11.6137 11.1248 11.3265 11.412L8.98735 13.7694Z' stroke='%235B7FE3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.header-top {
	background: #eef3ff;
	font-size: clamp(0.75rem, 0.59rem + 0.4vw, 0.88rem);
	color: #2f5acf;
	padding: 0.63rem 0;
}
.header-top .ico {
	width: 1.13rem;
	height: 1.13rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-top .ico svg {
	width: 100%;
	height: 100%;
}
.header-top__inner {
	display: flex;
	align-items: center;
	gap: 0.63rem 1.25rem;
	flex-wrap: wrap-reverse;
}
.header-top__row {
	display: flex;
	align-items: center;
	gap: 0.63rem 1.25rem;
}
.header-top__row--place {
	flex-wrap: wrap;
}
.header-top__row--contacts {
	margin-left: auto;
}
@media (max-width: 767px) {
	.header-top__row--place {
		display: none;
		order: 1;
	}
	.menu-active .header-top__row--place {
		display: flex;
	}
}

.header-main {
	font-weight: 600;
	font-family: "Onest", "Times New Roman", Times, serif;
	padding: clamp(0.63rem, 0.02rem + 1.5vw, 1.13rem) 0;
	position: relative;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background: #fcfcfc;
	height: auto !important;
	padding-bottom: calc(var(--menu-height, 0) * 1px + clamp(0.63rem, 0.02rem + 1.5vw, 1.13rem));
}
.header-main__inner {
	display: grid;
	grid-template-columns: auto auto 1fr auto;
	align-items: center;
	gap: 1.25rem;
}
.header-main__logo {
	width: clamp(6.25rem, -3.69rem + 24.1vw, 6.38rem);
}
.header-main__nav ul {
	display: flex;
	justify-content: space-between;
	gap: 1.25rem;
}
.header-main__search {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	width: fit-content;
}
.header-main__feedback .btn {
	height: 2.38rem;
}
.header-main__toggle {
	display: none;
	gap: 0.63rem;
	align-items: center;
	justify-content: end;
	position: relative;
	color: #39383e !important;
	width: 5rem;
	transition: 0.4s;
}
.header-main__toggle .close {
	position: absolute;
	right: 1.75rem;
	padding: 0.25rem 0;
	background: #fff;
	opacity: 0;
	transition: 0.4s;
}
.header-main__toggle.active {
	width: 6.7rem;
}
.header-main__toggle.active .close {
	opacity: 1;
}
.header-main__toggle-burger {
	width: 1.13rem;
	height: 1.13rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.31rem;
	padding: 0.19rem;
	transition: 0.2s;
}
.header-main__toggle-burger > * {
	height: 2px;
	background: #2f5acf;
	margin: -1px 0;
	transition: 0.2s;
}
.active .header-main__toggle-burger {
	gap: 0;
	padding: 0;
}
.active .header-main__toggle-burger > *:nth-child(1) {
	transform: rotate(45deg);
}
.active .header-main__toggle-burger > *:nth-child(2) {
	opacity: 0;
}
.active .header-main__toggle-burger > *:nth-child(3) {
	transform: rotate(-45deg);
}
@media (min-width: 1400px) {
	.header-main__search::before {
		content: "";
		display: block;
		height: 1.75rem;
		border-left: 2px solid #97b2fc;
	}
}
@media (max-width: 1399px) {
	.header-main__inner {
		grid-template-columns: 1fr auto auto auto;
	}
	.header-main__nav {
		order: 1;
		grid-column: 1/-1;
		margin-left: 5rem;
		justify-self: start;
	}
}
@media (max-width: 991px) {
	.header-main__inner {
		grid-template-columns: 1fr auto auto auto;
	}
	.header-main__nav {
		display: none;
	}
	.header-main__toggle {
		display: flex;
	}
}
@media (max-width: 767px) {
	.header-main__inner {
		grid-template-columns: 1fr auto;
	}
	.header-main__search {
		display: none;
	}
	.header-main__feedback {
		display: none;
	}
}
.header-main [data-theme="custom"] {
	font-size: inherit;
	background: transparent;
	color: #39383e;
	padding-bottom: 0.63rem;
}
.header-main [data-theme="custom"] .tippy-content {
	padding: 0;
	max-width: 15rem;
}
.header-main [data-theme="custom"] ul {
	display: grid;
	grid-gap: 0.63rem;
}
.header-main [data-theme="custom"] a {
	padding: 0.31rem 0;
}
.menu-active .header-main {
	border-radius: 0 !important;
}

.mobile-menu {
	padding-top: var(--header-height);
	display: none;
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 0;
	overflow-y: auto;
	background: #fff;
	opacity: 0;
	transform: translateY(-100%);
	pointer-events: none;
	transition: 0.6s;
}
.mobile-menu.active {
	display: block;
}
.mobile-menu input {
	min-width: 0px;
}
.mobile-menu .btn {
	height: 2.88rem;
}
.mobile-menu__inner {
	display: grid;
	grid-gap: 1.25rem;
	margin: 2.88rem 0;
}
.mobile-menu__row-search {
	display: flex;
	gap: 1.25rem;
}
.mobile-menu__search-input {
	flex: 1;
	width: 100%;
	background: #eef3ff;
}
.mobile-menu__search-button {
	font-weight: 600;
	font-family: "Onest", "Times New Roman", Times, serif;
	display: flex;
	align-items: center;
	gap: 0.72em;
}
.mobile-menu__search-button::after {
	content: "";
	width: 1.13rem;
	height: 1.13rem;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9711 11.9535L15 15M13.5 8.25C13.5 11.1495 11.1495 13.5 8.25 13.5C5.35051 13.5 3 11.1495 3 8.25C3 5.35051 5.35051 3 8.25 3C11.1495 3 13.5 5.35051 13.5 8.25Z' stroke='%235B7FE3' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.mobile-menu__row-menu ul li {
	border-bottom: 1px solid #97b2fc;
}
.mobile-menu__row-menu ul li:first-child {
	border-top: 1px solid #97b2fc;
}
.mobile-menu__row-menu ul a,
.mobile-menu__row-menu ul .link {
	display: block;
	font-weight: 600;
	font-family: "Onest", "Times New Roman", Times, serif;
	padding: 0.94rem 0;
}
.mobile-menu__row-menu ul ul {
	padding-bottom: 0.63rem;
}
.mobile-menu__row-menu ul ul li {
	border: none !important;
}
.mobile-menu__row-menu ul ul li a,
.mobile-menu__row-menu ul ul li .link {
	padding: 0.63rem 0;
}
.mobile-menu__row-feedback-form {
	padding: 1.88rem;
}
@media (min-width: 768px) {
	.mobile-menu {
		height: unset;
		max-height: calc(100vh - var(--header-height));
		border-radius: 0 0 clamp(1.25rem, 0.48rem + 1.9vw, 1.88rem) clamp(1.25rem, 0.48rem + 1.9vw, 1.88rem);
		padding-bottom: 2.5rem;
	}
	.mobile-menu__inner {
		grid-template-columns: repeat(2, 1fr);
		align-items: start;
	}
	.mobile-menu__row-search {
		display: none;
	}
}
.menu-active .mobile-menu {
	opacity: 1;
	transform: translateY(0%);
	pointer-events: all;
}
.mobile-menu .dropdown + ul {
	display: none;
}
.mobile-menu .dropdown.active + ul {
	display: block;
}

.page-bottom {
	margin-top: clamp(1.25rem, -3.33rem + 11.1vw, 5rem);
	display: grid;
	grid-gap: clamp(1.63rem, 0.57rem + 2.6vw, 2.5rem);
}
.page-bottom__group {
	display: grid;
	grid-gap: clamp(1.63rem, 0.57rem + 2.6vw, 2.5rem);
}
.page-bottom .section {
	margin: 0;
}

.feedback .card,
.feedback .catalog__image,
.feedback .team-card__image,
.feedback .docs-card__image,
.feedback .blog-item__image,
.feedback .project-item__image,
.feedback .product-card__image,
.contacts .card,
.contacts .catalog__image,
.contacts .team-card__image,
.contacts .docs-card__image,
.contacts .blog-item__image,
.contacts .project-item__image,
.contacts .product-card__image,
.navigation .card,
.navigation .catalog__image,
.navigation .team-card__image,
.navigation .docs-card__image,
.navigation .blog-item__image,
.navigation .project-item__image,
.navigation .product-card__image {
	padding: clamp(1.25rem, -0.28rem + 3.7vw, 2.5rem);
}

.feedback__inner {
	display: grid;
	grid-gap: 1.25rem;
}
.feedback__content {
	display: grid;
	grid-gap: 1.25rem;
}
.feedback__content h2 {
	font-size: clamp(1rem, 0.69rem + 0.7vw, 1.25rem);
	font-weight: 700;
	font-family: "Onest", "Times New Roman", Times, serif;
	color: #2f5acf;
}
.feedback__content p {
	font-size: clamp(0.75rem, 0.59rem + 0.4vw, 0.88rem);
	font-weight: 500;
}
.feedback input {
	background: #eef3ff;
}
@media (min-width: 481px) {
	.feedback .btn {
		justify-self: start;
	}
}
@media (min-width: 992px) and (max-width: 1399px) {
	.feedback__form {
		grid-template-columns: repeat(2, 1fr) auto;
		align-items: end;
	}
}
@media (min-width: 1400px) {
	.feedback__inner {
		grid-template-columns: repeat(12, 1fr);
	}
	.feedback__content {
		grid-column: span 4;
		grid-gap: 2.25rem;
	}
	.feedback__form {
		grid-column: span 8;
		grid-template-columns: repeat(2, 1fr) auto;
		align-items: end;
	}
}

.contacts__inner {
	display: grid;
	align-items: center;
	gap: clamp(1.13rem, 0.98rem + 0.4vw, 1.25rem);
}
.contacts__logo img {
	width: clamp(6.25rem, 0.14rem + 14.8vw, 11.25rem);
}
.contacts__main {
	display: grid;
	gap: clamp(0.94rem, 0.56rem + 0.9vw, 1.25rem);
	grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}
.contacts__group {
	display: flex;
	flex-direction: column;
	gap: 0.63rem;
}
.contacts__group-name {
	font-size: clamp(0.75rem, 0.59rem + 0.4vw, 0.88rem);
}
.contacts__group-info {
	font-size: clamp(1rem, 0.84rem + 0.4vw, 1.13rem);
	color: #2f5acf;
	font-weight: 500;
	font-family: "Onest", "Times New Roman", Times, serif;
}
@media (min-width: 992px) and (max-width: 1399px) {
	.contacts__inner {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (min-width: 1400px) {
	.contacts .card,
	.contacts .catalog__image,
	.contacts .team-card__image,
	.contacts .docs-card__image,
	.contacts .blog-item__image,
	.contacts .project-item__image,
	.contacts .product-card__image {
		padding-right: 7.19rem;
	}
	.contacts__inner {
		grid-template-columns: repeat(4, 1fr);
	}
	.contacts__main {
		grid-column: span 3;
		grid-template-columns: repeat(4, 1fr);
	}
	.contacts__group--span-2 {
		grid-column: span 2;
	}
}

.navigation__inner > * + * {
	margin-top: 1.25rem;
}
.navigation__group {
	display: grid;
	grid-gap: 0.63rem;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
	font-family: "Onest", "Times New Roman", Times, serif;
}
.navigation__group-title {
	font-size: 1.13rem;
	font-weight: 600;
	color: #2f5acf;
	padding: 0.31rem 0;
}
.navigation__group-list {
	display: grid;
	grid-gap: 0.63rem;
}
.navigation__group-list a {
	font-size: 1.13rem;
	font-weight: 600;
	padding: 0.31rem 0;
}
.navigation .card,
.navigation .catalog__image,
.navigation .team-card__image,
.navigation .docs-card__image,
.navigation .blog-item__image,
.navigation .project-item__image,
.navigation .product-card__image {
	overflow: visible;
}
@media (min-width: 992px) {
	.navigation__inner {
		-moz-columns: 4;
		columns: 4;
		-moz-column-width: 13rem;
		column-width: 13rem;
		-moz-column-gap: clamp(0.94rem, 0.56rem + 0.9vw, 1.25rem);
		column-gap: clamp(0.94rem, 0.56rem + 0.9vw, 1.25rem);
	}
}
@media (min-width: 1400px) {
	.navigation__inner {
		-moz-columns: 4;
		columns: 4;
	}
	.navigation .card,
	.navigation .catalog__image,
	.navigation .team-card__image,
	.navigation .docs-card__image,
	.navigation .blog-item__image,
	.navigation .project-item__image,
	.navigation .product-card__image {
		padding-left: 21.56rem;
		padding-right: 7.19rem;
	}
}
@media (max-width: 767px) {
	.navigation__to-top {
		display: none;
	}
}

.footer {
	font-size: 0.88rem;
	padding: 1.25rem 0;
}
.footer__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 0.94rem 1.25rem;
}
.footer__copy {
	flex: 1;
	min-width: min(100%, 9rem);
	opacity: 0.5;
}
.footer__links {
	flex: 3;
	min-width: min(100%, 16rem);
	display: flex;
	flex-wrap: wrap;
	gap: 0.94rem 1.25rem;
}
.footer__links > * {
	flex: 1;
	opacity: 0.5;
}
@media (max-width: 1399px) {
	.footer__links .--dev {
		display: none;
	}
}
@media (min-width: 1400px) {
	.footer__links {
		justify-content: space-between;
	}
	.footer__links > * {
		flex: unset;
	}
}

.map__map,
.contacts__map {
	position: relative;
	overflow: hidden;
}
.map__map iframe,
.contacts__map iframe {
	width: 100%;
	display: block;
	min-height: 21.25rem;
}

.partners .card,
.partners .catalog__image,
.partners .team-card__image,
.partners .docs-card__image,
.partners .blog-item__image,
.partners .project-item__image,
.partners .product-card__image {
	transition: 0.5s;
}
.partners .card:not(:hover),
.partners .catalog__image:not(:hover),
.partners .team-card__image:not(:hover),
.partners .docs-card__image:not(:hover),
.partners .blog-item__image:not(:hover),
.partners .project-item__image:not(:hover),
.partners .product-card__image:not(:hover) {
	filter: contrast(0.5) grayscale(1) brightness(1.5);
}
.main-card {
	background-size: cover;
	background-position: center;
	padding: clamp(2.5rem, 1.73rem + 1.9vw, 3.13rem) 0;
	margin-top: 0;
	min-height: 25.31rem;
	display: grid;
	color: #fff;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.main-card::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: linear-gradient(90deg, #00053c 0%, rgba(0, 47, 101, 0.6) 50.47%, rgba(47, 90, 207, 0) 123.09%);
}
.main-card > * {
	min-width: 0;
}
.main-card p {
	font-size: 1.13rem;
}
.main-card .btn {
	margin-top: auto;
}
.main-card__content {
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}
@media (min-width: 481px) {
	.main-card .btn {
		align-self: start;
	}
}
@media (min-width: 768px) {
	.main-card h2 {
		max-width: 14.25em;
	}
	.main-card p {
		max-width: 31.53em;
	}
}

.main-hero {
	/* height: clamp(36.88rem, 28.48rem + 20.4vw, 43.75rem); */
	height: clamp(26.88rem, 18.48rem + 20.4vw, 31.25rem);
	background-size: cover;
	background-position: center;
	padding: 0 0 clamp(2.5rem, -0.56rem + 7.4vw, 5rem);
	margin: 0;
	color: #fff;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.main-hero__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
}
.main-hero__bg img,
.main-hero__bg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.main-hero::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: linear-gradient(90deg, #00053c 0%, rgba(0, 47, 101, 0.6) 50.47%, rgba(47, 90, 207, 0) 123.09%);
}
.main-hero h1 {
	margin-top: clamp(2.5rem, -0.56rem + 7.4vw, 5rem);
	font-size: clamp(1.63rem, -0.81rem + 5.9vw, 3rem);
	font-family: "Onest", "Times New Roman", Times, serif;
	font-weight: 700;
}
.main-hero p {
	font-size: clamp(1.13rem, 0.82rem + 0.7vw, 1.38rem);
}
.main-hero__breadcrumbs {
	color: rgba(252, 252, 252, 0.5333333333);
	margin-bottom: 0;
}
.main-hero__breadcrumbs a {
	border-color: rgba(252, 252, 252, 0.5333333333) !important;
}
.main-hero__breadcrumbs + h1 {
	margin-top: 0.5rem;
}
.main-hero__content {
	display: grid;
	gap: 1.88rem;
}
@media (min-width: 481px) {
	.main-hero .btn {
		justify-self: start;
	}
}
@media (min-width: 768px) {
	.main-hero h1 {
		max-width: 20em;
	}
	.main-hero p {
		max-width: 29.89em;
	}
}

.product-card {
	display: block;
	border-radius: 1.25rem;
	padding: 1.25rem;
	background: #fff;
	box-shadow: 0px 2px 10px rgba(124, 159, 252, 0.2);

	min-height: 100%;

	display: flex;
	flex-direction: column;
}
.product-card__inner {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.product-card__image {
	aspect-ratio: 1/1;
	max-height: 20.31rem;
	border-radius: 0.9375rem;
	width: 100%;
}
.product-card__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}
.product-card__image--cover img {
	-o-object-fit: cover;
	object-fit: cover;
}
.product-card__content {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	gap: 0.63rem;
	padding: 1.25rem 0 0;
}
.product-card__name {
	font-size: clamp(1rem, 0.69rem + 0.7vw, 1.25rem);
	font-weight: 700;
}
.product-card__part-num {
	font-size: clamp(0.75rem, 0.59rem + 0.4vw, 0.88rem);
}
.product-card__image {
	z-index: 0;
	transition: 0.6s;
}
.product-card__image--discount {
	box-shadow: 0 0 0 2px rgba(255, 208, 116, 1);
}
.product-card__image img {
	transition: 0.6s;
}
.product-card__image-discount {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	margin: 10px;
	padding: 4px 6px;
	background: rgba(239, 124, 0, 1);
	color: #fff;
	border: 2px solid #fff;
	border-radius: 15px;
	font-weight: 500;
}
.product-card__name {
	transition: 0.6s;
}
.product-card__actions {
	margin-top: auto;
}
.product-card:hover {
	/* box-shadow: 0px 2px 15px 0px rgba(249, 192, 43, 0.3); */
	box-shadow:
		0px 2px 15px 0px rgba(249, 192, 43, 0.3),
		0px 2px 10px rgba(124, 159, 252, 0.2);
}
.product-card:hover .product-card__image img {
	transform: scale(1.1);
}
.product-card:hover .product-card__name {
	color: #ef7c00;
}

.consult {
	margin-bottom: clamp(5rem, 1.94rem + 7.4vw, 7.5rem);
}
.consult__card {
	padding: clamp(1.25rem, -1.05rem + 5.6vw, 3.13rem);
	display: grid;
	grid-gap: clamp(0.94rem, -0.97rem + 4.6vw, 2.5rem);
	background-image: linear-gradient(-90deg, #2f5acf 0%, #39383e 123.09%);
	color: #fff;
}
.consult__text {
	font-size: clamp(0.75rem, 0.59rem + 0.4vw, 0.88rem);
	font-weight: 500;
}
.consult__manager-subcard {
	max-width: 29.81rem;
}
@media (min-width: 481px) {
	.consult__form {
		max-width: 29.75rem;
	}
	.consult__form .btn {
		justify-self: start;
	}
}
@media (min-width: 992px) {
	.consult__card {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-auto-flow: row dense;
	}
	.consult__title {
		grid-row: span 2;
	}
	.consult__manager-subcard {
		grid-column: 1;
	}
	.consult__form {
		grid-row: span 2;
		grid-column: 2;
	}
	.consult__form .btn {
		margin-top: 1.88rem;
	}
}

.manager-subcard {
	background: rgba(238, 243, 255, 0.3);
	padding: 0.94rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.25rem;
}
.manager-subcard__image {
	width: 5.44rem;
	height: 5.44rem;
	position: relative;
	position: relative;
	overflow: hidden;
	border-radius: 9999px;
}
.manager-subcard__image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.manager-subcard__content {
	display: flex;
	flex-direction: column;
	gap: 0.63rem;
}
.manager-subcard__name {
	font-size: clamp(1rem, 0.69rem + 0.7vw, 1.25rem);
	font-weight: 700;
	font-family: "Onest", "Times New Roman", Times, serif;
}
.manager-subcard__post {
	font-size: clamp(0.75rem, 0.59rem + 0.4vw, 0.88rem);
	font-weight: 500;
}

.services .section__head-main {
	margin-bottom: clamp(1.25rem, 0.48rem + 1.9vw, 1.88rem);
}
.services__inner {
	display: grid;
	grid-gap: 1.25rem;
}
.services__list {
	display: grid;
	grid-gap: 1.25rem;
}
.services__image {
	width: 100%;
	min-height: 100%;
}
.services__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
@media (min-width: 992px) {
	.services__inner {
		grid-template-columns: repeat(2, 1fr);
	}
}

.services-item {
	display: grid;
	grid-gap: clamp(0.94rem, 0.79rem + 0.4vw, 1.06rem);
	padding: clamp(1.25rem, 0.48rem + 1.9vw, 1.88rem);
	background-color: #eef3ff;
	transition: 0.4s;
	transition-property: background-color;
}
.services-item h3 {
	font-size: clamp(1rem, 0.69rem + 0.7vw, 1.25rem);
	font-weight: 700;
	font-family: "Onest", "Times New Roman", Times, serif;
}
.services-item p {
	font-size: clamp(0.75rem, 0.59rem + 0.4vw, 0.88rem);
}
.services-item:hover {
	background: #ffd074;
}
.services-item:hover .link::after {
	filter: brightness(0);
}
@media (max-width: 991px) {
	.services-item .link {
		order: 2;
	}
}
@media (min-width: 992px) {
	.services-item {
		position: relative;
	}
	.services-item h3 {
		padding-right: 9.56rem;
	}
	.services-item .link {
		position: absolute;
		top: 0;
		right: 0;
		margin: clamp(1.25rem, 0.48rem + 1.9vw, 1.88rem);
		margin-bottom: none;
		margin-left: none;
	}
}

.project-item {
	display: block;
	transition: 0.6s;
}
.project-item__inner {
	display: flex;
	flex-direction: column;
}
.project-item__image {
	aspect-ratio: 280/230;
	background: #fff;
	max-height: 22.5rem;
}
.project-item__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.project-item__content {
	display: flex;
	flex-direction: column;
	gap: 0.63rem;
	padding: 1.25rem;
}
.project-item__name {
	font-size: clamp(1rem, 0.69rem + 0.7vw, 1.25rem);
	font-weight: 700;
}
.project-item__city {
	font-size: clamp(0.75rem, 0.59rem + 0.4vw, 0.88rem);
}
.project-item__image {
	z-index: 0;
}
.project-item__image img {
	transition: 0.6s;
}
.project-item__name {
	transition: 0.6s;
}
.project-item:hover {
	box-shadow: 0px 2px 15px 0px rgba(249, 192, 43, 0.3);
}
.project-item:hover .project-item__image img {
	transform: scale(1.1);
}
.project-item:hover .project-item__name {
	color: #ef7c00;
}

.blog-item {
	display: block;
	transition: 0.6s;
}
.blog-item__inner {
	display: flex;
	flex-direction: column;
}
.blog-item__image {
	aspect-ratio: 280/230;
	background: #fff;
	max-height: 22.5rem;
}
.blog-item__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.blog-item__content {
	display: flex;
	flex-direction: column;
	gap: 0.63rem;
	padding: 1.25rem;
}
.blog-item__name {
	font-size: clamp(1rem, 0.69rem + 0.7vw, 1.25rem);
	font-weight: 700;
}
.blog-item__date {
	font-size: clamp(0.75rem, 0.59rem + 0.4vw, 0.88rem);
}
.blog-item__image {
	z-index: 0;
}
.blog-item__image img {
	transition: 0.6s;
}
.blog-item__name {
	transition: 0.6s;
}
.blog-item:hover {
	box-shadow: 0px 2px 15px 0px rgba(249, 192, 43, 0.3);
}
.blog-item:hover .blog-item__image img {
	transform: scale(1.1);
}
.blog-item:hover .blog-item__name {
	color: #ef7c00;
}

.product-card__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	/* flex-direction: column; */
	/* align-items: start; */
	border-top: 1px solid #97b2fc;
	padding-top: 0.63rem;
	gap: 0.63rem;
}
.product-card__actions .link {
	flex: 99999;
}
.product-card__order {
	flex: 1;
	padding: 0 1rem;
}
.product-card__actions--column {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	border-top: unset;
	padding-top: unset;
	gap: 0;
}
.product-card__actions--column::before {
	content: "";
	border-bottom: 1px solid #97b2fc;
	width: 100%;
	margin: 0.63rem 0;
}
.product-card__actions--column .link {
	order: -1;
}
.product-card__order {
	height: 2.38rem;
	min-height: 2.38rem;
}
@media (hover: hover) {
	.product-card {
		position: relative;
	}
	.product-card__actions {
		position: absolute;
		z-index: 2;
		top: 100%;
		opacity: 0;
		pointer-events: none;
		transition: 0.5s;
	}
	.product-card:hover .product-card__actions {
		opacity: 1;
		pointer-events: all;
	}

	.product-card__actions--column {
		height: 4.875rem;
		position: absolute !important;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 1.25rem;
		margin-top: 0;
		top: unset;

		transition: unset;
	}
	.product-card:has(.product-card__actions--column):hover {
		padding-bottom: calc(4.875rem + 1.25rem + 0.63rem);
		margin-bottom: calc((4.875rem + 0.63rem) * -1);
		z-index: 2;
	}
}

.see-others__card {
	padding: 0.94rem;
	display: grid;
	grid-gap: 1.25rem;
	align-items: center;
	background-image: linear-gradient(-90deg, #2f5acf 0%, #39383e 123.09%);
	color: #fff;
}
.see-others h2 {
	font-size: 1.38rem;
	font-weight: 700;
	font-family: "Onest", "Times New Roman", Times, serif;
}
.see-others p {
	font-size: clamp(1.13rem, 0.98rem + 0.4vw, 1.25rem);
}
@media (min-width: 992px) {
	.see-others__card {
		grid-template-columns: auto 1fr 1fr auto;
		padding-right: 1.875rem;
	}
}

.turnkey__card {
	padding: clamp(2.5rem, 1.73rem + 1.9vw, 3.13rem) clamp(1.25rem, -1.05rem + 5.6vw, 3.13rem);
	display: grid;
	grid-gap: 1.25rem;
}
.turnkey__card::after {
	align-self: center;
	content: "";
	display: block;
	width: 100%;
	aspect-ratio: 1/1;
	background: url(../img/ref_turnkey.png);
	background-size: contain;
}
.turnkey__content {
	display: flex;
	flex-direction: column;
	gap: clamp(0.94rem, 0.56rem + 0.9vw, 1.25rem);
}
.turnkey__content p {
	max-width: 22.73em;
}
.turnkey__form-place {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}
.turnkey__form-place p {
	max-width: 31.25em;
}
.turnkey p {
	font-size: clamp(0.75rem, 0.59rem + 0.4vw, 0.88rem);
	font-weight: 500;
}
.turnkey .input {
	background: rgba(252, 252, 252, 0.5333333333);
}
@media (min-width: 481px) {
	.turnkey .btn {
		justify-self: start;
	}
}
@media (min-width: 992px) {
	.turnkey__card {
		grid-template-columns: repeat(3, 1fr);
	}
}

.team__row-title {
	margin-top: clamp(1.25rem, -0.66rem + 4.6vw, 2.81rem);
	margin-bottom: 1.25rem;
	font-size: clamp(1rem, 0.69rem + 0.7vw, 1.25rem);
	font-weight: 700;
	font-family: "Onest", "Times New Roman", Times, serif;
}

.team-card,
.docs-card {
	display: flex;
	flex-direction: column;
}
.team-card__inner,
.docs-card__inner {
	display: flex;
	flex-direction: column;
}
.team-card__image,
.docs-card__image {
	aspect-ratio: 1/1;
	background: #fff;
}
.team-card__image img,
.docs-card__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}
.team-card__content,
.docs-card__content {
	display: flex;
	flex-direction: column;
	gap: 0.63rem;
	padding: 1.25rem 0;
}
.team-card__name,
.docs-card__name {
	font-size: clamp(1rem, 0.69rem + 0.7vw, 1.25rem);
	font-weight: 700;
}
.team-card__post,
.docs-card__post {
	font-size: clamp(0.75rem, 0.59rem + 0.4vw, 0.88rem);
}

.docs-card__image {
	padding: 7%;
	background: #eef3ff;
}

.catalog__item {
	display: flex;
	flex-direction: column;
}
.catalog__item:hover .catalog__image {
	box-shadow: 0px 2px 15px 0px rgba(249, 192, 43, 0.3);
}
.catalog__item:hover .catalog__image img {
	transform: scale(1.1);
}
.catalog__item:hover .catalog__title {
	color: #ef7c00;
}
.catalog__image {
	box-shadow: unset;
	aspect-ratio: 280/230;
	max-height: 26.88rem;
}
.catalog__image img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	object-position: center;
}
.catalog__title {
	padding: clamp(1.25rem, -0.28rem + 3.7vw, 2.5rem) 1.25rem;
}
.catalog__image {
	position: relative;
	overflow: hidden;
	z-index: 0;
	transition: 0.6s;
}
.catalog__image img {
	transition: 0.6s;
}
.catalog__title {
	transition: 0.6s;
	color: #39383e;
}

.catalog-detail__reset a {
	font-size: clamp(1rem, 0.84rem + 0.4vw, 1.13rem);
	font-weight: 600;
	font-family: "Onest", "Times New Roman", Times, serif;
	line-height: 2.38rem;
	display: flex;
	align-items: center;
	gap: 0.63rem;
}
.catalog-detail__reset a::after {
	content: "";
	width: 1em;
	height: 1em;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4.00012L13.8995 13.8996' stroke='%235B7FE3' stroke-width='2'/%3E%3Cpath d='M4 13.8995L13.8995 4.00004' stroke='%235B7FE3' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.catalog-detail__filter-dropdowns .l-1 {
	display: block;
	border: 1px solid #97b2fc;
	padding: 0.63rem;
	border-radius: 0.63rem;
}
.catalog-detail__filter-dropdowns .l-2 {
	display: block;
	padding: 0.31rem 0.63rem;
}
.catalog-detail__filter-dropdowns .l-3 {
	display: block;
	padding: 0.31rem 0.63rem;
	padding-left: 2.5rem;
}
.catalog-detail__filter-dropdowns ul {
	display: flex;
	flex-direction: column;
	gap: 0.63rem;
	font-weight: 700;
	font-family: "Onest", "Times New Roman", Times, serif;
}
.catalog-detail__filter-dropdowns ul ul {
	padding-top: 0.63rem;
}
.catalog-detail__filter-dropdowns a.l-1.active {
	background: #eef3ff;
}
.catalog-detail__filter-dropdowns a + ul {
	display: none;
}
.catalog-detail__filter-dropdowns a.active {
	color: #2f5acf;
}
.catalog-detail__filter-dropdowns a.active + ul {
	display: flex;
}
@media (max-width: 991px) {
	.catalog-detail__filter-row {
		display: none;
	}
}

.catalog-detail__mobile-filter-toggle,
.catalog-detail__mobile-filter-close,
.catalog-detail__mobile-reset {
	font-size: clamp(1rem, 0.84rem + 0.4vw, 1.13rem);
	font-weight: 600;
	font-family: "Onest", "Times New Roman", Times, serif;
	line-height: 2.38rem;
	display: inline-flex;
	align-items: center;
	gap: 0.63rem;
}
.catalog-detail__mobile-filter-toggle::after,
.catalog-detail__mobile-filter-close::after,
.catalog-detail__mobile-reset::after {
	content: "";
	width: 1em;
	height: 1em;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.catalog-detail__mobile-filter-toggle::after {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 14L15 14' stroke='%235B7FE3' stroke-width='2'/%3E%3Cpath d='M3 4L15 4' stroke='%235B7FE3' stroke-width='2'/%3E%3Cpath d='M3 9L15 9' stroke='%235B7FE3' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.catalog-detail__mobile-filter-actions {
	display: flex;
	justify-content: space-between;
}
.catalog-detail__mobile-filter-close::after {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4.00012L13.8995 13.8996' stroke='%235B7FE3' stroke-width='2'/%3E%3Cpath d='M4 13.8995L13.8995 4.00004' stroke='%235B7FE3' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.catalog-detail__mobile-reset::after {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.3333 11.3333L16 16M16 11.3333L11.3333 16M7.44444 16V11.071C7.44444 10.8808 7.44444 10.7857 7.42295 10.6962C7.4039 10.6168 7.37248 10.5409 7.32983 10.4713C7.28173 10.3928 7.21447 10.3256 7.07996 10.1911L2.36449 5.4756C2.22997 5.34108 2.16271 5.27382 2.11461 5.19533C2.07197 5.12574 2.04054 5.04988 2.02149 4.97051C2 4.881 2 4.78588 2 4.59565V3.24444C2 2.80885 2 2.59105 2.08477 2.42467C2.15934 2.27833 2.27833 2.15934 2.42467 2.08477C2.59105 2 2.80885 2 3.24444 2H14.7556C15.1912 2 15.4089 2 15.5753 2.08477C15.7217 2.15934 15.8407 2.27833 15.9152 2.42467C16 2.59105 16 2.80885 16 3.24444V4.59565C16 4.78588 16 4.881 15.9785 4.97051C15.9595 5.04988 15.928 5.12574 15.8854 5.19533C15.8373 5.27382 15.77 5.34108 15.6355 5.4756L12.8889 8.22222' stroke='%235B7FE3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.catalog-detail__mobile-filter-actions {
	margin: 2.88rem 0;
}
.catalog-detail__mobile-filter-menu {
	padding-top: var(--header-height);
	padding-bottom: 4.38rem;
	display: none;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 0;
	overflow-y: auto;
	background: #fff;
}
.catalog-detail__mobile-filter-menu.active {
	display: block;
}
.catalog-detail__mobile-filter-menu .catalog-detail__filter-dropdowns {
	margin: 2.5rem 0;
}
.catalog-detail__mobile-filter-menu .catalog-detail__filter-selects {
	margin: 2.5rem 0;
}
.catalog-detail__mobile-filter-menu .catalog-detail__reset {
	display: none;
}
.catalog-detail__btn {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	display: flex;
	justify-content: center;
	padding: 0.63rem 0;
}
@media (min-width: 992px) {
	.catalog-detail__mobile-filter {
		display: none;
	}
}

.contacts .link:not([class*="link--ico"]):not(:hover) {
	color: #5b7fe3;
}
.contacts__content {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}
.contacts__group {
	display: flex;
	flex-direction: column;
	gap: 0.63rem;
}
.contacts__group-name {
	font-size: clamp(0.75rem, 0.59rem + 0.4vw, 0.88rem);
}
.contacts__group-text {
	font-size: clamp(1rem, 0.84rem + 0.4vw, 1.13rem);
	font-weight: 500;
	font-family: "Onest", "Times New Roman", Times, serif;
	padding: 0.31rem 0;
}
.search {
	margin: 0;
	padding: clamp(2.5rem, -0.56rem + 7.4vw, 5rem) 0;
}
.search__card {
	padding: clamp(1.25rem, -1.05rem + 5.6vw, 3.13rem);
	width: 100%;
	max-width: clamp(31.25rem, 0.69rem + 74.1vw, 56.25rem);
	margin: 0 auto;
}
.search__head {
	margin-bottom: clamp(1.25rem, -0.28rem + 3.7vw, 2.5rem);
}
.search__row-search {
	display: flex;
	gap: 1.25rem;
}
.search__search-input {
	flex: 1;
	width: 100%;
	background: #eef3ff;
}
.search__search-button {
	font-weight: 600;
	font-family: "Onest", "Times New Roman", Times, serif;
	display: flex;
	align-items: center;
	gap: 0.72em;
}
.search__search-button::after {
	content: "";
	width: 1.13rem;
	height: 1.13rem;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9711 11.9535L15 15M13.5 8.25C13.5 11.1495 11.1495 13.5 8.25 13.5C5.35051 13.5 3 11.1495 3 8.25C3 5.35051 5.35051 3 8.25 3C11.1495 3 13.5 5.35051 13.5 8.25Z' stroke='%235B7FE3' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.search__results-title {
	margin-top: clamp(1.25rem, -0.28rem + 3.7vw, 2.5rem);
	font-size: clamp(1rem, 0.69rem + 0.7vw, 1.25rem);
	font-weight: 700;
	font-family: "Onest", "Times New Roman", Times, serif;
}
.search__empty {
	font-size: clamp(1.38rem, 0.01rem + 3.3vw, 2.5rem);
	font-weight: 700;
	font-family: "Onest", "Times New Roman", Times, serif;
	color: #5b7fe3;
	margin-top: 0.94rem;
}
.search__results {
	margin-top: 0.94rem;
}
.search__results-item {
	display: flex;
	justify-content: space-between;
	padding: 1.25rem 0;
	font-weight: 500;
}
.search__results-item:not(:last-child) {
	border-bottom: 1px solid #97b2fc;
}
.search__results-item:hover {
	color: #ef7c00;
}
.search__results-item:hover .link {
	color: #ef7c00;
}
.search__results-item:hover .link::after {
	background: #39383e;
}
@media (max-width: 767px) {
	.search {
		background: unset;
	}
	.search__card {
		all: unset;
	}
	.search__card .input {
		background-color: #eef3ff;
	}
	.search__results-item .link {
		width: 1em;
		justify-content: end;
		position: relative;
		overflow: hidden;
		z-index: 0;
	}
}

.main-product {
	padding-bottom: clamp(2.81rem, 0.13rem + 6.5vw, 5rem);
}
.main-product__inner {
	display: grid;
	grid-gap: clamp(1.25rem, -3.33rem + 11.1vw, 5rem);
}
.main-product__benefits {
	display: grid;
	grid-gap: 1.25rem;
}
.main-product__benefits-item {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	font-size: clamp(1rem, 0.84rem + 0.4vw, 1.13rem);
	font-weight: 500;
	max-width: 22em;
}
.main-product__benefits-item-ico {
	flex-shrink: 0;
}
.main-product__benefits-item-ico svg {
	width: 3.75rem;
	height: 3.75rem;
}
.main-product__props {
	display: grid;
	grid-gap: 1.25rem;
}
.main-product__props-item {
	-moz-column-break-inside: avoid;
	break-inside: avoid;
	padding: 0 0 1.25rem;
	border-bottom: 1px solid #97b2fc;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	font-size: clamp(1rem, 0.84rem + 0.4vw, 1.13rem);
	font-weight: 500;
}
.main-product__props-item > * {
	min-width: 0;
}
.main-product__props-item-value {
	color: #2f5acf;
}
.main-product__links-title {
	font-size: clamp(1rem, 0.69rem + 0.7vw, 1.25rem);
	font-family: "Onest", "Times New Roman", Times, serif;
	font-weight: 700;
	margin-bottom: 1.25rem;
}
.main-product__links-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.56rem 2.5rem;
}
@media (min-width: 992px) {
	.main-product__benefits {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (min-width: 768px) {
	.main-product__props {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 767px) {
	.main-product__links-list {
		display: grid;
	}
}

.quiz__head {
	margin-bottom: clamp(1.25rem, 0.48rem + 1.9vw, 1.88rem);
}
.quiz__title {
	font-size: clamp(1rem, 0.69rem + 0.7vw, 1.25rem);
	font-family: "Onest", "Times New Roman", Times, serif;
	font-weight: 700;
	margin-bottom: clamp(0.63rem, 2.01rem + -1.8vw, 1.25rem);
}
.quiz__text {
	font-size: clamp(0.75rem, 0.59rem + 0.4vw, 0.88rem);
	font-weight: 500;
}
.quiz__title-lg {
	font-size: clamp(1.38rem, 0.01rem + 3.3vw, 2.5rem);
	font-weight: 700;
	font-family: "Onest", "Times New Roman", Times, serif;
	margin-top: clamp(2.5rem, 8.06rem + -7.4vw, 5rem);
}
.quiz__title-lg-num {
	color: #2f5acf;
}
.quiz__actions {
	display: flex;
	flex-direction: column-reverse;
	margin-top: clamp(1.25rem, 0.48rem + 1.9vw, 1.88rem);
	margin-top: clamp(1.25rem, 0.48rem + 1.9vw, 1.88rem);
}
@media (min-width: 768px) {
	.quiz__actions {
		flex-direction: row;
	}
}
.quiz__select-row {
	display: grid;
	grid-gap: 20px;
	width: 100%;
}
.quiz__select-item {
	padding: 1.56rem;
	border-radius: 1.25rem;
	background: #eef3ff;
	display: flex;
	align-items: center;
	gap: 0.63rem;
	font-size: clamp(1.13rem, 0.82rem + 0.7vw, 1.38rem);
	transition: color 0.2s;
	cursor: pointer;
}
.quiz__select-item input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
.quiz__select-item:hover {
	color: #ff9828;
}
.quiz__select-item:hover .quiz__select-checkmark {
	color: #ef7c00;
}
.quiz__select-checkmark {
	color: #97b2fc;
	width: 1.13rem;
	height: 1.13rem;
	flex-shrink: 0;
	border: 2px solid currentColor;
	transition: color 0.2s;
}
input[type="radio"] + .quiz__select-checkmark {
	border-radius: 9999px;
}
input[type="checkbox"] + .quiz__select-checkmark {
	border-radius: 0.31rem;
}
.quiz input:checked + .quiz__select-checkmark {
	background: currentColor;
}
.quiz__form .input {
	background: #eef3ff;
}
@media (min-width: 992px) {
	.quiz__select-row {
		max-width: 52.63rem;
	}
	.quiz__form {
		max-width: 27.5rem;
	}
}

.popup {
	line-height: 1.2;
	padding: clamp(1.25rem, -0.28rem + 3.7vw, 2.5rem);
	font-size: clamp(0.75rem, 0.59rem + 0.4vw, 0.88rem);
	border-radius: clamp(1.25rem, 0.48rem + 1.9vw, 1.88rem);
}
.popup__inner {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}
.popup__head {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}
.popup__title {
	font-size: clamp(1.38rem, 0.01rem + 3.3vw, 2.5rem);
	font-weight: 700;
	font-family: "Onest", "Times New Roman", Times, serif;
}
.popup__title--blue {
	color: #5b7fe3;
}
.popup__title--red {
	color: #eb5757;
}
.popup__text {
	font-size: clamp(0.75rem, -0.02rem + 1.9vw, 1.38rem);
}
.popup__actions {
	display: grid;
	grid-gap: 1.25rem;
}
.popup [data-fancybox-close] {
	margin: clamp(0rem, -0.77rem + 1.9vw, 0.63rem);
}
.popup .input {
	background: #eef3ff;
}
.popup__form-title {
	font-size: clamp(1rem, 0.69rem + 0.7vw, 1.25rem);
	font-weight: 700;
	font-family: "Onest", "Times New Roman", Times, serif;
}
@media (min-width: 481px) {
	.popup__form .btn {
		justify-self: start;
	}
}
@media (min-width: 768px) {
	.popup__form {
		max-width: 27.5rem;
	}
}

.popup-attention {
	background: #eef3ff !important;
}
.popup-attention .popup__title {
	font-size: 1.42em;
}
.popup-attention .popup__text {
	font-size: clamp(0.75rem, 0.59rem + 0.4vw, 0.88rem);
}

.popup {
	background: #fcfcfc;
}
.popup__product-list {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-bottom: clamp(0rem, -2.3rem + 5.6vw, 1.88rem);
}
.popup__product-item {
	display: grid;
	grid-gap: 1.25rem clamp(1.25rem, -0.28rem + 3.7vw, 2.5rem);
	background: #eef3ff;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.popup__product-image {
	background: #fff;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.popup__product-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	max-height: 20.31rem;
}
.popup__product-content {
	display: flex;
	flex-direction: column;
	gap: 0.63rem;
}
.popup__product-name {
	font-size: clamp(1rem, 0.69rem + 0.7vw, 1.25rem);
	font-weight: 700;
	font-family: "Onest", "Times New Roman", Times, serif;
}
.popup__product-article-number {
	font-size: clamp(0.75rem, 0.59rem + 0.4vw, 0.88rem);
	font-weight: 500;
}
.popup__product-actions {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.63rem;
}
.popup__product-actions-item {
	background: #fff;
	border-radius: 9999px;
	box-shadow: 0px 2px 10px 0px rgba(124, 159, 252, 0.2);
	width: 1.88rem;
	height: 1.88rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: transparent;
	font-size: 0;
	cursor: pointer;
}
.popup__product-actions-item::after {
	content: "";
	width: 1.13rem;
	height: 1.13rem;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.popup__product-actions-item--min::after {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.94922 8.94971H15.9492' stroke='%235B7FE3' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.popup__product-actions-item--add::after {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.94922 8.94971H15.9492' stroke='%235B7FE3' stroke-width='2'/%3E%3Cpath d='M8.94922 15.9497L8.94922 1.94971' stroke='%235B7FE3' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.popup__product-actions-item:active {
	color: #eef3ff;
}
.popup__product-actions-view {
	min-width: 2.5rem;
	font-weight: 500;
	text-align: center;
	color: #2f5acf;
	font-size: clamp(1rem, 0.84rem + 0.4vw, 1.13rem);
}
@media (max-width: 767px) {
	.popup__product-item {
		padding: 1.25rem;
	}
}
@media (min-width: 768px) {
	.popup__product-item {
		grid-template-columns: auto 1fr auto;
		align-items: center;
	}
	.popup__product-image {
		width: 7.5rem;
		height: 7.5rem;
	}
	.popup__product-content {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}
	.popup__product-actions {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
		padding-right: clamp(1.25rem, -0.28rem + 3.7vw, 2.5rem);
	}
}

.reviews-slider .swiper {
	max-width: 70.63rem;
	overflow: visible;
	--swiper-slides: 2;
	--swiper-gap: 1.25rem;
}
.reviews-slider .swiper-slide {
	opacity: 0.5;
	transition: 0.5s;
	transition-property: opacity;
}
.reviews-slider .swiper-slide-visible {
	opacity: 1;
}
.reviews-slider .swiper-wrapper {
	padding-bottom: 3.13rem;
}
@media (max-width: 767px) {
	.reviews-slider .swiper {
		--swiper-slides: 1;
	}
}

.products-slider {
	display: flex;
}
.products-slider::before,
.products-slider::after {
	content: "";
	position: relative;
	z-index: 2;
	flex: 1;
	mask-image: linear-gradient(to right, #fff, #0000);
	pointer-events: none;
	background: #fcfcfc;
}
.blue-backdrop .products-slider::before,
.blue-backdrop .products-slider::after {
	background: #eef3ff;
}
.products-slider::after {
	transform: scaleX(-1);
}
.products-slider .swiper {
	overflow: visible;
	--swiper-slides: 4;
	--swiper-gap: 1.25rem;
}
.products-slider--promo .swiper {
	overflow: visible;
	--swiper-slides: 3;
	--swiper-gap: 1.25rem;
}
.products-slider .swiper-slide {
	min-width: min(100%, 13.69rem);
	height: auto;
}
.products-slider .swiper-slide > * {
}
.products-slider .swiper-wrapper {
	padding-bottom: 3.13rem;
}
@media (max-width: 480px) {
	.products-slider .swiper {
		--swiper-slides: 1;
	}
}

.reviews-card {
	padding: clamp(1.25rem, -1.05rem + 5.6vw, 3.13rem);
}
.reviews-card__inner {
	display: flex;
	flex-direction: column;
	gap: 0.94rem;
}
.reviews-card__title {
	font-size: clamp(1rem, 0.69rem + 0.7vw, 1.25rem);
	font-weight: 700;
	font-family: "Onest", "Times New Roman", Times, serif;
}
.reviews-card__content {
	font-size: clamp(0.75rem, 0.59rem + 0.4vw, 0.88rem);
	font-weight: 500;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 9; /* number of lines to show */
	line-clamp: 9;
	-webkit-box-orient: vertical;
}
.reviews-card__content > * + * {
	margin-top: 1em;
}
.reviews-card.popup .reviews-card__content {
	overflow: unset;
	display: block;
	-webkit-line-clamp: unset;
	line-clamp: unset;
	-webkit-box-orient: unset;
}

.my-marker {
	position: relative;
	transform: translate(-50%, -85%);
	cursor: pointer;
	max-width: unset;
	width: 5.63rem;
}

.projects-marker {
	content: "";
	width: 1.88rem;
	height: 1.88rem;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-image: url(../img/pin_project.svg);
	cursor: pointer;
}
.projects-marker.active {
	background-image: url(../img/pin_project_active.svg);
}

.map__inner {
	position: relative;
}
.map .project-item {
	position: absolute;
	top: -3.75rem;
	right: 7.13rem;
	background: #fff;
	width: min(30%, 27.5rem);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.map .project-item.active {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.project-popup .fancybox-content {
	padding: 0;
	background: #fff;
}
.project-popup .project-item {
	max-width: 27.5rem;
}

input:focus-visible + label.product-card {
	color: #ef7c00;
}
input:checked + label.product-card {
	color: #ef7c00;
}
input:checked + label.product-card .product-card__image {
	box-shadow: 0px 0px 0px 4px rgb(249, 192, 43);
	transition: none;
}

/* fix */
#panel {
	position: fixed;
	z-index: 1050;
	top: 0;
	left: 0;
	width: 100%;
}
.bx-core #panel:not(:empty) + .page:not(:first-child) .header {
	top: 39px;
}
.bx-core #panel:not(:empty) + .page:not(:first-child) .header ~ .main {
	margin-top: calc(var(--header-height) + 39px);
}

.partners .card {
	display: grid;
	place-items: center;
	padding: 2rem;
}
.product-card__actions {
	position: static;
}

.btn__icon {
	width: 1.25em;
	height: 1.25em;
}
.btn__icon svg {
	width: 100%;
	height: 100%;
}
.btn__icon svg * {
	fill: currentColor;
}
.btn__icon:not(:first-child) {
	margin-left: 0.5em;
}
.btn__icon:not(:last-child) {
	margin-right: 0.5em;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
