﻿* {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: "Inter Tight", sans-serif;
	font-optical-sizing: auto;
}
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,
:active {
	outline: none;
}
a:focus,
a:active {
	outline: none;
}
nav,
footer,
header,
aside {
	display: block;
}
body {
	color: #433653;
}
html,
body {
	background-color: #fcfbfd;
	width: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}
input,
button,
textarea {
	font-family: inherit;
}
input::-ms-clear {
	display: none;
}
button {
	cursor: pointer;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
a,
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	vertical-align: top;
}
.container {
	padding: 0 20px;
	width: 100%;
	box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
	.container {
		padding: 0 34px;
	}
}
@media only screen and (min-width: 1280px) {
	.container {
		padding: 0 110px;
	}
}
@media only screen and (min-width: 1920px) {
	.container {
		padding: 0 310px;
	}
}
.contact-block {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding-left: 32px;
}
.contact-block__link {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 20px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.contact-block__link {
		font-size: 16px;
	}
}
.contact-block__text {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #7b7186;
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
}
@media only screen and (max-width: 767.5px) {
	.contact-block__text {
		font-size: 12px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.contact-block_phone {
		display: none;
	}
}
.contact-block a {
	transition: color 0.1s ease-in-out;
}
@media only screen and (min-width: 1280px) {
	.contact-block a:hover {
		color: #8066af;
	}
}
.contact-block a[href^="tel:"],
.contact-block a[href^="mailto:"],
.contact-block address {
	position: relative;
}
.contact-block a[href^="tel:"]::before,
.contact-block a[href^="mailto:"]::before,
.contact-block address::before {
	content: "";
	left: -32px;
	position: absolute;
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
}
.contact-block a[href^="tel:"]::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23433653' stroke-width='2' d='M10.72 8.47S9.43 3 7.18 3 3 4.61 3 7.5c0 9.67 7.72 13.86 14.48 14.5 3.12-.41 4.72-2.9 4.5-4.83-.21-1.93-6.43-3.22-6.43-3.22s-1.39 2.58-2.9 2.58c-1.93 0-4.18-2.9-4.5-4.2-.44-1.75 2.57-3.86 2.57-3.86Z'/%3E%3C/svg%3E");
}
.contact-block a[href^="mailto:"]::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23433653' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 5h16c1.1 0 2 .844 2 1.875v11.25C22 19.156 21.1 20 20 20H4c-1.1 0-2-.844-2-1.875V6.875C2 5.844 2.9 5 4 5Z'/%3E%3Cpath stroke='%23433653' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m21 6-9 6-9-6'/%3E%3C/svg%3E");
}
.contact-block address::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23433653' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 10.18C20 16.55 12 22 12 22s-8-5.45-8-11.82c0-2.17.84-4.25 2.34-5.78a7.91 7.91 0 0 1 11.32 0A8.28 8.28 0 0 1 20 10.18Z'/%3E%3Cpath stroke='%23433653' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 13a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}
.contact-block-row {
	display: flex;
	flex-direction: row;
	gap: 24px;
}
@media only screen and (max-width: 767.5px) {
	.contact-block-row {
		flex-direction: column;
		gap: 12px;
	}
}
#header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background-color: #fcfbfd;
	border-bottom: 1px solid #e9e5ec;
}
.header-top {
	background-color: #433653;
	padding: 8px 0;
}
@media only screen and (max-width: 1279.5px) {
	.header-top {
		display: none;
	}
}
.header-top__address-block {
	display: flex;
	flex-direction: row;
	gap: 8px;
}
@media only screen and (max-width: 1919.5px) {
	.header-top__address-block {
		flex-direction: column;
	}
}
.header-top__wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.header-top__address {
	display: flex;
	align-items: center;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #f5f2f8;
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
	position: relative;
	padding-left: 28px;
}
@media only screen and (max-width: 767.5px) {
	.header-top__address {
		font-size: 12px;
	}
}
.header-top__address::before {
	content: "";
	left: 0;
	position: absolute;
	background-image: url("../images/svg/address-icon.svg");
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
}
.header-top__menu ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 24px;
}
.header-top__menu li a {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #f5f2f8;
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
}
@media only screen and (max-width: 767.5px) {
	.header-top__menu li a {
		font-size: 12px;
	}
}
.header-top__menu li a:hover {
	text-decoration: underline;
}
.header-main {
	display: flex;
	padding-top: 12px;
}
.header-main__mobile-info {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 10px;
	transition: gap 0.3s ease, margin-bottom 0.3s ease;
}
.header-main__mobile-address {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 20px;
}
@media only screen and (min-width: 768px) {
	.header-main__mobile-address {
		display: none;
	}
}
.header-main__mobile-address .contact-block {
	padding-left: 0;
}
.header-main__mobile-address .contact-block__link::before {
	display: none;
}
.header-main__wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-grow: 1;
	gap: 50px;
	padding-bottom: 12px;
}
@media only screen and (max-width: 1279.5px) {
	.header-main__wrap {
		display: none;
	}
}
.header-main__mobile {
	display: none;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding-bottom: 12px;
}
@media only screen and (max-width: 1279.5px) {
	.header-main__mobile {
		display: flex;
	}
}
.header-main__mobile-logo img {
	position: relative;
	left: 17px;
}
@media only screen and (max-width: 1279.5px) {
	.header-main__mobile-logo img {
		width: 88px;
		height: 80px;
	}
}
.header-main__logo {
	display: flex;
	align-items: center;
}
.header-main__logo img {
	width: 88px;
	height: 80px;
}
.header-main__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-grow: 1;
}
.header-main__top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 12px;
	border-bottom: 1px solid #e9e5ec;
}
.header-main__top-contacts {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.header-main__top-contacts a {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.header-main__top-contacts a {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.header-main__top-contacts a {
		font-size: 14px;
	}
}
.header-main__top-contacts a:hover {
	color: #8066af;
}
.header-main__top-search {
	display: flex;
	justify-content: end;
	border-radius: 8px;
	border: 1px solid #e9e5ec;
	padding: 16px 20px;
	padding-right: 60px;
	position: relative;
	width: 50%;
}
.header-main__top-search input {
	width: 100%;
	background-color: #fcfbfd;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.header-main__top-search input {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.header-main__top-search input {
		font-size: 12px;
	}
}
.header-main__top-search input:placeholder {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #7b7186;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.header-main__top-search input:placeholder {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.header-main__top-search input:placeholder {
		font-size: 12px;
	}
}
.header-main__top-search::before {
	right: 20px;
	content: "";
	position: absolute;
	background-image: url("../images/svg/search.svg");
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
}
@media only screen and (max-width: 767.5px) {
	.header-main__top-search::before {
		top: 13px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.header-main__top-search {
		display: none;
	}
}
.header-main__top-search_mobile {
	width: 100%;
}
@media only screen and (max-width: 1279.5px) {
	.header-main__top-search_mobile {
		display: block;
	}
}
.header-main__top-search_mobile input {
	background-color: #f5f2f8;
}
@media only screen and (max-width: 1279.5px) {
	.header-main__top-order {
		display: none;
	}
}
.header-main__top-address {
	display: none;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
}
@media only screen and (max-width: 767.5px) {
	.header-main__top-address {
		font-size: 12px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.header-main__top-address {
		display: block;
	}
}
.header-main__bottom {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 12px;
}
.header-main__bottom-menu {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}
.header-main__bottom-menu li a {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.header-main__bottom-menu li a {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.header-main__bottom-menu li a {
		font-size: 14px;
	}
}
.header-main__bottom-menu li a:hover {
	color: #8066af;
}
@media only screen and (max-width: 1279.5px) {
	.header-main__bottom-menu {
		display: none;
	}
}
.header-main__bottom-order {
	display: none;
}
@media only screen and (max-width: 1279.5px) {
	.header-main__bottom-order {
		display: block;
	}
}
.header-main__bottom-button {
	display: none;
	justify-content: center;
}
@media only screen and (max-width: 1279.5px) {
	.header-main__bottom-button {
		display: flex;
	}
}
.social-media {
	display: flex;
	flex-direction: row;
	gap: 4px;
}
.catalog-button {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
	background-color: rgba(0, 0, 0, 0);
}
.catalog-button.active .catalog-button__text {
	color: #8066af;
}
.catalog-button.active .catalog-button__burger svg path {
	stroke: #8066af;
}
.catalog-button__burger svg path {
	transition: stroke 0.1s ease-in-out;
}
.catalog-button__text {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
	transition: color 0.1s ease-in-out;
}
@media only screen and (max-width: 1919.5px) {
	.catalog-button__text {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.catalog-button__text {
		font-size: 14px;
	}
}
@media only screen and (min-width: 1280px) {
	.catalog-button:hover .catalog-button__text {
		color: #8066af;
	}
	.catalog-button:hover .catalog-button__burger svg path {
		stroke: #8066af;
	}
}
.header-main__bottom-menu li > a:has(+ .subMenu):after {
	content: url("../images/svg/icon-arrow-mobile-purple.svg");
}
.subMenu {
	position: absolute;
	background-color: #fcfbfd;
	min-width: 330px;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 30px;
	border: 1px solid #e9e5ec;
	border-radius: 8px;
}
.subMenu li a:hover {
	color: #8066af;
}
.subMenu .active ~ li:first-child > a {
	color: #8066af;
}
.header-main__bottom-menu > li {
	position: relative;
}
.header-main__bottom-menu > li > .subMenu {
	left: 0;
	top: 100%;
}
.subMenu .subMenu {
	left: calc(100% - 0px);
	top: -30px;
}
.header-main__bottom-menu a {
	text-decoration: none;
	color: #333;
	display: block;
}
.header-main__bottom-menu li.has-submenu > a {
	position: relative;
	padding-right: 20px;
}
.header-main__bottom-menu > li.has-submenu > a::after {
	content: url("../images/svg/icon-arrow-menu-down.svg");
	position: absolute;
	right: 0;
	top: 0;
	transform-origin: center center;
	transition: transform 0.2s;
	width: 16px;
	height: 16px;
	transform: translateY(3px);
}
.header-main__bottom-menu > li.has-submenu:hover > a::after {
	content: url("../images/svg/icon-arrow-menu-up.svg");
	transform: translateY(3px);
}
.header-main__bottom-menu li.has-submenu li.has-submenu > a::after {
	content: url("../images/svg/icon-arrow-mobile.svg");
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transform-origin: center center;
}
.header-main__bottom-menu li.has-submenu:hover > a,
.header-main__bottom-menu li.has-submenu.active > a,
.header-main__bottom-menu li.has-submenu:hover > a::after,
.header-main__bottom-menu li.has-submenu.active > a::after {
	color: #8066af;
}
li.has-submenu {
	position: relative;
}
.menu-mobile {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 110;
	width: 100vw;
	height: 100vh;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #433653 #f5f2f8;
	background-color: #f5f2f8;
}
.menu-mobile__header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 12px 20px;
}
.menu-mobile__header-right {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 30px;
}
.menu-mobile__header-info {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}
@media only screen and (max-width: 767.5px) {
	.menu-mobile__header-info {
		display: none;
	}
}
.menu-mobile__header-info-address {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
}
.menu-mobile__header-info-list-phones {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.menu-mobile__header-info-number {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
}
@media only screen and (max-width: 767.5px) {
	.menu-mobile__header-social-media {
		display: none;
	}
}
.menu-mobile__header-utils {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
}
.menu-mobile__nav {
	padding: 24px 34px;
}
@media only screen and (max-width: 767.5px) {
	.menu-mobile__nav {
		padding: 20px;
	}
}
.menu-mobile__nav-top {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e9e5ec;
}
.menu-mobile__nav-top a {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 24px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.menu-mobile__nav-top a {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.menu-mobile__nav-top a {
		font-size: 18px;
	}
}
.menu-mobile__nav-main {
	padding-top: 20px;
	flex-direction: column;
}
.menu-mobile__nav-main *:nth-last-child(n + 2) {
	margin-bottom: 20px;
}
.menu-mobile__nav-main a {
	display: block;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 24px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.menu-mobile__nav-main a {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.menu-mobile__nav-main a {
		font-size: 18px;
	}
}
.menu-mobile__nav-main a:hover,
.menu-mobile__nav-main a:focus {
	color: #8066af;
}
.menu-mobile__nav-main._hide {
	display: none;
}
.menu-mobile__nav-main:has(#submenu-link-0:checked) {
	display: none;
}
.menu-mobile__nav-main:has(#submenu-link-0:checked) ~ #submenu-0.submenu {
	display: block;
}
.menu-mobile__nav input[type="radio"] {
	display: none;
}
.menu-mobile__nav label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 24px;
	font-weight: 600;
	line-height: 120%;
	cursor: pointer;
}
@media only screen and (max-width: 1919.5px) {
	.menu-mobile__nav label {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.menu-mobile__nav label {
		font-size: 18px;
	}
}
.menu-mobile__nav label:after {
	content: url("../images/svg/icon-arrow-mobile.svg");
	display: block;
	width: 16px;
	height: 16px;
}
.menu-mobile__nav label:hover,
.menu-mobile__nav label:focus {
	color: #8066af;
}
.menu-mobile__nav label:hover:after,
.menu-mobile__nav label:focus:after {
	content: url("../images/svg/icon-arrow-mobile-purple.svg");
}
.menu-mobile__nav input[type="radio"]:checked + label {
	cursor: default;
	color: #8066af;
}
.menu-mobile__nav input[type="radio"]:checked + label:after {
	content: url("../images/svg/icon-arrow-mobile-purple.svg");
}
.menu-mobile .submenu {
	display: none;
	position: relative;
}
.menu-mobile .submenu._show {
	display: block;
}
.menu-mobile .submenu label {
	padding-top: 20px;
	padding-bottom: 20px;
}
.menu-mobile .submenu label.back {
	padding-top: 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e9e5ec;
	margin-bottom: 20px;
	justify-content: flex-start;
	gap: 12px;
}
.menu-mobile .submenu label.back:after {
	display: none;
	content: "";
}
.menu-mobile .submenu label.back:before {
	content: url("../images/svg/icon-arrow-mobile.svg");
	transform: scale(-1);
}
.menu-mobile .submenu a {
	display: inline-block;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 24px;
	font-weight: 600;
	line-height: 120%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 2px;
}
@media only screen and (max-width: 1919.5px) {
	.menu-mobile .submenu a {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.menu-mobile .submenu a {
		font-size: 18px;
	}
}
.menu-mobile .submenu-container {
	display: flex;
	flex-direction: column;
}
.menu-mobile__footer {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 20px;
	padding-top: 0;
}
.menu-mobile__footer .contact-block {
	padding-left: 0;
}
.menu-mobile__footer .contact-block__link::before {
	display: none;
}
.menu-mobile__footer-title {
	padding-top: 20px;
	border-top: 1px solid #e9e5ec;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 24px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.menu-mobile__footer-title {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.menu-mobile__footer-title {
		font-size: 18px;
	}
}
.menu-mobile__footer-info {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 10px;
}
.menu-mobile__footer-column {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.menu-mobile__footer-separator {
	border-right: 1px solid #e9e5ec;
}
@media only screen and (max-width: 1279.5px) {
	.header-main__mobile-menu-icon_open ~ .menu-mobile {
		display: block;
	}
}
.footer {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-top: 100px;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #f5f2f8;
}
@media only screen and (max-width: 1919.5px) {
	.footer {
		gap: 30px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.footer {
		padding-bottom: 120px;
	}
}
@media only screen and (max-width: 767.5px) {
	.footer {
		padding-bottom: 40px;
	}
}
.footer-info {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
@media only screen and (max-width: 1919.5px) {
	.footer-info {
		gap: 20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.footer-info {
		gap: 12px;
	}
}
.footer-main {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
@media only screen and (max-width: 1279.5px) {
	.footer-main {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media only screen and (max-width: 767.5px) {
	.footer-main {
		grid-template-columns: repeat(2, 1fr);
	}
}
.footer-main .footer-logo {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media only screen and (max-width: 767.5px) {
	.footer-main .footer-logo {
		flex-direction: row;
		align-items: flex-end;
		grid-column: span 2;
		gap: 50px;
	}
}
.footer-main .footer-logo img {
	object-fit: cover;
	width: 120px;
	height: 110px;
}
@media only screen and (max-width: 767.5px) {
	.footer-main .footer-logo {
		grid-column: span 2;
	}
}
.footer-main__slogan {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #7b7186;
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
}
@media only screen and (max-width: 767.5px) {
	.footer-main__slogan {
		font-size: 12px;
	}
}
.footer-menu-column {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
@media only screen and (max-width: 1279.5px) {
	.footer-menu-column:last-child {
		display: none;
	}
}
.footer-menu-column__title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 24px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.footer-menu-column__title {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.footer-menu-column__title {
		font-size: 18px;
	}
}
.footer-menu-column__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.footer-menu-column__list a {
	transition: color 0.1s ease-in-out;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.footer-menu-column__list a {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.footer-menu-column__list a {
		font-size: 14px;
	}
}
@media only screen and (min-width: 1280px) {
	.footer-menu-column__list a:hover {
		color: #8066af;
	}
}
.footer-separator {
	border-bottom: 1px solid #e9e5ec;
}
.footer-contacts {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
@media only screen and (max-width: 1279.5px) {
	.footer-contacts {
		grid-template-columns: repeat(3, 1fr);
	}
}
.footer-contacts__body {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	grid-column: span 3;
}
@media only screen and (max-width: 1279.5px) {
	.footer-contacts__body {
		grid-template-columns: repeat(4, 1fr);
		grid-column: span 2;
		column-gap: 20px;
		row-gap: 24px;
	}
}
@media only screen and (max-width: 767.5px) {
	.footer-contacts__body {
		grid-column: span 3;
	}
}
.footer-contacts__block {
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: relative;
}
@media only screen and (max-width: 1279.5px) {
	.footer-contacts__block .contact-block {
		padding-left: 0;
	}
	.footer-contacts__block .contact-block *::before {
		display: none;
	}
}
.footer-contacts__block::after {
	content: "";
	position: absolute;
	right: -10px;
	border-right: 1px solid #e9e5ec;
	height: 100%;
}
.footer-contacts__block:last-child::after {
	display: none;
}
@media only screen and (max-width: 1279.5px) {
	.footer-contacts__block:last-child {
		flex-direction: row;
		justify-content: space-between;
		grid-column: span 4;
	}
	.footer-contacts__block:last-child::after {
		border-right: none;
		display: block;
		top: -12px;
		border-top: 1px solid #e9e5ec;
		right: 0;
		width: 100%;
	}
}
@media only screen and (max-width: 1279.5px) {
	.footer-contacts__block {
		grid-column: span 2;
	}
	.footer-contacts__block:nth-child(2)::after {
		display: none;
	}
}
.footer-contacts__main {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.footer-contacts__main-title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 24px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.footer-contacts__main-title {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.footer-contacts__main-title {
		font-size: 18px;
	}
}
.footer-contacts__main-text {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #7b7186;
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
}
@media only screen and (max-width: 767.5px) {
	.footer-contacts__main-text {
		font-size: 12px;
	}
}
@media only screen and (max-width: 767.5px) {
	.footer-contacts__main-text {
		text-align: end;
	}
}
@media only screen and (max-width: 767.5px) {
	.footer-contacts__main {
		grid-column: span 3;
		display: flex;
		flex-direction: row;
		gap: 20px;
		align-items: center;
	}
}
.footer-bottom {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
@media only screen and (max-width: 1279.5px) {
	.footer-bottom {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media only screen and (max-width: 767.5px) {
	.footer-bottom {
		gap: 12px;
		grid-template-columns: repeat(1, 1fr);
	}
}
.footer-bottom__block {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	grid-column: span 2;
}
@media only screen and (max-width: 1279.5px) {
	.footer-bottom__block {
		gap: 12px;
		grid-template-columns: repeat(1, 1fr);
		grid-column: unset;
	}
}
.footer-bottom__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.footer-bottom__link a {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.footer-bottom__link a {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.footer-bottom__link a {
		font-size: 14px;
	}
}
@media only screen and (min-width: 1280px) {
	.footer-bottom__link a:hover {
		color: #8066af;
	}
}
@media only screen and (max-width: 767.5px) {
	.footer-bottom__link_copyright {
		padding-top: 12px;
		border-top: 1px solid #e9e5ec;
		order: 4;
	}
}
.template-page-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding-top: 50px;
	padding-bottom: 50px;
}
@media only screen and (max-width: 1279.5px) {
	.template-page-header {
		flex-direction: column;
		padding-top: 30px;
		padding-bottom: 30px;
		gap: 20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.template-page-header {
		gap: 16px;
	}
}
.template-page-header__wrap {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 66.6666%;
}
@media only screen and (max-width: 767.5px) {
	.template-page-header__wrap {
		width: 100%;
	}
}
.template-page-header__wrap_full {
	width: 100%;
}
.template-page-header__container {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.template-page-header_image {
	flex-direction: row;
	justify-content: space-between;
}
@media only screen and (max-width: 767.5px) {
	.template-page-header_image {
		flex-direction: column;
	}
}
.template-page-header__banner {
	width: 50%;
}
@media only screen and (max-width: 767.5px) {
	.template-page-header__banner {
		width: 100%;
	}
}
.template-page-header__banner img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 12px;
}
@media only screen and (max-width: 1279.5px) {
	.template-page-header__banner img {
		height: 100%;
	}
}
.template-page-header__title {
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
}
@media only screen and (max-width: 1279.5px) {
	.template-page-header__title {
		font-size: 32px;
	}
}
@media only screen and (max-width: 767.5px) {
	.template-page-header__title {
		font-size: 28px;
	}
}
.template-page-header__description {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
	line-height: 150%;
}
@media only screen and (max-width: 1919.5px) {
	.template-page-header__description {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.template-page-header__description {
		font-size: 12px;
	}
}
.template-page-header__description_single {
	width: 50%;
}
@media only screen and (max-width: 1919.5px) {
	.template-page-header__description_single {
		width: 58.333%;
	}
}
@media only screen and (max-width: 1279.5px) {
	.template-page-header__description_single {
		width: 100%;
	}
}
.template-page-header__date {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #7b7186;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.template-page-header__date {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.template-page-header__date {
		font-size: 12px;
	}
}
.breadcrumbs {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}
.breadcrumbs a span {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #7b7186;
	font-size: 16px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 767.5px) {
	.breadcrumbs a span {
		font-size: 12px;
	}
}
@media only screen and (min-width: 1280px) {
	.breadcrumbs a span:hover {
		color: #8066af;
	}
}
.breadcrumbs span {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 16px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 767.5px) {
	.breadcrumbs span {
		font-size: 12px;
	}
}
.custom-note {
	padding-top: 100px;
}
@media only screen and (max-width: 1279.5px) {
	.custom-note {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 767.5px) {
	.custom-note {
		padding-top: 60px;
	}
}
.custom-note__body {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 30px;
	border-radius: 12px;
	background-color: #e63f82;
}
@media only screen and (max-width: 1279.5px) {
	.custom-note__body {
		align-items: flex-start;
		flex-direction: column;
		gap: 20px;
	}
}
.custom-note__title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #fcfbfd;
	font-size: 28px;
	font-weight: 600;
	line-height: 120%;
	flex: 0 0 25%;
}
@media only screen and (max-width: 1919.5px) {
	.custom-note__title {
		font-size: 24px;
	}
}
@media only screen and (max-width: 767.5px) {
	.custom-note__title {
		font-size: 20px;
	}
}
.custom-note__text {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #fcfbfd;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
	font-weight: 600;
}
@media only screen and (max-width: 1919.5px) {
	.custom-note__text {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.custom-note__text {
		font-size: 12px;
	}
}
.template-page-main {
	display: flex;
	flex-direction: row;
	gap: 240px;
}
@media only screen and (max-width: 1919.5px) {
	.template-page-main {
		gap: 120px;
	}
}
.template-page-text {
	width: 58.333%;
}
.template-page-text .hover-image {
	cursor: pointer;
	outline: 1px solid rgba(0, 0, 0, 0);
	transition: outline-color ease-in-out 0.3s;
}
@media only screen and (min-width: 1280px) {
	.template-page-text .hover-image:hover {
		outline-color: #8066af;
	}
}
.template-page-text .back-button {
	margin-top: 30px;
}
.template-page-text .table-wrapper {
	width: 100%;
	overflow-x: auto;
	scrollbar-width: thin;
}
@media only screen and (max-width: 1919.5px) {
	.template-page-text {
		width: 66.666%;
	}
}
@media only screen and (max-width: 1279.5px) {
	.template-page-text {
		width: 100%;
	}
}
.template-page-text table {
	margin-top: 40px;
	border-collapse: collapse;
	border: 1px solid #e9e5ec;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
}
@media only screen and (max-width: 767.5px) {
	.template-page-text table {
		margin-top: 30px;
	}
}
@media only screen and (max-width: 1919.5px) {
	.template-page-text table {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.template-page-text table {
		font-size: 12px;
	}
}
.template-page-text table td {
	padding: 12px;
	border: 1px solid #e9e5ec;
}
.template-page-text a {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
	font-weight: 600;
	line-height: 120%;
	transition: color 0.1s ease-in-out;
}
@media only screen and (max-width: 1919.5px) {
	.template-page-text a {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.template-page-text a {
		font-size: 14px;
	}
}
@media only screen and (min-width: 1280px) {
	.template-page-text a:hover {
		color: #8066af;
	}
}
.template-page-text address {
	padding-top: 20px;
	font-weight: 600;
	line-height: 120%;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.template-page-text address {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.template-page-text address {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.template-page-text address {
		padding-top: 16px;
	}
}
.template-page-text h2 {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 36px;
	font-weight: 600;
	line-height: 120%;
	padding-top: 40px;
}
@media only screen and (max-width: 1919.5px) {
	.template-page-text h2 {
		font-size: 32px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.template-page-text h2 {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.template-page-text h2 {
		font-size: 24px;
	}
}
.template-page-text h2:first-child {
	padding-top: 0;
}
@media only screen and (max-width: 767.5px) {
	.template-page-text h2 {
		padding-top: 30px;
	}
}
.template-page-text h3 {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 28px;
	font-weight: 600;
	line-height: 120%;
	padding-top: 40px;
}
@media only screen and (max-width: 1919.5px) {
	.template-page-text h3 {
		font-size: 24px;
	}
}
@media only screen and (max-width: 767.5px) {
	.template-page-text h3 {
		font-size: 20px;
	}
}
.template-page-text h3:first-child {
	padding-top: 0;
}
@media only screen and (max-width: 767.5px) {
	.template-page-text h3 {
		padding-top: 30px;
	}
}
.template-page-text h4 {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 24px;
	font-weight: 600;
	line-height: 120%;
	padding-top: 40px;
}
@media only screen and (max-width: 1919.5px) {
	.template-page-text h4 {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.template-page-text h4 {
		font-size: 18px;
	}
}
.template-page-text h4:first-child {
	padding-top: 0;
}
@media only screen and (max-width: 767.5px) {
	.template-page-text h4 {
		padding-top: 30px;
	}
}
.template-page-text h5 {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 20px;
	font-weight: 600;
	line-height: 120%;
	padding-top: 30px;
}
@media only screen and (max-width: 1919.5px) {
	.template-page-text h5 {
		font-size: 16px;
	}
}
.template-page-text h5:first-child {
	padding-top: 0;
}
@media only screen and (max-width: 767.5px) {
	.template-page-text h5 {
		padding-top: 16px;
	}
}
.template-page-text h6 {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
	padding-top: 30px;
}
@media only screen and (max-width: 1919.5px) {
	.template-page-text h6 {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.template-page-text h6 {
		font-size: 14px;
	}
}
.template-page-text h6:first-child {
	padding-top: 0;
}
@media only screen and (max-width: 767.5px) {
	.template-page-text h6 {
		padding-top: 16px;
	}
}
.template-page-text p {
	padding-top: 20px;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
	font-weight: 400;
	line-height: 150%;
}
@media only screen and (max-width: 1919.5px) {
	.template-page-text p {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.template-page-text p {
		font-size: 12px;
	}
}
.template-page-text p:first-child {
	padding-top: 0;
}
@media only screen and (max-width: 767.5px) {
	.template-page-text p {
		padding-top: 16px;
	}
}
.template-page-text b {
	font-weight: 600;
}
.template-page-text ul,
.template-page-text ol {
	padding-top: 20px;
}
@media only screen and (max-width: 767.5px) {
	.template-page-text ul,
	.template-page-text ol {
		padding-top: 16px;
	}
}
.template-page-text ul li,
.template-page-text ol li {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
	font-weight: 400;
	line-height: 150%;
	padding-top: 4px;
	list-style: disc inside;
}
@media only screen and (max-width: 1919.5px) {
	.template-page-text ul li,
	.template-page-text ol li {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.template-page-text ul li,
	.template-page-text ol li {
		font-size: 12px;
	}
}
.template-page-text ul li:first-child,
.template-page-text ol li:first-child {
	padding-top: 0;
}
.template-page-text ol li {
	list-style: decimal inside;
}
.template-page-text img {
	margin-top: 40px;
	border-radius: 12px;
	width: 100%;
	object-fit: cover;
}
@media only screen and (max-width: 1279.5px) {
	.template-page-text img {
		margin-top: 30px;
		max-height: 250px;
	}
}
.template-page-text__note {
	margin-top: 24px;
	padding: 20px 30px;
	border-radius: 12px;
	background-color: #e63f82;
	color: #f5f2f8;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.template-page-text__note {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.template-page-text__note {
		font-size: 14px;
		margin-top: 20px;
		padding: 16px;
	}
}
.template-page-text__small {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #7b7186;
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
	padding-top: 4px;
}
@media only screen and (max-width: 767.5px) {
	.template-page-text__small {
		font-size: 12px;
	}
}
.template-page-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding-top: 20px;
}
@media only screen and (max-width: 767.5px) {
	.template-page-links {
		padding-top: 16px;
	}
}
.template-page-menu {
	position: sticky;
	top: 120px;
	overflow: hidden;
	height: 100%;
	width: 25%;
}
@media only screen and (max-width: 1279.5px) {
	.template-page-menu {
		display: none;
	}
}
.template-page-menu__title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 24px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.template-page-menu__title {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.template-page-menu__title {
		font-size: 18px;
	}
}
.template-page-menu ul {
	display: flex;
	flex-direction: column;
	gap: 12px;
	border-left: 1px solid #e9e5ec;
	padding-left: 20px;
	margin-top: 24px;
}
.template-page-menu ul li a {
	transition: color 0.1s ease-in-out;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.template-page-menu ul li a {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.template-page-menu ul li a {
		font-size: 14px;
	}
}
@media only screen and (min-width: 1280px) {
	.template-page-menu ul li a:hover {
		color: #8066af;
	}
}
.template-page-pagination {
	padding-top: 50px;
}
.aun-pagination {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
}
@media only screen and (max-width: 767.5px) {
	.aun-pagination {
		gap: 4px;
	}
}
.aun-pagination .pagination__item {
	display: flex;
	width: 50px;
	height: 50px;
	padding: 4px;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	border: 1px solid #e63f82;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.aun-pagination .pagination__item {
		width: 46px;
		height: 46px;
	}
}
@media only screen and (max-width: 767.5px) {
	.aun-pagination .pagination__item {
		width: 40px;
		height: 40px;
	}
}
@media only screen and (max-width: 1919.5px) {
	.aun-pagination .pagination__item {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.aun-pagination .pagination__item {
		font-size: 14px;
	}
}
@media only screen and (min-width: 1280px) {
	.aun-pagination .pagination__item:hover {
		border: 2px solid #e63f82;
		color: #e63f82;
	}
}
.aun-pagination span {
	color: #f5f2f8 !important;
	background-color: #e63f82;
}
.button {
	display: flex;
	padding: 16px 20px;
	justify-content: center;
	align-items: center;
	gap: 20px;
	border-radius: 8px;
	background-color: #8066af;
	transition: background-color 0.1s ease-in-out;
	width: 100%;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #f5f2f8;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.button {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.button {
		font-size: 14px;
	}
}
.button_arrow {
	justify-content: space-between;
}
@media only screen and (min-width: 1280px) {
	.button:hover {
		background-color: #6c509e;
	}
}
.button_pink {
	color: #e63f82;
	background-color: #faf1f6;
}
@media only screen and (min-width: 1280px) {
	.button_pink:hover {
		background-color: #fbe2ec;
	}
}
#del_filter {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background-color: unset;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #7b7186;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	#del_filter {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	#del_filter {
		font-size: 14px;
	}
}
#del_filter::before {
	content: url("../images/svg/icon-clear.svg");
	width: 16px;
	height: 16px;
	background-size: 16px 16px;
}
#del_filter:hover {
	color: #8066af;
}
#del_filter:hover::before {
	content: url("../images/svg/icon-clear-hover.svg");
}
.catalog-filters-small-button {
	text-align: center;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
	transition: color 0.2s ease-in-out;
	white-space: nowrap;
	display: flex;
	justify-content: center;
	cursor: pointer;
	padding: 16px 20px;
	border-radius: 8px;
	border: 1px solid #e9e5ec;
	background-color: #f5f2f8;
	position: relative;
	transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
@media only screen and (max-width: 1919.5px) {
	.catalog-filters-small-button {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.catalog-filters-small-button {
		font-size: 14px;
	}
}
@media only screen and (max-width: 1919.5px) {
	.catalog-filters-small-button {
		padding: 14px 16px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.catalog-filters-small-button {
		height: auto;
	}
}
@media only screen and (max-width: 767.5px) {
	.catalog-filters-small-button {
		padding: 12px 16px;
	}
}
@media only screen and (min-width: 1280px) {
	.catalog-filters-small-button:hover {
		color: #8066af;
		border-color: #8066af;
		background-color: #eae4f2;
	}
}
.catalog-filters-small-button_active {
	color: #8066af;
	border-color: #8066af;
	background-color: #eae4f2;
}
.tabs-container input[type="radio"] {
	display: none;
}
.tabs-container .tab-category {
	display: flex;
	justify-content: center;
	width: 100%;
	cursor: pointer;
	padding: 20px;
	border-radius: 12px;
	border: 1px solid #e9e5ec;
	background-color: #f5f2f8;
	position: relative;
	transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.tabs-container .tab-category__text {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.tabs-container .tab-category__text {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.tabs-container .tab-category__text {
		font-size: 12px;
	}
}
@media only screen and (max-width: 1919.5px) {
	.tabs-container .tab-category {
		border-radius: 8px;
		padding: 16px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.tabs-container .tab-category {
		height: auto;
	}
}
@media only screen and (max-width: 767.5px) {
	.tabs-container .tab-category {
		padding: 12px;
	}
}
@media only screen and (min-width: 1280px) {
	.tabs-container .tab-category:hover {
		border-color: #8066af;
		background-color: #eae4f2;
	}
	.tabs-container .tab-category:hover .tab-category__text {
		color: #8066af;
	}
}
.tabs-container input[type="radio"]:checked + label {
	cursor: default;
	border-color: #8066af;
	background-color: #eae4f2;
}
.tabs-container input[type="radio"]:checked + label .tab-category__text {
	color: #8066af;
}
@media only screen and (min-width: 1280px) {
	.tabs-container input[type="radio"]:checked + label:hover {
		border-color: #8066af;
		background-color: #eae4f2;
	}
	.tabs-container input[type="radio"]:checked + label:hover .tab-category__text {
		color: #8066af;
	}
}
.tabs-container:has(#tab-btn-0:is(:checked)) ~ #content-0.product-detail-text__content {
	display: flex;
}
.tabs-container:has(#tab-btn-1:is(:checked)) ~ #content-1.product-detail-text__content {
	display: block;
}
.tabs-container:has(#tab-btn-1:is(:checked)) ~ #content-1.product-detail-text__content ul li,
.tabs-container:has(#tab-btn-1:is(:checked)) ~ #content-1.product-detail-text__content ol li {
	list-style: disc inside;
}
.tabs-container:has(#tab-btn-2:is(:checked)) ~ #content-2.product-detail-text__content {
	display: block;
}
.tabs-container:has(#tab-btn-2:is(:checked)) ~ #content-2.product-detail-text__content ul li,
.tabs-container:has(#tab-btn-2:is(:checked)) ~ #content-2.product-detail-text__content ol li {
	list-style: disc inside;
}
.tabs-container:has(#tab-btn-3:is(:checked)) ~ #content-3.product-detail-text__content {
	display: block;
}
.tabs-container:has(#tab-btn-3:is(:checked)) ~ #content-3.product-detail-text__content ul li,
.tabs-container:has(#tab-btn-3:is(:checked)) ~ #content-3.product-detail-text__content ol li {
	list-style: disc inside;
}
.tabs-container:has(#tab-btn-0:is(:checked)) ~ #content-0.catalog-cards__items {
	display: flex;
}
.tabs-container:has(#tab-btn-1:is(:checked)) ~ #content-1.catalog-cards__items {
	display: flex;
}
.tabs-container:has(#tab-btn-2:is(:checked)) ~ #content-2.catalog-cards__items {
	display: flex;
}
.back-button {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	width: fit-content;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.back-button {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.back-button {
		font-size: 14px;
	}
}
@media only screen and (min-width: 1280px) {
	.back-button:hover {
		color: #8066af;
	}
	.back-button:hover svg path {
		stroke: #8066af;
	}
}
.section-title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 36px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.section-title {
		font-size: 32px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.section-title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.section-title {
		font-size: 24px;
	}
}
.quicklinks-menu {
	display: none;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	height: 100vh;
	z-index: 1002;
	left: 0;
}
@media only screen and (max-width: 1279.5px) {
	.quicklinks-menu {
		display: flex;
		width: 100%;
		justify-content: center;
		top: unset;
		transform: unset;
		bottom: 0;
		height: 100px;
	}
}
.quicklinks-menu__wrap {
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: center;
	align-items: flex-start;
}
@media only screen and (max-width: 1279.5px) {
	.quicklinks-menu__wrap {
		align-items: flex-end;
		flex-direction: row;
		justify-content: flex-end;
	}
}
@media only screen and (max-width: 767.5px) {
	.quicklinks-menu__wrap {
		gap: 0px;
	}
}
.quicklinks-menu_active {
	width: 100%;
}
.quicklinks-menu_active .quicklinks-menu__background {
	opacity: 1;
	visibility: visible;
}
.quicklinks-menu_active .quicklinks-menu__inner {
	border-radius: 0px;
	flex-grow: 1;
}
@media only screen and (max-width: 1279.5px) {
	.quicklinks-menu_active .quicklinks-menu__inner {
		border-radius: 12px 12px 0px 0px;
	}
}
.quicklinks-menu__background {
	z-index: -2;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: rgba(50, 50, 50, 0.4);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0.4s;
}
.quicklinks-menu__inner {
	transition: all 0.5s ease-in-out;
	display: flex;
	flex-direction: column;
	padding: 30px 20px;
	border-radius: 0 16px 16px 0;
	gap: 24px;
	background-color: #8066af;
	justify-content: center;
}
@media only screen and (max-width: 1919.5px) {
	.quicklinks-menu__inner {
		border-radius: 0 12px 12px 0;
		padding: 20px 14px;
		gap: 20px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.quicklinks-menu__inner {
		flex-direction: row;
		border-radius: 12px 12px 0px 0px;
		padding: 12px 10px;
		gap: 12px;
	}
}
.quicklinks-menu__inner_purple {
	display: none;
	background-color: #eae4f2;
}
.quicklinks-menu__inner_purple svg path {
	stroke: #8066af;
}
.quicklinks-menu__inner_purple span {
	color: #8066af;
}
@media only screen and (max-width: 1279.5px) {
	.quicklinks-menu__inner_purple {
		display: flex;
		padding: 4px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.quicklinks-menu__inner:nth-child(1) .quicklinks-menu__inner-body:nth-child(3) {
		display: none;
	}
	.quicklinks-menu__inner:nth-child(1) .quicklinks-menu__inner-body:nth-child(4) {
		display: none;
	}
	.quicklinks-menu__inner:nth-child(1) .quicklinks-menu__inner-body:nth-child(5) {
		display: none;
	}
}
.quicklinks-menu__inner-body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
}
@media only screen and (max-width: 1279.5px) {
	.quicklinks-menu__inner-body {
		flex-direction: row;
	}
	.quicklinks-menu__inner-body:nth-child(2) {
		order: 1;
	}
	.quicklinks-menu__inner-body:nth-child(3) {
		order: 4;
	}
	.quicklinks-menu__inner-body:nth-child(4) {
		order: 2;
	}
	.quicklinks-menu__inner-body:nth-child(5) {
		order: 3;
	}
}
.quicklinks-menu__item {
	position: relative;
	cursor: pointer;
}
@media only screen and (max-width: 1919.5px) {
	.quicklinks-menu__item svg {
		width: 30px;
		height: 30px;
	}
}
.quicklinks-menu__item-link {
	position: relative;
	cursor: pointer;
}
@media only screen and (max-width: 1279.5px) {
	.quicklinks-menu__item-link svg {
		width: 39px;
		height: 36px;
	}
}
.quicklinks-menu__tooltip {
	color: #f5f2f8;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
@media only screen and (min-width: 1280px) {
	.quicklinks-menu__tooltip {
		display: none;
	}
}
@media only screen and (max-width: 1279.5px) {
	.quicklinks-menu__tooltip {
		font-size: 12px;
	}
}
.quicklinks-menu__sidebar {
	transform: translateX(-130%);
	position: fixed;
	left: 0;
	width: 35vw;
	height: 100%;
	z-index: -1;
	transition: all 0.5s ease-in-out;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #fcfbfd;
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.quicklinks-menu__sidebar::-webkit-scrollbar {
	display: none;
}
@media only screen and (max-width: 1919.5px) {
	.quicklinks-menu__sidebar {
		width: 50vw;
	}
}
@media only screen and (max-width: 1279.5px) {
	.quicklinks-menu__sidebar {
		transform: translateY(130%);
		width: 100%;
		height: 100%;
	}
}
.quicklinks-menu__sidebar-body {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}
.quicklinks-menu__sidebar-body-reviews {
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.quicklinks-menu__sidebar-worktime {
	padding-top: 30px;
}
.quicklinks-menu__sidebar_active {
	transform: none;
	padding: 30px;
	padding-top: 60px;
	padding-left: 177px;
	padding-right: 98px;
}
@media only screen and (max-width: 1279.5px) {
	.quicklinks-menu__sidebar_active {
		padding: 30px;
	}
}
.quicklinks-menu__sidebar-close {
	cursor: pointer;
	position: absolute;
	top: 30px;
	right: 30px;
}
.quicklinks-menu__sidebar-title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 28px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.quicklinks-menu__sidebar-title {
		font-size: 24px;
	}
}
@media only screen and (max-width: 767.5px) {
	.quicklinks-menu__sidebar-title {
		font-size: 20px;
	}
}
.quicklinks-menu__sidebar-text {
	display: flex;
	flex-direction: column;
}
.quicklinks-menu__sidebar-text h3 {
	padding-top: 30px;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 28px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.quicklinks-menu__sidebar-text h3 {
		font-size: 24px;
	}
}
@media only screen and (max-width: 767.5px) {
	.quicklinks-menu__sidebar-text h3 {
		font-size: 20px;
	}
}
.quicklinks-menu__sidebar-text h4 {
	padding-top: 30px;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 24px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.quicklinks-menu__sidebar-text h4 {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.quicklinks-menu__sidebar-text h4 {
		font-size: 18px;
	}
}
.quicklinks-menu__sidebar-text h5 {
	padding-top: 30px;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 20px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.quicklinks-menu__sidebar-text h5 {
		font-size: 16px;
	}
}
.quicklinks-menu__sidebar-text h6 {
	padding-top: 30px;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.quicklinks-menu__sidebar-text h6 {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.quicklinks-menu__sidebar-text h6 {
		font-size: 14px;
	}
}
.quicklinks-menu__sidebar-text p,
.quicklinks-menu__sidebar-text address {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
	padding-top: 30px;
}
@media only screen and (max-width: 1919.5px) {
	.quicklinks-menu__sidebar-text p,
	.quicklinks-menu__sidebar-text address {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.quicklinks-menu__sidebar-text p,
	.quicklinks-menu__sidebar-text address {
		font-size: 14px;
	}
}
.quicklinks-menu__sidebar-text ol,
.quicklinks-menu__sidebar-text ul {
	padding-top: 16px;
}
.quicklinks-menu__sidebar-text ul li {
	list-style-type: disc;
}
.quicklinks-menu__sidebar-text a[href^="tel:"] {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.quicklinks-menu__sidebar-text a[href^="tel:"] {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.quicklinks-menu__sidebar-text a[href^="tel:"] {
		font-size: 14px;
	}
}
.quicklinks-menu__sidebar-text li {
	padding-top: 6px;
	list-style-position: inside;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
}
.quicklinks-menu__sidebar-text li:first-child {
	padding-top: 0;
}
@media only screen and (max-width: 1919.5px) {
	.quicklinks-menu__sidebar-text li {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.quicklinks-menu__sidebar-text li {
		font-size: 12px;
	}
}
.quicklinks-menu__sidebar-text a {
	margin-top: 16px;
}
.quicklinks-menu__sidebar-text span {
	padding-top: 4px;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #7b7186;
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
}
@media only screen and (max-width: 767.5px) {
	.quicklinks-menu__sidebar-text span {
		font-size: 12px;
	}
}
.quicklinks-menu__sidebar-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.quicklinks-menu__sidebar-form select {
	background-color: #fcfbfd;
	padding: 16px 20px;
	border-radius: 8px;
	border: 1px solid #7b7186;
	color: #7b7186;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 18px;
}
.quicklinks-menu__sidebar-form input {
	background-color: #fcfbfd;
	padding: 16px 20px;
	border-radius: 8px;
	border: 1px solid #7b7186;
}
.quicklinks-menu__sidebar-form p {
	padding-top: 0;
}
.quicklinks-menu__sidebar-form .contact-form__privacy-policy input[type="checkbox"] {
	display: none;
}
.quicklinks-menu__sidebar-form .contact-form__privacy-policy input[type="checkbox"]:checked + label::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23F5F2F8' stroke-width='2' d='M6 9.6 8.86 12 14 6'/%3E%3C/svg%3E");
	background-color: #433653;
	background-repeat: no-repeat;
	background-position: center center;
}
@media only screen and (min-width: 1280px) {
	.quicklinks-menu__sidebar-form .contact-form__privacy-policy input[type="checkbox"]:hover + label {
		border: 2px solid #433653;
	}
}
.quicklinks-menu__sidebar-form .contact-form__privacy-policy label {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	border: 1px solid #433653;
	cursor: pointer;
}
.quicklinks-menu-social-media {
	display: flex;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	height: 100vh;
	z-index: 100;
	right: 0;
}
@media only screen and (max-width: 1279.5px) {
	.quicklinks-menu-social-media {
		display: none;
	}
}
.quicklinks-menu-social-media__wrap {
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: center;
	align-items: flex-start;
}
.quicklinks-menu-social-media__inner {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.quicklinks-menu-social-media__item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	border-radius: 16px 0 0 16px;
	background-color: #eae4f2;
	transition: background-color 0.1s ease-in-out;
}
@media only screen and (max-width: 1919.5px) {
	.quicklinks-menu-social-media__item {
		padding: 12px 10px;
		border-radius: 12px 0px 0px 12px;
	}
	.quicklinks-menu-social-media__item img {
		width: 30px;
		height: 30px;
	}
}
@media only screen and (min-width: 1280px) {
	.quicklinks-menu-social-media__item:hover {
		background-color: #d3c2ea;
	}
}
.cookies {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	right: 0;
	width: auto;
}
.cookies.hide {
	display: none;
}
@media only screen and (max-width: 767.5px) {
	.cookies {
		width: 100%;
	}
}
.cookies__wrap {
	display: flex;
	flex-direction: column;
	width: 360px;
	padding: 30px;
	background-color: #f5f2f8;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
	transform: translateY(100%);
	animation: slide-up 0.3s ease-in forwards;
	animation-delay: 8s;
}
@media only screen and (max-width: 767.5px) {
	.cookies__wrap {
		width: 100%;
		padding: 20px 30px;
	}
}
.cookies__title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 20px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.cookies__title {
		font-size: 16px;
	}
}
.cookies__text {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #7b7186;
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
	padding-top: 12px;
}
@media only screen and (max-width: 767.5px) {
	.cookies__text {
		font-size: 12px;
	}
}
.cookies__buttons {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	padding-top: 24px;
	gap: 12px;
}
@media only screen and (max-width: 767.5px) {
	.cookies__buttons {
		padding-top: 16px;
	}
}
.cookies__buttons-accept,
.cookies__buttons-reject {
	cursor: pointer;
	width: 100%;
}
.cookies__buttons-accept button {
	width: 100%;
}
@keyframes slide-up {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0%);
	}
}
.button-cookies-reject {
	background-color: #eae4f2;
	color: #8066af;
}
.button-cookies-reject:hover {
	background-color: #d3c2ea;
}
.main-screen__wrap {
	position: relative;
}
.main-screen-swiper__slide {
	border-radius: 12px;
}
@media only screen and (max-width: 767.5px) {
	.main-screen-swiper__slide {
		border-radius: 8px;
	}
}
.main-screen-swiper__slide img {
	width: 100%;
	object-fit: cover;
	border-radius: 12px;
	aspect-ratio: 65/23;
}
@media only screen and (max-width: 767.5px) {
	.main-screen-swiper__slide img {
		height: 388px;
		border-radius: 8px;
		object-fit: contain;
	}
}
.swiper-pagination-custom {
	display: flex;
	margin-top: 8px;
	bottom: 0 !important;
	position: relative;
}
.swiper-pagination-custom .swiper-pagination-bullet {
	display: flex;
	flex-grow: 1;
	height: 6px;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
}
.swiper-pagination-custom .swiper-pagination-bullet::before {
	border-radius: 3px;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.swiper-pagination-custom .swiper-pagination-bullet-active {
	background: #e9e5ec;
}
.swiper-pagination-custom .swiper-pagination-bullet-active::before {
	background-color: #8066af;
	animation: slide-progress 3.5s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}
.swiper-paused .swiper-pagination-custom .swiper-pagination-bullet-active::before {
	animation-play-state: paused;
}
@keyframes slide-progress {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(0);
	}
}
.swiper-custom-button {
	position: absolute;
	z-index: 1;
	background-color: #eae4f2;
	display: flex;
	cursor: pointer;
	width: 50px;
	height: 50px;
	padding: 16px 20px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	transition: background-color 0.1s ease-in-out;
	top: calc(50% - 25px);
}
@media only screen and (max-width: 1919.5px) {
	.swiper-custom-button {
		width: 40px;
		height: 40px;
		padding: 14px;
		top: calc(50% - 20px);
	}
}
@media only screen and (min-width: 1280px) {
	.swiper-custom-button:hover {
		background-color: #d3c2ea;
	}
}
.swiper-custom-button_prev {
	left: -70px;
}
@media only screen and (max-width: 1919.5px) {
	.swiper-custom-button_prev {
		left: -50px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.swiper-custom-button_prev {
		left: -20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.swiper-custom-button_prev {
		left: -10px;
	}
}
.swiper-custom-button_next {
	right: -70px;
}
.swiper-custom-button_next svg {
	transform: rotate(180deg);
}
@media only screen and (max-width: 1919.5px) {
	.swiper-custom-button_next {
		right: -50px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.swiper-custom-button_next {
		right: -20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.swiper-custom-button_next {
		right: -10px;
	}
}
.catalog-block {
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding-top: 100px;
}
@media only screen and (max-width: 1279.5px) {
	.catalog-block {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 767.5px) {
	.catalog-block {
		padding-top: 60px;
	}
}
.catalog-block_page {
	padding-top: 0;
}
.catalog-block__title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 36px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.catalog-block__title {
		font-size: 32px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.catalog-block__title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.catalog-block__title {
		font-size: 24px;
	}
}
.catalog-block__links {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
@media only screen and (max-width: 1279.5px) {
	.catalog-block__links {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 767.5px) {
	.catalog-block__links {
		grid-template-columns: repeat(1, 1fr);
	}
}
.catalog-block__link {
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: space-between;
	border-radius: 12px;
	border: 1px solid #e9e5ec;
	background-color: #f5f2f8;
	padding: 30px;
	padding-bottom: 0;
	height: 460px;
}
.catalog-block__link:hover {
	background-color: #eae4f2;
}
.catalog-block__link:hover .catalog-block__link-title {
	color: #6c509e;
}
.catalog-block__link:hover .catalog-block__link-image {
	display: none;
}
.catalog-block__link:hover .catalog-block__link-button {
	display: flex;
	animation: up 0.4s ease-in-out forwards;
}
.catalog-block__link-button {
	display: none;
	width: 100%;
}
.catalog-block__link-header {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.catalog-block__link-title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 28px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.catalog-block__link-title {
		font-size: 24px;
	}
}
@media only screen and (max-width: 767.5px) {
	.catalog-block__link-title {
		font-size: 20px;
	}
}
.catalog-block__link-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: 8px;
}
.catalog-block__link-list-item {
	display: flex;
	flex-direction: row;
	position: relative;
}
.catalog-block__link-list-item-text {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
}
@media only screen and (max-width: 767.5px) {
	.catalog-block__link-list-item-text {
		font-size: 12px;
	}
}
.catalog-block__link-list-item-text:hover {
	text-decoration: underline;
}
.catalog-block__link-list-item::after {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
	content: "/";
	padding: 0 4px;
}
@media only screen and (max-width: 767.5px) {
	.catalog-block__link-list-item::after {
		font-size: 12px;
	}
}
.catalog-block__link-list-item:last-of-type::after {
	display: none;
}
.catalog-block__link-image {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
@keyframes up {
	0% {
		transform: translateY(0px);
	}
	70% {
		transform: translateY(-35px);
	}
	100% {
		transform: translateY(-30px);
	}
}
.reviews {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 100px;
}
@media only screen and (max-width: 1279.5px) {
	.reviews {
		flex-direction: column;
		gap: 40px;
		padding-top: 80px;
	}
}
@media only screen and (max-width: 767.5px) {
	.reviews {
		padding-top: 60px;
	}
}
.reviews-body {
	display: flex;
	flex-direction: column;
	gap: 40px;
	flex: 0 0 41.666%;
}
.reviews-body__header {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.reviews-body__header-title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 36px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.reviews-body__header-title {
		font-size: 32px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.reviews-body__header-title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.reviews-body__header-title {
		font-size: 24px;
	}
}
.reviews-body__header-label {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
	line-height: 150%;
}
@media only screen and (max-width: 1919.5px) {
	.reviews-body__header-label {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.reviews-body__header-label {
		font-size: 14px;
	}
}
.reviews-services {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.reviews-services input[type="radio"] {
	display: none;
}
.reviews-services input[type="radio"]:checked + label {
	cursor: default;
	border-color: #8066af;
	background-color: #eae4f2;
}
.reviews-services__item {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 30px;
	border-radius: 12px;
	border: 1px solid #e9e5ec;
	background-color: #f5f2f8;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
.reviews-services__item:hover {
	border-color: #8066af;
	background-color: #eae4f2;
}
.reviews-services__item-body {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.reviews-services__item-main {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
}
.reviews-services__item-avg-rating {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 42px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.reviews-services__item-avg-rating {
		font-size: 36x;
	}
}
@media only screen and (max-width: 1279.5px) {
	.reviews-services__item-avg-rating {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.reviews-services__item-avg-rating {
		font-size: 24px;
	}
}
.reviews-services__item-main-info {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.reviews-services__item-stars {
	display: flex;
	flex-direction: row;
	gap: 4px;
}
.reviews-services__item-all-reviews {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #7b7186;
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
}
@media only screen and (max-width: 767.5px) {
	.reviews-services__item-all-reviews {
		font-size: 12px;
	}
}
.reviews-services__item-logo img {
	width: 100px;
	object-fit: cover;
}
.reviews-services__item-more {
	display: flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.reviews-services__item-more {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.reviews-services__item-more {
		font-size: 14px;
	}
}
.reviews-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 0 0 50%;
}
.reviews-list__item {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 30px;
	border-radius: 12px;
	border: 1px solid #e9e5ec;
}
.reviews-list__item-top {
	display: flex;
	flex-direction: row;
	gap: 12px;
}
.reviews-list__item-image {
	border-radius: 60px;
	width: 60px;
	height: 60px;
	object-fit: cover;
}
.reviews-list__item-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.reviews-list__item-name {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 24px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.reviews-list__item-name {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.reviews-list__item-name {
		font-size: 18px;
	}
}
.reviews-list__item-date {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.reviews-list__item-date {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.reviews-list__item-date {
		font-size: 12px;
	}
}
.reviews-list__item-text {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
	line-height: 150%;
}
@media only screen and (max-width: 1919.5px) {
	.reviews-list__item-text {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.reviews-list__item-text {
		font-size: 14px;
	}
}
.reviews-list__item-stars {
	display: flex;
	flex-direction: row;
	gap: 4px;
}
.windows-promotion {
	padding-top: 100px;
}
@media only screen and (max-width: 1279.5px) {
	.windows-promotion {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 767.5px) {
	.windows-promotion {
		padding-top: 60px;
	}
}
.windows-promotion__container {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 12px;
}
.windows-promotion__body {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 40%;
	padding: 110px 80px;
}
@media only screen and (max-width: 1919.5px) {
	.windows-promotion__body {
		width: 60%;
		padding: 80px 60px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.windows-promotion__body {
		width: 100%;
		padding: 60px 40px;
	}
}
.windows-promotion__header {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.windows-promotion__title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #f5f2f8;
	font-size: 36px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.windows-promotion__title {
		font-size: 32px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.windows-promotion__title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.windows-promotion__title {
		font-size: 24px;
	}
}
.windows-promotion__text {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #f5f2f8;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
	line-height: 150%;
}
@media only screen and (max-width: 1919.5px) {
	.windows-promotion__text {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.windows-promotion__text {
		font-size: 14px;
	}
}
.windows-promotion__button {
	width: fit-content;
}
@media only screen and (max-width: 1279.5px) {
	.windows-promotion__button {
		width: 100%;
	}
}
.why-us {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding-top: 100px;
}
@media only screen and (max-width: 1279.5px) {
	.why-us {
		padding-top: 80px;
		gap: 30px;
	}
}
@media only screen and (max-width: 767.5px) {
	.why-us {
		padding-top: 60px;
		gap: 24px;
	}
}
.why-us__header {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
@media only screen and (max-width: 1279.5px) {
	.why-us__header {
		grid-template-columns: repeat(1, 1fr);
	}
}
.why-us__header-title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 36px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.why-us__header-title {
		font-size: 32px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.why-us__header-title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.why-us__header-title {
		font-size: 24px;
	}
}
.why-us__header-label {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
	line-height: 150%;
}
@media only screen and (max-width: 1919.5px) {
	.why-us__header-label {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.why-us__header-label {
		font-size: 14px;
	}
}
.why-us__body {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
}
@media only screen and (max-width: 1919.5px) {
	.why-us__body {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media only screen and (max-width: 767.5px) {
	.why-us__body {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}
}
.why-us__item {
	display: flex;
	flex-direction: column;
	padding: 20px;
	border-radius: 12px;
	border: 1px #e9e5ec;
	background-color: #faf1f6;
	gap: 16px;
}
@media only screen and (max-width: 767.5px) {
	.why-us__item {
		padding: 16px;
	}
}
.why-us__item-image svg {
	width: 100%;
	height: 160px;
}
@media only screen and (max-width: 1919.5px) {
	.why-us__item-image svg {
		height: 120px;
	}
}
@media only screen and (max-width: 767.5px) {
	.why-us__item-image svg {
		height: 80px;
	}
}
.why-us__item-text {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 16px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 767.5px) {
	.why-us__item-text {
		font-size: 12px;
	}
}
.blog-section {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding-top: 100px;
}
@media only screen and (max-width: 1279.5px) {
	.blog-section {
		gap: 30px;
	}
}
@media only screen and (max-width: 767.5px) {
	.blog-section {
		gap: 24px;
	}
}
.blog-section__body {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
@media only screen and (max-width: 1279.5px) {
	.blog-section__body {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 767.5px) {
	.blog-section__body {
		grid-template-columns: repeat(1, 1fr);
	}
}
.blog-item {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
@media only screen and (max-width: 1279.5px) {
	.blog-item {
		gap: 12px;
	}
}
.blog-item__image {
	border-radius: 12px;
	width: 100%;
	height: 310px;
	object-fit: cover;
}
@media only screen and (max-width: 1919.5px) {
	.blog-item__image {
		height: 250px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.blog-item__image {
		height: 340px;
	}
}
@media only screen and (max-width: 767.5px) {
	.blog-item__image {
		height: 320px;
	}
}
.blog-item__info {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.blog-item__date {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #7b7186;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.blog-item__date {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.blog-item__date {
		font-size: 12px;
	}
}
.blog-item__title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 20px;
	font-weight: 600;
	line-height: 120%;
	transition: color 0.1s ease-in-out;
}
@media only screen and (max-width: 1919.5px) {
	.blog-item__title {
		font-size: 16px;
	}
}
@media only screen and (min-width: 1280px) {
	.blog-item:hover .blog-item__title {
		color: #e63f82;
	}
}
.choose-help {
	padding-top: 100px;
}
@media only screen and (max-width: 1279.5px) {
	.choose-help {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 767.5px) {
	.choose-help {
		padding-top: 60px;
	}
}
.contact-form {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background-color: #e63f82;
	padding: 30px;
	border-radius: 12px;
}
@media only screen and (max-width: 1919.5px) {
	.contact-form {
		padding: 24px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.contact-form {
		flex-direction: column;
		gap: 20px;
	}
}
.contact-form__title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #fcfbfd;
	font-size: 28px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.contact-form__title {
		font-size: 24px;
	}
}
@media only screen and (max-width: 767.5px) {
	.contact-form__title {
		font-size: 20px;
	}
}
.contact-form__body {
	display: flex;
	flex-direction: row;
	gap: 20px;
	flex: 0 0 66%;
	justify-content: space-between;
}
@media only screen and (max-width: 1279.5px) {
	.contact-form__body {
		flex-direction: column;
	}
}
.contact-form__main {
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex-grow: 1;
}
.contact-form__inputs {
	display: flex;
	flex-direction: row;
	gap: 20px;
}
@media only screen and (max-width: 767.5px) {
	.contact-form__inputs {
		flex-direction: column;
		gap: 12px;
	}
}
.contact-form__input {
	width: 100%;
}
.contact-form__input input {
	width: 100%;
	padding: 16px 20px;
	border-radius: 8px;
	border: 1px solid #f5f2f8;
	background-color: rgba(0, 0, 0, 0);
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #f5f2f8;
	font-size: 18px;
	font-weight: 500;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.contact-form__input input {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.contact-form__input input {
		font-size: 14px;
	}
}
.contact-form__input input::placeholder {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #f5f2f8;
	font-size: 18px;
	font-weight: 500;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.contact-form__input input::placeholder {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.contact-form__input input::placeholder {
		font-size: 14px;
	}
}
.contact-form__privacy-policy {
	display: flex;
	flex-direction: row;
	gap: 12px;
}
.contact-form__privacy-policy-checkbox input[type="checkbox"] {
	display: none;
}
.contact-form__privacy-policy-checkbox input[type="checkbox"]:checked + label::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23E63F82' stroke-width='2' d='M6 9.6 8.86 12 14 6'/%3E%3C/svg%3E");
	background-color: #f5f2f8;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 10;
}
@media only screen and (min-width: 1280px) {
	.contact-form__privacy-policy-checkbox input[type="checkbox"]:hover + label {
		border: 2px solid #f5f2f8;
	}
}
.contact-form__privacy-policy-checkbox label {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	border: 1px solid #f5f2f8;
	cursor: pointer;
}
.contact-form__privacy-policy-text {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #f5f2f8;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.contact-form__privacy-policy-text {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.contact-form__privacy-policy-text {
		font-size: 12px;
	}
}
.contact-form_image {
	gap: 16px;
	justify-content: center;
	flex-direction: column;
}
.contact-form_image img {
	object-fit: contain;
	position: absolute;
}
@media only screen and (max-width: 1279.5px) {
	.contact-form_image img {
		position: relative;
		width: 300px;
		height: 300px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.contact-form_image img {
		width: 100%;
	}
}
.contact-form_image .contact-form__title {
	padding-left: 440px;
}
@media only screen and (max-width: 1279.5px) {
	.contact-form_image .contact-form__title {
		padding-left: 0;
	}
}
.contact-form_image .contact-form__body {
	padding-left: 440px;
}
@media only screen and (max-width: 1279.5px) {
	.contact-form_image .contact-form__body {
		padding-left: 0;
	}
}
.catalog-cards {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding-top: 100px;
}
@media only screen and (max-width: 1279.5px) {
	.catalog-cards {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 767.5px) {
	.catalog-cards {
		padding-top: 60px;
	}
}
.catalog-cards__body {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.catalog-cards__tabs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
}
@media only screen and (max-width: 767.5px) {
	.catalog-cards__tabs {
		grid-template-columns: repeat(1, 1fr);
	}
}
.catalog-cards__items {
	display: none;
	position: relative;
}
.catalog-filter__fields {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.catalog-filter__fields-el {
	position: relative;
}
.catalog-filter__fields-el input[type="checkbox"]:is(:not(.adm-designed-checkbox)),
.catalog-filter__fields-el input[type="radio"]:is(:not(.adm-designed-checkbox)) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.catalog-filter__fields-el input[type="checkbox"]:is(:not(.adm-designed-checkbox)) + label {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 8px;
}
.catalog-filter__fields-el input[type="checkbox"]:is(:not(.adm-designed-checkbox)) + label::before {
	content: url("../images/svg/checkbox.svg");
	width: 20px;
	height: 20px;
}
.catalog-filter__fields-el input[type="checkbox"]:hover + label::before {
	content: url("../images/svg/checkbox_hover.svg");
}
.catalog-filter__fields-el input[type="checkbox"]:checked + label::before {
	content: url("../images/svg/checkbox_checked.svg");
}
.catalog-filter__fields-el input[type="checkbox"]:checked {
	color: red;
}
.catalog-filter__price-container {
	display: flex;
	align-items: center;
}
.catalog-filter__price {
	position: relative;
	padding: 14px 12px;
}
.catalog-filter__price:first-child {
	border-radius: 8px 0 0 8px;
	border: 1px solid #e9e5ec;
}
.catalog-filter__price:last-child {
	border-radius: 0 8px 8px 0;
	border-top: 1px solid #e9e5ec;
	border-right: 1px solid #e9e5ec;
	border-bottom: 1px solid #e9e5ec;
}
.catalog-filter__price input {
	width: 100%;
	padding: 0;
	outline: none;
	border: none;
	text-align: right;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 18px;
	font-weight: 500;
	line-height: 120%;
	padding-left: 30px;
}
@media only screen and (max-width: 1919.5px) {
	.catalog-filter__price input {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.catalog-filter__price input {
		font-size: 14px;
	}
}
.catalog-filter__price::before {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #7b7186;
	font-size: 18px;
	font-weight: 500;
	line-height: 120%;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	position: absolute;
	display: block;
}
@media only screen and (max-width: 1919.5px) {
	.catalog-filter__price::before {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.catalog-filter__price::before {
		font-size: 14px;
	}
}
.catalog-filter__price:first-child::before {
	content: "от";
}
.catalog-filter__price:last-child::before {
	content: "до";
}
.checkboxFilter__label {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 16px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 767.5px) {
	.checkboxFilter__label {
		font-size: 12px;
	}
}
.catalog-filters {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 30px;
	border-radius: 12px;
	background-color: #f5f2f8;
}
.catalog-filters-categories {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 12px;
}
@media only screen and (max-width: 1279.5px) {
	.catalog-filters-categories {
		flex-direction: column;
	}
}
.catalog-filters-categories__all-filters {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 16px 20px;
	border-radius: 8px;
	border: 1px solid #e9e5ec;
	background-color: #fcfbfd;
	flex: 0 0 15%;
	transition: border-color 0.2s ease-in-out;
	white-space: nowrap;
	gap: 12px;
	cursor: pointer;
}
@media only screen and (max-width: 1279.5px) {
	.catalog-filters-categories__all-filters {
		justify-content: unset;
		width: 100%;
	}
}
.catalog-filters-categories__all-filters-text {
	user-select: none;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #7b7186;
	font-size: 18px;
	font-weight: 500;
	line-height: 120%;
	font-weight: 600;
}
@media only screen and (max-width: 1919.5px) {
	.catalog-filters-categories__all-filters-text {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.catalog-filters-categories__all-filters-text {
		font-size: 14px;
	}
}
.catalog-filters-categories__all-filters:hover {
	border-color: #8066af;
}
.catalog-filters-categories__all-filters:hover .catalog-filters-categories__all-filters-icon svg circle,
.catalog-filters-categories__all-filters:hover .catalog-filters-categories__all-filters-icon svg path {
	stroke: #8066af;
}
.catalog-filters-categories__all-filters:hover .catalog-filters-categories__all-filters-text {
	color: #8066af;
}
.catalog-filters-categories__dropdown {
	position: relative;
	flex: 1 1 20%;
}
.dropdown-toggle {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 16px 20px;
	border-radius: 8px;
	border: 1px solid #e9e5ec;
	background-color: #fcfbfd;
	transition: border-color 0.2s ease-in-out;
}
.dropdown-toggle__text {
	user-select: none;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #7b7186;
	font-size: 18px;
	font-weight: 500;
	line-height: 120%;
	font-weight: 600;
	display: flex;
	flex-direction: row;
	gap: 8px;
}
@media only screen and (max-width: 1919.5px) {
	.dropdown-toggle__text {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.dropdown-toggle__text {
		font-size: 14px;
	}
}
.dropdown-toggle__count {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #f5f2f8;
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
	width: 20px;
	height: 20px;
	border-radius: 90px;
	background-color: #8066af;
}
@media only screen and (max-width: 767.5px) {
	.dropdown-toggle__count {
		font-size: 12px;
	}
}
.dropdown-toggle__icon {
	width: 16px;
	height: 16px;
}
@media only screen and (min-width: 1280px) {
	.dropdown-toggle:hover {
		border-color: #8066af;
	}
}
.dropdown-toggle_active {
	border-color: #8066af;
}
.dropdown-toggle_active .dropdown-toggle__text {
	color: #8066af;
}
.dropdown-toggle_active .dropdown-toggle__icon {
	transform: rotate(180deg);
}
.dropdown-toggle_active .dropdown-toggle__icon svg path {
	stroke: #8066af;
}
.dropdown-menu {
	display: none;
	position: absolute;
	border-radius: 8px;
	border: 1px solid #8066af;
	background-color: #fcfbfd;
	padding: 20px;
	width: 100%;
	margin-top: 6px;
	z-index: 300;
}
.dropdown-menu_active {
	display: block;
}
.all-filters-popup {
	display: none;
}
.all-filters-popup_show {
	position: fixed;
	z-index: 1500;
	top: 0;
	right: 0;
	display: block;
	width: 340px;
	height: 100%;
	overflow-y: auto;
	background-color: #fcfbfd;
	padding: 30px;
}
@media only screen and (max-width: 767.5px) {
	.all-filters-popup_show {
		padding: 20px;
		width: 100%;
	}
}
.all-filters-popup__container {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.all-filters-popup__header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.all-filters-popup__header-title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 20px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.all-filters-popup__header-title {
		font-size: 16px;
	}
}
.all-filters-popup__header-close {
	cursor: pointer;
}
@media only screen and (min-width: 1280px) {
	.all-filters-popup__header-close:hover path {
		stroke: #8066af;
	}
}
.all-filters-popup__separator {
	border-bottom: 1px solid #e9e5ec;
}
.all-filters-popup__filter {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.all-filters-popup__filter-title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 20px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.all-filters-popup__filter-title {
		font-size: 16px;
	}
}
.all-filters-popup__submit {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.catalog-filters-bottom {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 1279.5px) {
	.catalog-filters-bottom {
		gap: 16px;
		align-items: flex-start;
		flex-direction: column;
	}
}
.catalog-filters-bottom__result {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.catalog-filters-bottom__result {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.catalog-filters-bottom__result {
		font-size: 14px;
	}
}
.catalog-filters-small {
	padding-top: 24px;
	cursor: grab;
}
.catalog-filters-small .catalog-filters-small-button {
	width: auto;
}
.product-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
	height: 100%;
	overflow: hidden;
}
.product-card__body {
	display: flex;
	flex-direction: column;
	gap: 20px;
	flex-grow: 1;
}
.product-card__text {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
	line-height: 150%;
}
@media only screen and (max-width: 1919.5px) {
	.product-card__text {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.product-card__text {
		font-size: 12px;
	}
}
.product-card__note {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
}
@media only screen and (max-width: 767.5px) {
	.product-card__note {
		font-size: 12px;
	}
}
.product-card__image {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	background-color: #f5f2f8;
	padding: 20px;
	position: relative;
	height: 275px;
	width: 100%;
}
@media only screen and (max-width: 1919.5px) {
	.product-card__image {
		height: 250px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.product-card__image {
		padding: 38px 45px;
		height: 310px;
	}
}
@media only screen and (max-width: 767.5px) {
	.product-card__image {
		padding: 38px 45px;
		height: 279px;
	}
}
.product-card__image a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.product-card__image img {
	height: 100%;
	object-fit: contain;
	transition: transform ease-in-out 0.2s;
}
.product-card__image_full-width {
	padding: 0;
}
.product-card__image_full-width img {
	width: 100%;
}
.product-card__special-line {
	display: flex;
	flex-direction: row;
	gap: 4px;
	position: absolute;
	left: 12px;
	bottom: 12px;
}
.product-card__special-line-text {
	display: flex;
	padding: 4px 6px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	background-color: #e63f82;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #f5f2f8;
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
}
@media only screen and (max-width: 767.5px) {
	.product-card__special-line-text {
		font-size: 12px;
	}
}
.product-card__special-line-text_discount {
	background-color: #8066af;
}
.product-card__main {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.product-card__credit {
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 8px;
}
.product-card__credit-text {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #7b7186;
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
}
@media only screen and (max-width: 767.5px) {
	.product-card__credit-text {
		font-size: 12px;
	}
}
.product-card__title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 20px;
	font-weight: 600;
	line-height: 120%;
	min-height: 36px;
	transition: color ease-in-out 0.2s;
}
@media only screen and (max-width: 1919.5px) {
	.product-card__title {
		font-size: 16px;
	}
}
@media only screen and (min-width: 1280px) {
	.product-card__title:hover {
		color: #8066af;
	}
}
.product-card__params {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.product-card__params_page {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
}
@media only screen and (max-width: 1279.5px) {
	.product-card__params_page {
		grid-template-columns: 1fr;
	}
}
.product-card__params-name {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
	overflow: hidden;
	position: relative;
	display: table-cell;
	width: 100%;
}
@media only screen and (max-width: 767.5px) {
	.product-card__params-name {
		font-size: 12px;
	}
}
.product-card__params-name:after {
	content: "";
	position: absolute;
	bottom: 0.21em;
	margin-left: 10px;
	width: 100%;
	height: 0;
	border-bottom: 1px solid #e9e5ec;
}
.product-card__params-value {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #7b7186;
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
	display: table-cell;
	padding-left: 10px;
	white-space: nowrap;
}
@media only screen and (max-width: 767.5px) {
	.product-card__params-value {
		font-size: 12px;
	}
}
.product-card__params-value_profile {
	text-decoration: underline;
}
@media only screen and (min-width: 1280px) {
	.product-card__params-value_profile:hover {
		color: #8066af;
	}
}
.product-card__price {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.product-card__price-title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.product-card__price-title {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.product-card__price-title {
		font-size: 14px;
	}
}
.product-card__price-text {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #7b7186;
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
}
@media only screen and (max-width: 767.5px) {
	.product-card__price-text {
		font-size: 12px;
	}
}
.product-card__price-list {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-end;
	gap: 7px;
}
.product-card__price-list-sale {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #e63f82;
	font-size: 24px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.product-card__price-list-sale {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.product-card__price-list-sale {
		font-size: 18px;
	}
}
.product-card__price-list-regular {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 24px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.product-card__price-list-regular {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.product-card__price-list-regular {
		font-size: 18px;
	}
}
.product-card__price-list_discount .product-card__price-list-regular {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
	text-decoration-line: line-through;
}
@media only screen and (max-width: 1919.5px) {
	.product-card__price-list_discount .product-card__price-list-regular {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.product-card__price-list_discount .product-card__price-list-regular {
		font-size: 14px;
	}
}
.product-card__order button {
	width: 100%;
}
.product-card_no-hover .product-card__title {
	pointer-events: none;
	min-height: unset;
}
.product-card__offers {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.product-card__swiper {
	width: 100%;
	height: calc(100% - 16px);
	cursor: grab;
}
.product-card__swiper-slide {
	width: 100%;
}
.product-card__thumbs-swiper {
	margin: 0 6px;
}
.product-card__thumbs-swiper .swiper-slide-thumb-active img {
	border: 2px solid #8066af;
}
.product-card__thumbs-swiper-slide {
	cursor: pointer;
	width: fit-content !important;
}
.product-card__thumbs-swiper-slide img {
	width: 40px;
	height: 40px;
	object-fit: contain;
	border: 2px solid rgba(0, 0, 0, 0);
}
.catalog-products-page {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	row-gap: 30px;
	column-gap: 20px;
	padding-top: 30px;
}
@media only screen and (max-width: 1279.5px) {
	.catalog-products-page {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media only screen and (max-width: 767.5px) {
	.catalog-products-page {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
.catalog-products-page_three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width: 1279.5px) {
	.catalog-products-page_three {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media only screen and (max-width: 767.5px) {
	.catalog-products-page_three {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
.catalog-products-page_two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width: 767.5px) {
	.catalog-products-page_two {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
.catalog-products-pagingation {
	padding-top: 60px;
}
.catalog-products-pagingation-text {
	padding-top: 50px;
}
@media only screen and (max-width: 767.5px) {
	.catalog-products-pagingation-text {
		padding-top: 30px;
	}
}
.catalog-products-pagingation-text__wrap {
	padding-top: 50px;
	border-top: 1px solid #e9e5ec;
}
@media only screen and (max-width: 767.5px) {
	.catalog-products-pagingation-text__wrap {
		padding-top: 30px;
	}
}
.catalog-products-pagingation-text__container {
	margin: 0 auto;
	width: 50%;
}
@media only screen and (max-width: 1279.5px) {
	.catalog-products-pagingation-text__container {
		width: 100%;
	}
}
.catalog-filters-utils {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 40px;
	padding-top: 24px;
}
@media only screen and (max-width: 1279.5px) {
	.catalog-filters-utils {
		flex-direction: column;
	}
}
.selected-filters {
	display: none;
	flex-direction: row;
	gap: 20px;
	align-items: center;
}
@media only screen and (max-width: 1279.5px) {
	.selected-filters {
		align-items: flex-start;
		flex-direction: column;
	}
}
.selected-filters__label {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.selected-filters__label {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.selected-filters__label {
		font-size: 14px;
	}
}
.selected-filters__list {
	display: flex;
	flex-direction: row;
	gap: 4px;
	align-items: flex-start;
	flex-wrap: wrap;
}
.selected-filters__item {
	display: flex;
	flex-direction: row;
	padding: 8px 12px;
	gap: 8px;
	border-radius: 8px;
	background-color: #8066af;
	outline: 1px solid #e9e5ec;
}
@media only screen and (min-width: 1280px) {
	.selected-filters__item:hover {
		border-color: #8066af;
	}
}
.selected-filters__item-values {
	display: flex;
	flex-direction: row;
}
.selected-filters__item-name {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #f5f2f8;
	font-size: 16px;
	font-weight: 600;
	line-height: 120%;
	user-select: none;
	white-space: nowrap;
}
@media only screen and (max-width: 767.5px) {
	.selected-filters__item-name {
		font-size: 12px;
	}
}
.selected-filters__item-value {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #f5f2f8;
	font-size: 16px;
	font-weight: 600;
	line-height: 120%;
	user-select: none;
	white-space: nowrap;
}
@media only screen and (max-width: 767.5px) {
	.selected-filters__item-value {
		font-size: 12px;
	}
}
.selected-filters__item-clear svg path {
	stroke: #f5f2f8;
}
@media only screen and (min-width: 1280px) {
	.selected-filters__item-clear:hover svg path {
		stroke: #d3c2ea;
	}
}
.catalog__sort.open .input_select {
	border-color: #8066af;
}
.custom-select {
	position: relative;
	cursor: pointer;
}
@media only screen and (max-width: 1279.5px) {
	.custom-select {
		width: 100%;
	}
}
.custom-select input {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 16px 20px;
	border-radius: 8px;
	border: 1px solid #e9e5ec;
	background-color: #fcfbfd;
	transition: border-color 0.2s ease-in-out;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #7b7186;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
	font-weight: 600;
	cursor: pointer;
}
@media only screen and (max-width: 1919.5px) {
	.custom-select input {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.custom-select input {
		font-size: 14px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.custom-select input {
		width: 100%;
	}
}
.custom-select::after {
	top: 16px;
	right: 16px;
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M13 7L8 11L3 7' stroke='%237B7186' stroke-width='2'%3E%3C/path%3E%3C/svg%3E");
}
.custom-select.open::after {
	transform: rotate(180deg);
}
.custom-select.open .custom-select-block {
	display: block;
}
.custom-select-block {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 200;
	padding-top: 8px;
	width: 100%;
}
.custom-select-block ul {
	border-radius: 8px;
	border: 1px solid #8066af;
	width: 100%;
	box-sizing: border-box;
	background-color: #fcfbfd;
}
.custom-select-block ul li {
	padding: 12px 20px;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
	font-weight: 600;
	cursor: pointer;
}
@media only screen and (max-width: 1919.5px) {
	.custom-select-block ul li {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.custom-select-block ul li {
		font-size: 14px;
	}
}
.product-detail-main {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
@media only screen and (max-width: 1279.5px) {
	.product-detail-main {
		gap: 40px;
		flex-direction: column;
	}
}
.product-detail-main__info {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 50%;
}
@media only screen and (max-width: 1279.5px) {
	.product-detail-main__info {
		gap: 24px;
		width: 100%;
	}
}
.product-detail-main__block {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.product-detail-main__price {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.product-detail-main__price-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
	flex: 0 0 50%;
}
.product-detail-main__price-block_door-full .product-detail-main__price-text span:first-of-type {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #8066af;
	font-size: 36px;
	font-weight: 600;
	line-height: 120%;
	line-height: 100%;
}
@media only screen and (max-width: 1919.5px) {
	.product-detail-main__price-block_door-full .product-detail-main__price-text span:first-of-type {
		font-size: 32px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.product-detail-main__price-block_door-full .product-detail-main__price-text span:first-of-type {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.product-detail-main__price-block_door-full .product-detail-main__price-text span:first-of-type {
		font-size: 24px;
	}
}
.product-detail-main__price-block_door-full .product-detail-main__price-text span:last-of-type {
	text-decoration: line-through;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #7b7186;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.product-detail-main__price-block_door-full .product-detail-main__price-text span:last-of-type {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.product-detail-main__price-block_door-full .product-detail-main__price-text span:last-of-type {
		font-size: 12px;
	}
}
.product-detail-main__price-block_door-only .product-detail-main__price-text {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #8066af;
	font-size: 36px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.product-detail-main__price-block_door-only .product-detail-main__price-text {
		font-size: 32px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.product-detail-main__price-block_door-only .product-detail-main__price-text {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.product-detail-main__price-block_door-only .product-detail-main__price-text {
		font-size: 24px;
	}
}
.product-detail-main__price-title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 20px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.product-detail-main__price-title {
		font-size: 16px;
	}
}
.product-detail-main__price-text {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	gap: 8px;
}
.product-detail-main__price-info {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #7b7186;
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
}
@media only screen and (max-width: 767.5px) {
	.product-detail-main__price-info {
		font-size: 12px;
	}
}
.product-detail-main__label {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 20px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.product-detail-main__label {
		font-size: 16px;
	}
}
.product-detail-main__text {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
	line-height: 150%;
}
@media only screen and (max-width: 1919.5px) {
	.product-detail-main__text {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.product-detail-main__text {
		font-size: 14px;
	}
}
.product-detail-slider {
	display: flex;
	flex-direction: row;
	gap: 8px;
	width: 41.6666%;
	height: 530px;
}
@media only screen and (max-width: 1279.5px) {
	.product-detail-slider {
		width: 100%;
	}
}
@media only screen and (max-width: 1279.5px) {
	.product-detail-slider {
		height: 360px;
	}
}
.product-detail-slider-thumbs {
	height: 530px;
	width: 10%;
	padding: 0 2px;
}
@media only screen and (max-width: 1279.5px) {
	.product-detail-slider-thumbs {
		width: 15%;
		height: 384px;
	}
}
.detail-swiper {
	width: 90%;
}
.detail-swiper__slide {
	background-color: #f5f2f8;
	padding: 38px 127px;
	border-radius: 8px;
}
@media only screen and (max-width: 1279.5px) {
	.detail-swiper__slide {
		padding: 20px 60px;
	}
}
.detail-swiper__slide img {
	height: 454px;
	width: 100%;
	object-fit: contain;
}
@media only screen and (max-width: 1279.5px) {
	.detail-swiper__slide img {
		height: 310px;
	}
}
.detail-swiper-thumbs {
	height: calc(100% - 100px);
	margin: 8px 0;
	padding: 2px;
}
.detail-swiper-thumbs__slide {
	height: fit-content !important;
	background-color: #f5f2f8;
	padding: 6px;
	border-radius: 8px;
}
.detail-swiper-thumbs__slide img {
	width: 100%;
	object-fit: cover;
}
.detail-swiper-thumbs .swiper-slide-thumb-active {
	outline: 1px solid #8066af;
}
.swiper-button-custom {
	padding: 12px;
	background-color: #eae4f2;
	height: fit-content;
	width: fit-content;
	margin: 0 auto;
	border-radius: 4px;
	cursor: pointer;
}
@media only screen and (max-width: 1279.5px) {
	.swiper-button-custom {
		padding: 8px;
	}
	.swiper-button-custom svg {
		width: 12px;
		height: 12px;
	}
}
@media only screen and (min-width: 1280px) {
	.swiper-button-custom:hover {
		background-color: #d3c2ea;
	}
}
.swiper-button-custom_horizontal {
	padding: 8px;
}
.swiper-button-custom_horizontal-next svg {
	transform: rotate(-90deg);
}
.swiper-button-custom_horizontal-prev svg {
	transform: rotate(-90deg);
}
.swiper-button-custom_offer {
	margin: unset;
}
.product-detail-text {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding-top: 100px;
}
@media only screen and (max-width: 1279.5px) {
	.product-detail-text {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 767.5px) {
	.product-detail-text {
		padding-top: 60px;
	}
}
.product-detail-text__tabs {
	display: flex;
	flex-direction: row;
	gap: 8px;
}
@media only screen and (max-width: 1279.5px) {
	.product-detail-text__tabs {
		flex-wrap: wrap;
	}
}
.product-detail-text__content {
	display: none;
}
.product-detail-text__content-column {
	width: 50%;
}
.product-detail-text__content_params {
	justify-content: space-between;
	flex-direction: row;
	gap: 20px;
}
.product-detail-text__content ul,
.product-detail-text__content ol {
	padding-top: 20px;
}
@media only screen and (max-width: 767.5px) {
	.product-detail-text__content ul,
	.product-detail-text__content ol {
		padding-top: 16px;
	}
}
.product-detail-text__content ul li,
.product-detail-text__content ol li {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
	font-weight: 400;
	line-height: 150%;
	padding-top: 4px;
}
@media only screen and (max-width: 1919.5px) {
	.product-detail-text__content ul li,
	.product-detail-text__content ol li {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.product-detail-text__content ul li,
	.product-detail-text__content ol li {
		font-size: 12px;
	}
}
.product-detail-text__content ul li:first-child,
.product-detail-text__content ol li:first-child {
	padding-top: 0;
}
.product-detail-text__content table {
	margin-top: 40px;
	border-collapse: collapse;
	border: 1px solid #e9e5ec;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
}
@media only screen and (max-width: 767.5px) {
	.product-detail-text__content table {
		margin-top: 30px;
	}
}
@media only screen and (max-width: 1919.5px) {
	.product-detail-text__content table {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.product-detail-text__content table {
		font-size: 12px;
	}
}
.product-detail-text__content table td {
	padding: 12px;
	border: 1px solid #e9e5ec;
}
.product-detail-text__content a {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
	font-weight: 600;
	line-height: 120%;
	transition: color 0.1s ease-in-out;
}
@media only screen and (max-width: 1919.5px) {
	.product-detail-text__content a {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.product-detail-text__content a {
		font-size: 14px;
	}
}
@media only screen and (min-width: 1280px) {
	.product-detail-text__content a:hover {
		color: #8066af;
	}
}
.product-detail-text__content address {
	padding-top: 20px;
	font-weight: 600;
	line-height: 120%;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.product-detail-text__content address {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.product-detail-text__content address {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.product-detail-text__content address {
		padding-top: 16px;
	}
}
.product-detail-text__content h2 {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 36px;
	font-weight: 600;
	line-height: 120%;
	padding-top: 40px;
}
@media only screen and (max-width: 1919.5px) {
	.product-detail-text__content h2 {
		font-size: 32px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.product-detail-text__content h2 {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.product-detail-text__content h2 {
		font-size: 24px;
	}
}
.product-detail-text__content h2:first-child {
	padding-top: 0;
}
@media only screen and (max-width: 767.5px) {
	.product-detail-text__content h2 {
		padding-top: 30px;
	}
}
.product-detail-text__content h3 {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 28px;
	font-weight: 600;
	line-height: 120%;
	padding-top: 40px;
}
@media only screen and (max-width: 1919.5px) {
	.product-detail-text__content h3 {
		font-size: 24px;
	}
}
@media only screen and (max-width: 767.5px) {
	.product-detail-text__content h3 {
		font-size: 20px;
	}
}
.product-detail-text__content h3:first-child {
	padding-top: 0;
}
@media only screen and (max-width: 767.5px) {
	.product-detail-text__content h3 {
		padding-top: 30px;
	}
}
.product-detail-text__content h4 {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 24px;
	font-weight: 600;
	line-height: 120%;
	padding-top: 40px;
}
@media only screen and (max-width: 1919.5px) {
	.product-detail-text__content h4 {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.product-detail-text__content h4 {
		font-size: 18px;
	}
}
.product-detail-text__content h4:first-child {
	padding-top: 0;
}
@media only screen and (max-width: 767.5px) {
	.product-detail-text__content h4 {
		padding-top: 30px;
	}
}
.product-detail-text__content h5 {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 20px;
	font-weight: 600;
	line-height: 120%;
	padding-top: 30px;
}
@media only screen and (max-width: 1919.5px) {
	.product-detail-text__content h5 {
		font-size: 16px;
	}
}
.product-detail-text__content h5:first-child {
	padding-top: 0;
}
@media only screen and (max-width: 767.5px) {
	.product-detail-text__content h5 {
		padding-top: 16px;
	}
}
.product-detail-text__content h6 {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
	padding-top: 30px;
}
@media only screen and (max-width: 1919.5px) {
	.product-detail-text__content h6 {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.product-detail-text__content h6 {
		font-size: 14px;
	}
}
.product-detail-text__content h6:first-child {
	padding-top: 0;
}
@media only screen and (max-width: 767.5px) {
	.product-detail-text__content h6 {
		padding-top: 16px;
	}
}
.product-detail-text__content p {
	padding-top: 8px;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
	font-weight: 400;
	line-height: 150%;
}
@media only screen and (max-width: 1919.5px) {
	.product-detail-text__content p {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.product-detail-text__content p {
		font-size: 12px;
	}
}
.product-detail-text__content p:first-child {
	padding-top: 0;
}
@media only screen and (max-width: 767.5px) {
	.product-detail-text__content p {
		padding-top: 16px;
	}
}
.product-detail-text__content b {
	font-weight: 600;
}
.product-detail-text__content img {
	margin-top: 40px;
	border-radius: 12px;
	width: 100%;
	object-fit: cover;
}
@media only screen and (max-width: 767.5px) {
	.product-detail-text__content img {
		margin-top: 30px;
		max-height: 250px;
	}
}
.product-detail-similar {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding-top: 100px;
}
@media only screen and (max-width: 1279.5px) {
	.product-detail-similar {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 767.5px) {
	.product-detail-similar {
		padding-top: 60px;
	}
}
.product-detail-similar__title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 36px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.product-detail-similar__title {
		font-size: 32px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.product-detail-similar__title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.product-detail-similar__title {
		font-size: 24px;
	}
}
.product-detail-similar__cards {
	position: relative;
}
@media only screen and (max-width: 767.5px) {
	.order-form {
		padding: 20px !important;
	}
}
.order-form__title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 28px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.order-form__title {
		font-size: 24px;
	}
}
@media only screen and (max-width: 767.5px) {
	.order-form__title {
		font-size: 20px;
	}
}
.form input[type="checkbox"] {
	display: none;
}
.form__field {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 20px;
}
.form__field input {
	border-radius: 8px;
	border: 1px solid #7b7186;
	padding: 16px 20px;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.form__field input {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.form__field input {
		font-size: 14px;
	}
}
.form__field input::placeholder {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #7b7186;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.form__field input::placeholder {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.form__field input::placeholder {
		font-size: 14px;
	}
}
.form__field textarea {
	border-radius: 8px;
	border: 1px solid #7b7186;
	padding: 16px 20px;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.form__field textarea {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.form__field textarea {
		font-size: 14px;
	}
}
.form__field textarea::placeholder {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #7b7186;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.form__field textarea::placeholder {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.form__field textarea::placeholder {
		font-size: 14px;
	}
}
.form__field label {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 20px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.form__field label {
		font-size: 16px;
	}
}
.form__field label sup {
	color: #ff2828;
}
.form__checkboxes {
	display: flex;
	flex-direction: row;
	gap: 14px;
}
.form__about {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-top: 20px;
}
.form__about-title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 20px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.form__about-title {
		font-size: 16px;
	}
}
.form__about-param {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
}
.form__about-param-title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.form__about-param-title {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.form__about-param-title {
		font-size: 12px;
	}
}
.form__about-param-value {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
	font-weight: 600;
}
@media only screen and (max-width: 1919.5px) {
	.form__about-param-value {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.form__about-param-value {
		font-size: 12px;
	}
}
.form__text {
	padding-top: 20px;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #7b7186;
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
}
@media only screen and (max-width: 767.5px) {
	.form__text {
		font-size: 12px;
	}
}
.form__checkboxes label {
	display: flex;
	padding: 12px 16px;
	border-radius: 8px;
	border: 1px solid #e9e5ec;
	background: #f5f2f8;
	cursor: pointer;
}
@media only screen and (max-width: 767.5px) {
	.form__checkboxes label {
		padding: 8px 12px;
	}
}
.form__checkboxes label:hover {
	border: 1px solid #8066af;
	background-color: #eae4f2;
}
.form__checkboxes label:hover .check__text {
	color: #8066af;
}
.form__checkboxes label:hover .check__icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' fill='none'%3E%3Cpath stroke='%238066AF' stroke-width='2' d='M11.4 6.5H6m0 0H.6m5.4 0V1.1m0 5.4v5.4'/%3E%3C/svg%3E");
}
.form__checkboxes input[type="checkbox"]:checked + label {
	cursor: default;
	border: 1px solid #8066af;
	background-color: #eae4f2;
}
.form__checkboxes input[type="checkbox"]:checked + label .check__text {
	color: #8066af;
}
.form__checkboxes input[type="checkbox"]:checked + label .check__icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' fill='none'%3E%3Cpath stroke='%238066AF' stroke-width='2' d='m2 6.5 3 3L11 3'/%3E%3C/svg%3E");
}
.check {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}
.check__text {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.check__text {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.check__text {
		font-size: 12px;
	}
}
.check__icon {
	width: 13px;
	height: 13px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' fill='none'%3E%3Cpath stroke='%23433653' stroke-width='2' d='M11.4 6.5H6m0 0H.6m5.4 0V1.1m0 5.4v5.4'/%3E%3C/svg%3E");
}
.form-order-wrap {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	background-color: rgba(245, 242, 248, 0.9);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	overflow-y: auto;
	z-index: 10000;
}
.form-order-wrap.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}
.form-order-wrap__container {
	position: relative;
	margin: 40px 600px;
}
@media only screen and (max-width: 1919.5px) {
	.form-order-wrap__container {
		margin: 40px 400px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.form-order-wrap__container {
		margin: 40px;
	}
}
@media only screen and (max-width: 767.5px) {
	.form-order-wrap__container {
		margin: 24px;
	}
}
.modal-content {
	padding: 0px;
	border-radius: 12px;
	background: radial-gradient(61.4% 108.86% at 55.75% 43.4%, #e84385 0%, #e84385 49.3%, #dd48cc 78.71%, #9d62dd 97.89%), var(--bg, #fcfbfd);
	min-width: 550px;
	position: relative;
}
@media only screen and (max-width: 767.5px) {
	.modal-content {
		min-width: 320px;
	}
}
.modal-content__container {
	padding: 16px;
}
.modal-content__image {
	position: absolute;
	width: 330px;
	height: 330px;
	right: -90px;
	bottom: -20px;
	z-index: 5;
}
@media only screen and (max-width: 767.5px) {
	.modal-content__image {
		width: 220px;
		height: 220px;
	}
}
@media only screen and (max-width: 360px) {
	.modal-content__image {
		display: none;
	}
}
.modal-form {
	border: 1px solid #f5f2f8;
	border-radius: 12px;
	padding: 70px 60px;
	padding-top: 0;
	position: relative;
	z-index: 5;
}
@media only screen and (max-width: 767.5px) {
	.modal-form {
		padding: 40px 30px;
		padding-top: 0;
	}
}
.modal-form__title {
	padding-top: 60px;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #f5f2f8;
	font-size: 28px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.modal-form__title {
		font-size: 24px;
	}
}
@media only screen and (max-width: 767.5px) {
	.modal-form__title {
		font-size: 20px;
	}
}
.modal-form__text {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #f5f2f8;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
	padding-top: 12px;
}
@media only screen and (max-width: 1919.5px) {
	.modal-form__text {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.modal-form__text {
		font-size: 14px;
	}
}
.modal-form__text-br-mobile {
	display: none;
}
@media only screen and (max-width: 767.5px) {
	.modal-form__text-br-mobile {
		display: block;
	}
}
.modal-form__sale {
	background-color: #f5f2f8;
	padding: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #e63f82;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
	position: relative;
	top: 12px;
}
@media only screen and (max-width: 1919.5px) {
	.modal-form__sale {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.modal-form__sale {
		font-size: 14px;
	}
}
.modal-form .contact-form__input {
	padding-top: 20px;
}
.modal-form button {
	margin-top: 30px;
	width: 100%;
}
#myModal .fancybox-button {
	right: -10px;
	top: -50px;
}
#myModal .fancybox-button svg path {
	color: #f5f2f8;
}
.ustanovka__container {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding: 60px 80px;
	background-color: #eae4f2;
	border-radius: 12px;
}
@media only screen and (max-width: 1279.5px) {
	.ustanovka__container {
		padding: 40px;
		gap: 30px;
	}
}
@media only screen and (max-width: 767.5px) {
	.ustanovka__container {
		padding: 20px;
	}
}
.ustanovka__title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 36px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.ustanovka__title {
		font-size: 32px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.ustanovka__title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.ustanovka__title {
		font-size: 24px;
	}
}
.ustanovka__cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
@media only screen and (max-width: 1279.5px) {
	.ustanovka__cards {
		grid-template-columns: repeat(1, 1fr);
	}
}
.ustanovka__card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	justify-content: space-between;
}
.ustanovka__card-body {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	border: 1px solid #e9e5ec;
	border-radius: 12px;
	background-color: #fcfbfd;
	position: relative;
	padding: 40px;
	height: 480px;
}
@media only screen and (max-width: 1279.5px) {
	.ustanovka__card-body {
		padding: 20px;
		height: 420px;
	}
}
.ustanovka__card-title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 28px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.ustanovka__card-title {
		font-size: 24px;
	}
}
@media only screen and (max-width: 767.5px) {
	.ustanovka__card-title {
		font-size: 20px;
	}
}
.ustanovka__card-text {
	padding-top: 20px;
}
.ustanovka__card-text p {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.ustanovka__card-text p {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.ustanovka__card-text p {
		font-size: 12px;
	}
}
.ustanovka__card-text ul {
	padding-top: 12px;
}
.ustanovka__card-text ul li {
	list-style: disc inside;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
	padding-top: 4px;
}
@media only screen and (max-width: 1919.5px) {
	.ustanovka__card-text ul li {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.ustanovka__card-text ul li {
		font-size: 12px;
	}
}
.ustanovka__card-text ul li:first-child {
	padding-top: 0;
}
.ustanovka__card-price {
	padding-top: 24px;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #8066af;
	font-size: 24px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.ustanovka__card-price {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.ustanovka__card-price {
		font-size: 18px;
	}
}
.ustanovka__card-image {
	position: absolute;
	bottom: 0;
	right: 0;
}
.ustanovka__card-image img {
	width: 100%;
}
.ustanovka__card-note {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #7b7186;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.ustanovka__card-note {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.ustanovka__card-note {
		font-size: 12px;
	}
}
.payment-page-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
@media only screen and (max-width: 1279.5px) {
	.payment-page-cards {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}
}
@media only screen and (max-width: 767.5px) {
	.payment-page-cards {
		grid-template-columns: repeat(1, 1fr);
	}
}
.payment-page-card {
	position: relative;
	display: flex;
	padding: 30px;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 12px;
	border: 1px solid #e9e5ec;
	background-color: #faf1f6;
	gap: 80px;
}
@media only screen and (max-width: 767.5px) {
	.payment-page-card {
		padding: 24px;
		gap: 60px;
	}
}
.payment-page-card__title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 24px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.payment-page-card__title {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.payment-page-card__title {
		font-size: 18px;
	}
}
@media only screen and (max-width: 767.5px) {
	.payment-page-card__title {
		width: 60%;
	}
}
.payment-page-card__text {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
	line-height: 150%;
}
@media only screen and (max-width: 1919.5px) {
	.payment-page-card__text {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.payment-page-card__text {
		font-size: 14px;
	}
}
.payment-page-card__image {
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
	height: 120px;
}
@media only screen and (max-width: 767.5px) {
	.payment-page-card__image {
		width: 80px;
		height: 80px;
	}
}
.payment-page-options {
	display: grid;
	align-items: center;
	grid-template-columns: repeat(7, auto);
	gap: 20px;
	margin-top: 100px;
	width: 100%;
}
@media only screen and (max-width: 1279.5px) {
	.payment-page-options {
		grid-template-columns: repeat(2, 1fr);
		justify-items: center;
	}
}
@media only screen and (max-width: 767.5px) {
	.payment-page-options {
		grid-template-columns: repeat(1, 1fr);
	}
}
.payment-options {
	padding-top: 100px;
}
@media only screen and (max-width: 1279.5px) {
	.payment-options {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 767.5px) {
	.payment-options {
		padding-top: 60px;
	}
}
.payment-options__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 60px;
	border-radius: 12px;
	border: 1px solid #e9e5ec;
	background-color: #f5f2f8;
}
@media only screen and (max-width: 1279.5px) {
	.payment-options__wrap {
		padding: 40px;
	}
}
@media only screen and (max-width: 767.5px) {
	.payment-options__wrap {
		padding: 40px 20px;
	}
}
.payment-options__body {
	display: flex;
	flex-direction: column;
	gap: 60px;
	width: 40%;
}
@media only screen and (max-width: 1919.5px) {
	.payment-options__body {
		gap: 40px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.payment-options__body {
		width: 100%;
	}
}
@media only screen and (max-width: 767.5px) {
	.payment-options__body {
		gap: 30px;
	}
}
.payment-options__info {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
@media only screen and (max-width: 1279.5px) {
	.payment-options__info {
		gap: 30px;
	}
}
@media only screen and (max-width: 767.5px) {
	.payment-options__info {
		gap: 24px;
	}
}
.payment-options__title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 36px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.payment-options__title {
		font-size: 32px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.payment-options__title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.payment-options__title {
		font-size: 24px;
	}
}
.payment-options__text {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.payment-options__text {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.payment-options__text {
		font-size: 14px;
	}
}
.payment-options__small-cards {
	display: none;
	grid-template-columns: repeat(4, 1fr);
	gap: 4px;
}
@media only screen and (max-width: 1279.5px) {
	.payment-options__small-cards {
		display: grid;
	}
}
@media only screen and (max-width: 767.5px) {
	.payment-options__small-cards {
		grid-template-columns: repeat(2, 1fr);
	}
}
.payment-options__small-card {
	padding: 12px;
	border-radius: 8px;
	background-color: #e63f82;
}
.payment-options__small-card:nth-child(even) {
	background-color: #8066af;
}
@media only screen and (max-width: 767.5px) {
	.payment-options__small-card:nth-child(3n + 1) {
		background-color: #e63f82;
	}
	.payment-options__small-card:nth-child(3n + 2),
	.payment-options__small-card:nth-child(3n + 3) {
		background-color: #8066af;
	}
}
.payment-options__small-card-title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #f5f2f8;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
	overflow-wrap: anywhere;
}
@media only screen and (max-width: 1919.5px) {
	.payment-options__small-card-title {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.payment-options__small-card-title {
		font-size: 14px;
	}
}
.payment-options__button {
	width: fit-content;
}
.payment-options__cards {
	display: grid;
	grid-template-columns: 300px 280px;
	gap: 12px;
}
@media only screen and (max-width: 1919.5px) {
	.payment-options__cards {
		grid-template-columns: repeat(2, 220px);
	}
}
@media only screen and (max-width: 1279.5px) {
	.payment-options__cards {
		display: none;
	}
}
.payment-options__card {
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 30px;
	border-radius: 12px;
	height: fit-content;
}
@media only screen and (max-width: 1919.5px) {
	.payment-options__card {
		gap: 24px;
		padding: 24px;
	}
}
.payment-options__card:nth-child(3n + 2),
.payment-options__card:nth-child(3n + 3) {
	background-color: #8066af;
}
.payment-options__card:nth-child(3n + 1) {
	background-color: #e63f82;
}
.payment-options__card:nth-child(2) {
	margin-top: auto;
}
.payment-options__card:nth-child(3) {
	margin-bottom: auto;
}
.payment-options__card-title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #f5f2f8;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.payment-options__card-title {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.payment-options__card-title {
		font-size: 14px;
	}
}
.payment-options__card-text {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #f5f2f8;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.payment-options__card-text {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.payment-options__card-text {
		font-size: 12px;
	}
}
.about-us-page-image {
	padding-bottom: 50px;
}
.about-us-page-image img {
	width: 100%;
	border-radius: 12px;
	object-fit: contain;
}
@media only screen and (max-width: 1279.5px) {
	.about-us-page-image img {
		height: 383px;
	}
}
.about-us-page-why-us h3 {
	padding-top: 40px !important;
}
.about-us-page-why-us__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	padding-top: 30px;
}
@media only screen and (max-width: 767.5px) {
	.about-us-page-why-us__cards {
		padding-top: 24px;
		grid-template-columns: repeat(2, 1fr);
	}
}
.about-us-page-why-us__card {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 30px 40px;
	gap: 16px;
	border-radius: 12px;
	border: 1px solid #e9e5ec;
	background-color: #faf1f6;
}
@media only screen and (max-width: 1279.5px) {
	.about-us-page-why-us__card {
		padding: 20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.about-us-page-why-us__card {
		padding: 16px;
	}
}
.about-us-page-why-us__card-text {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 16px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 767.5px) {
	.about-us-page-why-us__card-text {
		font-size: 12px;
	}
}
.about-us-page-why-us__card-image svg {
	width: 160px;
	height: 160px;
}
@media only screen and (max-width: 1279.5px) {
	.about-us-page-why-us__card-image svg {
		width: 120px;
		height: 120px;
	}
}
@media only screen and (max-width: 767.5px) {
	.about-us-page-why-us__card-image svg {
		width: 80px;
		height: 80px;
	}
}
.about-us-page-payment-details h3 {
	padding-top: 40px !important;
}
.about-us-page-payment-details__body {
	display: flex;
	padding: 30px 40px;
	flex-direction: column;
	gap: 16px;
	border-radius: 12px;
	border: 1px solid #e9e5ec;
	background-color: #f5f2f8;
	margin-top: 30px;
}
.about-us-page-payment-details__body .contact-block:nth-child(1),
.about-us-page-payment-details__body .contact-block:nth-child(2) {
	padding-left: 0;
}
@media only screen and (max-width: 1919.5px) {
	.about-us-page-payment-details__body {
		padding: 24px 30px;
	}
}
@media only screen and (max-width: 767.5px) {
	.about-us-page-payment-details__body {
		margin-top: 24px;
		padding: 20px;
		gap: 12px;
	}
}
.catalog__category-text {
	text-align: center;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
	transition: color 0.2s ease-in-out;
}
@media only screen and (max-width: 1919.5px) {
	.catalog__category-text {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.catalog__category-text {
		font-size: 14px;
	}
}
.catalog__category-link-sm {
	width: 100%;
	text-align: center;
	cursor: pointer;
	padding: 20px;
	border-radius: 12px;
	border: 1px solid #e9e5ec;
	background-color: #f5f2f8;
	position: relative;
	transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
@media only screen and (max-width: 1919.5px) {
	.catalog__category-link-sm {
		border-radius: 8px;
		padding: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.catalog__category-link-sm {
		padding: 12px;
	}
}
@media only screen and (min-width: 1280px) {
	.catalog__category-link-sm:hover {
		border-color: #8066af;
		background-color: #eae4f2;
	}
	.catalog__category-link-sm:hover .catalog__category-text {
		color: #8066af;
	}
}
.catalog__category-link-sm_active {
	border-color: #8066af;
	background-color: #eae4f2;
}
.catalog__category-link-sm_active .catalog__category-text {
	color: #8066af;
}
.gallery-page-main {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	padding-top: 30px;
}
@media only screen and (max-width: 1279.5px) {
	.gallery-page-main {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 767.5px) {
	.gallery-page-main {
		grid-template-columns: repeat(1, 1fr);
	}
}
.gallery-page-main__tabs {
	display: flex;
	flex-direction: row;
	gap: 12px;
}
@media only screen and (max-width: 767.5px) {
	.gallery-page-main__tabs {
		gap: 4px;
	}
}
.contact-us-page {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 100px;
}
@media only screen and (max-width: 1279.5px) {
	.contact-us-page {
		flex-direction: column-reverse;
	}
}
.contact-us-page__map {
	width: 70%;
}
@media only screen and (max-width: 1279.5px) {
	.contact-us-page__map {
		width: 100%;
	}
}
.contact-us-page__map iframe {
	border-radius: 12px;
	height: 100%;
}
@media only screen and (max-width: 1279.5px) {
	.contact-us-page__map iframe {
		height: 600px;
	}
}
.contact-us-page__info {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 25%;
}
@media only screen and (max-width: 1279.5px) {
	.contact-us-page__info {
		width: 100%;
	}
}
.contact-us-page__info .footer-contacts__block::after {
	display: none;
}
.blog-page-main {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 20px;
	row-gap: 40px;
}
@media only screen and (max-width: 1279.5px) {
	.blog-page-main {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 767.5px) {
	.blog-page-main {
		grid-template-columns: repeat(1, 1fr);
	}
}
.search-page-header form {
	display: flex;
	flex-direction: row;
	gap: 20px;
}
@media only screen and (max-width: 1279.5px) {
	.search-page-header form {
		gap: 12px;
		flex-direction: column;
	}
}
.search-page-header form input {
	border-radius: 8px;
	border: 1px solid #e9e5ec;
	padding: 16px 20px;
	flex: 0 0 80%;
	background-color: #fcfbfd;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.search-page-header form input {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.search-page-header form input {
		font-size: 12px;
	}
}
.search-page-header form input:placeholder {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #7b7186;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.search-page-header form input:placeholder {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.search-page-header form input:placeholder {
		font-size: 12px;
	}
}
.search-page-result {
	padding-top: 40px;
}
@media only screen and (max-width: 1279.5px) {
	.search-page-result {
		padding-top: 20px;
	}
}
.search-page-result__title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 36px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.search-page-result__title {
		font-size: 32px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.search-page-result__title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.search-page-result__title {
		font-size: 24px;
	}
}
.search-page-result__cards {
	padding-top: 40px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	row-gap: 30px;
	column-gap: 20px;
}
@media only screen and (max-width: 1279.5px) {
	.search-page-result__cards {
		padding-top: 20px;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 767.5px) {
	.search-page-result__cards {
		padding-top: 20px;
		grid-template-columns: repeat(1, 1fr);
	}
}
.documents-page__tabs {
	display: flex;
	flex-direction: row;
	gap: 12px;
}
@media only screen and (max-width: 1279.5px) {
	.documents-page__tabs {
		flex-direction: column;
	}
}
.documents-page__tabs:has(#tab-btn-0:is(:checked)) ~ #content-0.documents-page__content {
	display: flex;
}
.documents-page__tabs:has(#tab-btn-1:is(:checked)) ~ #content-1.documents-page__content {
	display: flex;
}
.documents-page__tabs:has(#tab-btn-2:is(:checked)) ~ #content-2.documents-page__content {
	display: flex;
}
.documents-page__content {
	display: none;
	flex-direction: column;
	gap: 50px;
	padding-top: 50px;
}
.documents-page__content-block {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.documents-page__content-block-title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 28px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.documents-page__content-block-title {
		font-size: 24px;
	}
}
@media only screen and (max-width: 767.5px) {
	.documents-page__content-block-title {
		font-size: 20px;
	}
}
.documents-page__content-docs {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	row-gap: 24px;
	column-gap: 20px;
}
@media only screen and (max-width: 1279.5px) {
	.documents-page__content-docs {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 767.5px) {
	.documents-page__content-docs {
		grid-template-columns: repeat(1, 1fr);
	}
}
.documents-page__content-doc {
	display: flex;
	flex-direction: column;
	gap: 12px;
	cursor: pointer;
}
.documents-page__content-doc-image {
	position: relative;
}
.documents-page__content-doc-image img {
	border-radius: 8px;
	height: 283px;
	width: 100%;
	object-fit: cover;
}
@media only screen and (max-width: 1279.5px) {
	.documents-page__content-doc-image img {
		height: 360px;
	}
}
@media only screen and (max-width: 767.5px) {
	.documents-page__content-doc-image img {
		height: 320px;
	}
}
.documents-page__content-doc-title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.documents-page__content-doc-title {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.documents-page__content-doc-title {
		font-size: 12px;
	}
}
.documents-page__content-doc-zoom {
	display: none;
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
}
@media only screen and (max-width: 767.5px) {
	.documents-page__content-doc-zoom {
		top: calc(50% - 20px);
		left: calc(50% - 20px);
	}
}
.documents-page__content-doc-zoom img {
	width: 60px;
	height: 60px;
}
@media only screen and (max-width: 767.5px) {
	.documents-page__content-doc-zoom img {
		width: 40px;
		height: 40px;
	}
}
@media only screen and (min-width: 1280px) {
	.documents-page__content-doc:hover .documents-page__content-doc-zoom {
		display: flex;
	}
	.documents-page__content-doc:hover .documents-page__content-doc-title {
		color: #8066af;
	}
} /*# sourceMappingURL=style.css.map */
