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