

/* Start:/local/templates/cetralisan/components/bitrix/menu/top/style.css?17803213187104*/
.custom-menu {
    position: fixed;
    top: 44px;
    left: 0;
    width: 100%;
    z-index: 30;
    pointer-events: none;
}

.custom-menu--inner {
    top: 34px;
}


.menu-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    pointer-events: none;
}

.menu-layout {
    width: min(1280px, calc(100% - 160px));
    display: grid;
    grid-template-columns: 230px minmax(620px, 812px) 210px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    pointer-events: auto;
}

.menu-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.menu-brand img {
    display: block;
    filter: brightness(0) saturate(100%) invert(27%) sepia(89%) saturate(559%) hue-rotate(101deg) brightness(85%) contrast(93%);
}

.menu-brand img:first-child {
    width: 28px;
    height: 28px;
}

.menu-brand img:last-child {
    width: 174px;
    height: auto;
}

.menu-container {
    max-width: 812px;
    width: 100%;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50px;
    padding: 12px 30px;
    pointer-events: auto;
    box-sizing: border-box;
    background-color: #0000003b;
}

.custom-menu--inner .menu-container {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    padding-left: 0;
    padding-right: 0;
}

.custom-menu--inner .menu-item a {
    color: rgba(97, 97, 97, 0.72);
}

.custom-menu--inner .menu-item a:hover,
.custom-menu--inner .menu-item.selected > a {
    color: rgba(0, 97, 44, 1);
    opacity: 1;
}

.menu-order {
    height: 50px;
    min-width: 204px;
    padding: 0 28px;
    border-radius: 50px;
    background: rgba(229, 236, 215, 1);
    color: rgba(0, 97, 44, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    text-decoration: none;
    box-sizing: border-box;
    pointer-events: auto;
}

.custom-menu--home .menu-layout {
    width: min(812px, calc(100% - 40px));
    display: flex;
    justify-content: center;
}

.custom-menu--home .menu-brand,
.custom-menu--home .menu-order {
    display: none;
}


.menu-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-item {
    margin: 0;
    padding: 0;
    position: relative;
}

.menu-item a {
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s ease;
    white-space: nowrap;
}

.menu-item a:hover {
    opacity: 0.8;
}

.menu-item.selected > a {
    opacity: 0.7;
}

.menu-item--catalog::after {
    content: "";
    position: absolute;
    top: 100%;
    left: -24px;
    right: -24px;
    height: 16px;
}

.menu-dropdown {
    position: absolute;
    top: calc(100% + 16px);
    left: 50%;
    transform: translate(-50%, 8px);
    min-width: 280px;
    margin: 0;
    padding: 14px;
    list-style: none;
    border-radius: 24px;
    background: rgba(249, 247, 236, 0.96);
    box-shadow: 0 18px 50px rgba(21, 109, 59, 0.16);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.menu-item--catalog:hover .menu-dropdown,
.menu-item--catalog:focus-within .menu-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.menu-dropdown li {
    margin: 0;
    padding: 0;
}

.menu-dropdown a {
    display: block;
    padding: 9px 14px;
    border-radius: 16px;
    color: rgba(21, 109, 59, 1);
    text-align: left;
}

.menu-dropdown a:hover {
    background: rgba(229, 236, 215, 1);
    opacity: 1;
}


.burger-menu {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1001;
    pointer-events: auto;
}

.burger-icon {
    width: 30px;
    height: 24px;
    position: relative;
    cursor: pointer;
}

.burger-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ffffff;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.burger-icon span:first-child {
    top: 0;
}

.burger-icon span:nth-child(2) {
    top: 10px;
}

.burger-icon span.short {
    top: 20px;
    width: 70%;
    right: 0;
}


.burger-menu.active .burger-icon span:first-child {
    transform: rotate(45deg);
    top: 10px;
}

.burger-menu.active .burger-icon span:nth-child(2) {
    opacity: 0;
}

.burger-menu.active .burger-icon span.short {
    transform: rotate(-45deg);
    top: 10px;
    width: 100%;
}


@media screen and (max-width: 768px) {
    .custom-menu {
        top: 0;
    }

    .burger-menu {
        display: block;
    }

    .menu-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        pointer-events: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-layout {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 26px;
    }

    .menu-wrapper.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .menu-container {
        max-width: 100%;
        margin: 0;
        background: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        border-radius: 0;
        padding: 20px;
    }

    .menu-list {
        flex-direction: column;
        gap: 22px;
    }

    .menu-brand {
        display: flex;
    }

    .custom-menu--home .menu-brand,
    .custom-menu--home .menu-order {
        display: flex;
    }

    .menu-brand img {
        filter: none;
    }

    .menu-order {
        justify-self: auto;
        min-width: 190px;
        height: 44px;
        background: rgba(252, 249, 232, 1);
        color: rgba(97, 97, 97, 1);
    }

    .menu-item a {
        font-size: 16px;
    }

    .menu-dropdown {
        position: static;
        min-width: 0;
        padding: 10px 0 0;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        z-index: auto;
    }

    .menu-item--catalog:hover .menu-dropdown,
    .menu-item--catalog:focus-within .menu-dropdown {
        transform: none;
    }

    .menu-dropdown a {
        padding: 7px 0;
        color: rgba(255, 255, 255, 0.72);
        font-size: 13px;
        text-align: center;
    }

    .menu-dropdown a:hover {
        background: transparent;
    }
}


@media screen and (max-width: 480px) {
    .menu-container {
        padding: 15px;
    }

    .menu-item a {
        font-size: 14px;
    }
}

/* End */


/* Start:/local/templates/cetralisan/styles.css?177988507024871*/

@font-face {
	font-family: 'Vetrino';
	src: url('/local/templates/cetralisan/fonts/vetrino/Vetrino.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

body {
	background-color: rgba(252, 249, 232, 1);
}
.hero-section {
	position: relative;
	height: 835px;
	width: 100%;
	background-image: url('/local/templates/cetralisan/images/ads.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	border-bottom-right-radius: 120px;
	border-bottom-left-radius: 120px;
}


.hero-content {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 234px; 
	box-sizing: border-box;
}


.hero-image-top {
	margin-bottom: 30px; 
	animation: fadeInDown 1s ease;
}


.hero-image-bottom {
	margin-bottom: 30px; 
	animation: fadeInUp 1s ease 0.3s both;
}


.hero-image {
	max-width: 100%;
	height: auto;
	display: block;
}


.hero-text {
	font-family: Montserrat, Arial, sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	color: #ffffff;
	margin-bottom: 140px; 
	max-width: 800px;
	padding: 0 20px;
	animation: fadeIn 1s ease 0.6s both;
}


.hero-button {
	animation: fadeInUp 1s ease 0.9s both;
}

.order-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 204px;
	height: 45px;
	background: rgba(252, 249, 232, 1);
	border-radius: 25px;

	font-family: Montserrat, Arial, sans-serif;
	font-weight: 500;
	font-size: 16.75px;
	line-height: 150%;
	text-align: center;
	color: rgba(97, 97, 97, 1);
	text-decoration: none;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
}

.order-button:hover {
	background: rgba(252, 249, 232, 0.9);
	transform: scale(1.05);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.order-button:active {
	transform: scale(0.98);
}


@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}


@media screen and (max-width: 1024px) {
	.hero-content {
		padding-top: 150px;
	}

	.hero-text {
		margin-bottom: 100px;
	}
}

@media screen and (max-width: 768px) {
	.hero-section {
		height: auto;
		min-height: 600px;
		border-bottom-right-radius: 40px;
		border-bottom-left-radius: 40px;
	}

	.hero-content {
		padding: 120px 20px 60px;
	}

	.hero-image-top {
		max-width: 80%;
		margin-bottom: 20px;
	}

	.hero-image-bottom {
		max-width: 90%;
		margin-bottom: 20px;
	}

	.hero-text {
		font-size: 12px;
		margin-bottom: 80px;
		padding: 0 15px;
	}

	.hero-text br {
		display: none; 
	}

	.order-button {
		width: 180px;
		height: 40px;
		font-size: 14px;
	}
}

@media screen and (max-width: 480px) {
	.hero-content {
		padding: 100px 15px 40px;
	}

	.hero-text {
		font-size: 11px;
		margin-bottom: 60px;
	}

	.hero-image-top {
		max-width: 70%;
	}

	.hero-image-bottom {
		max-width: 80%;
	}
}


@media screen and (max-width: 320px) {
	.hero-text {
		font-size: 10px;
	}

	.order-button {
		width: 160px;
		height: 36px;
		font-size: 12px;
	}
}


.about-section {
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px;
}
@media(max-width: 768px){
	.about-section {
		display: none;
	}
}
.about-title {
	margin-top: 100px;
	margin-bottom: 24px;
	color: rgba(21, 109, 59, 1);
	font-family: 'Vetrino', sans-serif;
	font-weight: 400;
	font-size: 42px;
	line-height: 100%;
	letter-spacing: 12%;
	text-align: center;
	text-transform: uppercase;
}

.about-subtitle {
	margin-bottom: 100px;
	color: rgba(21, 109, 59, 1);
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
}


.products-container {
	display: flex;
	justify-content: center;
	gap: 26px;
	flex-wrap: wrap;
}


.content-blocks {
	display: flex;
	gap: 26px;
	flex-wrap: wrap;
}


.product-card {
	width: 376px;
	height: 527px;
	background-color: #fff;
	border-radius: 40px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

.card-content {
	padding: 30px 20px;
	display: flex;
	flex-direction: column;
	height: 100%;
	box-sizing: border-box;
}

.card-title {
	font-family: 'Vetrino', sans-serif;
	font-weight: 400;
	font-size: 42px;
	line-height: 100%;
	letter-spacing: 12%;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.card-subtitle-line {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-bottom: 7px;
}

.line {
	flex: 1;
	height: 1px;
	background-color: currentColor;
	opacity: 0.3;
}

.subtitle-text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 17.09px;
	line-height: 100%;
	letter-spacing: 12%;
	text-transform: uppercase;
	color: inherit;
}

.card-description {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	color: rgba(97, 97, 97, 1);
	margin: 0 0 15px 0;
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}

.card-image {
	margin-top: auto;
	text-align: center;
}

.card-image img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}


.switch-blocks {
	display: flex;
	gap: 26px;
}

.switch-item {
	width: 141px;
	height: 527px;
	border-radius: 0 50px 0 50px;
	background-color: rgba(21, 109, 59, 1);
	position: relative;
	cursor: pointer;
	transition: background-color 0.3s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 40px 0;
	box-sizing: border-box;
}

.switch-item.active {
	background-color: rgba(229, 236, 215, 1);
}

.switch-title {
	font-family: 'Vetrino', sans-serif;
	font-weight: 400;
	font-size: 60px;
	line-height: 100%;
	letter-spacing: 12%;
	text-transform: uppercase;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	color: #fff;
	margin-top: 20px;
}

.active .switch-title {
	color: rgba(21, 109, 59, 1);
}

.switch-arrow {
	width: 60px;
	height: 60px;
	min-width: 60px;
	min-height: 60px;
	flex: 0 0 60px;
	box-sizing: border-box;
	border-radius: 50%;
	border: 2px solid currentColor;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: absolute;
	left: 50%;
	bottom: 46px;
	transform: translateX(-50%);
}

.switch-arrow svg {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.active .switch-arrow {
	color: rgba(21, 109, 59, 1);
	border-color: rgba(21, 109, 59, 1);
}


.active .switch-arrow .arrow-up {
	display: block !important;
}

.active .switch-arrow .arrow-left {
	display: none !important;
}


.switch-item:not(.active) .switch-arrow {
	color: #fff;
	border-color: #fff;
}


.switch-item:not(.active) .switch-arrow .arrow-left {
	display: block !important;
}

.switch-item:not(.active) .switch-arrow .arrow-up {
	display: none !important;
}

.product-card {
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.product-card.fade-out {
	opacity: 0;
	transform: scale(0.98);
}

.product-card.fade-in {
	opacity: 1;
	transform: scale(1);
	animation: cardAppear 0.4s ease forwards;
}

@keyframes cardAppear {
	0% {
		opacity: 0;
		transform: scale(0.98);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}


.card-image img {
	transition: opacity 0.3s ease;
}

.product-card.fade-out .card-image img {
	opacity: 0.7;
}

@media (max-width: 1200px) {
	.products-container {
		flex-direction: column;
		align-items: center;
	}

	.switch-blocks {
		flex-direction: row;
		justify-content: center;
	}

	.switch-item {
		height: auto;
		min-height: 527px;
	}
}

@media (max-width: 768px) {
	.about-title {
		font-size: 32px;
		margin-top: 50px;
	}

	.about-subtitle {
		font-size: 14px;
		margin-bottom: 50px;
	}

	.product-card {
		width: 100%;
		max-width: 376px;
	}

	.switch-blocks {
		flex-wrap: wrap;
	}

	.switch-item {
		width: 100%;
		max-width: 141px;
	}
}




.about-section-mobile {
	max-width: 100%;
	padding: 20px 16px;
	margin: 0 auto;
	box-sizing: border-box;
}

@media(min-width: 769px){
	.about-section-mobile{
		display: none;
	}
}
.about-title-mobile {
	margin-top: 40px;
	margin-bottom: 20px;
	color: rgba(21, 109, 59, 1);
	font-family: 'Vetrino', sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 12%;
	text-align: center;
	text-transform: uppercase;
}

.about-subtitle-mobile {
	margin-bottom: 40px;
	color: rgba(21, 109, 59, 1);
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	padding: 0 10px;
}


.accordion-container {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 100%;
}

.accordion-item {
	width: 100%;
	border-radius: 30px;
	overflow: hidden;
	transition: all 0.3s ease;
}

.accordion-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 24px;
	background-color: rgba(21, 109, 59, 1);
	border-radius: 30px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.accordion-item.active .accordion-header {
	background-color: rgba(229, 236, 215, 1);
}

.accordion-title {
	font-family: 'Vetrino', sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 12%;
	text-transform: uppercase;
	color: #ffffff;
}

.accordion-item.active .accordion-title {
	color: rgba(21, 109, 59, 1);
}

.accordion-arrow {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 2px solid currentColor;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	position: relative;
}

.accordion-item.active .accordion-arrow {
	color: rgba(21, 109, 59, 1);
	border-color: rgba(21, 109, 59, 1);
}

.accordion-arrow svg {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.accordion-item.active .accordion-arrow .arrow-up {
	display: block !important;
}

.accordion-item.active .accordion-arrow .arrow-down {
	display: none !important;
}

.accordion-item:not(.active) .accordion-arrow .arrow-up {
	display: none !important;
}

.accordion-item:not(.active) .accordion-arrow .arrow-down {
	display: block !important;
}


.accordion-content {
	overflow: hidden;
	transition: max-height 0.5s ease;
	max-height: 0;
	padding: 0 4px;
}

.accordion-item.active .accordion-content {
	max-height: 500px; 
}


.accordion-cards-row {
	display: flex;
	flex-direction: row;
	gap: 12px;
	padding: 20px 0 10px 0;
	justify-content: center;
}


.product-card-mobile {
	flex: 1;
	min-width: 0; 
	max-width: calc(50% - 6px);
	background-color: #ffffff;
	border-radius: 24px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.card-content-mobile {
	padding: 20px 12px;
	display: flex;
	flex-direction: column;
}

.card-title-mobile {
	font-family: 'Vetrino', sans-serif;
	font-weight: 400;
	font-size: 28px;
	line-height: 100%;
	letter-spacing: 8%;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 8px 0;
}

.card-subtitle-line-mobile {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-bottom: 8px;
}

.card-subtitle-line-mobile .line {
	flex: 1;
	height: 1px;
	background-color: currentColor;
	opacity: 0.3;
}

.subtitle-text-mobile {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 8%;
	text-transform: uppercase;
	color: inherit;
	white-space: nowrap;
}

.card-description-mobile {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 11px;
	line-height: 140%;
	text-align: center;
	color: rgba(97, 97, 97, 1);
	margin: 0 0 12px 0;
	max-width: 100%;
}

.card-image-mobile {
	text-align: center;
}

.card-image-mobile img {
	max-width: 100%;
	height: auto;
	max-height: 150px;
	object-fit: contain;
}


.product-card-mobile.fade-out {
	opacity: 0;
	transform: scale(0.98);
}

.product-card-mobile.fade-in {
	opacity: 1;
	transform: scale(1);
	animation: cardAppearMobile 0.4s ease forwards;
}

@keyframes cardAppearMobile {
	0% {
		opacity: 0;
		transform: scale(0.98);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}


@media (max-width: 400px) {
	.card-title-mobile {
		font-size: 24px;
	}

	.subtitle-text-mobile {
		font-size: 12px;
	}

	.card-description-mobile {
		font-size: 10px;
	}
}

.ws_why-section {
	margin-top: 100px;
	border-top-left-radius: 120px;
	border-top-right-radius: 120px;
	width: 100%;
	background-image: url('/local/templates/cetralisan/images/ads2.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 80px 0;
	position: relative;
}

.ws_why-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 2;
}

.ws_why-title {
	font-family: 'Vetrino', sans-serif;
	font-weight: 400;
	font-size: 65px;
	letter-spacing: 12%;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0 0 60px 0;
	text-align: left;
	line-height: 1.2;
	word-wrap: break-word;
}


.ws_why-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	max-width: 100%;
}


.ws_why-card {
	max-width: 463px;
	width: 100%;
	height: 110px;
	background: transparent;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
}

.ws_card-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 8px;
}

.ws_card-icon {
	width: 32px;
	height: 32px;
	object-fit: contain;
	flex-shrink: 0;
}

.ws_card-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #ffffff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ws_card-text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0;
	color: #ffffff;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-width: 100%;
}


@media (max-width: 992px) {
	.ws_why-title {
		font-size: 48px;
	}

	.ws_why-grid {
		gap: 20px;
	}

	.ws_card-title {
		font-size: 16px;
		white-space: normal;
	}
}


@media (max-width: 768px) {
	.ws_why-section {
		padding: 50px 0;
		border-top-left-radius: 60px;
		border-top-right-radius: 60px;

	}

	.ws_why-title {
		font-size: 38px;
		margin-bottom: 40px;
		text-align: left;
	}

	.ws_why-grid {
		grid-template-columns: 1fr;
		gap: 25px;
		justify-items: center;
	}

	.ws_why-card {
		height: auto;
		min-height: 110px;
	}

	.ws_card-title {
		font-size: 18px;
		white-space: normal;
	}
}

.cs_composition-section {
	width: 100%;
	padding: 80px 0;
	overflow: hidden; 
}

.cs_composition-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cs_composition-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 32px;
	line-height: 150%;
	text-align: center;
	text-transform: uppercase;
	color: rgba(21, 109, 59, 1);
	margin: 0 0 60px 0;
	max-width: 1000px;
}

.cs_title-highlight {
	color: rgba(198, 198, 198, 1);
}


.cs_images-composition {
	position: relative;
	width: 100%;
	height: 500px; 
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 60px;
}

.cs_image-wrapper {
	position: absolute;
	width: 456px;
	height: auto;
	transition: transform 0.3s ease;
}

.cs_image-wrapper img {
	width: 100%;
	height: auto;
	display: block;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}


.cs_image-1 {
	transform: rotate(25deg);
}

.cs_image-2 {
	transform: rotate(-10deg);
}

.cs_image-3 {
	transform: rotate(5deg);
}


.cs_composition-text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 32px;
	line-height: 150%;
	text-align: center;
	text-transform: uppercase;
	color: rgba(198, 198, 198, 1);
	margin: 0;
	max-width: 1000px;
}


@media (max-width: 992px) {
	.cs_composition-title {
		font-size: 28px;
	}

	.cs_composition-text {
		font-size: 28px;
	}

	.cs_images-composition {
		height: 450px;
	}

	.cs_image-wrapper {
		width: 380px;
	}
}


@media (max-width: 768px) {
	.cs_composition-section {
		padding: 50px 0;
	}

	.cs_composition-title {
		font-size: 22px;
		margin-bottom: 40px;
	}

	.cs_composition-text {
		font-size: 22px;
	}

	.cs_images-composition {
		height: 350px;
		margin-bottom: 40px;
	}

	.oc_image {
		display: none;
	}

	
	.cs_image-1 {
		transform: rotate(25deg);
	}

	.cs_image-2 {
		transform: rotate(-10deg);
	}

	.cs_image-3 {
		transform: rotate(5deg);
	}
}


@media (max-width: 480px) {
	.cs_composition-title {
		font-size: 18px;
	}



}


@media (max-width: 400px) {
	.cs_images-composition {
		height: 220px;
	}

	.cs_image-wrapper {
		width: 170px;
	}
}

.dc_action-section {
	width: 100%;
	
	position: relative;
	padding: 60px 0 80px 0;
}
.dc_left-image-screen{
	position: absolute;
	top: -300px;
	left: 0;

}
@media (max-width: 768px){
	.dc_left-image-screen{
		display: none;
	}
}
.dc_action-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	
}


.dc_left-image {
	position: absolute;
	left: 0;
	top: -50px; 
	max-width: 45%; 
	z-index: 1;
}

.dc_left-image img {
	width: 100%;
	height: auto;
	display: block;
}


.dc_right-content {
	max-width: 784px;
	width: 100%;
	margin-left: auto; 
	position: relative;
	z-index: 2;
	padding-left: 20px; 
	box-sizing: border-box;
}


.dc_action-title {
	font-family: 'Vetrino', sans-serif;
	font-weight: 400;
	font-size: 111.4px;
	line-height: 100%;
	letter-spacing: 12px;
	text-transform: uppercase;
	color: rgba(21, 109, 59, 1);
	margin: 0 0 35px 0;
	position: relative;
	display: inline-block; 
}


.dc_title-image {
	display: inline-block;
	vertical-align: baseline;
	margin-left: 5px; 
	position: relative;
	top: -0.1em; 
}

.dc_title-image img {
	width: auto;
	height: 110px;
	
	display: block;
	position: absolute;
	top: -101px;
	left: -26px;
}


.dc_action-text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: rgba(97, 97, 97, 1);
	margin: 0;
	max-width: 100%;
}


@media (max-width: 992px) {
	.dc_action-title {
		font-size: 80px;
	}

	.dc_action-text {
		font-size: 18px;
	}

	.dc_left-image {
		max-width: 40%;
		top: -30px;
	}
}


@media (max-width: 768px) {
	.dc_action-section {
		padding: 40px 0 60px 0;
	}

	.dc_action-container {
		min-height: auto;
	}

	
	.dc_left-image {
		position: relative;
		left: -20px; 
		top: 0;
		max-width: 60%;
		margin-bottom: 20px;
	}

	.dc_right-content {
		margin-left: 0;
		padding-left: 0;
		max-width: 100%;
	}

	.dc_action-title {
		font-size: 60px;
		margin-bottom: 25px;
	}

	.dc_title-image img {
		height: 0.7em;
	}

	.dc_action-text {
		font-size: 16px;
	}
}


@media (max-width: 480px) {
	.dc_action-title {
		font-size: 42px;
	}

	.dc_action-text {
		font-size: 15px;
	}

	.dc_left-image {
		max-width: 70%;
	}
}


@media (max-height: 700px) {
	.dc_left-image {
		top: -30px;
	}
}

.footer {
	max-width: 1160px;
	background-color: rgba(21, 109, 59, 1);
	color: #fff;
	padding: 46px 60px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	border-radius: 60px;

}
.f-half {
	width: 49%;
}
.s-half {
	width: 49%;
	display: flex;
}
.sf-half, .ss-half {
	width: 49%;
}
.f-head {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	margin-bottom: 32px;
}
.f-item {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 12px;
	leading-trim: NONE;
	line-height: 100%;
	margin-bottom: 20px;
}
.f-item img {
	margin-left: 10px;
}
.f-item a, .f-item a:visited, .f-item a:hover {
	color: white;
	text-decoration: none;
}


@media (max-width: 768px) {
	.footer {
		flex-direction: column; 
		padding: 60px 20px; 
		border-radius: 40px; 
		gap: 40px; 
	}

	.f-half {
		width: 100%; 
	}

	.s-half {
		width: 100%; 
		flex-direction: column; 
		gap: 40px; 
	}

	.sf-half, .ss-half {
		width: 100%; 
	}

	.f-head {
		font-size: 16px; 
		margin-bottom: 24px; 
	}

	.f-item {
		font-size: 14px; 
		margin-bottom: 16px; 
	}

	
	.f-item svg {
		width: 18px;
		height: 18px;
	}
}


@media (max-width: 480px) {
	.footer {
		padding: 40px 15px; 
		border-radius: 30px; 
	}

	.f-head {
		font-size: 15px;
		margin-bottom: 20px;
	}

	.f-item {
		font-size: 13px;
		margin-bottom: 14px;
	}
}


.why-section {
	max-width: 1280px;
	margin: 0px auto;
	box-sizing: border-box;
	margin-bottom: 80px;
}


.why-section__title {
	font-family: 'Vetrino', sans-serif;
	font-size: 42px;
	line-height: 100%;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(50, 81, 21, 1);
	text-align: center;
	margin: 0 0 40px 0;
	font-weight: 400;
}


.why-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}


.why-card {
	background: rgba(235, 248, 224, 1);
	border-radius: 40px;
	padding: 40px 20px 20px 30px;
	box-sizing: border-box;
	display: flex;
	gap: 20px;
	height: 100%;
	align-items: center;
}


.why-card__number {
	font-family: 'Vetrino', sans-serif;
	font-size: 80px;
	line-height: 100%;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(50, 81, 21, 1);
	flex-shrink: 0;
	width: 139px;
	font-weight: 400;
}


.why-card__content {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 20px;
}


.why-card__title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: rgba(50, 81, 21, 1);
	margin: 0;
}


.why-card__text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 150%;
	color: rgba(50, 81, 21, 1);
	margin: 0;
}


@media (max-width: 1024px) {
	.why-card {
		gap: 25px;
		padding: 30px 20px 20px 25px;
	}

	.why-card__number {
		font-size: 70px;
		width: 120px;
	}
}

@media (max-width: 768px) {
	.why-section__title {
		font-size: 32px;
	}

	.why-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.why-card {
		gap: 20px;
		padding: 25px 20px 20px 20px;
		flex-direction: column;
		align-items: start;
	}

	.why-card__number {
		font-size: 60px;
		width: 100px;
	}

	.why-card__title {
		font-size: 14px;
	}
}

.wb_container {
	max-width: 1280px;
	margin: 80px auto;
}
.wb_container h2 {
	font-family: Vetrino;
	font-size: 44.58px;
	line-height: 100%;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 57px;
	color: rgba(21, 109, 59, 1);
	text-align: center;
}
.wb_flex-buts{
	display: flex;
	gap: 21px;
	justify-content: space-between;
}
.wb_but{
	width: calc(33.333% - 14px);
	border-radius: 20px;
	background-color: rgba(229, 236, 215, 1);
	display: flex;
	justify-content: space-between;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: rgba(21, 109, 59, 1);
	align-items: center;
	padding-left: 20px;
}
.wb_map {
	margin-top: 20px;
}
.wb_map iframe{
	border-radius: 20px;
}
@media(max-width: 768px){
	.wb_container {
		padding: 20px;
	}
	.wb_flex-buts{
		flex-direction: column;
	}
	.wb_but {
		width: calc(100% - 20px);
	}
}
.back_gradient {
	background: linear-gradient(
			to bottom,
			rgba(255, 255, 255, 0) 0%,      
			rgb(255, 255, 255) 12.5%,       
			rgb(255, 255, 255) 87.5%,       
			rgba(255, 255, 255, 0) 100%     
	);
	padding-bottom: 140px;
}
/* End */


/* Start:/local/templates/cetralisan/template_styles.min.css?17798704767017*/
html{width:100%;height:100%}body{height:100%;margin:0;padding:0;font-size:80.01%;font-family:Verdana,Arial,Helvetica,sans-serif}form{margin:0;padding:0}form.main-form{display:block;margin:0;padding:0;width:100%;height:100%}#page-wrapper{min-height:100%;margin:0 auto -85px;min-width:990px}* html #page-wrapper{height:100%}#header{height:77px;position:relative}#header table{width:80%;height:77px}#header td{padding:0;vertical-align:middle;text-align:left}td#logo{padding-left:32px}td#logo a{outline:0}td#slogan{padding-left:32px;width:100%;font-size:1.2em;font-style:italic}#search{width:23%;position:absolute;right:21px;top:30px}#search div.flat{height:20px}#search div.search-box{border:1px solid;height:20px;overflow:hidden;padding:0;position:absolute;left:21px;right:61px;float:left}* html #search div.search-box{margin-right:-82px}#search div.search-box input{border:1px solid;width:98%;height:18px;padding:0;margin:0}#search input{vertical-align:top}#search-button{float:right;width:48px;border:1px solid}#search-button input::-moz-focus-inner{border:0;padding:0}#search-button input{display:block;border:0;background:0;width:48px;padding:0;margin:0;font-family:Georgia,serif;font-size:12px;height:19px;cursor:pointer;cursor:hand;outline:0}div.search-item h4{margin-bottom:.4em}#top-menu{margin:0 0 0 32px;padding:0;list-style-type:none;overflow:hidden;zoom:1}#top-menu li{float:left;margin:0 1.5em 0 0}#top-menu a{display:block;border-bottom-width:2px;border-bottom-style:solid;text-decoration:none;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:1.2em;outline:0;padding:11px 0 7px;margin:0 16px 3px}#top-menu li.selected a{padding:11px 16px 10px;margin:0}#top-menu li.selected .r1{border-left:1px solid;border-right:1px solid}#top-menu li.selected .r0{border-left:1px solid;border-right:1px solid}* html #top-menu .r1{width:2px}* html #top-menu .r0{width:2px}#top-menu li.selected .r1{width:expression(runtimeStyle.width = parentNode.offsetWidth - 4+'px')}#top-menu li.selected .r0{width:expression(runtimeStyle.width = parentNode.offsetWidth - 2+'px')}#breadcrumb{padding:0;margin:0 41px 32px 32px}#breadcrumb p{margin:0 10px}#breadcrumb span.bx-breadcrumbs-name{font-size:.85em;padding:0 .4em}#breadcrumb a{text-decoration:none}#breadcrumb a:hover{text-decoration:underline}#breadcrumb b{border-right:1px solid;border-left:1px solid}#breadcrumb b.top{margin-bottom:2px}#breadcrumb b.bottom{margin-top:2px}#content-wrapper{overflow:hidden;margin:21px 0 50px;zoom:1}#content{float:left;width:77%;overflow:hidden}#sidebar{float:right;width:23%;overflow:hidden}#sidebar-inner{margin-right:21px}#workarea-wrapper{margin:0 38px 0 25px}#left-menu{float:left;width:25%}ul.left-menu{font-weight:bold;list-style-type:none;margin:0;padding:0 0 0 1.5em}ul.left-menu a{font-size:1.1em;outline:0}ul.left-menu .selected a{text-decoration:none}ul.left-menu ul a{font-size:.85em !important;text-decoration:underline !important;outline:0;vertical-align:top}ul.left-menu li.current{overflow:hidden;zoom:1;display:block;margin-top:.3em}ul.left-menu .current i{padding:1px 10px 2px 13px;text-decoration:none !important;display:block;zoom:1;font-style:normal;font-size:.85em !important;vertical-align:top}ul.left-menu .current b{border-left:1px solid;border-right:1px solid}ul.left-menu ul{font-weight:normal;margin:.5em 0 0 -4px;padding:0;list-style-type:none}ul.left-menu ul ul{margin:.5em 0 0 1em}ul.left-menu li li{margin-bottom:.7em;padding:0 13px 0;text-indent:0;	background: url(/local/templates/cetralisan/images/left-menu-arrow.gif) no-repeat 5px 3px; list-style-type:none}ul.left-menu li{behavior:expression(!this.before ? this.before = this.innerHTML = '<span class="dash">&mdash;&nbsp;</span>'+this.innerHTML:'');text-indent:-1.35em;background:0;padding:0;margin-bottom:1.5em}ul.left-menu li li{behavior:''}ul.left-menu li:before{content:'\2014\a0'}ul.left-menu li li:before{content:''}ul.left-menu li li li{margin-bottom:.3em}#workarea{float:right;width:75%;clear:right}#workarea-inner{margin-left:25px}#banner{height:175px;margin:0 28px 40px 19px;overflow:hidden;position:relative}#banner-image{height:175px;width:425px;overflow:hidden;text-decoration:none;display:block}#banner-text{padding:0;font-family:Arial,Helvetica,sans-serif;font-size:2em;position:absolute;left:35%;top:0;left:0;width:100%;height:175px;z-index:10}#banner-text td{padding:0}#banner-text a{text-decoration:none;display:block}#banner-text small{font-size:.5em;padding-top:1em;display:block;padding-left:30px}#banner-text big{font-size:1.4em;display:block}#banner-text span{padding-left:30px;display:block}#banner-overlay{z-index:5;height:175px;width:100%;position:absolute;top:0;left:0;outline:0;display:block;cursor:pointer;cursor:hand}#footer,#space-for-footer{height:85px}#footer{position:relative}#copyright{padding:21px 0 0 35px;font-size:.85em;width:49%}#copyright p{margin:0}#footer-links{margin:0;padding:0;list-style:none}#bottom-menu{width:50%;position:absolute;right:25px;top:20px;text-align:right}#footer-links li{display:inline;padding-left:1.5em}div.navigation{font-size:100%;line-height:200%}span.navigation-title{padding-right:.65em;font-weight:bold}div.navigation a{text-decoration:underline;padding:.2em .3em}span.nav-current-page{padding:.2em .3em}div.navigation span.arrow{font-size:100%;font-family:Times,serif}div.navigation span.ctrl{font-size:85%}table.map-columns{width:100%}table.map-columns td{vertical-align:top;padding:0}table.map-columns ul{padding:0 0 2em 0;font-weight:bold}table.map-columns li{margin:0 0 1.5em 0 !important}table.map-columns li li{margin:0 0 .6em 0 !important}table.map-columns ul ul{font-weight:normal;padding:0 0 0 1.5em;margin:.6em 0}#support{position:relative;margin:0 0 3em;padding-top:3px}#support-question{position:absolute;width:30px;height:30px;top:0;left:0}#support-text{height:20px;margin-left:15px;padding-left:22px;padding-top:2px;overflow:hidden}#support-text a{font-size:14px;font-weight:bold;text-decoration:none}#support b{border-right:1px solid;margin-left:15px}#schedule{margin:0 0 3em}#schedule div.schedule{font-size:.85em}#schedule p{margin:0 0 1em}#telephone{padding:0 0 0 37px;margin:0 0 1.5em;min-height:30px}* html #telephone{padding-top:6px}#telephone nobr{font-family:Georgia,serif;font-size:1.6em}dl.block-list{margin:0 0 3.2em 0;padding:0}dl.block-list dt{margin:0;padding:0 0 .3em;font-size:1em}dl.block-list dd{margin:0 0 1.8em;padding:0;font-size:.85em}div.information-box .r1{border-left:1px solid;border-right:1px solid}div.information-box .r0{border-left:1px solid;border-right:1px solid}div.information-box-content{font-size:.9em;padding:12px 15px}div.news-list{margin:0 0 2em}div.news-item{margin:0 0 1.3em}div.news-date{margin:0 0 .5em}div.news-title{font-size:1.2em;margin:0 0 .5em}a.news-detail-link{display:block;margin:1em 0 0;outline:0}div.content-form div.form-input input,div.content-form div.form-input textarea,div.content-form div.form-input select{border:1px solid;border-color:#777 #ccc #ccc #777}div.content-form div.field label.field-title{font-size:1.117em}
/* End */
/* /local/templates/cetralisan/components/bitrix/menu/top/style.css?17803213187104 */
/* /local/templates/cetralisan/styles.css?177988507024871 */
/* /local/templates/cetralisan/template_styles.min.css?17798704767017 */
