.hidden {
	display: none;
}
.hidden div.red {
	background: red;
}
.button_disabled {
	cursor: not-allowed;
	pointer-events: none;
	background-color: #d3c2ea;
}
* {
	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;
	}
}
#header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background-color: #fcfbfd;
	border-bottom: 1px solid #e9e5ec;
}
.header-banner {
	background-color: #433653;
	padding: 8px 0;
}
@media only screen and (max-width: 1279.5px) {
	.header-banner {
		display: none;
	}
}
.header-banner__wrap {
	display: flex;
	flex-direction: row;
	gap: 50px;
}
.header-banner__item {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}
.header-banner__item-icon img {
	width: 24px;
	height: 24px;
}
.header-banner__item-title {
	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-banner__item-title {
		font-size: 12px;
	}
}
.header {
	transition: all 0.3s ease;
}
.header__mobile-info {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 10px;
	transition:
		gap 0.3s ease,
		margin-bottom 0.3s ease;
}
.header__mobile-address {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 20px;
}
@media only screen and (min-width: 768px) {
	.header__mobile-address {
		display: none;
	}
}
.header__mobile-address .contact-block {
	padding-left: 0;
}
.header__mobile-address .contact-block__link::before {
	display: none;
}
.header__wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	gap: 50px;
	padding: 12px 0;
}
@media only screen and (max-width: 1919.5px) {
	.header__wrap {
		gap: 30px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.header__wrap {
		padding: 16px 0;
	}
}
@media only screen and (max-width: 767.5px) {
	.header__wrap {
		padding: 12px 0;
	}
}
@media only screen and (max-width: 767.5px) {
	.header__wrap_pc {
		display: none;
	}
}
.header__wrap_mobile {
	justify-content: space-between;
}
@media only screen and (min-width: 768px) {
	.header__wrap_mobile {
		display: none;
	}
}
.header__logo_mobile {
	position: relative;
	left: 17px;
}
.header__logo_mobile img {
	transition-delay: 0.3s;
	transition: all 0.3s ease;
}
.header__logo_mobile.scrolled img {
	height: 47px;
	object-fit: contain;
}
.header__logo img {
	width: 120px;
	height: 110px;
	object-fit: cover;
}
@media only screen and (max-width: 1919.5px) {
	.header__logo img {
		width: 98px;
		height: 90px;
	}
}
@media only screen and (max-width: 767.5px) {
	.header__logo img {
		width: 88px;
		height: 80px;
	}
}
.header__main {
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex-grow: 1;
}
.header__main-separator {
	border-bottom: 1px solid #e9e5ec;
}
.header__main-top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.header__main-top-contacts {
	display: flex;
	flex-direction: row;
	gap: 30px;
}
@media only screen and (max-width: 1919.5px) {
	.header__main-top-contacts {
		gap: 20px;
	}
}
.header__main-bottom {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.header__main-bottom-main {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 50px;
}
@media only screen and (max-width: 1919.5px) {
	.header__main-bottom-main {
		gap: 30px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.header__main-bottom-menu {
		display: none;
	}
}
.header__main-bottom-menu ul {
	display: flex;
	flex-direction: row;
	gap: 24px;
}
@media only screen and (max-width: 1919.5px) {
	.header__main-bottom-menu ul {
		gap: 12px;
	}
}
.header__main-bottom-menu ul 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 ul li a {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.header__main-bottom-menu ul li a {
		font-size: 14px;
	}
}
@media only screen and (min-width: 1280px) {
	.header__main-bottom-menu ul li a:hover {
		color: #8066af;
	}
}
.header__main-bottom-menu .sub-menu {
	display: none;
}
.header__main-bottom-menu .has-child {
	cursor: pointer;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}
.header__main-bottom-menu .has-child svg {
	transition: transform 0.2s ease-in-out;
}
@media only screen and (min-width: 1280px) {
	.header__main-bottom-menu .has-child:hover svg path {
		stroke: #8066af;
	}
	.header__main-bottom-menu .has-child:hover svg {
		transform: rotate(180deg);
		transform-origin: center;
	}
}
.header__main-bottom-menu .has-child.active a {
	color: #8066af;
}
.header__main-bottom-menu .has-child.active svg {
	transform: rotate(180deg);
	transform-origin: center;
}
.header__main-bottom-menu .has-child.active svg path {
	stroke: #8066af;
}
.social-media {
	display: flex;
	flex-direction: row;
	gap: 4px;
}
.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;
	}
}
.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:"] {
	position: relative;
}
.contact-block a[href^="tel:"]::before {
	content: "";
	left: -32px;
	position: absolute;
	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");
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
}
.contact-block address {
	position: relative;
}
.contact-block address::before {
	content: "";
	left: -32px;
	position: absolute;
	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");
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
}
.header-catalog-menu {
	display: none;
	flex-direction: column;
	border-radius: 0px 0px 12px 12px;
	border: 1px solid #e9e5ec;
	background-color: #fcfbfd;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
	padding: 40px;
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 99;
	transform: translateY(100%);
}
.header-catalog-menu.open {
	display: flex;
}
.header-catalog-menu__top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.header-catalog-menu__top-block {
	display: flex;
	flex-direction: row;
	gap: 20px;
	width: 50%;
}
.header-catalog-menu__top-menu {
	display: flex;
	flex-direction: column;
	gap: 30px;
	width: 290px;
}
.header-catalog-menu__top-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) {
	.header-catalog-menu__top-menu-title {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.header-catalog-menu__top-menu-title {
		font-size: 18px;
	}
}
.header-catalog-menu__top-menu-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.header-catalog-menu__top-menu-list a {
	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) {
	.header-catalog-menu__top-menu-list a {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.header-catalog-menu__top-menu-list a {
		font-size: 14px;
	}
}
@media only screen and (min-width: 1280px) {
	.header-catalog-menu__top-menu-list a:hover {
		color: #8066af;
	}
}
.header-catalog-menu__main-menu {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.header-catalog-menu__separator {
	border-bottom: 1px solid #e9e5ec;
	margin: 40px 0;
}
.header-catalog-menu__bottom {
	display: flex;
	flex-direction: row;
	gap: 20px;
}
.header-catalog-menu__bottom-block {
	display: flex;
	flex-direction: column;
	gap: 24px;
	flex: 0 0 50%;
}
.header-catalog-menu__bottom-block-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) {
	.header-catalog-menu__bottom-block-title {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.header-catalog-menu__bottom-block-title {
		font-size: 14px;
	}
}
.header-catalog-menu__bottom-block-list {
	display: flex;
	flex-wrap: wrap;
	row-gap: 12px;
	column-gap: 20px;
}
.header-catalog-menu__bottom-block-list a {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 16px;
	font-weight: 600;
	line-height: 120%;
	transition: color 0.1s ease-in-out;
}
@media only screen and (max-width: 767.5px) {
	.header-catalog-menu__bottom-block-list a {
		font-size: 12px;
	}
}
@media only screen and (min-width: 1280px) {
	.header-catalog-menu__bottom-block-list a:hover {
		color: #8066af;
	}
}
.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: none;
	flex-direction: row;
	align-items: center;
	gap: 12px;
}
@media only screen and (max-width: 767.5px) {
	.menu-mobile__header-utils {
		display: flex;
	}
}
.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__mobile-menu-icon_open ~ .menu-mobile {
		display: block;
	}
}
.quicklinks-menu {
	display: flex;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	height: 100vh;
	z-index: 1002;
	left: 0;
}
@media only screen and (max-width: 1279.5px) {
	.quicklinks-menu {
		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;
	}
}
[tooltip],
[tooltipGreen] {
	position: relative;
}
[tooltip]::before,
[tooltip]::after,
[tooltipGreen]::before,
[tooltipGreen]::after {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	user-select: none;
	pointer-events: none;
	position: absolute;
	display: none;
	opacity: 0;
}
[tooltip]::before,
[tooltipGreen]::before {
	content: "";
	border: 5px solid rgba(0, 0, 0, 0);
	z-index: 1001;
}
[tooltip]::after {
	content: attr(tooltip);
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 6px 12px;
	border-radius: 4px;
	box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
	background: #8066af;
	color: #f5f2f8;
	z-index: 1000;
}
[tooltipGreen]::after {
	content: attr(tooltipGreen);
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 6px 12px;
	border-radius: 4px;
	box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
	background: #8066af;
	color: #f5f2f8;
	z-index: 1000;
}
[tooltip]:hover::before,
[tooltip]:hover::after,
[tooltipGreen]:hover::before,
[tooltipGreen]:hover::after {
	display: block;
}
[tooltip=""]::before,
[tooltip=""]::after,
[tooltipGreen=""]::before,
[tooltipGreen=""]::after {
	display: none !important;
}
[tooltip][flow^="right"]::before {
	top: 50%;
	border-left-width: 0;
	border-right-color: #e63f82;
	right: calc(0em - 30px);
	transform: translate(0.5em, -50%);
}
[tooltipGreen][flow^="right"]::before {
	top: 50%;
	border-left-width: 0;
	border-right-color: #8066af;
	right: calc(0em - 30px);
	transform: translate(0.5em, -50%);
}
[tooltip][flow^="right"]::after,
[tooltipGreen][flow^="right"]::after {
	top: 50%;
	left: calc(160% + 5px);
	transform: translate(0.5em, -50%);
}
@keyframes tooltips-vert {
	to {
		opacity: 1;
		transform: translate(-50%, 0);
	}
}
@keyframes tooltips-horz {
	to {
		opacity: 1;
		transform: translate(0, -50%);
	}
}
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after,
[tooltipGreen]:not([flow]):hover::before,
[tooltipGreen]:not([flow]):hover::after,
[tooltipGreen][flow^="up"]:hover::before,
[tooltipGreen][flow^="up"]:hover::after,
[tooltipGreen][flow^="down"]:hover::before,
[tooltipGreen][flow^="down"]:hover::after {
	animation: tooltips-vert 300ms ease-out forwards;
}
@media only screen and (max-width: 1279.5px) {
	[tooltip]:not([flow]):hover::before,
	[tooltip]:not([flow]):hover::after,
	[tooltip][flow^="up"]:hover::before,
	[tooltip][flow^="up"]:hover::after,
	[tooltip][flow^="down"]:hover::before,
	[tooltip][flow^="down"]:hover::after,
	[tooltipGreen]:not([flow]):hover::before,
	[tooltipGreen]:not([flow]):hover::after,
	[tooltipGreen][flow^="up"]:hover::before,
	[tooltipGreen][flow^="up"]:hover::after,
	[tooltipGreen][flow^="down"]:hover::before,
	[tooltipGreen][flow^="down"]:hover::after {
		display: none;
	}
}
[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after,
[tooltipGreen][flow^="left"]:hover::before,
[tooltipGreen][flow^="left"]:hover::after,
[tooltipGreen][flow^="right"]:hover::before,
[tooltipGreen][flow^="right"]:hover::after {
	animation: tooltips-horz 300ms ease-out forwards;
}
@media only screen and (max-width: 1279.5px) {
	[tooltip][flow^="left"]:hover::before,
	[tooltip][flow^="left"]:hover::after,
	[tooltip][flow^="right"]:hover::before,
	[tooltip][flow^="right"]:hover::after,
	[tooltipGreen][flow^="left"]:hover::before,
	[tooltipGreen][flow^="left"]:hover::after,
	[tooltipGreen][flow^="right"]:hover::before,
	[tooltipGreen][flow^="right"]:hover::after {
		display: none;
	}
}
.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;
	}
}
.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;
	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;
	}
}
@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;
	}
}
.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;
	}
}
.link-more {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 24px;
	font-weight: 600;
	line-height: 120%;
	transition: color 0.1s ease-in-out;
}
@media only screen and (max-width: 1919.5px) {
	.link-more {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.link-more {
		font-size: 18px;
	}
}
.link-more svg path {
	transition: stroke 0.1s ease-in-out;
}
@media only screen and (min-width: 1280px) {
	.link-more:hover {
		color: #8066af;
	}
	.link-more:hover svg path {
		stroke: #8066af;
	}
}
.link-more_small {
	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) {
	.link-more_small {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.link-more_small {
		font-size: 14px;
	}
}
@media only screen and (min-width: 1280px) {
	.link-more_pink-hover:hover {
		color: #e63f82;
	}
	.link-more_pink-hover:hover svg path {
		stroke: #e63f82;
	}
}
.page-custom-link {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
	padding: 12px 16px;
	border-radius: 8px;
	border: 1px solid #e9e5ec;
	background: #f5f2f8;
	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) {
	.page-custom-link {
		font-size: 12px;
	}
}
.page-custom-link svg path {
	transition: stroke 0.1s ease-in-out;
}
@media only screen and (min-width: 1280px) {
	.page-custom-link:hover {
		color: #8066af;
	}
	.page-custom-link:hover svg path {
		stroke: #8066af;
	}
}
.back-button {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	width: fit-content;
	margin-top: 40px;
	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 (max-width: 767.5px) {
	.back-button {
		margin-top: 30px;
	}
}
@media only screen and (min-width: 1280px) {
	.back-button:hover {
		color: #8066af;
	}
	.back-button:hover svg path {
		stroke: #8066af;
	}
}
.submit-form {
	display: flex;
	padding: 16px 20px;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background: #8066af;
	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) {
	.submit-form {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.submit-form {
		font-size: 14px;
	}
}
.template-page-header {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding-top: 50px;
	padding-bottom: 50px;
}
@media only screen and (max-width: 1279.5px) {
	.template-page-header {
		padding-top: 30px;
		padding-bottom: 30px;
		gap: 20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.template-page-header {
		gap: 16px;
	}
}
.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 {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 16px;
	border-radius: 8px;
	gap: 16px;
	background-color: #fbe2ec;
}
.template-page-header__banner-text {
	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) {
	.template-page-header__banner-text {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.template-page-header__banner-text {
		font-size: 18px;
	}
}
.template-page-header__banner-icon svg {
	width: 52px;
	height: 52px;
}
@media only screen and (max-width: 767.5px) {
	.template-page-header__banner-icon svg {
		transform: scale(0.8);
	}
}
.template-page-header__title {
	width: 900px;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
}
@media only screen and (max-width: 1279.5px) {
	.template-page-header__title {
		width: 573px;
		font-size: 32px;
	}
}
@media only screen and (max-width: 767.5px) {
	.template-page-header__title {
		width: 100%;
		font-size: 28px;
	}
}
.template-page-header__title_full {
	width: 100%;
}
.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%;
	width: 50%;
}
@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;
	}
}
@media only screen and (max-width: 1919.5px) {
	.template-page-header__description {
		width: 58.333%;
	}
}
@media only screen and (max-width: 1279.5px) {
	.template-page-header__description {
		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;
	}
}
.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 .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: 767.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: 20px;
	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;
}
.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;
}
.form-order-wrap-window {
	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-window.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-window__container {
	position: relative;
	margin: 40px 600px;
}
@media only screen and (max-width: 1919.5px) {
	.form-order-wrap-window__container {
		margin: 40px 400px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.form-order-wrap-window__container {
		margin: 40px;
	}
}
@media only screen and (max-width: 767.5px) {
	.form-order-wrap-window__container {
		margin: 24px;
	}
}
.form-order__contact-info {
	display: flex;
	flex-direction: row;
	gap: 12px;
	align-items: center;
	padding-top: 8px;
}
.form-order__contact-info:first-child {
	padding-top: 0;
}
.form-order__contact-info-value {
	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-order__contact-info-value {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.form-order__contact-info-value {
		font-size: 14px;
	}
}
.form-order__contact-info input {
	display: none;
	visibility: hidden;
}
.main-screen__wrap {
	position: relative;
}
.main-screen-slide {
	border-radius: 12px;
}
@media only screen and (max-width: 767.5px) {
	.main-screen-slide {
		border-radius: 8px;
	}
}
.main-screen-slide img {
	width: 100%;
	object-fit: cover;
	border-radius: 12px;
	aspect-ratio: 65/23;
}
@media only screen and (max-width: 767.5px) {
	.main-screen-slide img {
		height: 388px;
		border-radius: 8px;
		object-fit: contain;
	}
}
.swiper-pagination {
	display: flex;
	margin-top: 8px;
	bottom: 0 !important;
	position: relative;
}
.swiper-pagination-bullet {
	display: flex;
	flex-grow: 1;
	height: 6px;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
}
.swiper-pagination-bullet::before {
	border-radius: 3px;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.swiper-pagination-bullet-active {
	background: #e9e5ec;
}
.swiper-pagination-bullet-active::before {
	background-color: #8066af;
	animation: slide-progress 6s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}
.swiper-paused .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;
	}
}
.main-screen-swiper_next {
	right: -70px;
}
.main-screen-swiper_next svg {
	transform: rotate(180deg);
}
@media only screen and (max-width: 1919.5px) {
	.main-screen-swiper_next {
		right: -50px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.main-screen-swiper_next {
		right: -20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.main-screen-swiper_next {
		right: -10px;
	}
}
.main-screen-swiper_prev {
	left: -70px;
}
@media only screen and (max-width: 1919.5px) {
	.main-screen-swiper_prev {
		left: -50px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.main-screen-swiper_prev {
		left: -20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.main-screen-swiper_prev {
		left: -10px;
	}
}
.template-block-tabs {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
}
@media only screen and (max-width: 1279.5px) {
	.template-block-tabs {
		grid-template-columns: repeat(2, 1fr);
	}
}
.template-block-tabs_five {
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}
@media only screen and (max-width: 1279.5px) {
	.template-block-tabs_five {
		grid-template-columns: repeat(5, max-content);
	}
}
.template-block-tabs input[type="radio"] {
	display: none;
}
.template-block-tabs label {
	cursor: pointer;
	padding: 20px;
	border-radius: 12px;
	border: 1px solid #e9e5ec;
	background-color: #f5f2f8;
	position: relative;
	height: 160px;
	transition:
		border-color 0.2s ease-in-out,
		background-color 0.2s ease-in-out;
}
@media only screen and (max-width: 1919.5px) {
	.template-block-tabs label {
		border-radius: 8px;
		padding: 16px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.template-block-tabs label {
		height: auto;
	}
}
@media only screen and (max-width: 767.5px) {
	.template-block-tabs label {
		padding: 12px;
	}
}
@media only screen and (min-width: 1280px) {
	.template-block-tabs label:hover {
		border-color: #8066af;
		background-color: #eae4f2;
	}
	.template-block-tabs label:hover .catalog__category-text {
		color: #8066af;
	}
}
.template-block-tabs input[type="radio"]:checked + label {
	cursor: default;
	border-color: #8066af;
	background-color: #eae4f2;
}
.template-block-tabs input[type="radio"]:checked + label .catalog__category-text {
	color: #8066af;
}
.template-block-tabs:has(#catalog-tab-btn-0:is(:checked)) ~ #content-0.catalog__content {
	display: block;
}
.template-block-tabs:has(#catalog-tab-btn-1:is(:checked)) ~ #content-1.catalog__content {
	display: block;
}
.template-block-tabs:has(#catalog-tab-btn-2:is(:checked)) ~ #content-2.catalog__content {
	display: block;
}
.template-block-tabs:has(#catalog-tab-btn-3:is(:checked)) ~ #content-3.catalog__content {
	display: block;
}
.catalog {
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding-top: 60px;
}
@media only screen and (max-width: 1279.5px) {
	.catalog {
		padding-top: 40px;
	}
}
@media only screen and (max-width: 767.5px) {
	.catalog {
		gap: 24px;
	}
}
.catalog__body {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.catalog__filter-tabs {
	display: flex;
	flex-direction: row;
	gap: 12px;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767.5px) {
	.catalog__filter-tabs {
		gap: 4px;
	}
}
.catalog__filter-tabs input[type="radio"] {
	display: none;
}
.catalog__filter-tabs label {
	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__filter-tabs label {
		padding: 14px 16px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.catalog__filter-tabs label {
		height: auto;
	}
}
@media only screen and (max-width: 767.5px) {
	.catalog__filter-tabs label {
		padding: 12px 16px;
	}
}
@media only screen and (min-width: 1280px) {
	.catalog__filter-tabs label:hover {
		border-color: #8066af;
		background-color: #eae4f2;
	}
	.catalog__filter-tabs label:hover .catalog__category-text {
		color: #8066af;
	}
}
.catalog__filter-tabs input[type="radio"]:checked + label {
	cursor: default;
	border-color: #8066af;
	background-color: #eae4f2;
}
.catalog__filter-tabs input[type="radio"]:checked + label .catalog__category-text {
	color: #8066af;
}
.catalog__content {
	display: none;
	padding-bottom: 30px;
}
.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-image {
	object-fit: contain;
	width: 100%;
	height: 80px;
}
.catalog__category-link {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	gap: 12px;
	padding: 12px;
	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 {
		border-radius: 8px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.catalog__category-link {
		height: auto;
	}
}
@media only screen and (max-width: 767.5px) {
	.catalog__category-link {
		padding: 12px;
	}
}
@media only screen and (min-width: 1280px) {
	.catalog__category-link:hover {
		border-color: #8066af;
		background-color: #eae4f2;
	}
	.catalog__category-link:hover .catalog__category-text {
		color: #8066af;
	}
}
.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;
}
.catalog__products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	position: relative;
}
@media only screen and (max-width: 1279.5px) {
	.catalog__products {
		display: none;
	}
}
.catalog__products_dachi {
	grid-template-columns: repeat(8, 1fr);
}
.catalog__products_dachi .product-card {
	grid-column: span 3;
}
.catalog__products_dachi .catalog-promotion {
	grid-column: span 2;
}
.catalog__products_mobile {
	display: none;
}
@media only screen and (max-width: 1279.5px) {
	.catalog__products_mobile {
		display: block;
	}
}
.catalog__products_mobile .swiper-wrapper {
	height: unset;
}
.catalog__products_mobile-wrap {
	display: flex;
}
.catalog__products_mobile_next {
	z-index: 10;
	right: -15px;
	top: calc(50% - 120px);
}
.catalog__products_mobile_next svg {
	transform: rotate(180deg);
}
.catalog__products_mobile_prev {
	top: calc(50% - 120px);
	z-index: 10;
	left: -15px;
}
.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;
	}
}
.product-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
}
.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;
}
@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%;
	max-width: 98%;
	max-height: 90%;
	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: 72px;
	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-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: row;
	gap: 8px;
	align-items: center;
	margin-top: auto;
}
.product-card__price-promotional {
	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-promotional {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.product-card__price-promotional {
		font-size: 18px;
	}
}
.product-card__price-regular {
	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-regular {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.product-card__price-regular {
		font-size: 14px;
	}
}
.product-card__order button {
	width: 100%;
}
.product-card_no-hover .product-card__title {
	pointer-events: none;
	min-height: unset;
}
.catalog-promotion {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px;
	background-color: #e63f82;
	border-radius: 12px;
	overflow: hidden;
	flex-grow: 1;
}
@media only screen and (max-width: 1279.5px) {
	.catalog-promotion {
		display: none;
	}
}
.catalog-promotion__main {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.catalog-promotion__title {
	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) {
	.catalog-promotion__title {
		font-size: 24px;
	}
}
@media only screen and (max-width: 767.5px) {
	.catalog-promotion__title {
		font-size: 20px;
	}
}
.catalog-promotion__features {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.catalog-promotion__feature {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
}
.catalog-promotion__feature-icon {
	width: 40px;
	height: 40px;
}
.catalog-promotion__feature-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) {
	.catalog-promotion__feature-text {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.catalog-promotion__feature-text {
		font-size: 12px;
	}
}
.catalog-promotion__image {
	position: relative;
	align-self: end;
	right: -30px;
	object-fit: contain;
	height: auto;
	min-height: 130px;
	max-height: 240px;
}
.related-products {
	padding-top: 100px;
}
@media only screen and (max-width: 1279.5px) {
	.related-products {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 767.5px) {
	.related-products {
		padding-top: 60px;
	}
}
.related-products__swiper {
	display: none;
	position: relative;
}
@media only screen and (max-width: 767.5px) {
	.related-products__swiper {
		display: flex;
	}
}
.related-products__wrap {
	display: flex;
	flex-direction: column;
	gap: 60px;
	padding: 60px;
	background-color: #d3c2ea;
	border-radius: 12px;
}
@media only screen and (max-width: 1279.5px) {
	.related-products__wrap {
		padding: 40px;
		gap: 30px;
	}
}
@media only screen and (max-width: 767.5px) {
	.related-products__wrap {
		padding: 40px 20px;
		gap: 24px;
	}
}
.related-products__top {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
@media only screen and (max-width: 1279.5px) {
	.related-products__top {
		align-items: flex-start;
		flex-direction: column;
		gap: 20px;
	}
}
.related-products__title {
	flex: 0 0 460px;
	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) {
	.related-products__title {
		font-size: 32px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.related-products__title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.related-products__title {
		font-size: 24px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.related-products__title {
		flex: unset;
	}
}
.related-products__label {
	flex: 0 0 360px;
	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) {
	.related-products__label {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.related-products__label {
		font-size: 14px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.related-products__label {
		flex: unset;
	}
}
.related-products__body {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
}
@media only screen and (max-width: 1279.5px) {
	.related-products__body {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 767.5px) {
	.related-products__body {
		display: none;
	}
}
.related-products__item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 30px;
	gap: 40px;
	border-radius: 12px;
	background: #fcfbfd;
	grid-column: span 3;
}
@media only screen and (max-width: 1919.5px) {
	.related-products__item {
		padding: 24px;
		gap: 30px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.related-products__item {
		flex-direction: column-reverse;
		grid-column: span 1;
		justify-content: flex-end;
	}
}
@media only screen and (max-width: 767.5px) {
	.related-products__item {
		height: 100%;
		gap: 20px;
		padding: 20px;
	}
}
.related-products__item-block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
	width: 60.666%;
}
@media only screen and (max-width: 1279.5px) {
	.related-products__item-block {
		width: 100%;
	}
}
.related-products__item-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) {
	.related-products__item-title {
		font-size: 24px;
	}
}
@media only screen and (max-width: 767.5px) {
	.related-products__item-title {
		font-size: 20px;
	}
}
.related-products__item-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) {
	.related-products__item-text {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.related-products__item-text {
		font-size: 14px;
	}
}
.related-products__item-image {
	width: 31.333%;
}
.related-products__item-image img {
	object-fit: contain;
	width: 100%;
}
@media only screen and (max-width: 1279.5px) {
	.related-products__item-image {
		width: 100%;
	}
	.related-products__item-image img {
		max-height: 190px;
	}
}
@media only screen and (max-width: 1279.5px) and (max-width: 767.5px) {
	.related-products__item-image img {
		max-height: 120px;
	}
}
.related-products__item:nth-child(5n + 3),
.related-products__item:nth-child(5n + 4),
.related-products__item:nth-child(5n + 5) {
	gap: 40px;
	grid-column: span 2;
	flex-direction: column-reverse;
}
.related-products__item:nth-child(5n + 3) .related-products__item-block,
.related-products__item:nth-child(5n + 4) .related-products__item-block,
.related-products__item:nth-child(5n + 5) .related-products__item-block {
	width: 100%;
}
.related-products__item:nth-child(5n + 3) .related-products__item-image,
.related-products__item:nth-child(5n + 4) .related-products__item-image,
.related-products__item:nth-child(5n + 5) .related-products__item-image {
	width: 100%;
}
@media only screen and (max-width: 1279.5px) {
	.related-products__item:nth-child(5n + 3),
	.related-products__item:nth-child(5n + 4),
	.related-products__item:nth-child(5n + 5) {
		flex-direction: column-reverse;
		grid-column: span 1;
	}
}
@media only screen and (max-width: 1279.5px) {
	.related-products__item:nth-child(5n + 3) {
		grid-column: span 2;
	}
}
@media only screen and (min-width: 1280px) {
	.related-products__item:hover {
		outline: 1px solid #8066af;
		background: #eae4f2;
	}
	.related-products__item:hover .related-products__item-title {
		color: #8066af;
	}
}
.related-products-swiper-buttons_next {
	z-index: 10;
	right: -30px;
}
.related-products-swiper-buttons_next svg {
	transform: rotate(180deg);
}
.related-products-swiper-buttons_prev {
	z-index: 10;
	left: -30px;
}
.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;
	}
}
.question-answer {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding-top: 100px;
}
.question-answer__body {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.accordion {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px 30px;
	border-radius: 12px 12px 12px 12px;
	border: 1px solid #e9e5ec;
	background: #f5f2f8;
	gap: 20px;
	width: 100%;
}
.accordion_calculator {
	border: unset;
	gap: 12px;
	justify-content: unset;
	background-color: unset;
	cursor: pointer;
	padding: 0;
	padding-bottom: 20px;
}
.accordion_calculator .active {
	border: unset;
	background-color: unset;
}
.accordion_calculator ~ .active-body {
	border-right: unset;
	border-left: unset;
	border-bottom: unset;
}
.accordion_calculator ~ .accordion__body {
	border-radius: 0;
	background: unset;
}
.accordion__title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 24px;
	font-weight: 600;
	line-height: 120%;
	text-align: left;
}
@media only screen and (max-width: 1919.5px) {
	.accordion__title {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.accordion__title {
		font-size: 18px;
	}
}
.accordion__body {
	margin-top: -8px;
	padding-top: 0 !important;
	position: relative;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
	background: #f5f2f8;
	border-radius: 0px 0px 12px 12px;
}
.accordion__text {
	padding: 24px 30px;
	width: 50%;
	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) {
	.accordion__text {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.accordion__text {
		font-size: 14px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.accordion__text {
		width: 100%;
	}
}
.accordion-arrow {
	flex-shrink: 0;
	background-position: center center;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M19 10.5H10M10 10.5H1M10 10.5V1.5M10 10.5V19.5' stroke='%23433653' stroke-width='2'/%3E%3C/svg%3E");
}
.accordion-wrap_calculator {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.active {
	border-color: #8066af;
	border-bottom: unset;
	border-radius: 12px 12px 0 0;
}
.active .accordion__title {
	color: #8066af;
}
.active .accordion-arrow {
	display: flex;
	flex-shrink: 0;
	background-position: center center;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M19 10.5H10H1' stroke='%238066AF' stroke-width='2'/%3E%3C/svg%3E");
}
.active-body {
	border-right: 1px solid #8066af;
	border-left: 1px solid #8066af;
	border-bottom: 1px solid #8066af;
}
.calculate-price {
	padding-top: 100px;
}
.calculate-price__wrap {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	padding: 30px;
	background-color: #e63f82;
	border-radius: 12px;
}
@media only screen and (max-width: 1279.5px) {
	.calculate-price__wrap {
		padding: 24px;
		flex-direction: column;
		gap: 20px;
	}
}
.calculate-price__body {
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: flex-start;
	width: 66%;
}
@media only screen and (max-width: 1919.5px) {
	.calculate-price__body {
		width: 70%;
	}
}
@media only screen and (max-width: 1279.5px) {
	.calculate-price__body {
		flex-direction: column;
		gap: 20px;
		width: 60%;
	}
}
@media only screen and (max-width: 767.5px) {
	.calculate-price__body {
		width: 100%;
	}
}
.calculate-price__title {
	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) {
	.calculate-price__title {
		font-size: 24px;
	}
}
@media only screen and (max-width: 767.5px) {
	.calculate-price__title {
		font-size: 20px;
	}
}
.calculate-price__text {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #f5f2f8;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.calculate-price__text {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.calculate-price__text {
		font-size: 14px;
	}
}
.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%;
}
@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;
	}
}
.how-to-order {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding-top: 100px;
}
@media only screen and (max-width: 1279.5px) {
	.how-to-order {
		padding-top: 80px;
		gap: 30px;
	}
}
@media only screen and (max-width: 767.5px) {
	.how-to-order {
		padding-top: 60px;
		gap: 24px;
	}
}
.how-to-order__title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 36px;
	font-weight: 600;
	line-height: 120%;
	width: 58.333%;
}
@media only screen and (max-width: 1919.5px) {
	.how-to-order__title {
		font-size: 32px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.how-to-order__title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.how-to-order__title {
		font-size: 24px;
	}
}
@media only screen and (max-width: 1919.5px) {
	.how-to-order__title {
		width: 75%;
	}
}
@media only screen and (max-width: 1279.5px) {
	.how-to-order__title {
		width: 100%;
	}
}
.how-to-order__body {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(12, 1fr);
}
.how-to-order__item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
	border-radius: 12px;
	border: 1px solid #e9e5ec;
	background-color: #faf1f6;
	padding: 30px;
	position: relative;
}
@media only screen and (max-width: 1919.5px) {
	.how-to-order__item {
		padding: 24px;
	}
}
@media only screen and (max-width: 767.5px) {
	.how-to-order__item {
		gap: 12px;
	}
}
.how-to-order__item:nth-child(odd),
.how-to-order__item:nth-child(8n + 4),
.how-to-order__item:nth-child(8n + 2) {
	grid-column: span 3;
}
.how-to-order__item:nth-child(odd) .how-to-order__item-title,
.how-to-order__item:nth-child(8n + 4) .how-to-order__item-title,
.how-to-order__item:nth-child(8n + 2) .how-to-order__item-title {
	width: 86%;
}
.how-to-order__item:nth-child(7n + 6) {
	grid-column: span 4;
}
.how-to-order__item:nth-child(7n + 7) {
	grid-column: span 5;
}
.how-to-order__item:nth-child(7n + 5) .how-to-order__item-number,
.how-to-order__item:nth-child(7n + 6) .how-to-order__item-number,
.how-to-order__item:nth-child(7n + 7) .how-to-order__item-number {
	top: unset;
	bottom: 34px;
}
.how-to-order__item:nth-child(7n + 5) .how-to-order__item-title,
.how-to-order__item:nth-child(7n + 6) .how-to-order__item-title,
.how-to-order__item:nth-child(7n + 7) .how-to-order__item-title {
	width: 100%;
}
@media only screen and (max-width: 767.5px) {
	.how-to-order__item:nth-child(7n + 5) .how-to-order__item-title,
	.how-to-order__item:nth-child(7n + 6) .how-to-order__item-title,
	.how-to-order__item:nth-child(7n + 7) .how-to-order__item-title {
		width: 86%;
	}
}
.how-to-order__item:nth-child(7n + 5) .how-to-order__item-text,
.how-to-order__item:nth-child(7n + 6) .how-to-order__item-text,
.how-to-order__item:nth-child(7n + 7) .how-to-order__item-text {
	width: 86%;
}
@media only screen and (max-width: 1279.5px) {
	.how-to-order__item:nth-child(3n + 1),
	.how-to-order__item:nth-child(5n + 3),
	.how-to-order__item:nth-child(7n + 2) {
		grid-column: span 6;
	}
	.how-to-order__item:nth-child(7n + 5) {
		grid-column: span 4;
	}
	.how-to-order__item:nth-child(7n + 6) {
		grid-column: span 8;
	}
	.how-to-order__item:nth-child(7n + 7) {
		grid-column: span 12;
	}
}
@media only screen and (max-width: 767.5px) {
	.how-to-order__item:nth-child(n) {
		grid-column: span 12 !important;
	}
	.how-to-order__item:nth-child(7n + 5) .how-to-order__item-number,
	.how-to-order__item:nth-child(7n + 6) .how-to-order__item-number,
	.how-to-order__item:nth-child(7n + 7) .how-to-order__item-number {
		top: 24px;
		bottom: unset;
	}
}
.how-to-order__item-body {
	display: flex;
	flex-direction: column;
	gap: 20px;
	flex-grow: 1;
	justify-content: space-between;
}
.how-to-order__item-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) {
	.how-to-order__item-title {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.how-to-order__item-title {
		font-size: 18px;
	}
}
.how-to-order__item-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) {
	.how-to-order__item-text {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.how-to-order__item-text {
		font-size: 14px;
	}
}
.how-to-order__item-number {
	position: absolute;
	top: 34px;
	right: 31px;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #e63f82;
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
}
@media only screen and (max-width: 767.5px) {
	.how-to-order__item-number {
		font-size: 12px;
	}
}
@media only screen and (max-width: 1919.5px) {
	.how-to-order__item-number {
		top: 24px;
		right: 21px;
	}
}
.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;
	}
}
.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%;
}
@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%;
}
@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;
}
.guarantee {
	padding-top: 100px;
}
@media only screen and (max-width: 1279.5px) {
	.guarantee {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 767.5px) {
	.guarantee {
		padding-top: 60px;
	}
}
.guarantee__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) {
	.guarantee__title {
		font-size: 32px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.guarantee__title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.guarantee__title {
		font-size: 24px;
	}
}
.guarantee__wrap {
	display: flex;
	flex-direction: column;
	gap: 80px;
	padding: 60px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 12px;
}
@media only screen and (max-width: 1279.5px) {
	.guarantee__wrap {
		gap: 40px;
		padding: 40px;
	}
}
@media only screen and (max-width: 767.5px) {
	.guarantee__wrap {
		gap: 24px;
		padding: 40px 20px;
	}
}
.guarantee__body {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}
@media only screen and (max-width: 1279.5px) {
	.guarantee__body {
		flex-direction: column;
		gap: 20px;
		align-items: flex-start;
	}
}
.guarantee__cards {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 8px;
	width: 50%;
}
@media only screen and (max-width: 1279.5px) {
	.guarantee__cards {
		width: 70%;
		gap: 4px;
	}
}
@media only screen and (max-width: 767.5px) {
	.guarantee__cards {
		width: 100%;
		grid-template-columns: repeat(2, 1fr);
	}
}
.guarantee__card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 24px;
	background-color: #e63f82;
	border-radius: 12px;
	padding: 20px;
	grid-column: span 2;
}
@media only screen and (max-width: 767.5px) {
	.guarantee__card {
		grid-column: span 1;
	}
}
@media only screen and (max-width: 1279.5px) {
	.guarantee__card {
		gap: 20px;
		padding: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.guarantee__card {
		gap: 12px;
		border-radius: 8px;
		padding: 12px;
	}
}
.guarantee__card:nth-child(1),
.guarantee__card:nth-child(2) {
	background-color: #faf1f6;
	grid-column: span 3;
}
@media only screen and (max-width: 767.5px) {
	.guarantee__card:nth-child(1),
	.guarantee__card:nth-child(2) {
		grid-column: span 1;
	}
}
.guarantee__card:nth-child(1) .guarantee__card-title,
.guarantee__card:nth-child(2) .guarantee__card-title {
	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) {
	.guarantee__card:nth-child(1) .guarantee__card-title,
	.guarantee__card:nth-child(2) .guarantee__card-title {
		font-size: 36x;
	}
}
@media only screen and (max-width: 1279.5px) {
	.guarantee__card:nth-child(1) .guarantee__card-title,
	.guarantee__card:nth-child(2) .guarantee__card-title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.guarantee__card:nth-child(1) .guarantee__card-title,
	.guarantee__card:nth-child(2) .guarantee__card-title {
		font-size: 24px;
	}
}
.guarantee__card:nth-child(1) .guarantee__card-text,
.guarantee__card:nth-child(2) .guarantee__card-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) {
	.guarantee__card:nth-child(1) .guarantee__card-text,
	.guarantee__card:nth-child(2) .guarantee__card-text {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.guarantee__card:nth-child(1) .guarantee__card-text,
	.guarantee__card:nth-child(2) .guarantee__card-text {
		font-size: 12px;
	}
}
@media only screen and (max-width: 767.5px) {
	.guarantee__card:last-child {
		grid-column: span 2;
	}
}
.guarantee__card-title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #f5f2f8;
	font-size: 42px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.guarantee__card-title {
		font-size: 36x;
	}
}
@media only screen and (max-width: 1279.5px) {
	.guarantee__card-title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.guarantee__card-title {
		font-size: 24px;
	}
}
.guarantee__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) {
	.guarantee__card-text {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.guarantee__card-text {
		font-size: 12px;
	}
}
@media only screen and (max-width: 767.5px) {
	.guarantee__more {
		width: 100%;
	}
}
.our-services {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding-top: 100px;
}
@media only screen and (max-width: 1279.5px) {
	.our-services {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 767.5px) {
	.our-services {
		padding-top: 60px;
	}
}
.our-services__body {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-template-rows: repeat(5, 1fr);
	gap: 20px;
}
@media only screen and (max-width: 1279.5px) {
	.our-services__body {
		grid-template-columns: repeat(6, 1fr);
		grid-template-rows: repeat(6, 1fr);
		gap: 8px;
	}
}
@media only screen and (max-width: 767.5px) {
	.our-services__body {
		grid-template-columns: repeat(1, 1fr);
	}
}
.our-services__item {
	display: flex;
	padding: 24px;
	flex-direction: column;
	border-radius: 12px;
	border: 1px solid #e9e5ec;
	background: #faf1f6;
	position: relative;
	gap: 100px;
	justify-content: space-between;
	height: 100%;
}
@media only screen and (max-width: 767.5px) {
	.our-services__item {
		gap: 25px;
	}
}
.our-services__item:nth-child(1) {
	grid-column: span 3 / span 3;
	grid-row: span 2 / span 2;
}
.our-services__item:nth-child(1) .our-services__item-title {
	width: 230px;
}
@media only screen and (max-width: 1279.5px) {
	.our-services__item:nth-child(1) {
		grid-column: span 3 / span 3;
		grid-row: span 2 / span 2;
	}
}
@media only screen and (max-width: 767.5px) {
	.our-services__item:nth-child(1) {
		grid-column: unset;
		grid-row: unset;
	}
}
.our-services__item:nth-child(2) {
	grid-column: span 2 / span 2;
	grid-row: span 2 / span 2;
	grid-column-start: 4;
}
.our-services__item:nth-child(2) .our-services__item-title {
	width: 230px;
}
@media only screen and (max-width: 1279.5px) {
	.our-services__item:nth-child(2) {
		grid-column: span 3 / span 3;
		grid-row: span 2 / span 2;
		grid-column-start: 4;
	}
}
@media only screen and (max-width: 767.5px) {
	.our-services__item:nth-child(2) {
		grid-column: unset;
		grid-row: unset;
		grid-column-start: unset;
		gap: 25px;
	}
}
.our-services__item:nth-child(3) {
	grid-column: span 2 / span 2;
	grid-row: span 3 / span 3;
	grid-column-start: 6;
}
@media only screen and (max-width: 1279.5px) {
	.our-services__item:nth-child(3) {
		grid-column: span 2 / span 2;
		grid-row: span 2 / span 2;
		grid-row-start: 3;
	}
}
@media only screen and (max-width: 767.5px) {
	.our-services__item:nth-child(3) {
		grid-column: unset;
		grid-row: unset;
		grid-column-start: unset;
	}
}
.our-services__item:nth-child(4) {
	grid-column: span 2 / span 2;
	grid-row: span 3 / span 3;
	grid-row-start: 3;
}
.our-services__item:nth-child(4) .our-services__item-image {
	top: unset;
	bottom: 0;
}
.our-services__item:nth-child(4) .our-services__item-text {
	width: 360px;
	max-width: fit-content;
}
@media only screen and (max-width: 1279.5px) {
	.our-services__item:nth-child(4) {
		grid-column: span 4 / span 4;
		grid-row: span 2 / span 2;
		grid-column-start: 3;
		grid-row-start: 3;
	}
}
@media only screen and (max-width: 767.5px) {
	.our-services__item:nth-child(4) {
		grid-column: unset;
		grid-row: unset;
		grid-column-start: unset;
		grid-row-start: unset;
	}
	.our-services__item:nth-child(4) .our-services__item-text {
		width: auto;
		max-width: fit-content;
	}
}
.our-services__item:nth-child(5) {
	grid-column: span 3 / span 3;
	grid-row: span 3 / span 3;
	grid-column-start: 3;
	grid-row-start: 3;
}
.our-services__item:nth-child(5) .our-services__item-image {
	top: unset;
	bottom: 0;
}
.our-services__item:nth-child(5) .our-services__item-text {
	width: 360px;
	max-width: fit-content;
}
@media only screen and (max-width: 1279.5px) {
	.our-services__item:nth-child(5) {
		grid-column: span 4 / span 4;
		grid-row: span 2 / span 2;
		grid-row-start: 5;
	}
}
@media only screen and (max-width: 767.5px) {
	.our-services__item:nth-child(5) {
		grid-column: unset;
		grid-row: unset;
		grid-column-start: unset;
		grid-row-start: unset;
	}
	.our-services__item:nth-child(5) .our-services__item-top {
		height: 60%;
	}
	.our-services__item:nth-child(5) .our-services__item-text {
		width: auto;
		max-width: fit-content;
	}
}
.our-services__item:nth-child(6) {
	background-color: #e63f82;
	grid-column: span 2 / span 2;
	grid-row: span 2 / span 2;
	grid-column-start: 6;
	grid-row-start: 4;
}
.our-services__item:nth-child(6) .our-services__item-title {
	color: #f5f2f8;
}
@media only screen and (max-width: 1279.5px) {
	.our-services__item:nth-child(6) {
		grid-column: span 2 / span 2;
		grid-row: span 2 / span 2;
		grid-column-start: 5;
		grid-row-start: 5;
	}
}
@media only screen and (max-width: 767.5px) {
	.our-services__item:nth-child(6) {
		grid-column: unset;
		grid-row: unset;
		grid-column-start: unset;
		grid-row-start: unset;
	}
}
.our-services__item-top {
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: space-between;
	height: 100%;
}
@media only screen and (max-width: 767.5px) {
	.our-services__item-top {
		gap: 8px;
	}
}
.our-services__item-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) {
	.our-services__item-title {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.our-services__item-title {
		font-size: 18px;
	}
}
.our-services__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) {
	.our-services__item-text {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.our-services__item-text {
		font-size: 14px;
	}
}
.our-services__item-text br {
	display: none;
}
@media only screen and (max-width: 767.5px) {
	.our-services__item-text br {
		display: flex;
	}
}
.our-services__item-image {
	position: absolute;
	right: 0;
	top: 0;
	width: 130px;
	height: 130px;
}
@media only screen and (max-width: 767.5px) {
	.our-services__item-image {
		width: 100px;
		height: 100px;
	}
}
.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;
	}
}
.fancybox__backdrop {
	background: rgba(24, 24, 27, 0.6) !important;
}
.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%;
}
.form-order {
	background-color: #fcfbfd;
	padding: 60px;
	position: relative;
}
@media only screen and (max-width: 1279.5px) {
	.form-order {
		padding: 20px;
	}
}
.form-order__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) {
	.form-order__title {
		font-size: 24px;
	}
}
@media only screen and (max-width: 767.5px) {
	.form-order__title {
		font-size: 20px;
	}
}
.form-order__title br {
	display: none;
}
@media only screen and (max-width: 767.5px) {
	.form-order__title br {
		display: flex;
	}
}
.form-order__close {
	position: absolute;
	top: 40px;
	right: 40px;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' %3E%3Cpath stroke='%23343434' stroke-width='2' d='M17 3 3 17M3 3l14 14'/%3E%3C/svg%3E");
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
}
@media only screen and (max-width: 1279.5px) {
	.form-order__close {
		top: 20px;
		right: 20px;
	}
}
@media only screen and (min-width: 1280px) {
	.form-order__close:hover {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%238066af' stroke-width='2' d='M17 3 3 17M3 3l14 14'/%3E%3C/svg%3E");
	}
	.form-order__close:hover path {
		stroke: #8066af;
	}
}
.form-order__window-type {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-top: 20px;
}
.form-order__window-type-tabs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 4px;
}
@media only screen and (max-width: 1279.5px) {
	.form-order__window-type-tabs {
		grid-template-columns: repeat(2, 1fr);
	}
}
.form-order__window-type-tabs input[type="radio"] {
	display: none;
}
.form-order__window-type-tabs label {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 4px;
	cursor: pointer;
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, 0);
	background-color: #f5f2f8;
	position: relative;
	transition:
		border-color 0.2s ease-in-out,
		background-color 0.2s ease-in-out;
}
@media only screen and (min-width: 1280px) {
	.form-order__window-type-tabs label:hover {
		border-color: #8066af;
	}
}
.form-order__window-type-tabs input[type="radio"]:checked + label {
	cursor: default;
	border-color: #8066af;
}
.form-order__window-type-tabs .calculator__form-input-image {
	height: 100px;
}
.form-order__sub-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-order__sub-title {
		font-size: 16px;
	}
}
.form-order__sizes {
	padding-top: 24px;
}
.form-order__sizes-check-container {
	display: flex;
	flex-direction: row;
	gap: 12px;
	align-items: center;
}
.form-order__sizes-checkbox input[type="checkbox"] {
	display: none;
}
.form-order__sizes-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='%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) {
	.form-order__sizes-checkbox input[type="checkbox"]:hover + label {
		border: 2px solid #433653;
	}
}
.form-order__sizes-checkbox label {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	border: 1px solid #433653;
	cursor: pointer;
}
.form-order__sizes-checkbox-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) {
	.form-order__sizes-checkbox-text {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.form-order__sizes-checkbox-text {
		font-size: 12px;
	}
}
.form-order__sizes-inputs {
	display: flex;
	flex-direction: row;
	gap: 20px;
	width: 100%;
	padding-top: 16px;
}
@media only screen and (max-width: 1279.5px) {
	.form-order__sizes-inputs {
		flex-direction: column;
	}
}
.form-order__sizes-input {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}
.form-order__sizes-input input {
	display: flex;
	padding: 14px 16px;
	align-items: center;
	border-radius: 8px;
	border: 1px solid #7b7186;
	width: 100%;
	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-order__sizes-input input {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.form-order__sizes-input input {
		font-size: 14px;
	}
}
.form-order__additional {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-top: 24px;
}
.form-order__additional-container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 4px;
}
@media only screen and (max-width: 1279.5px) {
	.form-order__additional-container {
		flex-direction: column;
	}
}
.form-order__additional 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-order__additional label {
		padding: 8px 12px;
	}
}
.form-order__additional label:hover {
	border: 1px solid #8066af;
	background-color: #eae4f2;
}
.form-order__additional label:hover .calculator__accessories-input-text {
	color: #8066af;
}
.form-order__additional label:hover .calculator__accessories-input-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-order__additional input[type="checkbox"] {
	display: none;
}
.form-order__additional input[type="checkbox"]:checked + label {
	cursor: default;
	border: 1px solid #8066af;
	background-color: #eae4f2;
}
.form-order__additional input[type="checkbox"]:checked + label .calculator__accessories-input-text {
	color: #8066af;
}
.form-order__additional input[type="checkbox"]:checked + label .calculator__accessories-input-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");
}
.form-order__contact {
	padding-top: 24px;
}
.form-order__contact-inputs {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.form-order__contact-input {
	display: flex;
	padding: 16px 20px;
	align-items: center;
	border-radius: 8px;
	border: 1px solid #7b7186;
	width: 100%;
	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-order__contact-input {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.form-order__contact-input {
		font-size: 14px;
	}
}
.form-order__contact-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-order__contact-input::placeholder {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.form-order__contact-input::placeholder {
		font-size: 14px;
	}
}
.form-order__contact-social-media {
	padding-top: 12px;
	display: flex;
	flex-direction: row;
	gap: 20px;
}
@media only screen and (max-width: 1919.5px) {
	.form-order__contact-social-media {
		flex-direction: column;
	}
}
.form-order__contact-social-media-tabs {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 4px;
}
.form-order__contact-social-media-tabs 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-order__contact-social-media-tabs label {
		padding: 8px 12px;
	}
}
.form-order__contact-social-media-tabs label:hover {
	border: 1px solid #8066af;
	background-color: #eae4f2;
}
.form-order__contact-social-media-tabs label:hover .calculator__accessories-input-text {
	color: #8066af;
}
.form-order__contact-social-media-tabs label:hover .calculator__accessories-input-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-order__contact-social-media-tabs input[type="checkbox"] {
	display: none;
}
.form-order__contact-social-media-tabs input[type="checkbox"]:checked + label {
	cursor: default;
	border: 1px solid #8066af;
	background-color: #eae4f2;
}
.form-order__contact-social-media-tabs input[type="checkbox"]:checked + label .calculator__accessories-input-text {
	color: #8066af;
}
.form-order__contact-social-media-tabs input[type="checkbox"]:checked + label .calculator__accessories-input-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");
}
.form-order__button {
	padding-top: 30px;
}
@media only screen and (max-width: 767.5px) {
	.form-order__button {
		padding-bottom: 100px;
	}
}
.form-order__button button {
	width: 100%;
}
.about-us-block {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 100px;
}
@media only screen and (max-width: 1279.5px) {
	.about-us-block {
		flex-direction: column;
		gap: 40px;
		padding-top: 80px;
	}
}
@media only screen and (max-width: 767.5px) {
	.about-us-block {
		padding-top: 60px;
	}
}
.about-us-block__image {
	flex: 0 0 50%;
}
.about-us-block__image img {
	border-radius: 12px;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 1279.5px) {
	.about-us-block__image img {
		height: 400px;
	}
}
@media only screen and (max-width: 767.5px) {
	.about-us-block__image img {
		height: 300px;
	}
}
.about-us-block__main {
	display: flex;
	flex-direction: column;
	gap: 20px;
	flex: 0 0 41.6666%;
}
.about-us-block__main-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) {
	.about-us-block__main-title {
		font-size: 32px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.about-us-block__main-title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.about-us-block__main-title {
		font-size: 24px;
	}
}
.about-us-block__main-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) {
	.about-us-block__main-text {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.about-us-block__main-text {
		font-size: 14px;
	}
}
.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;
	}
}
.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);
	}
}
.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);
	}
}
.blog-single-page__image {
	padding-bottom: 50px;
}
@media only screen and (max-width: 1279.5px) {
	.blog-single-page__image {
		padding-bottom: 30px;
	}
}
.blog-single-page__image img {
	border-radius: 12px;
	width: 100%;
	height: 760px;
	object-fit: cover;
	object-position: center;
}
@media only screen and (max-width: 1279.5px) {
	.blog-single-page__image img {
		height: 500px;
	}
}
@media only screen and (max-width: 767.5px) {
	.blog-single-page__image img {
		height: 240px;
	}
}
.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;
	}
}
.gallery-page-main__tabs input[type="radio"] {
	display: none;
}
.gallery-page-main__tabs label {
	display: flex;
	justify-content: center;
	width: 100%;
	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) {
	.gallery-page-main__tabs label {
		padding: 14px 16px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.gallery-page-main__tabs label {
		height: auto;
	}
}
@media only screen and (max-width: 767.5px) {
	.gallery-page-main__tabs label {
		padding: 12px 16px;
	}
}
@media only screen and (min-width: 1280px) {
	.gallery-page-main__tabs label:hover {
		border-color: #8066af;
		background-color: #eae4f2;
	}
	.gallery-page-main__tabs label:hover .catalog__category-text {
		color: #8066af;
	}
}
.gallery-page-main__tabs input[type="radio"]:checked + label {
	cursor: default;
	border-color: #8066af;
	background-color: #eae4f2;
}
.gallery-page-main__tabs input[type="radio"]:checked + label .catalog__category-text {
	color: #8066af;
}
.gallery-page-item {
	position: relative;
	cursor: pointer;
}
.gallery-page-item__image {
	border-radius: 12px;
	width: 100%;
	height: 310px;
	object-fit: cover;
	object-position: center;
}
@media only screen and (max-width: 1919.5px) {
	.gallery-page-item__image {
		height: 250px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.gallery-page-item__image {
		height: 340px;
	}
}
@media only screen and (max-width: 767.5px) {
	.gallery-page-item__image {
		height: 320px;
	}
}
.gallery-page-item__zoom {
	display: none;
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
}
@media only screen and (max-width: 767.5px) {
	.gallery-page-item__zoom {
		top: calc(50% - 20px);
		left: calc(50% - 20px);
	}
}
.gallery-page-item__zoom img {
	width: 60px;
	height: 60px;
}
@media only screen and (max-width: 767.5px) {
	.gallery-page-item__zoom img {
		width: 40px;
		height: 40px;
	}
}
@media only screen and (min-width: 1280px) {
	.gallery-page-item:hover .gallery-page-item__zoom {
		display: flex;
	}
}
.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;
}
.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 input[type="radio"] {
	display: none;
}
.documents-page__tabs label {
	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;
}
@media only screen and (max-width: 1919.5px) {
	.documents-page__tabs label {
		border-radius: 8px;
		padding: 16px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.documents-page__tabs label {
		height: auto;
	}
}
@media only screen and (max-width: 767.5px) {
	.documents-page__tabs label {
		padding: 12px;
	}
}
@media only screen and (min-width: 1280px) {
	.documents-page__tabs label:hover {
		border-color: #8066af;
		background-color: #eae4f2;
	}
	.documents-page__tabs label:hover .catalog__category-text {
		color: #8066af;
	}
}
.documents-page__tabs input[type="radio"]:checked + label {
	cursor: default;
	border-color: #8066af;
	background-color: #eae4f2;
}
.documents-page__tabs input[type="radio"]:checked + label .catalog__category-text {
	color: #8066af;
}
.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__tabs:has(#tab-btn-3:is(:checked)) ~ #content-3.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;
	}
}
.calculator {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
@media only screen and (max-width: 1279.5px) {
	.calculator {
		flex-direction: column-reverse;
		gap: 30px;
	}
}
.calculator__tabs {
	display: flex;
	flex-direction: row;
	gap: 12px;
}
@media only screen and (max-width: 767.5px) {
	.calculator__tabs {
		gap: 4px;
	}
}
.calculator__tabs input[type="radio"] {
	display: none;
}
.calculator__tabs label {
	display: flex;
	justify-content: center;
	width: 100%;
	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) {
	.calculator__tabs label {
		padding: 14px 16px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.calculator__tabs label {
		height: auto;
	}
}
@media only screen and (max-width: 767.5px) {
	.calculator__tabs label {
		padding: 12px 16px;
	}
}
@media only screen and (min-width: 1280px) {
	.calculator__tabs label:hover {
		border-color: #8066af;
		background-color: #eae4f2;
	}
	.calculator__tabs label:hover .catalog__category-text {
		color: #8066af;
	}
}
.calculator__tabs input[type="radio"]:checked + label {
	cursor: default;
	border-color: #8066af;
	background-color: #eae4f2;
}
.calculator__tabs input[type="radio"]:checked + label .catalog__category-text {
	color: #8066af;
}
.calculator__item {
	display: flex;
	flex-direction: column;
	gap: 30px;
	width: 41.666%;
}
@media only screen and (max-width: 1279.5px) {
	.calculator__item {
		width: 100%;
	}
}
@media only screen and (max-width: 767.5px) {
	.calculator__item {
		gap: 24px;
	}
}
.calculator__item-image {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f5f2f8;
	border-radius: 12px;
	padding: 54px 86px;
	height: 100%;
}
@media only screen and (max-width: 767.5px) {
	.calculator__item-image {
		padding: 24px 30px;
	}
}
.calculator__item-image img {
	width: 100%;
	height: 400px;
	object-fit: contain;
}
@media only screen and (max-width: 767.5px) {
	.calculator__item-image img {
		height: 240px;
	}
}
.calculator__item-info {
	display: flex;
	flex-direction: column;
}
.calculator__item-info-name {
	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) {
	.calculator__item-info-name {
		font-size: 24px;
	}
}
@media only screen and (max-width: 767.5px) {
	.calculator__item-info-name {
		font-size: 20px;
	}
}
.calculator__item-price {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.calculator__item-price-total {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	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) {
	.calculator__item-price-total {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.calculator__item-price-total {
		font-size: 18px;
	}
}
.calculator__item-price-description {
	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) {
	.calculator__item-price-description {
		font-size: 12px;
	}
}
.calculator__item-price-description-sale {
	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) {
	.calculator__item-price-description-sale {
		font-size: 24px;
	}
}
@media only screen and (max-width: 767.5px) {
	.calculator__item-price-description-sale {
		font-size: 20px;
	}
}
.calculator__item-price-description-sale span {
	color: #e63f82;
}
.calculator__item-price-description_red {
	color: #e63f82;
}
.calculator__body {
	width: 50%;
}
@media only screen and (max-width: 1279.5px) {
	.calculator__body {
		width: 100%;
	}
}
.calculator__form {
	display: flex;
	padding-top: 40px;
	flex-direction: column;
	gap: 30px;
}
.calculator__form input[type="radio"] {
	display: none;
}
.calculator__form input[type="checkbox"] {
	display: none;
}
@media only screen and (max-width: 1919.5px) {
	.calculator__form {
		padding-top: 30px;
	}
}
@media only screen and (max-width: 767.5px) {
	.calculator__form {
		padding-top: 24px;
		gap: 16px;
	}
}
.calculator__form-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) {
	.calculator__form-note {
		font-size: 12px;
	}
}
.calculator__form-block {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
@media only screen and (max-width: 1919.5px) {
	.calculator__form-block {
		gap: 12px;
	}
}
.calculator__form-block_double {
	display: flex;
	flex-direction: row;
	gap: 20px;
}
@media only screen and (max-width: 767.5px) {
	.calculator__form-block_double {
		gap: 4px;
	}
}
.calculator__form-block input[type="radio"]:checked + label {
	cursor: default;
	outline: 3px solid #e63f82;
}
.calculator__form-block input[type="radio"]:checked + label .calculator__form-input-text {
	color: #8066af;
}
.calculator__form-block-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) {
	.calculator__form-block-title {
		font-size: 16px;
	}
}
.calculator__form-inputs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
@media only screen and (max-width: 1919.5px) {
	.calculator__form-inputs {
		gap: 12px;
	}
}
@media only screen and (max-width: 767.5px) {
	.calculator__form-inputs {
		grid-template-columns: repeat(3, 1fr);
		row-gap: 12px;
		column-gap: 4px;
	}
}
.calculator__form-inputs_two {
	grid-template-columns: repeat(2, 1fr);
}
.calculator__form-input {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 12px 16px 16px 16px;
	gap: 4px;
	border-radius: 12px;
	background-color: #f5f2f8;
	cursor: pointer;
}
@media only screen and (max-width: 767.5px) {
	.calculator__form-input {
		padding: 8px;
	}
}
.calculator__form-input-image {
	width: 100%;
	height: 100px;
	object-fit: contain;
}
.calculator__form-input-text {
	padding-top: 6px;
	text-align: center;
	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) {
	.calculator__form-input-text {
		font-size: 12px;
	}
}
@media only screen and (max-width: 767.5px) {
	.calculator__form-input-text {
		display: none;
	}
}
.calculator__form-input-type {
	display: flex;
	flex-direction: column;
	gap: 16px;
	flex-grow: 1;
}
.calculator__form-input-type 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) {
	.calculator__form-input-type label {
		font-size: 16px;
	}
}
.calculator__form-input-type label span {
	color: #e63f82;
}
.calculator__form-input-type input[type="text"] {
	display: flex;
	flex-grow: 1;
	padding: 16px 20px;
	align-items: center;
	border-radius: 8px;
	border: 1px solid #7b7186;
}
.calculator__form-input-type input[type="number"] {
	display: flex;
	flex-grow: 1;
	padding: 16px 20px;
	align-items: center;
	border-radius: 8px;
	border: 1px solid #7b7186;
}
.calculator__form-input-type select {
	display: flex;
	flex-grow: 1;
	padding: 16px 20px;
	align-items: center;
	border-radius: 8px;
	border: 1px solid #7b7186;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
	-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;
}
@media only screen and (max-width: 767.5px) {
	.calculator__form-input-type select {
		font-size: 12px;
	}
}
.accordion__calculator-categories {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding-bottom: 5px;
}
.accordion__calculator-category-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) {
	.accordion__calculator-category-title {
		font-size: 16px;
	}
}
.accordion__calculator-category-body {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
}
#window-profile 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) {
	#window-profile label {
		padding: 8px 12px;
	}
}
#window-profile label:hover {
	border: 1px solid #8066af;
	background-color: #eae4f2;
}
#window-profile label:hover .calculator__profile-input-text {
	color: #8066af;
}
#window-profile input[type="radio"]:checked + label {
	cursor: default;
	border: 1px solid #8066af;
	background-color: #eae4f2;
}
#window-profile input[type="radio"]:checked + label .calculator__profile-input-text {
	color: #8066af;
}
#window-accessories 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) {
	#window-accessories label {
		padding: 8px 12px;
	}
}
#window-accessories label:hover {
	border: 1px solid #8066af;
	background-color: #eae4f2;
}
#window-accessories label:hover .calculator__accessories-input-text {
	color: #8066af;
}
#window-accessories label:hover .calculator__accessories-input-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");
}
#window-accessories input[type="checkbox"]:checked + label {
	cursor: default;
	border: 1px solid #8066af;
	background-color: #eae4f2;
}
#window-accessories input[type="checkbox"]:checked + label .calculator__accessories-input-text {
	color: #8066af;
}
#window-accessories input[type="checkbox"]:checked + label .calculator__accessories-input-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");
}
.calculator__profile-input-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) {
	.calculator__profile-input-text {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.calculator__profile-input-text {
		font-size: 12px;
	}
}
.calculator__accessories-input {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}
.calculator__accessories-input-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) {
	.calculator__accessories-input-text {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.calculator__accessories-input-text {
		font-size: 12px;
	}
}
.calculator__accessories-input-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");
}
.product-page {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
@media only screen and (max-width: 1279.5px) {
	.product-page {
		gap: 30px;
		flex-direction: column;
	}
}
.product-page__item {
	width: 41.666%;
}
@media only screen and (max-width: 1279.5px) {
	.product-page__item {
		width: 100%;
	}
}
.product-page__item-image {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 540px;
	border-radius: 12px;
	background: #f5f2f8;
}
.product-page__item-image img {
	width: 100%;
	height: 432px;
	object-fit: contain;
}
.product-page__info {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 50%;
}
@media only screen and (max-width: 1279.5px) {
	.product-page__info {
		width: 100%;
	}
}
.product-page__info-profile {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.product-page__info-profile-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-page__info-profile-title {
		font-size: 16px;
	}
}
.product-page__info-profile-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
}
.product-page__info-profile-list input[type="radio"] {
	display: none;
}
.product-page__info-profile-list label {
	display: flex;
	justify-content: center;
	cursor: pointer;
	padding: 12px 16px;
	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;
}
.product-page__info-profile-list label h5 {
	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) {
	.product-page__info-profile-list label h5 {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.product-page__info-profile-list label h5 {
		font-size: 12px;
	}
}
@media only screen and (max-width: 1919.5px) {
	.product-page__info-profile-list label {
		border-radius: 8px;
		padding: 10px 14px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.product-page__info-profile-list label {
		height: auto;
	}
}
@media only screen and (max-width: 767.5px) {
	.product-page__info-profile-list label {
		padding: 12px;
	}
}
@media only screen and (min-width: 1280px) {
	.product-page__info-profile-list label:hover {
		border-color: #8066af;
		background-color: #eae4f2;
	}
	.product-page__info-profile-list label:hover .catalog__category-text {
		color: #8066af;
	}
}
.product-page__info-profile-list input[type="radio"]:checked + label {
	cursor: default;
	border-color: #8066af;
	background-color: #eae4f2;
}
.product-page__info-profile-list input[type="radio"]:checked + label .catalog__category-text {
	color: #8066af;
}
.product-page__order button {
	width: 100%;
}
.catalog-products-page {
	display: grid;
	grid-template-columns: repeat(4, 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, 1fr);
	}
}
@media only screen and (max-width: 767.5px) {
	.catalog-products-page {
		grid-template-columns: repeat(1, 1fr);
	}
}
.catalog-products-page_three {
	grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1279.5px) {
	.catalog-products-page_three {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 767.5px) {
	.catalog-products-page_three {
		grid-template-columns: repeat(1, 1fr);
	}
}
.catalog-products-page_two {
	grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767.5px) {
	.catalog-products-page_two {
		grid-template-columns: repeat(1, 1fr);
	}
}
.mosquito-net {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 100px;
}
@media only screen and (max-width: 1919.5px) {
	.mosquito-net {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.mosquito-net {
		flex-direction: column;
		gap: 30px;
	}
}
@media only screen and (max-width: 767.5px) {
	.mosquito-net {
		padding-top: 60px;
	}
}
.mosquito-net__form-types {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}
@media only screen and (max-width: 1279.5px) {
	.mosquito-net__form-types {
		grid-template-columns: repeat(3, max-content);
		overflow: auto;
	}
}
.mosquito-net__form-types input[type="radio"] {
	display: none;
}
.mosquito-net__form-types label {
	cursor: pointer;
	text-align: center;
	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) {
	.mosquito-net__form-types label {
		border-radius: 8px;
		padding: 16px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.mosquito-net__form-types label {
		height: auto;
	}
}
@media only screen and (max-width: 767.5px) {
	.mosquito-net__form-types label {
		padding: 12px;
	}
}
@media only screen and (min-width: 1280px) {
	.mosquito-net__form-types label:hover {
		border-color: #8066af;
		background-color: #eae4f2;
	}
	.mosquito-net__form-types label:hover .catalog__category-text {
		color: #8066af;
	}
}
.mosquito-net__form-types input[type="radio"]:checked + label {
	cursor: default;
	border-color: #8066af;
	background-color: #eae4f2;
}
.mosquito-net__form-types input[type="radio"]:checked + label .catalog__category-text {
	color: #8066af;
}
.mosquito-net__form-types:has(#tab-btn-0:is(:checked)) ~ #mosquito-net-form-0.mosquito-net__form-net {
	display: flex;
}
.mosquito-net__form-types:has(#tab-btn-1:is(:checked)) ~ #mosquito-net-form-1.mosquito-net__form-net {
	display: flex;
}
.mosquito-net__form-types:has(#tab-btn-2:is(:checked)) ~ #mosquito-net-form-2.mosquito-net__form-net {
	display: flex;
}
.mosquito-net__image {
	flex: 0 0 41.666%;
}
.mosquito-net__image img {
	object-fit: contain;
	width: 100%;
}
@media only screen and (max-width: 1919.5px) {
	.mosquito-net__image img {
		height: 420px;
	}
}
@media only screen and (max-width: 767.5px) {
	.mosquito-net__image img {
		height: 314px;
	}
}
.mosquito-net__body {
	display: flex;
	flex-direction: column;
	gap: 40px;
	flex: 0 0 50%;
}
.mosquito-net__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) {
	.mosquito-net__title {
		font-size: 32px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.mosquito-net__title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.mosquito-net__title {
		font-size: 24px;
	}
}
.mosquito-net__info {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.mosquito-net__info-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) {
	.mosquito-net__info-title {
		font-size: 16px;
	}
}
.mosquito-net__info-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) {
	.mosquito-net__info-text {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.mosquito-net__info-text {
		font-size: 14px;
	}
}
.mosquito-net__form-net {
	display: none;
	flex-direction: column;
	gap: 40px;
}
@media only screen and (max-width: 767.5px) {
	.mosquito-net__form-net {
		gap: 20px;
	}
}
.mosquito-net__form-net-block {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
@media only screen and (max-width: 767.5px) {
	.mosquito-net__form-net-block .calculator__form-block_double {
		flex-direction: column;
		gap: 20px;
	}
}
.mosquito-net__form-net-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) {
	.mosquito-net__form-net-label {
		font-size: 16px;
	}
}
.mosquito-net__form-net-colors {
	display: flex;
	flex-direction: row;
	gap: 8px;
}
.mosquito-net__form-net-colors input[type="radio"] {
	display: none;
}
.mosquito-net__form-net-colors label {
	display: flex;
	justify-content: center;
	width: 60px;
	height: 60px;
	cursor: pointer;
	padding: 16px 20px;
	border-radius: 8px;
	border: 3px solid #433653;
	position: relative;
	transition:
		border-color 0.2s ease-in-out,
		background-color 0.2s ease-in-out;
}
.mosquito-net__form-net-colors label:nth-of-type(1) {
	background-color: #f5f2f8;
}
.mosquito-net__form-net-colors label:nth-of-type(2) {
	background-color: #433653;
}
@media only screen and (min-width: 1280px) {
	.mosquito-net__form-net-colors label:hover {
		border-color: #8066af;
	}
}
.mosquito-net__form-net-colors input[type="radio"]:checked + label {
	cursor: default;
	border-color: #8066af;
}
.mosquito-net__form-net-price {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.mosquito-net__form-net-price-body {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.mosquito-net__form-net-price-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) {
	.mosquito-net__form-net-price-title {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.mosquito-net__form-net-price-title {
		font-size: 18px;
	}
}
.mosquito-net__form-net-price-total {
	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) {
	.mosquito-net__form-net-price-total {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.mosquito-net__form-net-price-total {
		font-size: 18px;
	}
}
.mosquito-net__form-net-price-note {
	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) {
	.mosquito-net__form-net-price-note {
		font-size: 12px;
	}
}
.mosquito-net__form-net-button button {
	width: 100%;
}
.preparing-apartment {
	display: flex;
	flex-direction: row;
	padding-top: 100px;
}
@media only screen and (max-width: 1919.5px) {
	.preparing-apartment {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.preparing-apartment {
		align-items: center;
		flex-direction: column;
	}
}
@media only screen and (max-width: 767.5px) {
	.preparing-apartment {
		padding-top: 60px;
	}
}
.preparing-apartment__main {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #faf1f6;
	padding: 60px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}
@media only screen and (max-width: 1919.5px) {
	.preparing-apartment__main {
		width: 700px;
		gap: 30px;
		padding: 40px;
		border-bottom-left-radius: unset;
		border-top-right-radius: 12px;
	}
}
@media only screen and (max-width: 767.5px) {
	.preparing-apartment__main {
		width: 320px;
		gap: 24px;
		padding: 40px 20px;
	}
}
.preparing-apartment__header {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.preparing-apartment__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) {
	.preparing-apartment__header-title {
		font-size: 32px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.preparing-apartment__header-title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.preparing-apartment__header-title {
		font-size: 24px;
	}
}
.preparing-apartment__header-text {
	font-weight: 500;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 20px;
	font-weight: 600;
	line-height: 120%;
	line-height: 150%;
}
@media only screen and (max-width: 1919.5px) {
	.preparing-apartment__header-text {
		font-size: 16px;
	}
}
.preparing-apartment__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) {
	.preparing-apartment__note {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.preparing-apartment__note {
		font-size: 12px;
	}
}
.preparing-apartment__image {
	position: relative;
	width: 760px;
}
@media only screen and (max-width: 1279.5px) {
	.preparing-apartment__image {
		width: 700px;
	}
}
@media only screen and (max-width: 767.5px) {
	.preparing-apartment__image {
		width: 320px;
	}
}
.preparing-apartment__image img {
	width: 760px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}
@media only screen and (max-width: 1279.5px) {
	.preparing-apartment__image img {
		width: 700px;
		height: 460px;
		border-top-right-radius: unset;
		border-bottom-left-radius: 12px;
	}
}
@media only screen and (max-width: 767.5px) {
	.preparing-apartment__image img {
		width: 320px;
		height: 260px;
	}
}
.preparing-apartment__button {
	position: absolute;
	display: flex;
	justify-content: center;
}
.preparing-apartment__button-text {
	display: none;
	background-color: #fcfbfd;
	padding: 8px;
	border-radius: 8px;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #8066af;
	position: absolute;
	bottom: 25px;
	max-width: 300px;
	min-width: 200px;
	text-align: center;
}
.preparing-apartment__button-number {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 90px;
	width: 30px;
	height: 30px;
	background-color: #e63f82;
	cursor: pointer;
	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: 1279.5px) {
	.preparing-apartment__button-number {
		width: 24px;
		height: 24px;
		font-size: 12px;
	}
}
@media only screen and (max-width: 767.5px) {
	.preparing-apartment__button-number {
		width: 16px;
		height: 16px;
		font-size: 8px;
	}
}
@media only screen and (min-width: 1280px) {
	.preparing-apartment__button:hover {
		z-index: 10;
	}
	.preparing-apartment__button:hover .preparing-apartment__button-number {
		background-color: #fcfbfd;
		color: #8066af;
	}
	.preparing-apartment__button:hover .preparing-apartment__button-text {
		display: flex;
	}
}
.preparing-apartment__button_purple .preparing-apartment__button-number {
	background-color: #8066af;
}
.preparing-apartment__image .preparing-apartment__button:nth-of-type(1) {
	top: 230px;
	right: 433px;
}
@media only screen and (max-width: 1279.5px) {
	.preparing-apartment__image .preparing-apartment__button:nth-of-type(1) {
		top: 212px;
		right: 395px;
	}
}
@media only screen and (max-width: 767.5px) {
	.preparing-apartment__image .preparing-apartment__button:nth-of-type(1) {
		top: 120px;
		right: 185px;
	}
}
.preparing-apartment__image .preparing-apartment__button:nth-of-type(2) {
	top: 288px;
	right: 313px;
}
@media only screen and (max-width: 1279.5px) {
	.preparing-apartment__image .preparing-apartment__button:nth-of-type(2) {
		top: 260px;
		right: 290px;
	}
}
@media only screen and (max-width: 767.5px) {
	.preparing-apartment__image .preparing-apartment__button:nth-of-type(2) {
		top: 150px;
		right: 150px;
	}
}
.preparing-apartment__image .preparing-apartment__button:nth-of-type(3) {
	top: 196px;
	left: 208px;
}
@media only screen and (max-width: 1279.5px) {
	.preparing-apartment__image .preparing-apartment__button:nth-of-type(3) {
		top: 182px;
		left: 183px;
	}
}
@media only screen and (max-width: 767.5px) {
	.preparing-apartment__image .preparing-apartment__button:nth-of-type(3) {
		top: 102px;
		left: 86px;
	}
}
.preparing-apartment__image .preparing-apartment__button:nth-of-type(4) {
	top: 122px;
	right: 593px;
}
@media only screen and (max-width: 1279.5px) {
	.preparing-apartment__image .preparing-apartment__button:nth-of-type(4) {
		top: 110px;
		right: 543px;
	}
}
@media only screen and (max-width: 767.5px) {
	.preparing-apartment__image .preparing-apartment__button:nth-of-type(4) {
		top: 60px;
		right: 245px;
	}
}
.preparing-apartment__image .preparing-apartment__button:nth-of-type(5) {
	top: 141px;
	left: 219px;
}
@media only screen and (max-width: 1279.5px) {
	.preparing-apartment__image .preparing-apartment__button:nth-of-type(5) {
		top: 141px;
		left: 210px;
	}
}
@media only screen and (max-width: 767.5px) {
	.preparing-apartment__image .preparing-apartment__button:nth-of-type(5) {
		top: 75px;
		left: 100px;
	}
}
.preparing-apartment__image .preparing-apartment__button:nth-of-type(6) {
	bottom: 289px;
	left: 344px;
}
@media only screen and (max-width: 1279.5px) {
	.preparing-apartment__image .preparing-apartment__button:nth-of-type(6) {
		bottom: 258px;
		left: 304px;
	}
}
@media only screen and (max-width: 767.5px) {
	.preparing-apartment__image .preparing-apartment__button:nth-of-type(6) {
		bottom: 150px;
		left: 150px;
	}
}
.preparing-apartment__image .preparing-apartment__button:nth-of-type(7) {
	bottom: 193px;
	right: 447px;
}
@media only screen and (max-width: 1279.5px) {
	.preparing-apartment__image .preparing-apartment__button:nth-of-type(7) {
		bottom: 180px;
		right: 400px;
	}
}
@media only screen and (max-width: 767.5px) {
	.preparing-apartment__image .preparing-apartment__button:nth-of-type(7) {
		bottom: 105px;
		right: 195px;
	}
}
.preparing-apartment__image .preparing-apartment__button:nth-of-type(8) {
	top: 280px;
	left: 537px;
}
@media only screen and (max-width: 1279.5px) {
	.preparing-apartment__image .preparing-apartment__button:nth-of-type(8) {
		top: 260px;
		left: 487px;
	}
}
@media only screen and (max-width: 767.5px) {
	.preparing-apartment__image .preparing-apartment__button:nth-of-type(8) {
		top: 150px;
		left: 220px;
	}
}
.preparing-apartment-list {
	padding-top: 12px;
	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) {
	.preparing-apartment-list {
		font-size: 12px;
	}
}
.important-know {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding-top: 100px;
}
@media only screen and (max-width: 1919.5px) {
	.important-know {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.important-know {
		gap: 24px;
	}
}
@media only screen and (max-width: 767.5px) {
	.important-know {
		padding-top: 60px;
	}
}
.important-know__body {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}
@media only screen and (max-width: 1279.5px) {
	.important-know__body {
		grid-template-columns: repeat(2, 1fr);
	}
}
.important-know__card {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.important-know__card:nth-of-type(4) .important-know__image {
	cursor: pointer;
	height: 310px;
	background-color: #6c509e;
}
@media only screen and (max-width: 1919.5px) {
	.important-know__card:nth-of-type(4) .important-know__image {
		height: 250px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.important-know__card:nth-of-type(4) .important-know__image {
		height: 310px;
	}
}
@media only screen and (max-width: 767.5px) {
	.important-know__card:nth-of-type(4) .important-know__image {
		height: 150px;
	}
}
.important-know__card:nth-of-type(5) .important-know__image {
	cursor: pointer;
	height: 310px;
	background-color: #6c509e;
}
@media only screen and (max-width: 1919.5px) {
	.important-know__card:nth-of-type(5) .important-know__image {
		height: 250px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.important-know__card:nth-of-type(5) .important-know__image {
		height: 310px;
	}
}
@media only screen and (max-width: 767.5px) {
	.important-know__card:nth-of-type(5) .important-know__image {
		height: 150px;
	}
}
.important-know__image {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	position: relative;
}
.important-know__image_video {
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='none'%3E%3Crect width='100' height='100' fill='%23433653' fill-opacity='.6' rx='50'/%3E%3Cpath fill='%23F5F2F8' d='M36 35.03a4 4 0 0 1 6.04-3.44l25.18 14.97a4 4 0 0 1 0 6.88L42.04 68.4A4 4 0 0 1 36 64.97V35.03Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	width: 100px;
	height: 100px;
	background-size: 100px 100px;
}
@media only screen and (max-width: 1919.5px) {
	.important-know__image_video {
		background-size: 80px 80px;
		width: 80px;
		height: 80px;
	}
}
@media only screen and (max-width: 767.5px) {
	.important-know__image_video {
		background-size: 40px 40px;
		width: 40px;
		height: 40px;
	}
}
@media only screen and (max-width: 1919.5px) {
	.important-know__image_download svg {
		width: 60px;
		height: 60px;
	}
}
@media only screen and (max-width: 767.5px) {
	.important-know__image_download svg {
		width: 40px;
		height: 40px;
	}
}
.important-know__image img {
	position: relative;
	object-fit: cover;
	width: 100%;
	height: 310px;
	border-radius: 12px;
}
@media only screen and (max-width: 1919.5px) {
	.important-know__image img {
		height: 250px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.important-know__image img {
		height: 310px;
	}
}
@media only screen and (max-width: 767.5px) {
	.important-know__image img {
		height: 150px;
	}
}
.important-know__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) {
	.important-know__title {
		font-size: 16px;
	}
}
.pvh-years {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding-top: 100px;
}
@media only screen and (max-width: 1919.5px) {
	.pvh-years {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 767.5px) {
	.pvh-years {
		flex-direction: column-reverse;
		align-items: flex-start;
		gap: 24px;
		padding-top: 60px;
	}
}
.pvh-years__main {
	display: flex;
	flex-direction: column;
	gap: 20px;
	flex: 0 0 33.333%;
}
@media only screen and (max-width: 767.5px) {
	.pvh-years__main {
		gap: 16px;
	}
}
.pvh-years__main-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) {
	.pvh-years__main-title {
		font-size: 32px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.pvh-years__main-title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.pvh-years__main-title {
		font-size: 24px;
	}
}
.pvh-years__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) {
	.pvh-years__main-text {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.pvh-years__main-text {
		font-size: 14px;
	}
}
.pvh-years__images {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	gap: 20px;
	flex: 0 0 50%;
}
@media only screen and (max-width: 1279.5px) {
	.pvh-years__images a:nth-child(2) {
		display: none;
	}
}
.pvh-years__images img {
	object-fit: cover;
	width: 100%;
	height: 440px;
}
@media only screen and (max-width: 1919.5px) {
	.pvh-years__images img {
		height: 350px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.pvh-years__images img {
		height: 309px;
	}
}
.pvh-profiles {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding-top: 100px;
}
@media only screen and (max-width: 1919.5px) {
	.pvh-profiles {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.pvh-profiles {
		gap: 24px;
		flex-direction: column;
		align-items: flex-start;
	}
}
@media only screen and (max-width: 767.5px) {
	.pvh-profiles {
		padding-top: 60px;
	}
}
.pvh-profiles__image {
	flex: 0 0 41.6666%;
}
.pvh-profiles__image img {
	object-fit: cover;
	width: 100%;
	height: 479px;
}
@media only screen and (max-width: 1919.5px) {
	.pvh-profiles__image img {
		height: 381px;
	}
}
.pvh-profiles__main {
	display: flex;
	flex-direction: column;
	gap: 40px;
	flex: 0 0 50%;
}
.pvh-profiles__main-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) {
	.pvh-profiles__main-title {
		font-size: 32px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.pvh-profiles__main-title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.pvh-profiles__main-title {
		font-size: 24px;
	}
}
.pvh-profiles__main-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.pvh-window-variants {
	display: flex;
	flex-direction: column;
	padding-top: 100px;
	gap: 40px;
}
@media only screen and (max-width: 1919.5px) {
	.pvh-window-variants {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.pvh-window-variants {
		gap: 30px;
	}
}
@media only screen and (max-width: 767.5px) {
	.pvh-window-variants {
		gap: 24px;
		padding-top: 60px;
	}
}
.pvh-window-variants__body {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 20px;
}
@media only screen and (max-width: 767.5px) {
	.pvh-window-variants__body {
		grid-template-columns: repeat(1, 1fr);
	}
}
.pvh-window-variants__card {
	display: flex;
	padding: 30px;
	flex-direction: column;
	gap: 40px;
	border-radius: 12px;
	border: 1px solid #e9e5ec;
	background: #faf1f6;
}
@media only screen and (max-width: 1919.5px) {
	.pvh-window-variants__card {
		padding: 24px;
	}
}
@media only screen and (max-width: 767.5px) {
	.pvh-window-variants__card {
		gap: 30px;
	}
}
.pvh-window-variants__card:nth-child(1),
.pvh-window-variants__card:nth-child(2),
.pvh-window-variants__card:nth-child(3) {
	grid-column: span 4;
}
.pvh-window-variants__card:nth-child(4),
.pvh-window-variants__card:nth-child(5) {
	grid-column: span 6;
}
@media only screen and (max-width: 1279.5px) {
	.pvh-window-variants__card:nth-child(1),
	.pvh-window-variants__card:nth-child(2),
	.pvh-window-variants__card:nth-child(3),
	.pvh-window-variants__card:nth-child(4) {
		grid-column: span 6;
	}
	.pvh-window-variants__card:nth-child(5) {
		grid-column: span 12;
	}
}
@media only screen and (max-width: 767.5px) {
	.pvh-window-variants__card:nth-child(1),
	.pvh-window-variants__card:nth-child(2),
	.pvh-window-variants__card:nth-child(3),
	.pvh-window-variants__card:nth-child(4),
	.pvh-window-variants__card:nth-child(5) {
		grid-column: span 1;
	}
}
.pvh-window-variants__card-main {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
@media only screen and (max-width: 767.5px) {
	.pvh-window-variants__card-main {
		gap: 16px;
	}
}
.pvh-window-variants__card-image img {
	width: 150px;
	height: 150px;
}
@media only screen and (max-width: 1919.5px) {
	.pvh-window-variants__card-image img {
		width: 130px;
		height: 130px;
	}
}
@media only screen and (max-width: 767.5px) {
	.pvh-window-variants__card-image img {
		width: 100px;
		height: 100px;
	}
}
.pvh-window-variants__card-title {
	transition: color ease-in-out 0.2s;
	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) {
	.pvh-window-variants__card-title {
		font-size: 24px;
	}
}
@media only screen and (max-width: 767.5px) {
	.pvh-window-variants__card-title {
		font-size: 20px;
	}
}
@media only screen and (min-width: 1280px) {
	.pvh-window-variants__card-title:hover {
		color: #e63f82;
	}
}
.pvh-window-variants__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) {
	.pvh-window-variants__card-text {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.pvh-window-variants__card-text {
		font-size: 14px;
	}
}
.pvh-furnitura {
	padding-top: 100px;
}
@media only screen and (max-width: 1919.5px) {
	.pvh-furnitura {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 767.5px) {
	.pvh-furnitura {
		padding-top: 60px;
	}
}
.pvh-furnitura__wrap {
	display: flex;
	gap: 190px;
	padding: 60px;
	justify-content: space-between;
	align-items: center;
	border-radius: 12px;
	background: #d3c2ea;
}
@media only screen and (max-width: 1919.5px) {
	.pvh-furnitura__wrap {
		gap: 110px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.pvh-furnitura__wrap {
		padding: 40px;
		gap: 40px;
	}
}
@media only screen and (max-width: 767.5px) {
	.pvh-furnitura__wrap {
		padding: 40px 20px;
		flex-direction: column;
		gap: 24px;
	}
}
.pvh-furnitura__main {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.pvh-furnitura__main-title {
	transition: color 0.3s ease-in-out;
	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) {
	.pvh-furnitura__main-title {
		font-size: 32px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.pvh-furnitura__main-title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.pvh-furnitura__main-title {
		font-size: 24px;
	}
}
@media only screen and (min-width: 1280px) {
	.pvh-furnitura__main-title:hover {
		color: #6c509e;
	}
}
.pvh-furnitura__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) {
	.pvh-furnitura__main-text {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.pvh-furnitura__main-text {
		font-size: 14px;
	}
}
.pvh-furnitura__logos {
	display: flex;
	flex-direction: row;
	gap: 8px;
}
@media only screen and (max-width: 767.5px) {
	.pvh-furnitura__logos {
		gap: 4px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.pvh-furnitura__logos {
		flex: 0 0 50%;
	}
}
.pvh-furnitura__logos-column {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
@media only screen and (max-width: 767.5px) {
	.pvh-furnitura__logos-column {
		gap: 4px;
	}
}
.pvh-furnitura__logo img {
	border-radius: 12px;
	transition: outline-color 0.3s ease-in-out;
	outline: 2px solid rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 1280px) {
	.pvh-furnitura__logo img:hover {
		outline-color: #6c509e;
	}
}
@media only screen and (max-width: 1279.5px) {
	.pvh-furnitura__logo img {
		object-fit: cover;
		width: 100%;
	}
}
.pvh-serts {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-top: 100px;
}
@media only screen and (max-width: 1919.5px) {
	.pvh-serts {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 767.5px) {
	.pvh-serts {
		align-items: flex-start;
		flex-direction: column;
		padding-top: 60px;
		gap: 24px;
	}
}
.pvh-serts__image {
	flex: 0 0 37.5%;
}
.pvh-serts__image img {
	object-fit: cover;
	border-radius: 12px;
	width: 100%;
	height: 743px;
}
@media only screen and (max-width: 1919.5px) {
	.pvh-serts__image img {
		height: 640px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.pvh-serts__image img {
		height: 309px;
	}
}
.pvh-serts__image_small img {
	height: 394px;
}
@media only screen and (max-width: 1919.5px) {
	.pvh-serts__image_small img {
		height: 344px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.pvh-serts__image_small img {
		height: 424px;
	}
}
@media only screen and (max-width: 767.5px) {
	.pvh-serts__image_small img {
		height: 240px;
	}
}
.pvh-serts__body {
	display: flex;
	flex-direction: column;
	gap: 40px;
	flex: 0 0 41.666%;
}
@media only screen and (max-width: 1279.5px) {
	.pvh-serts__body {
		gap: 30px;
	}
}
.pvh-serts__main {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
@media only screen and (max-width: 1279.5px) {
	.pvh-serts__main {
		gap: 16px;
	}
}
.pvh-serts__main-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) {
	.pvh-serts__main-title {
		font-size: 32px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.pvh-serts__main-title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.pvh-serts__main-title {
		font-size: 24px;
	}
}
.pvh-serts__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) {
	.pvh-serts__main-text {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.pvh-serts__main-text {
		font-size: 14px;
	}
}
.balkons-variants {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding-top: 100px;
}
@media only screen and (max-width: 1919.5px) {
	.balkons-variants {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balkons-variants {
		padding-top: 60px;
	}
}
.balkons-variants__title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 36px;
	font-weight: 600;
	line-height: 120%;
	text-align: center;
}
@media only screen and (max-width: 1919.5px) {
	.balkons-variants__title {
		font-size: 32px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.balkons-variants__title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balkons-variants__title {
		font-size: 24px;
	}
}
.balkons-variants__blocks {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
@media only screen and (max-width: 1279.5px) {
	.balkons-variants__blocks {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 767.5px) {
	.balkons-variants__blocks {
		grid-template-columns: repeat(1, 1fr);
	}
}
.balkons-variants__block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 40px;
	padding: 24px;
	border-radius: 8px;
	border: 1px solid #e9e5ec;
	background: #f5f2f8;
}
@media only screen and (max-width: 1279.5px) {
	.balkons-variants__block {
		padding: 16px;
		gap: 30px;
	}
}
.balkons-variants__block-body {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
@media only screen and (max-width: 1279.5px) {
	.balkons-variants__block-body {
		gap: 24px;
	}
}
.balkons-variants__block-image img {
	border-radius: 8px;
	object-fit: cover;
	width: 100%;
	height: 180px;
}
.balkons-variants__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) {
	.balkons-variants__block-title {
		font-size: 24px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balkons-variants__block-title {
		font-size: 20px;
	}
}
@media only screen and (min-width: 1280px) {
	.balkons-variants__block-title:hover {
		color: #8066af;
	}
}
.balkons-variants__block-list {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.balkons-variants__block-list-text {
	display: flex;
	align-items: center;
	gap: 12px;
	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) {
	.balkons-variants__block-list-text {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balkons-variants__block-list-text {
		font-size: 12px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.balkons-variants__block-list-text {
		gap: 8px;
	}
}
.balkons-variants__block-list-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width: 1279.5px) {
	.balkons-variants__block-list-icon svg {
		width: 16px;
		height: 16px;
	}
}
.balkons-variants__block-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) {
	.balkons-variants__block-text {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balkons-variants__block-text {
		font-size: 12px;
	}
}
.balcon-card {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
@media only screen and (max-width: 1279.5px) {
	.balcon-card {
		gap: 20px;
	}
}
.balcon-card__image img {
	width: 100%;
	border-radius: 12px;
	outline: 1px solid rgba(0, 0, 0, 0);
	transition: outline-color 0.3s ease-in-out;
	cursor: pointer;
}
@media only screen and (min-width: 1280px) {
	.balcon-card__image img:hover {
		outline-color: #8066af;
	}
}
.balcon-card__image-large {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	padding: 20px;
	position: relative;
	height: 275px;
	background-color: #f5f2f8;
}
@media only screen and (max-width: 1919.5px) {
	.balcon-card__image-large {
		height: 250px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.balcon-card__image-large {
		height: 310px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balcon-card__image-large {
		height: 279px;
	}
}
.balcon-card__image-large img {
	border-radius: 0;
	max-width: 98%;
	max-height: 90%;
	object-fit: contain;
	pointer-events: none;
}
.balcon-card__main {
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex-grow: 1;
}
.balcon-card__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) {
	.balcon-card__main-title {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balcon-card__main-title {
		font-size: 18px;
	}
}
.balcon-card__main-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) {
	.balcon-card__main-text {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balcon-card__main-text {
		font-size: 12px;
	}
}
.balcon-card__main-text_big {
	line-height: 140%;
}
.balcon-card__button button {
	width: 100%;
}
.balkons-works {
	padding-top: 100px;
}
@media only screen and (max-width: 1919.5px) {
	.balkons-works {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balkons-works {
		padding-top: 60px;
	}
}
.balkons-works__title {
	text-align: center;
	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) {
	.balkons-works__title {
		font-size: 32px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.balkons-works__title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balkons-works__title {
		font-size: 24px;
	}
}
.balocons-otdelka {
	padding-top: 100px;
}
@media only screen and (max-width: 1919.5px) {
	.balocons-otdelka {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balocons-otdelka {
		padding-top: 60px;
	}
}
.balocons-otdelka__body {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	background-color: #fbe2ec;
	padding: 60px;
	border-radius: 12px;
}
@media only screen and (max-width: 1919.5px) {
	.balocons-otdelka__body {
		padding: 50px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.balocons-otdelka__body {
		padding: 40px;
		flex-direction: column;
		gap: 20px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.balocons-otdelka__body {
		padding: 20px;
	}
}
.balocons-otdelka__info {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.balocons-otdelka__info-header {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.balocons-otdelka__info-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) {
	.balocons-otdelka__info-title {
		font-size: 32px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.balocons-otdelka__info-title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balocons-otdelka__info-title {
		font-size: 24px;
	}
}
.balocons-otdelka__info-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) {
	.balocons-otdelka__info-text {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balocons-otdelka__info-text {
		font-size: 12px;
	}
}
.balocons-otdelka__info-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}
@media only screen and (max-width: 767.5px) {
	.balocons-otdelka__info-list {
		grid-template-columns: repeat(1, 1fr);
	}
}
.balocons-otdelka__item {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px;
	gap: 20px;
	border-radius: 16px;
	background-color: #f5f2f8;
}
.balocons-otdelka__item-image {
	position: relative;
}
.balocons-otdelka__item-image .preparing-apartment__button {
	pointer-events: none;
	right: -15px;
	top: -7px;
}
@media only screen and (max-width: 767.5px) {
	.balocons-otdelka__item-image .preparing-apartment__button .preparing-apartment__button-number {
		width: 20px;
		height: 20px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.balocons-otdelka__item-image img {
		width: 80px;
		height: 80px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balocons-otdelka__item-image img {
		width: 70px;
		height: 70px;
	}
}
.balocons-otdelka__item-name {
	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) {
	.balocons-otdelka__item-name {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balocons-otdelka__item-name {
		font-size: 12px;
	}
}
.balocons-otdelka__image {
	position: relative;
}
@media only screen and (max-width: 767.5px) {
	.balocons-otdelka__image img {
		height: 340px;
	}
}
.balocons-otdelka__image .preparing-apartment__button:nth-of-type(1) {
	left: 347px;
	top: 35px;
}
@media only screen and (max-width: 767.5px) {
	.balocons-otdelka__image .preparing-apartment__button:nth-of-type(1) {
		left: 200px;
		top: 25px;
	}
}
.balocons-otdelka__image .preparing-apartment__button:nth-of-type(2) {
	left: 210px;
	top: 130px;
}
@media only screen and (max-width: 767.5px) {
	.balocons-otdelka__image .preparing-apartment__button:nth-of-type(2) {
		left: 130px;
		top: 70px;
	}
}
.balocons-otdelka__image .preparing-apartment__button:nth-of-type(3) {
	left: 142px;
	top: 250px;
}
@media only screen and (max-width: 767.5px) {
	.balocons-otdelka__image .preparing-apartment__button:nth-of-type(3) {
		left: 75px;
		top: 130px;
	}
}
.balocons-otdelka__image .preparing-apartment__button:nth-of-type(4) {
	left: 392px;
	top: 250px;
}
@media only screen and (max-width: 767.5px) {
	.balocons-otdelka__image .preparing-apartment__button:nth-of-type(4) {
		left: 220px;
		top: 150px;
	}
}
.balocons-otdelka__image .preparing-apartment__button:nth-of-type(5) {
	left: 92px;
	top: 420px;
}
@media only screen and (max-width: 767.5px) {
	.balocons-otdelka__image .preparing-apartment__button:nth-of-type(5) {
		left: 54px;
		top: 240px;
	}
}
.balocons-otdelka__image .preparing-apartment__button:nth-of-type(6) {
	left: 280px;
	top: 500px;
}
@media only screen and (max-width: 767.5px) {
	.balocons-otdelka__image .preparing-apartment__button:nth-of-type(6) {
		left: 160px;
		top: 280px;
	}
}
.chastn-variants {
	padding-top: 100px;
}
@media only screen and (max-width: 1919.5px) {
	.chastn-variants {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 767.5px) {
	.chastn-variants {
		padding-top: 60px;
	}
}
.chastn-variants__wrap {
	position: relative;
}
.chastn-variants-slide {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 60px;
	gap: 70px;
	border-radius: 8px;
	background: #f5f2f8;
}
@media only screen and (max-width: 1919.5px) {
	.chastn-variants-slide {
		padding: 40px;
		gap: 50px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.chastn-variants-slide {
		flex-direction: column;
		gap: 10px;
	}
}
.chastn-variants-slide__main {
	flex: 0 0 320px;
}
@media only screen and (max-width: 1919.5px) {
	.chastn-variants-slide__main {
		flex: 0 0 280px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.chastn-variants-slide__main {
		flex: 0 0 auto;
	}
}
.chastn-variants-slide__main-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) {
	.chastn-variants-slide__main-title {
		font-size: 32px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.chastn-variants-slide__main-title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.chastn-variants-slide__main-title {
		font-size: 24px;
	}
}
.chastn-variants-slide__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%;
	padding-top: 20px;
}
@media only screen and (max-width: 1919.5px) {
	.chastn-variants-slide__main-text {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.chastn-variants-slide__main-text {
		font-size: 14px;
	}
}
.chastn-variants-slide__main-button {
	padding-top: 40px;
}
.chastn-variants-slide__main-button a {
	width: fit-content;
}
.chastn-variants-slide__image img {
	width: 400px;
	height: 460px;
	object-fit: contain;
}
@media only screen and (max-width: 1919.5px) {
	.chastn-variants-slide__image img {
		width: 300px;
		height: 360px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.chastn-variants-slide__image img {
		width: 100%;
	}
}
.chastn-variants-slide__block {
	flex: 0 0 325px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
@media only screen and (max-width: 1919.5px) {
	.chastn-variants-slide__block {
		flex: 0 0 275px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.chastn-variants-slide__block {
		flex: 0 0 auto;
	}
}
.chastn-variants-slide__block-line {
	border-bottom: 1px solid #e9e5ec;
}
.chastn-variants-slide__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) {
	.chastn-variants-slide__block-title {
		font-size: 24px;
	}
}
@media only screen and (max-width: 767.5px) {
	.chastn-variants-slide__block-title {
		font-size: 20px;
	}
}
.chastn-laminacia {
	padding-top: 100px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 100px;
}
@media only screen and (max-width: 1919.5px) {
	.chastn-laminacia {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.chastn-laminacia {
		gap: 40px;
		flex-direction: column;
	}
}
@media only screen and (max-width: 767.5px) {
	.chastn-laminacia {
		padding-top: 60px;
	}
}
.chastn-laminacia__main {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.chastn-laminacia__main-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) {
	.chastn-laminacia__main-title {
		font-size: 32px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.chastn-laminacia__main-title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.chastn-laminacia__main-title {
		font-size: 24px;
	}
}
.chastn-laminacia__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) {
	.chastn-laminacia__main-text {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.chastn-laminacia__main-text {
		font-size: 14px;
	}
}
.chastn-laminacia__block {
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.chastn-laminacia__block-button a {
	width: fit-content;
}
@media only screen and (max-width: 1279.5px) {
	.chastn-laminacia__block-button a {
		width: 100%;
	}
}
.chastn-laminacia__variants {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
@media only screen and (max-width: 1279.5px) {
	.chastn-laminacia__variants {
		grid-template-columns: repeat(2, 1fr);
	}
}
.chastn-laminacia__variant {
	display: flex;
	padding: 16px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	border-radius: 12px;
	border: 1px solid #e9e5ec;
	transition: border-color 0.3s ease-in-out;
	cursor: pointer;
}
@media only screen and (min-width: 1280px) {
	.chastn-laminacia__variant:hover {
		border-color: #8066af;
	}
	.chastn-laminacia__variant:hover .chastn-laminacia__variant-image img {
		border-color: #8066af;
	}
}
.chastn-laminacia__variant-image img {
	transition: border-color 0.3s ease-in-out;
	border: 1px solid #e9e5ec;
	border-radius: 12px;
	height: 80px;
}
@media only screen and (max-width: 1279.5px) {
	.chastn-laminacia__variant-image img {
		width: 100%;
	}
}
.chastn-laminacia__variant-name {
	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) {
	.chastn-laminacia__variant-name {
		font-size: 12px;
	}
}
.chastn-images {
	padding-top: 100px;
}
@media only screen and (max-width: 1919.5px) {
	.chastn-images {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 767.5px) {
	.chastn-images {
		padding-top: 60px;
	}
}
.chastn-images__title {
	text-align: center;
	padding-bottom: 40px;
}
.chastn-images__tabs {
	display: flex;
	flex-direction: row;
	gap: 12px;
}
@media only screen and (max-width: 1279.5px) {
	.chastn-images__tabs {
		flex-direction: column;
	}
}
.chastn-images__tabs input[type="radio"] {
	display: none;
}
.chastn-images__tabs label {
	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;
}
@media only screen and (max-width: 1919.5px) {
	.chastn-images__tabs label {
		border-radius: 8px;
		padding: 16px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.chastn-images__tabs label {
		height: auto;
	}
}
@media only screen and (max-width: 767.5px) {
	.chastn-images__tabs label {
		padding: 12px;
	}
}
@media only screen and (min-width: 1280px) {
	.chastn-images__tabs label:hover {
		border-color: #8066af;
		background-color: #eae4f2;
	}
	.chastn-images__tabs label:hover .catalog__category-text {
		color: #8066af;
	}
}
.chastn-images__tabs input[type="radio"]:checked + label {
	cursor: default;
	border-color: #8066af;
	background-color: #eae4f2;
}
.chastn-images__tabs input[type="radio"]:checked + label .catalog__category-text {
	color: #8066af;
}
.chastn-images__tabs:has(#tab-btn-images-0:is(:checked)) ~ #content-images-0.chastn-images__content {
	display: flex;
}
.chastn-images__tabs:has(#tab-btn-images-1:is(:checked)) ~ #content-images-1.chastn-images__content {
	display: flex;
}
.chastn-images__tabs:has(#tab-btn-images-2:is(:checked)) ~ #content-images-2.chastn-images__content {
	display: flex;
}
.chastn-images__content {
	display: none;
	justify-content: center;
	background-color: #eae4f2;
	margin-top: 24px;
}
.chastn-images__content img {
	position: relative;
	object-fit: contain;
	width: 100%;
}
.chastn-images__image-wrap {
	position: relative;
}
@media only screen and (max-width: 767.5px) {
	.chastn-images__image-wrap .preparing-apartment__button-number {
		width: 20px;
		height: 20px;
	}
}
#content-images-0 .preparing-apartment__button:nth-of-type(1) {
	left: 70px;
	top: 100px;
}
#content-images-0 .preparing-apartment__button:nth-of-type(2) {
	left: 180px;
	top: 80px;
}
#content-images-0 .preparing-apartment__button:nth-of-type(3) {
	left: 70px;
	top: 210px;
}
#content-images-0 .preparing-apartment__button:nth-of-type(4) {
	left: 55px;
	top: 260px;
}
#content-images-0 .preparing-apartment__button:nth-of-type(5) {
	left: 110px;
	top: 240px;
}
#content-images-0 .preparing-apartment__button:nth-of-type(6) {
	left: 140px;
	top: 320px;
}
#content-images-0 .preparing-apartment__button:nth-of-type(7) {
	left: 240px;
	top: 270px;
}
#content-images-1 .preparing-apartment__button:nth-of-type(1) {
	left: 180px;
	top: 80px;
}
#content-images-1 .preparing-apartment__button:nth-of-type(2) {
	left: 135px;
	top: 100px;
}
#content-images-1 .preparing-apartment__button:nth-of-type(3) {
	left: 220px;
	top: 140px;
}
#content-images-1 .preparing-apartment__button:nth-of-type(4) {
	left: 220px;
	top: 210px;
}
#content-images-1 .preparing-apartment__button:nth-of-type(5) {
	left: 160px;
	top: 240px;
}
#content-images-1 .preparing-apartment__button:nth-of-type(6) {
	left: 40px;
	top: 320px;
}
#content-images-1 .preparing-apartment__button:nth-of-type(7) {
	left: 90px;
	top: 340px;
}
#content-images-2 .preparing-apartment__button:nth-of-type(1) {
	left: 140px;
	top: 65px;
}
#content-images-2 .preparing-apartment__button:nth-of-type(2) {
	left: 180px;
	top: 100px;
}
#content-images-2 .preparing-apartment__button:nth-of-type(3) {
	left: 210px;
	top: 160px;
}
#content-images-2 .preparing-apartment__button:nth-of-type(4) {
	left: 200px;
	top: 265px;
}
#content-images-2 .preparing-apartment__button:nth-of-type(5) {
	left: 110px;
	top: 280px;
}
#content-images-2 .preparing-apartment__button:nth-of-type(6) {
	left: 0px;
	top: 310px;
}
#content-images-2 .preparing-apartment__button:nth-of-type(7) {
	left: 70px;
	top: 360px;
}
.balkons-main-screen {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
@media only screen and (max-width: 1279.5px) {
	.balkons-main-screen {
		gap: 30px;
		flex-direction: column;
	}
}
.balkons-main-screen__image {
	flex: 0 0 41.666%;
}
@media only screen and (max-width: 1279.5px) {
	.balkons-main-screen__image {
		flex: 0 0 100%;
		width: 100%;
	}
}
.balkons-main-screen__image img {
	width: 100%;
	height: 540px;
	border-radius: 12px;
	object-fit: cover;
}
@media only screen and (max-width: 1919.5px) {
	.balkons-main-screen__image img {
		height: 500px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.balkons-main-screen__image img {
		height: 400px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balkons-main-screen__image img {
		height: 340px;
	}
}
.balkons-main-screen__body {
	flex: 0 0 50%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
@media only screen and (max-width: 1279.5px) {
	.balkons-main-screen__body {
		flex: 0 0 100%;
	}
}
.balkons-main-screen__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) {
	.balkons-main-screen__title {
		font-size: 32px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.balkons-main-screen__title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balkons-main-screen__title {
		font-size: 24px;
	}
}
.balkons-main-screen__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) {
	.balkons-main-screen__text {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balkons-main-screen__text {
		font-size: 14px;
	}
}
.balkons-main-screen__list {
	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) {
	.balkons-main-screen__list {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balkons-main-screen__list {
		font-size: 14px;
	}
}
.balkons-main-screen__list li {
	list-style: disc inside;
}
.balkons-features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	padding-top: 100px;
}
@media only screen and (max-width: 1919.5px) {
	.balkons-features {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.balkons-features {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media only screen and (max-width: 767.5px) {
	.balkons-features {
		padding-top: 60px;
	}
}
.balkons-features__card {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 30px;
	border-radius: 8px;
	border: 1px solid #e9e5ec;
	background-color: #faf1f6;
}
@media only screen and (max-width: 767.5px) {
	.balkons-features__card {
		gap: 16px;
		padding: 24px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balkons-features__image img {
		width: 60px;
		height: 60px;
	}
}
.balkons-features__body {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.balkons-features__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) {
	.balkons-features__title {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balkons-features__title {
		font-size: 18px;
	}
}
.balkons-features__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) {
	.balkons-features__text {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balkons-features__text {
		font-size: 12px;
	}
}
.balkons-single-variants {
	padding-top: 100px;
}
@media only screen and (max-width: 1919.5px) {
	.balkons-single-variants {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balkons-single-variants {
		padding-top: 60px;
	}
}
.balkons-single-variants__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) {
	.balkons-single-variants__title {
		font-size: 32px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.balkons-single-variants__title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balkons-single-variants__title {
		font-size: 24px;
	}
}
.balkons-single-variants__cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	padding-top: 40px;
}
@media only screen and (max-width: 1279.5px) {
	.balkons-single-variants__cards {
		grid-template-columns: repeat(1, 1fr);
		padding-top: 30px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balkons-single-variants__cards {
		padding-top: 20px;
	}
}
.balkons-single-variants__card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
}
.balkons-single-variants__card-body {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
@media only screen and (max-width: 1279.5px) {
	.balkons-single-variants__card-body {
		gap: 16px;
	}
}
.balkons-single-variants__card-image img {
	border-radius: 12px;
	width: 100%;
	height: 472px;
	object-fit: cover;
}
@media only screen and (max-width: 1279.5px) {
	.balkons-single-variants__card-image img {
		height: 400px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balkons-single-variants__card-image img {
		height: 360px;
	}
}
.balkons-single-variants__card-main {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
@media only screen and (max-width: 1279.5px) {
	.balkons-single-variants__card-main {
		gap: 12px;
	}
}
.balkons-single-variants__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) {
	.balkons-single-variants__card-title {
		font-size: 24px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balkons-single-variants__card-title {
		font-size: 20px;
	}
}
.balkons-single-variants__card-text {
	line-height: 150%;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #433653;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
	width: 70%;
}
@media only screen and (max-width: 1919.5px) {
	.balkons-single-variants__card-text {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balkons-single-variants__card-text {
		font-size: 12px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balkons-single-variants__card-text {
		width: 100%;
	}
}
.balkons-single-variants__card-list {
	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) {
	.balkons-single-variants__card-list {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balkons-single-variants__card-list {
		font-size: 12px;
	}
}
.balkons-single-variants__card-list li {
	list-style: disc inside;
}
.balkons-single-variants__button button {
	width: 100%;
}
.balkons-single-reasons {
	padding-top: 100px;
}
@media only screen and (max-width: 1919.5px) {
	.balkons-single-reasons {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balkons-single-reasons {
		padding-top: 60px;
	}
}
.balkons-single-reasons img {
	width: 100%;
	border-radius: 12px;
}
.balkons-single-form {
	padding-top: 140px;
	padding-bottom: 60px;
}
@media only screen and (max-width: 1919.5px) {
	.balkons-single-form {
		padding-top: 120px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balkons-single-form {
		padding-top: 60px;
	}
}
.balkons-single-payment {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding-top: 100px;
}
@media only screen and (max-width: 1919.5px) {
	.balkons-single-payment {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balkons-single-payment {
		padding-top: 60px;
	}
}
.balkons-single-payment__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) {
	.balkons-single-payment__title {
		font-size: 32px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.balkons-single-payment__title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balkons-single-payment__title {
		font-size: 24px;
	}
}
.balkons-single-take-care {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	border-radius: 12px;
	padding-top: 100px;
}
@media only screen and (max-width: 1919.5px) {
	.balkons-single-take-care {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balkons-single-take-care {
		padding-top: 60px;
	}
}
.balkons-single-take-care__body {
	border-radius: 12px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 60px;
}
@media only screen and (max-width: 1279.5px) {
	.balkons-single-take-care__body {
		align-items: flex-start;
		gap: 60px;
		flex-direction: column;
		padding: 30px;
	}
}
.balkons-single-take-care__main {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 0 0 25%;
	height: 340px;
	gap: 8px;
}
@media only screen and (max-width: 767.5px) {
	.balkons-single-take-care__main {
		flex: 0 0 100%;
	}
}
.balkons-single-take-care__main-title {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #fcfbfd;
	font-size: 36px;
	font-weight: 600;
	line-height: 120%;
}
@media only screen and (max-width: 1919.5px) {
	.balkons-single-take-care__main-title {
		font-size: 32px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.balkons-single-take-care__main-title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balkons-single-take-care__main-title {
		font-size: 24px;
	}
}
.balkons-single-take-care__main-text {
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
	color: #fcfbfd;
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
	width: 80%;
}
@media only screen and (max-width: 767.5px) {
	.balkons-single-take-care__main-text {
		font-size: 12px;
	}
}
.balkons-single-take-care__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	flex: 0 0 60%;
}
@media only screen and (max-width: 767.5px) {
	.balkons-single-take-care__cards {
		flex: 0 0 100%;
		grid-template-columns: repeat(2, 1fr);
	}
}
.balkons-single-take-care__card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 12px;
	gap: 20px;
	background: #f5f2f8;
	padding: 20px;
}
@media only screen and (max-width: 767.5px) {
	.balkons-single-take-care__card {
		padding: 12px;
		gap: 12px;
	}
}
.balkons-single-take-care__card:nth-child(4) {
	grid-column: span 2;
}
@media only screen and (max-width: 767.5px) {
	.balkons-single-take-care__card:nth-child(4) {
		grid-column: span 1;
	}
}
.balkons-single-take-care__card-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) {
	.balkons-single-take-care__card-title {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balkons-single-take-care__card-title {
		font-size: 14px;
	}
}
.balkons-single-other-variants {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding-top: 100px;
}
@media only screen and (max-width: 1919.5px) {
	.balkons-single-other-variants {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balkons-single-other-variants {
		padding-top: 60px;
	}
}
.balkons-single-other-variants__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) {
	.balkons-single-other-variants__title {
		font-size: 32px;
	}
}
@media only screen and (max-width: 1279.5px) {
	.balkons-single-other-variants__title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.5px) {
	.balkons-single-other-variants__title {
		font-size: 24px;
	}
}
.balkons-single-other-variants__cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
@media only screen and (max-width: 1279.5px) {
	.balkons-single-other-variants__cards {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 767.5px) {
	.balkons-single-other-variants__cards {
		grid-template-columns: repeat(1, 1fr);
	}
}
.dachi-window {
	display: flex;
	flex-direction: column;
	gap: 100px;
}
@media only screen and (max-width: 767.5px) {
	.dachi-window {
		gap: 60px;
	}
}
.dachi-window__item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 120px;
}
@media only screen and (max-width: 1279.5px) {
	.dachi-window__item {
		gap: 60px;
	}
}
@media only screen and (max-width: 767.5px) {
	.dachi-window__item {
		gap: 30px;
	}
}
.dachi-window__item:nth-child(even) {
	flex-direction: row-reverse;
}
@media only screen and (max-width: 1279.5px) {
	.dachi-window__item {
		flex-direction: column;
	}
	.dachi-window__item:nth-child(even) {
		flex-direction: column;
	}
}
.dachi-window__item-image {
	flex: 0 0 41.6666%;
}
@media only screen and (max-width: 1279.5px) {
	.dachi-window__item-image {
		width: 100%;
		flex: 0 0 100%;
	}
}
.dachi-window__item-image img {
	object-fit: cover;
	border-radius: 12px;
	width: 100%;
	height: 420px;
}
@media only screen and (max-width: 1279.5px) {
	.dachi-window__item-image img {
		height: 700px;
	}
}
@media only screen and (max-width: 767.5px) {
	.dachi-window__item-image img {
		height: 320px;
	}
}
.dachi-window__item-body {
	display: flex;
	flex-direction: column;
	gap: 20px;
	flex: 0 0 50%;
}
.dachi-window__item-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) {
	.dachi-window__item-title {
		font-size: 24px;
	}
}
@media only screen and (max-width: 767.5px) {
	.dachi-window__item-title {
		font-size: 20px;
	}
}
.dachi-window__item-text {
	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) {
	.dachi-window__item-text {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767.5px) {
	.dachi-window__item-text {
		font-size: 12px;
	}
}
.dachi-window__item-order button {
	width: 100%;
}
.page-404 {
	width: 80%;
}
@media only screen and (max-width: 1279.5px) {
	.page-404 {
		width: 100%;
	}
}
.page-404__image img {
	width: 308px;
	height: 128px;
	object-fit: contain;
}
@media only screen and (max-width: 1279.5px) {
	.page-404__image img {
		width: 200px;
		height: 80px;
	}
}
.page-404__title {
	padding-top: 30px;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
}
@media only screen and (max-width: 1279.5px) {
	.page-404__title {
		font-size: 32px;
	}
}
@media only screen and (max-width: 767.5px) {
	.page-404__title {
		font-size: 28px;
	}
}
.page-404__text {
	padding-top: 24px;
	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) {
	.page-404__text {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767.5px) {
	.page-404__text {
		font-size: 14px;
	}
}
.page-404__button {
	padding-top: 40px;
}
.page-404__button a {
	width: fit-content;
} 


.modal-content.flowers {
  border-radius: 12px;
  background: url("../images/flowers_background.webp") no-repeat center/cover;
  width: 551px;
  height: 435px;
  position: relative;
}

.modal-content.window {
  border-radius: 12px;
  background: url("../images/window_background.webp") no-repeat center/cover;
  width: 551px;
  height: 435px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767.5px) {
  .modal-content.flowers {
    width: 320px;
    height: 435px;
    background-image: url("../images/flowers_background_mobile.svg");
  }

  .modal-content.window {
    width: 320px;
    height: 530px;
    background-image: url("../images/window_background_mobile.webp");
  }
}

.flowers .modal-content__container {
  padding: 0;
}

.flowers .modal-content__image {
  position: absolute;
  width: 306px;
  height: 226px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  border-bottom-right-radius: 12px;
}

.window .modal-content__image {
  position: absolute;
  width: 296px;
  height: 392px;
  right: -32px;
  bottom: -68px;
  z-index: 5;
  border-bottom-right-radius: 12px;
}

@media only screen and (max-width: 767.5px) {
  .flowers .modal-content__image {
    width: 203.728px;
    height: 144.11px;
  }

  .window .modal-content__image {
    width: 190.436px;
    height: 250.97px;
    right: 0;
    bottom: -42px;
  }
}

@media only screen and (max-width: 360px) {
  .modal-content__image {
    display: none;
  }
}


.flowers .modal-form {
  border: none;
  padding: 40px;
  position: relative;
  z-index: 5;
}

.window .modal-form {
  border: none;
  padding: 0;
  padding-top: 102px;
  padding-left: 50px;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 767.5px) {
  .flowers .modal-form {
    padding: 67px 24px;
  }

  .window .modal-form {
    padding-top: 104px;
    padding-left: 24px;
  }
}

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

.flowers .modal-form__image {
  width: 278px;
  height: 159px;
}

@media only screen and (max-width: 767.5px) {
  .flowers .modal-form__image {
    width: 220px;
    height: 126px;
  }
}

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

.flowers .modal-form .form__field input {
  outline: none;
  border-color: #e63f82;
  color: #e63f82;
  background-color: transparent;
}

.flowers .modal-form .form__field input::placeholder {
  color: #e63f82;
}

.window .modal-form .form__field input {
  outline: none;
  border-color: #8757d1;
  color: #8757d1;
  background-color: transparent;
}

.window .modal-form .form__field input::placeholder {
  color: #8757d1;
}

.modal-content .form__field {
  width: 320px;
}

@media only screen and (max-width: 767.5px) {
  .modal-content .form__field {
    width: 100%;
  }
}

.modal-form button {
  margin-top: 30px;
  width: 100%;
}

.flowers .modal-form button {
  width: 225px;
  border: none;
  outline: none;
  background-color: #b3b483;
  color: white;
}

.window .modal-form button {
  width: 225px;
  border: none;
  outline: none;
  background-color: #8757d1;
  color: white;
}

div[id^=myModal].fancybox-button {
  right: -10px;
  top: -50px;
}

div[id^=myModal].fancybox-button svg path {
  color: #f5f2f8;
}

/*# sourceMappingURL=style.css.map */