.fa {
	font-family: "Font Awesome 6 Brands";
}



/*Каталог список*/
.product-card .order-btn {
	margin-top: 0px;
}
.products-list.pricelist .product-card-pricelist .order-btn{
	margin-top: 0px;
}
@media (max-width: 767px) {
	.product-card .order-btn {
		margin-top: 15px;
	}	
	.products-list.pricelist .product-card-pricelist .order-btn{
		margin-top: 15px;
	}	
}

/* общий стиль успешного добавления */
.btn-buy.in-basket {
    background: #e11a00;
    position: relative;
    transition: background .2s;
}

/* дополнительная настройка высоты/ширины для мобильного,
   если нужно сохранить прежний размер кнопки */
@media (max-width: 767px) {
    .btn-buy.in-basket {
        height: 48px;
        width: 100%;
    }
}

/* счётчик всегда виден */
@media (max-width: 768px) {
    .product-card .hover-content .counter {
        display: inline-flex !important; /* !important перекрывает inline-style и любые последующие правила */
        justify-content: space-around;
        align-items: center;
    }
}

/* если нужно раскрыть ВЕСЬ hover-контент (а не только счётчик) */
@media (max-width: 768px) {
    .product-card .hover-content {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        position: static !important; /* чтобы не налезал на картинку */
        height: auto !important;
    }
}

.policy-personal {
    width: 70%;
}

@media (max-width: 768px) {
    .policy-personal {
        width: 80%;
    }
}

/*Каталог список*/


/*18+ modal*/
body.modal18-show {
	overflow: hidden;
}
body.modal18-show > *{
	filter: grayscale(1);
}
body.modal18-show .modal18-wrapper {
	filter: none;
}

body.modal18-blocked {
	overflow: hidden;
}

body.modal18-blocked:after {
	content: "Простите, данный ресурс предназначен для лиц старше 18 лет.";
	position: fixed;
	background: rgba(0, 0, 0, .5);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 64px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	padding: 0 100px;
	line-height: 120%;
	white-space: wrap;
	box-sizing: border-box;
	z-index: 10000;
	backdrop-filter: blur(50px);
}

@media (max-width: 500px) {
	body.modal18-blocked:after {
		padding: 0 20px;
		font-size: 18px;
	}
}

.modal18-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #000000cc;	
    display: flex;
	align-items: center;
}
.modal18-content {
    width: 450px;
    max-width: 90vw;
	max-height: 90vh;	
    margin: 0 auto;
    background: #fff;
	/*background-image: url('img/modal18-back.jpg');	*/
	background-size: cover;
    border-radius: 20px;
    padding: 40px;
}

.modal18-header {
    color: #333;
    text-align: center;
    font-size: 28px;
    line-height: 100%;
    font-weight: bold;
    margin-bottom: 15px;

}
.modal18-body {
    font-size: 16px;
    color: #333;	
	text-align: center;
	padding: 0 20px;
}

.step2 .modal18-body {
	font-size: 20px;
	margin-top: 20px;
}

@media (max-width: 500px) {
	.modal18-content {
		padding: 25px 15px;
	}

	.modal18-header {
		font-size: 22px;
	}

	.modal18-body {
		font-size: 14px;
	}
}
.modal18-footer{
    text-align: center;
    padding: 15px 0px;
    margin-top: 20px;	
}
.modal18-yes {
    display: inline-block;
    padding: 10px 15px;
    background: #e11a00;
    margin-bottom: 15px;
    color: #fff;
    cursor: pointer;
	border: 2px solid #e11a00;
    border-radius: 10px;
    font-weight: 700;
}
.modal18-yes:hover {
	background: #fff;
	color: #e11a00;
}
.modal18-no {
	display: inline-block;
	cursor: pointer;
	color: #e11a00;
}
.modal18-leavesite {
    display: inline-block;
    padding: 10px 15px;
    background: #fff;
    margin-bottom: 15px;
    color: #e11a00;
    cursor: pointer;
	border: 2px solid #e11a00;
    border-radius: 10px;
    font-weight: normal;
    margin: 0 10px;	
}
.modal18-leavesite:hover {
	background: #e11a00;
	color: #fff;
}
.modal18-stayhere {
    display: inline-block;
    padding: 10px 15px;
    background: #fff;
    margin-bottom: 15px;
    color: #e11a00;
    cursor: pointer;
	border: 2px solid #e11a00;
    border-radius: 10px;
    font-weight: normal;
    margin: 0 10px;	
}
.modal18-stayhere:hover {
	background: #e11a00;
	color: #fff;
}
/*18+ modal*/



/*footer*/
.minzdrav-footer-wrapper {
	display: inline-block;
}
.minzdrav-footer {
	display: flex;
	align-items: center;
}
.minzdrav-footer span{
    border: 5px solid red;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 3px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    margin-right: 10px;	
}
.minzdrav-footer p{
	color: #828282;	
}

footer .bottom .policy {
	margin-right: 3%;	
}
@media (max-width: 570px) {
	footer .bottom .policy {
		margin-right: 0;
	}	
}

/*footer*/

footer .social .links .item:before {
	font-size: 24px;
    line-height: 46px;
}

footer .social .links .item {
	width: 46px;
    height: 46px;
}

.catalog-menu nav .list .item>a .img img {
	width: 40px;
}