

/* Start:/local/templates/.default/components/bitrix/menu/horizontal/style.css?1766038794428*/
.menu-main-container {
    background: #E72A77;
    border-radius: 8px;
    display: flex;
    justify-content: space-around;
}

.menu-item a {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
}

.menu-item a:hover {
    color: #ffe9e9;
}

.menu-item {
    padding: 16px;
}

.menu-item.active {
    background: #D0EFFB;
    border-radius:  8px;
}

.menu-item.active a {
    color: #E72A77;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/vertical-modal-menu/style.css?17658886061539*/
.menu-main-container-vertical {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.menu-item-vertical {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-main-container-vertical .menu-item-vertical a {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #353535;
}

.menu-item-vertical a:hover {
    color: #ffe9e9;
}

.modal-menu-head-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.modal-menu-head-content .contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.menu-item-vertical-catalog {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    transform: translateX(100%);
    display: none;
}

.menu-item-vertical-catalog.active {
    display: block;
}

.menu-item-vertical-catalog-head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.menu-item-vertical-catalog-container {
    margin-top: 56px;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.menu-item-vertical-catalog-head-title {
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    text-transform: uppercase;
    color:  #353535;
}

.menu-item-vertical-catalog-menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.item-section {
    font-weight: 400;
    font-size: 15px;
    color: #353535;
}

.menu-item-vertical-catalog-head-arrow {
    height: 24px;
    width: 24px;
}
/* End */


/* Start:/local/components/bitrix/breadcrumb/templates/.default/style.css?1766038794717*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

.bx-breadcrumb-custom {
	display: flex;
	padding: 40px 0 36px 0;
	align-items: baseline;
}
.bx-breadcrumb-custom span,
.bx-breadcrumb-custom a {
	font-weight: 400;
	font-size: 14px;
	color: #808080;
}

.bx-breadcrumb-custom span:hover {
	color: #adadad;
}

.bx-breadcrumb-item svg {
	margin: 2px 8px 2px 12px;
}

@media(max-width: 1440px) {
	.bx-breadcrumb-custom {
		padding: 20px 0;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/footer/style.css?1765888606182*/
.menu-main-footer-container {
    display: flex;
    gap: 32px;
}

.menu-item-footer {
    font-weight: 400;
    font-size: 16px;
}

.menu-item-footer:hover a {
    color: #E72A77;
}
/* End */


/* Start:/local/templates/.default/template_styles.css?17689090838289*/
.fancybox__container {
	--fancybox-bg: #00000040 !important;
}

@font-face {
	font-family: 'Proserpina-Deco';
	src: url('/local/templates/.default/./fonts/Proserpina-Deco.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/local/templates/.default/./fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
input:disabled {
	outline: 1px solid #00000033 !important;
	color: #808080 !important;
	opacity: 0.8 !important;
}

.error-message {
	font-family: Golos Text;
	font-weight: 400;
	font-size: 12px;
	color: #E53935;
	margin-left: 20px;
	width: 100%;
}

.has-error {
	outline: 1px solid #E53935 !important;
}

.custom-checkbox svg {
	display: none;
}

.custom-checkbox.active svg {
	display: block;
}

.custom-checkbox input {
	border: none;
	outline: none;
	accent-color: #E72A77;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	cursor: pointer;
	margin: 0;
}

.error-field {
	border: 1px solid #E53935 !important;
}

.form-feedback-field {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: stretch;
}

.form-feedback-custom-field:placeholder-shown + .field-send-feedback-clear {
	display: none;
}

.field-send-feedback-clear {
	position: absolute;
	top: 18px;
	right: 21px;
	cursor: pointer;
	display: block;
}

.hidden {
	display: none !important;
}

body
{
	height:100%;
	margin:0;
	padding:0;
	font-size: 80.01%;
	font-family: Golos Text;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.page-wrapper {
	max-width: 1324px;
	margin: 0 auto;
}

.main-container-head {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.head-title {
	display: flex;
	width: 423px;
	align-items: center;
	justify-content: space-between;
}

.head-title-text {
	font-family: Golos Text;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #808080;
}

.contacts {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 53px;
}

.contact-item {
	display: flex;
	align-items: center;
	gap: 16px;
}

.contact-item:hover .contact-phone-text-number,
.contact-item:hover .contact-email-text-number {
	color: #E72A77;
}

.contact-item:hover .contact-phone-text-title,
.contact-item:hover .contact-email-text-title {
	color: #353535;
}

.contact-icon {
	height: 45px;
}

.contact-email-text-number,
.contact-phone-text-number {
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	color: #353535;
}
.contact-email-text-title,
.contact-phone-text-title {
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #808080;
}

.footer {
	background: #75D2D226;
	padding: 88px 0 88px 0;
}

.footer-container {
	display: flex;
	flex-direction: column;
	gap: 80px;
}

.footer-menu {
	display: flex;
	gap: 40px;
}

.footer-menu-items {
	display: flex;
	align-items: center;
}

.menu-item-footer a {
	font-weight: 400;
	font-size: 16px;
	color: #353535;
}

.footer-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.social {
	display: flex;
	gap: 25px;
}

.info-social-telegram,
.info-social-vk {
	height: 45px;
}

.info-social-vk:hover svg rect {
	fill: #0077FF;
}

.info-social-telegram:hover svg rect {
	fill: #27A6E5;
}

.footer-copyright {
	display: flex;
	justify-content: space-between;
}

.footer-copyright-title {
	font-family: Montserrat;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	color: #353535;
}

.footer-copyright-develop {
	font-family: Montserrat;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	color: #353535;
}

.footer-copyright-develop:hover {
	color: #E72A77;
}

.main-container-head-mobile {
	display: none;
	padding: 8px 0;
}

.head-mobile {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.head-mobile-title {
	display: flex;
	gap: 4px;
	width: 100%;
	justify-content: center;
}

.head-mobile-title-text {
	width: 118px;
	font-weight: 400;
	font-size: 9px;
	color: #808080;
}

.modal-main-menu {
	position: fixed;
	background: white;
	width: 100%;
	height: 100%;
	z-index: 100;
	top: 0;
	left: 0;
	transition: all 0.3s ease;
	transform: translateX(-100%);
}

.modal-main-menu.active {
	transform: translateX(0);
}

.modal-menu-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modal-menu {
	margin-top: 56px;
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.footer-about-background {
	display: flex;
	justify-content: space-between;
	padding: 0 200px;
	overflow: hidden;
}

.footer-about-blur-color {
	position: absolute;
	width: 300px;
	height: 300px;
	background-color: #FEFFEB;
	border-radius: 50%;
	filter: blur(40px);
	opacity: 0.9;
	box-shadow:
			0 0 80px 40px #FEFFEB,
			0 0 120px 60px rgba(254, 255, 235, 0.5);
	bottom: -40px;
	padding: 0 20px;
}

.footer-about-blur {
	position: relative;
}

.footer-about-blur-img {
	width: 380px;
	height: 380px;
}

.footer-about-blur-img img {
	position: absolute;
	bottom: -100px;
}

.main-footer-about-content {
	position: absolute;
	width: 100%;
	height: 100%;
}

.footer-about-content {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	z-index: 1;
}

.footer-about {
	display: flex;
	flex-direction: column;
	position: relative;
}

.footer-about-content-title {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 36px;
	color: #353535;
}

.footer-about-content-subtitle {
	font-weight: 400;
	font-size: 16px;
	color: #353535;
}

.footer-about-content-buttons {
	margin-top: 36px;
	display: flex;
	gap: 20px;
}

.footer-about-content-button-contact-us {
	font-weight: 500;
	font-size: 16px;
	color: #E72A77;
	border-radius: 8px;
	border: 1px solid #E72A77;
	padding: 16px 28px;
	cursor: pointer;
}

.footer-about-content-button-catalog {
	font-weight: 500;
	font-size: 16px;
	background: #E72A77;
	border-radius: 8px;
	color: #FFFFFF;
	padding: 16px 28px;
	cursor: pointer;
}

.footer-about-content-button-contact-us:hover {
	color: #75D2D2;
	border: 1px solid #75D2D2;
}

.footer-about-content-button-catalog:hover {
	background: #75D2D2;
	color: #FFFFFF;
}

.footer-about-blur-mobile {
	display: none;
	position: relative;
	width: 350px;
	height: 170px;
}

.footer-about-blur-mobile-blur {
	position: absolute;
	width: 300px;
	height: 300px;
	background-color: #FEFFEB;
	border-radius: 50%;
	filter: blur(40px);
	opacity: 0.9;
	box-shadow: 0 0 80px 40px #FEFFEB, 0 0 120px 60px rgba(254, 255, 235, 0.5);
	bottom: -200px;
	padding: 0 20px;
}

.footer-about-blur-mobile img {
	position: absolute;
	bottom: -120px;
	z-index: 1;
}

.page-title {
	font-family: Golos Text;
	font-weight: 700;
	font-size: 36px;
	vertical-align: middle;
	color: #353535;
}

@media (max-width: 1440px) {

	.footer-about-blur-mobile {
		display: block;
		margin: auto;
	}

	.main-container-head {
		display: none;
	}

	.main-container-head-mobile {
		display: block;
	}

	.page-wrapper {
		padding: 0 32px;
		max-width: 1440px;
	}

	.footer-menu {
		flex-direction: column;
	}

	.menu-main-footer-container {
		flex-direction: column;
	}

	.footer-info {
		flex-direction: column;
		align-items: start;
		gap: 32px;
	}

	.contacts {
		flex-direction: column;
		gap: 20px;
	}

	.footer-container {
		gap: 32px;
	}

	.footer-copyright {
		flex-direction: column;
		gap: 10px;
	}

	.footer {
		padding: 40px 0 40px 0;
	}

	.footer-copyright-title,
	.footer-copyright-develop {
		font-size: 13px;
	}

	.modal-main-menu {
		width: 276px;
	}

	.footer-about-background {
		padding: 0;
		justify-content: center;
	}

	.footer-about-content {
		position: relative;
		padding-top: 40px;
	}

	.main-footer-about-content {
		position: relative;
		overflow: hidden;
	}

	.footer-about {
		background: #D0EFFB;
		flex-direction: column-reverse;
	}

	.footer-about-blur {
		display: none;
	}
}

@media (max-width: 428px) {

	.modal-main-menu {
		width: 100%;
	}

	.page-wrapper {
		padding: 0 16px;
	}

	.footer-about-content-buttons {
		flex-direction: column;
		width: 100%;
	}

	.footer-about-content-button-catalog,
	.footer-about-content-button-contact-us {
		margin: 0 16px;
		text-align: center;
	}

	.footer-about-blur-mobile {
		height: 115px;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/menu/horizontal/style.css?1766038794428 */
/* /local/templates/.default/components/bitrix/menu/vertical-modal-menu/style.css?17658886061539 */
/* /local/components/bitrix/breadcrumb/templates/.default/style.css?1766038794717 */
/* /local/templates/.default/components/bitrix/menu/footer/style.css?1765888606182 */
/* /local/templates/.default/template_styles.css?17689090838289 */
