/* Custom NotyJS - FLAT */
.noty_theme__flat.noty_bar {
	font: 16px/1.3 Arial, Liberation Sans, sans-serif;
	text-align: center;
	padding: 12px 15px 13px;
	position: relative;
	border: 1px solid #eee;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.noty_theme__flat.noty_bar.noty_type__error {
	background-color: #e74c3c;
	border-color: #c0392b;
	color: #fff;
}
.noty_theme__flat.noty_bar.noty_type__warning {
	background-color: #f1c513;
	border-color: #f39c12;
	color: #fff;
}
.noty_theme__flat.noty_bar.noty_type__success {
	background-color: #2ecc71;
	border-color: #27ae60;
	color: #fff;
}
.noty_theme__flat.noty_bar.noty_type__information {
	background-color: #3498db;
	border-color: #2980b9;
	color: #fff;
}

/* Custom NotyJS - MODERN */
.noty_theme__modern.noty_bar {
	text-align: center;
	background-color: #ffe77a;
	position: relative;
	border-radius: 10px !important;
	box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.noty_theme__modern.noty_bar.noty_type__error .noty_title {
	background-color: #e74c3c;
	border-color: #c0392b;
}
.noty_theme__modern.noty_bar.noty_type__warning .noty_title {
	background-color: #f1c513;
	border-color: #f39c12;
}
.noty_theme__modern.noty_bar.noty_type__success .noty_title {
	background-color: #2ecc71;
	border-color: #27ae60;
}
.noty_theme__modern.noty_bar.noty_type__information .noty_title {
	background-color: #3498db;
	border-color: #2980b9;
}

.noty_theme__modern.noty_bar .noty_title {
	color: #fff;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	padding: 6px 12px;
}

.noty_theme__modern.noty_bar .noty_text {
	color: #0b0d0b;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.3;
	padding: 12px 12px;
}

/* Custom NotyJS - ALCOMARKET */
.noty_theme__alcomarket.noty_bar {
	text-align: center;
	background-color: #ffffff;
	position: relative;
	border-radius: 10px !important;
	box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10%;
}

.noty_theme__alcomarket.noty_bar.noty_type__error .noty_title {
	background-color: #d91638;
	border-color: #b7122e;
}
.noty_theme__alcomarket.noty_bar.noty_type__warning .noty_title {
	background-color: #f1c513;
	border-color: #f39c12;
}
.noty_theme__alcomarket.noty_bar.noty_type__success .noty_title {
	background-color: #41b757;
	border-color: #359447;
}
.noty_theme__alcomarket.noty_bar.noty_type__information .noty_title {
	background-color: #3c5a9a;
	border-color: #2b406d;
}

.noty_theme__alcomarket.noty_bar .noty_title {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding: 4px 8px;
}

.noty_theme__alcomarket.noty_bar .noty_message {
	color: #414243;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.noty_theme__alcomarket.noty_bar .noty_text {
	padding-top: 12px;
}

.noty_theme__alcomarket.noty_bar .noty_message .noty_footer {
	background: url(../img/footer-ornament.webp) center/auto 100% repeat-x;
	height: 24px;
	margin-top: 12px;
}

/* Custom 404 Page */

.not-found {
	background: #fff;
	width: 100vw;
	min-height: 100vh;
}
.not-found__container {
	max-width: 1270px;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.not-found__wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 25px;
	width: 600px;
}
.not-found__info {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 65px;
}
.not-found__image {
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #dfdfdf;
	width: 100%;
}
.not-found__image span {
	color: #000000;
	font-size: 124px;
	font-weight: 700;
	line-height: 151.16px;
}
.not-found__title {
	color: #414243;
	font-size: 20px;
	font-weight: 600;
	line-height: 24.38px;
	text-align: center;
}
.not-found__text {
	padding: 20px 0 30px;
	color: #414243;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-align: center;
}
.not-found__button-container {
	padding: 16px 24px;
}
.not-found__button {
	padding: 16px 24px;
	background: #41b757;
	color: #fff;
	min-height: 52px;
	min-width: 200px;
	margin-top: 30px;
	font-size: 16px;
	font-weight: 600;
	line-height: 19.5px;
	border-radius: 2px;
}

/* Custom Validate JS */
.form__error {
	color: #f00;
	font-size: 12px;
}
.select__item._error {
	border: 1px solid #f00;
}

.payment-main-order__content._error {
	border-color: #f00;
}

.payment-main-order__circle._error {
	border-color: #f00;
}

.input-wrapper {
	position: relative;
}

.iti {
	width: 100%;
}

/* Custom Beer Loader */
.loader_centered {
	display: flex;
	justify-content: center;
	width: 100%;
}

.loader_container {
	width: 350px;
	height: 150px;
	position: relative;
	background: inherit;
}

.loader_container *::before,
.loader_container *::after {
	content: '';
	position: absolute;
}

.loader_container .loader_keg {
	position: absolute;
	width: 45px;
	height: 100px;
	background: linear-gradient(to right, #777 35px, #555 35px);
	bottom: 0;
	left: 155px;
}

.loader_container .loader_keg .loader_pipe {
	position: absolute;
	width: 5px;
	height: 20px;
	background-color: #ccc;
	top: 11px;
	left: 5px;
}

.loader_container .loader_keg .loader_pipe::before {
	width: 20px;
	height: 10px;
	background: radial-gradient(
			circle at 5px 5px,
			#eee 3.5px,
			#ccc 3.5px,
			#ccc 5px,
			transparent 5px
		),
		linear-gradient(#ccc 50%, #999 50%);
	border-radius: 10px;
	top: -1px;
	left: -2.5px;
}

.loader_container .loader_keg .loader_pipe::after {
	width: 5px;
	background-color: rgba(255, 206, 84, 0.5);
	animation: flow 5s infinite;
}

.loader_container .loader_keg .loader_handle {
	position: absolute;
	border-style: solid;
	border-width: 25px 5px 0 5px;
	border-color: #333333 transparent transparent transparent;
	top: -10px;
	left: 2.5px;
	transform-origin: center 25px;
	animation: handle 5s infinite;
}

.loader_container .loader_keg .loader_handle::before {
	width: 10px;
	height: 5px;
	background-color: #ccc;
	top: -30px;
	left: -5px;
	border-radius: 2.5px 2.5px 0 0;
}

.loader_container .loader_keg .loader_handle::after {
	width: 5px;
	height: 10px;
	background-color: #ccc;
	top: -10px;
	left: -2.5px;
}

.loader_container .loader_glass {
	position: absolute;
	width: 35px;
	height: 50px;
	color: rgba(150, 150, 150, 0.3);
	background-color: currentColor;
	bottom: 0;
	left: 150px;
	border-radius: 2.5px;
	animation: slide 5s ease infinite;
}

.loader_container .loader_glass::before {
	width: 25px;
	height: 20px;
	border: 5px solid;
	top: 10px;
	right: -10px;
	border-radius: 0 40% 40% 0;
	clip-path: inset(0 0 0 72%);
}

.loader_container .loader_glass .loader_beer {
	position: absolute;
	width: 30px;
	height: 40px;
	background-color: rgba(255, 206, 84, 0.8);
	bottom: 7.5px;
	left: 2.5px;
	border-radius: 0 0 2.5px 2.5px;
	border-top: solid rgba(255, 206, 84, 0.8);
	animation: fillup 5s infinite;
}

.loader_container .loader_glass .loader_beer::before {
	width: inherit;
	height: 7.5px;
	background-color: #eee;
	top: -7.5px;
	border-radius: 2.5px 2.5px 0 0;
	animation: wave 0.5s infinite alternate, fillup-foam 5s linear infinite;
}

@keyframes handle {
	10%,
	60% {
		transform: rotate(0deg);
	}

	20%,
	50% {
		transform: rotate(-90deg);
	}
}

@keyframes fillup {
	0%,
	20% {
		height: 0;
		border-width: 0;
	}

	40% {
		height: 20px;
	}

	80%,
	100% {
		height: 40px;
		border-width: 2.5px;
	}
}

@keyframes fillup-foam {
	0%,
	20% {
		top: 0;
		height: 0;
	}

	60%,
	100% {
		top: -7.5px;
		height: 7.5px;
	}
}

@keyframes wave {
	from {
		transform: skewY(-3deg);
	}

	to {
		transform: skewY(3deg);
	}
}

@keyframes flow {
	0%,
	15% {
		top: 20px;
		height: 0;
	}

	20% {
		height: 57.5px;
	}

	40% {
		height: 37.5px;
	}

	55% {
		top: 20px;
		height: 25px;
	}

	60%,
	100% {
		top: 40px;
		height: 0;
	}
}

@keyframes slide {
	0% {
		left: 0;
		filter: opacity(0);
	}

	20%,
	80% {
		left: 150px;
		filter: opacity(1);
	}

	100% {
		left: 300px;
		filter: opacity(0);
	}
}

/* Custom Scrollbar */
/* Firefox */
/* * {
	scrollbar-width: thin;
	scrollbar-color: #41b757 #ffffff;
} */
/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
	height: 6px;
	width: 6px;
}
*::-webkit-scrollbar-track {
	border-radius: 8px;
	background-color: #ffffff;
}

*::-webkit-scrollbar-track:hover {
	background-color: #ffffff;
}

*::-webkit-scrollbar-track:active {
	background-color: #ffffff;
}

*::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background-color: #41b757;
}

*::-webkit-scrollbar-thumb:hover {
	background-color: #3caa50;
}

*::-webkit-scrollbar-thumb:active {
	background-color: #3caa50;
}

/* Custom STYLES */
.characteristic-details-card {
	padding: 10px 0;
}

@media (max-width: 991.98px) {
	.characteristic-details-card {
		padding: 0;
	}
}

.main-footer__logo {
	padding-top: 20px;
}

.catalog-header__sidebar {
	border: none;
}

.catalog-header__item {
	border-bottom: 1px solid #ececec;
	border-right: 1px solid #ececec;
}

.characteristic-details-card__item {
	height: fit-content;
}

.header__cart.cart-header.header_cart_body._active {
	max-height: 80%;
}
.cart-header__products {
	overflow: auto;
	padding-right: 5px;
}
@media (max-width: 991.98px) {
	.header__cart.cart-header.header_cart_body._active {
		max-height: 100vh;
	}
}

.adult_block {
	-webkit-overflow-scrolling: touch;
	z-index: 100;
	padding: 30px 20px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: visibility 0.8s ease 0s;
	-o-transition: visibility 0.8s ease 0s;
	transition: visibility 0.8s ease 0s;
	overflow: auto;
	visibility: visible;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.adult__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}

.adult__body {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border-radius: 8px;
	background: #fff;
	-webkit-box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12),
		0px 12px 42px -4px rgba(24, 39, 75, 0.12);
	box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12),
		0px 12px 42px -4px rgba(24, 39, 75, 0.12);
	padding: 30px 40px;
	width: 100%;
	max-width: 560px;
	position: relative;
}

.result-search-header__image img,
.product-cart-header__image img,
.product__image img,
.image-card__img img,
.other-products-card__image img,
.product-cart__image img,
.product-sidebar-order__image img,
.product-order-cabinet__image img,
.benefits-other-section__image img {
	object-fit: contain;
}

.product__info {
	word-break: break-word;
}

.other-products-card__content.unique_swiper::after {
	background: none;
	content: none;
}
.unique_swiper .swiper-wrapper {
	flex-direction: column;
}
@media (max-width: 1522px) {
	.unique_swiper .swiper-wrapper {
		flex-direction: row;
	}
}

.verif-popup__actions {
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
	gap: 5px;
}
.verif-popup__text {
	text-align: center;
}
.verif-popup__back {
	color: #fff;
	font-weight: 600;
}
.verif-popup__back:hover {
	color: #fff;
}

.checkbox__text.subcategories_text:before {
	content: none;
}

.brands_filter_top {
	margin-bottom: 20px;
}
.brands_filter_body {
	margin-top: 0;
}

.product-add__close {
	width: 100%;
	text-align: end;
}
.product-add__content {
	padding-top: 5px;
}

.info-card__brand {
	font-size: 16px;
	font-weight: 400;
}

.info-card__text {
	font-size: 16px;
	font-weight: 400;
	max-width: 100%;
	line-height: normal;
}

#map {
	background: none;
}

.price__filter {
	margin-top: 0;
}

.menu-nav__item {
	position: relative;
}
.menu-nav__total {
	position: absolute;
	right: 20px;
	top: -6px;
	font-size: 12px;
}

._disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.user-main-order__row._full {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.image-card__mod-offer {
	position: relative;
	width: 116.5px;
	height: 84.51px;
}

.image-card__mod-offer_vector-3 {
	position: absolute;
	width: 21.78px;
	height: 8.32px;
	left: 6px;
	top: 51.49px;
}

.image-card__mod-offer_vector-2 {
	position: absolute;
	width: 66.21px;
	height: 34.28px;
	left: 21.79px;
	top: 44.23px;
}

.image-card__mod-offer_vector-1 {
	position: absolute;
	width: 116.09px;
	height: 64.28px;
	left: 0;
	top: 0;
}

.image-card__mod-offer_text {
	position: absolute;
	width: 76px;
	height: 34px;
	left: 15px;
	top: 9.22px;
	font-family: 'Rubik', sans-serif;
	font-style: italic;
	font-weight: 900;
	font-size: 12.61px;
	line-height: 17px;
	text-transform: uppercase;
	color: #000000;
	transform: rotate(-5.27deg);
	display: flex;
	justify-content: center;
	align-items: center;
}

.image-card__mod-offer_discount {
	position: absolute;
	width: 49px;
	height: 21px;
	left: 27px;
	top: 50.5px;
	font-family: 'Rubik', sans-serif;
	font-style: italic;
	font-weight: 900;
	font-size: 13.61px;
	line-height: 21px;
	text-transform: uppercase;
	color: #ffffff;
	transform: rotate(-5.27deg);
}

.product__mod-offer {
	position: relative;
	width: 116.5px;
	height: 84.51px;
}

.product__mod-offer_vector-3 {
	position: absolute;
	width: 21.78px;
	height: 8.32px;
	left: 6px;
	top: 51.49px;
}

.product__mod-offer_vector-2 {
	position: absolute;
	width: 66.21px;
	height: 34.28px;
	left: 21.79px;
	top: 44.23px;
}

.product__mod-offer_vector-1 {
	position: absolute;
	width: 116.09px;
	height: 64.28px;
	left: 0;
	top: 0;
}

.product__mod-offer_text {
	position: absolute;
	width: 76px;
	height: 34px;
	left: 15px;
	top: 9.22px;
	font-family: 'Rubik', sans-serif;
	font-style: italic;
	font-weight: 900;
	font-size: 12.61px;
	line-height: 17px;
	text-transform: uppercase;
	color: #000000;
	transform: rotate(-5.27deg);
	display: flex;
	justify-content: center;
	align-items: center;
}

.product__mod-offer_discount {
	position: absolute;
	width: 49px;
	height: 21px;
	left: 27px;
	top: 50.5px;
	font-family: 'Rubik', sans-serif;
	font-style: italic;
	font-weight: 900;
	font-size: 13.61px;
	line-height: 21px;
	text-transform: uppercase;
	color: #ffffff;
	transform: rotate(-5.27deg);
}

@media (max-width: 1522px) {
	.product__mod-offer {
		width: calc(116.5px * 0.8);
		height: calc(84.51px * 0.8);
	}

	.product__mod-offer_vector-3 {
		width: calc(21.78px * 0.8);
		height: calc(8.32px * 0.8);
		left: calc(6px * 0.8);
		top: calc(51.49px * 0.8);
	}

	.product__mod-offer_vector-2 {
		width: calc(66.21px * 0.8);
		height: calc(34.28px * 0.8);
		left: calc(21.79px * 0.8);
		top: calc(44.23px * 0.8);
	}

	.product__mod-offer_vector-1 {
		width: calc(116.09px * 0.8);
		height: calc(64.28px * 0.8);
		left: 0;
		top: 0;
	}

	.product__mod-offer_text {
		width: calc(76px * 0.8);
		height: calc(34px * 0.8);
		left: calc(15px * 0.8);
		top: calc(9.22px * 0.8);
		font-size: calc(12.61px * 0.8);
		line-height: calc(17px * 0.8);
	}

	.product__mod-offer_discount {
		width: calc(49px * 0.8);
		height: calc(21px * 0.8);
		left: calc(27px * 0.8);
		top: calc(50.5px * 0.8);
		font-size: calc(13.61px * 0.8);
		line-height: calc(21px * 0.8);
	}
}

@media (max-width: 479.98px) {
	.product__mod-offer {
		width: calc(116.5px * 0.6);
		height: calc(84.51px * 0.6);
	}

	.product__mod-offer_vector-3 {
		width: calc(21.78px * 0.6);
		height: calc(8.32px * 0.6);
		left: calc(6px * 0.6);
		top: calc(51.49px * 0.6);
	}

	.product__mod-offer_vector-2 {
		width: calc(66.21px * 0.6);
		height: calc(34.28px * 0.6);
		left: calc(21.79px * 0.6);
		top: calc(44.23px * 0.6);
	}

	.product__mod-offer_vector-1 {
		width: calc(116.09px * 0.6);
		height: calc(64.28px * 0.6);
		left: 0;
		top: 0;
	}

	.product__mod-offer_text {
		width: calc(76px * 0.6);
		height: calc(34px * 0.6);
		left: calc(15px * 0.6);
		top: calc(9.22px * 0.6);
		font-size: calc(12.61px * 0.6);
		line-height: calc(17px * 0.6);
	}

	.product__mod-offer_discount {
		width: calc(49px * 0.6);
		height: calc(21px * 0.6);
		left: calc(27px * 0.6);
		top: calc(50.5px * 0.6);
		font-size: calc(13.61px * 0.6);
		line-height: calc(21px * 0.6);
	}
}

.articles {
	padding: 100px 0px;
}

.articles__content {
	margin-top: 30px;
}

.articles__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 30px * 2) / 3);
	flex: 0 0 calc((100% - 30px * 2) / 3);
}

.articles__item:not(:last-child) {
	margin-right: 30px;
}

.articles__paggination {
	margin-top: 20px;
}

.article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 20px;
}

.article__image {
	width: 100%;
	max-width: 100%;
	aspect-ratio: 39/25;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.article__image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.article__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 10px;
}

.article__name {
	color: #1d1d1d;
	font-size: 18px;
	font-weight: 500;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.article__date {
	color: #9e9e9e;
	font-size: 16px;
	font-weight: 400;
}

.articles-list__body {
	margin-top: 30px;
	display: -ms-grid;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: center; */
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	row-gap: 10px;
}

.articles-list__footer {
	margin-top: 50px;
}

.articles-list__item-container {
	display: flex;
	flex-direction: column;
	gap: 16px;
	background-color: #f5f5f5;
	border-radius: 12px;
	padding: 16px;
	width: min-content;
}

.item-articles-list {
	display: block;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.item-articles-list__image {
	width: 332px;
	height: 240px;
	position: relative;
}

.item-articles-list__image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.item-articles-list__body {
	position: relative;
	padding: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 10px;
}

.item-articles-list__name {
	color: #414243;
	font-weight: 700;
	font-size: 16px;
	line-height: 19.5px;
}
.item-articles-list__name:hover {
	color: #41b757;
}

.item-articles-list__date {
	color: #414243;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.article-page {
	padding: 0 0 40px;
	position: relative;
}

.article-page::after {
	content: '';
	width: calc(100% - 40px);
	max-width: 1220px;
	position: absolute;
	left: 50%;
	bottom: 0;
	display: inline-block;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.article-page + .articles {
	padding: 50px 0px 100px;
}

.article-page__wrapper {
	max-width: 800px;
	margin: 0px auto;
}

.article-page__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 10px;
}

.article-page__title {
	color: #414243;
	font-weight: 700;
	font-size: 32px;
	line-height: 39.01px;
}

.article-page__date {
	color: #00b46f;
	font-weight: 600;
	font-size: 15px;
	line-height: 18.29px;
}

.article-page__content {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.article-page__image {
	width: 100%;
	max-width: 100%;
	border-radius: 8px;
	overflow: hidden;
}

.article-page__image img {
	width: 100%;
	max-width: 100%;
}

.article-page__body {
	color: #595959;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.article-page__body b {
	color: #1d1d1d;
}

.article-page__body h5 {
	color: #1d1d1d;
	font-size: 18px;
	font-weight: 700;
}

.article-page__body ul {
	padding-left: 20px;
}

.article-page__body ul li {
	list-style: disc;
}

.article-page__body > *:not(:last-child) {
	margin-bottom: 10px;
}

.article-page__body:not(:first-child) {
	margin-top: 30px;
}

@media (max-width: 1272px) {
	.articles-list__body {
		flex-direction: column;
		align-items: center;
	}
}

@media (any-hover: hover) {
	.article__image:hover img {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}

	.article__name:hover {
		color: #41b757;
	}

	.item-articles-list:hover .item-articles-list__image img {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}
}
