/*B*/
.button-whatsApp {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #32C54D;
	color: #ffffff;
	border-radius: 10px;
	width: 100%;
	padding: 10px;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	min-height: 45px;
	margin: 0px 0px 10px 0px;
}
.button-whatsApp__img {
	display: flex;
	align-items: center;
	margin: 0px 10px 0px 0px;
}
.button-whatsApp__img svg {
	max-width: 100%;
	max-height: 100%;
	width: 20px;
	height: 20px;
	display: block;
}
.button-whatsApp__text {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}
/*departments*/
@media(max-width: 767px) {
	.i_catalog_directory_bl {
		display: none;
	}
		.departments-mobile__container {
			display: flex;
			overflow: auto;
			padding: 20px 7px;
		}
		.departments-mobile__container::-webkit-scrollbar {}
		.departments-mobile__container::-webkit-scrollbar-thumb {}
		.departments-mobile__item {
			margin: 0px 12px 0px 0px;
			width: 100px;
			text-align: center;
			color: #002F34;
		}
		.departments-mobile__item:last-child {
			margin: 0px 0px 0px 0px;
		}
		.departments-mobile__item-img {
			width: 96px;
			height: 96px;
			border-radius: 8px;
			margin: 0px 0px 23px 0px;
			padding: 10px;
		}
		.departments-mobile__item-img picture {
			display: block;
			width: 100%;
			height: 100%;
		}
		.departments-mobile__item-img img {
			width: 100%;
			height: 100%;
			object-fit: contain;
			display: block;
			overflow: hidden;
			text-overflow: ellipsis;
		}
		.departments-mobile__text {
			font-weight: 400;
			font-size: 14px;
			line-height: 18px;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			text-transform: uppercase;
		}
}
@media(min-width: 768px) {
	.departments-mobile {
		display: none;
	}
	.i_catalog_directory_bl {
		display: block;
	}
}



@media (max-width: 767px) {
	.departments-mobile__container {
		display: grid;
		overflow: auto;
		gap: 14px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		padding: 7px 7px 20px;
	}
	.departments-mobile__item {
		background: #2F9C99;
		text-align: center;
		display: block;
		border-radius: 8px;
		margin: 0;
		padding: 10px;
		width: 100%;
		height: 100%;
	}
	.departments-mobile__text {
		font-weight: 400;
		font-size: 13px;
		line-height: 18px;
		color: #fff;
	}
	.departments-mobile__item-img {
		margin: 0 auto 10px;
		width: 100%;
		padding: 0;
	}
	
}

@media (max-width: 480px) {
	.f-info__item {
		padding: 0;
	}
}

.front-page-text {
	padding-bottom: 40px;
}
.front-page-text .hidden-block {
	display: none;
}
.front-page-text .hidden-block.showed {
	display: block;
}
.front-page-text button {
	background: none;
    border: 1px solid #ffffff57;
    margin: 0 auto;
    font-size: 12px;
    display: block;
    padding: 5px 10px;
}
.front-page-text button:hover {
	background: #ffffff11;
}

