/*
Theme Name: ДляЖенс
Author: Kirill Tatur
Description: Современная линейка гормональных препаратов ДляЖенс
Version: 20230316
Text Domain: https://dlyjens.ru/
*/

body,
div,
p,
ol,
ul,
li,
form,
label,
article,
footer,
header,
section,
aside,
input,
textarea,
button,
select,
nav,
a,
span,
blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Bellota Text', cursive;
	font-weight: 700;
	letter-spacing: -0.15px;	
	display: block;
	position: relative;
	box-sizing: border-box;
}
html {
	height: 100%;
	font-size: 18px;
	line-height: 1.4;
	color: #000;
}
body {
	min-height: 100%;
	height: 100%;
	min-width: 320px;
	width: 100%;
}
*:after,
*:before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
blockquote {
	margin: 0;
	padding: 30px 30px 30px 100px;
	background: #fff;	
	font-size: 1.166rem;
	border-radius: 25px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	quotes: none;
}
blockquote svg {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;		
	left: 30px;		
}
blockquote.article-flexible-marker {
	padding: 30px;
	background: none;
	box-shadow: none;
}
blockquote.article-flexible-target svg,
blockquote.article-flexible-warning svg,
blockquote.event-content-entry svg {
	top: 50%;   
	transform: translateY(-50%); /* Смещение на половину высоты элемента */		
}
blockquote.event-content-entry {
	background-color: #efddff;
	box-shadow: none;	
}
blockquote.event-content-entry svg {
	color: #572484;
}
span {
	display: inline;
}
sup {
	position: relative;
	top: 2px;
	margin-left: 6px;
	line-height: 0;
}
b,
strong {
	font-weight: 700;
}
select {
	padding: 20px;
	font-size: 18px;
	width: 100%;
	max-width: 500px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
ul {
	list-style: none;
}
ol {
	list-style-type: none;
	counter-reset: item;
}
ol li::before {
	content: counter(item) '';
	counter-increment: item;
}
h1,
h2,
h3 {
	margin: 0;
	margin-bottom: 1rem;
	padding: 0;
	color: #000;
	line-height: 1.25;
}
h1 {
	font-size: 3.75rem;
	line-height: 1.1;
	letter-spacing: -3px;
}
h2 {
	font-size: 2.5rem;
	letter-spacing: -2px;
}
h3 {
	font-size: 2rem;
	letter-spacing: -1px;
}
p {
	margin-bottom: 1rem;
}
a {
	color: #000;
	text-decoration: underline;
	transition-duration: 1s;
	display: inline-block;
}
a:hover {
	color: #000;
}

/* Меню */
header {
	display: flex;
	justify-content: space-between;
	z-index: 9;
}
header .logo {
	width: 50px;
	flex-shrink: 0;
	fill: #572484;
	z-index: 9;
}
header .menu {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
header .menu li {
	margin-right: 0.75rem;
	margin-bottom: 0.75rem;
	padding-left: 0;
}
header .menu li a {
	padding: 6px 18px;
	background: #fff;
	color: #000;
	text-decoration: none;
	border-radius: 25px;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

/* Общие стили */
section {
	z-index: 1;
}
section ul,
section ol {
	margin: 30px 0 30px 30px;
	width: 90%;
}
section ul li,
section ol li {
	padding-left: 40px;
	margin-bottom: 20px;
}
section ul li:last-child,
section ol li:last-child {
	margin-bottom: 0px;
}
section ol li::before {
	text-indent: -30px;
	display: inline-block;
	color: #000;
}
.section-content {
	max-width: 1400px;
	margin: 0 auto;
	padding: 50px 5% 50px;
}
.section-content .icon-dlyjens-arrow::before,
.section-content .icon-dlyjens-arrow::after {
	font-size: 1rem;
}
.section-content .mnn {
	font-size: 1.25rem;
	line-height: 1.25;
}
.section-content .mnn-note {
	margin-bottom: 0.25rem;
	font-size: 12px;
	line-height: 1;
	opacity: 0.5;
}
.section-content .video {
	height: 100%;
	margin-bottom: 2rem;
}

/* Блок ДляЖенс */
.home h1 {
	display: inline;
	color: #572484;
	font-size: 6rem;
}
.home h2 {
	margin-bottom: 1rem;
}
.home section {
	min-height: 100%;
	background: linear-gradient(-90deg, #fff 0%, #e1e8f8 150%);
	background-image: url('img/background.jpg');
	background-repeat: no-repeat;
	background-size: contain;
}
.home .article-section {
	margin-top: 0;
	margin-bottom: 5rem;
}
.home .article-main img {
	max-width: 500px;
}
.home .article-main-content {
	gap: 20px;
}
.home .article-main-content-mnn {
	margin-right: 2rem;
	margin-bottom: 0;
}
.home .article-main-description {
	font-size: 0.875rem;
}
.home .article-main-inner {
	flex-grow: 1;
}
.home .section-content .icon-dlyjens-arrow::before {
	display: none;
}
.home .section-content .icon-dlyjens-arrow::after {
	margin-left: 0.5rem;
	font-size: 1.25rem;
	color: #fff;
}
.home .typewriter {
	display: inline;
	white-space: pre-wrap;
}
.block-dlyjens {
	margin-top: 3rem;
}
.block-dlyjens img {
	width: 100%;
	height: auto;
	max-width: 600px;
}
.block-dlyjens-title {
	display: inline;
	margin-right: 1.5rem;
}
.block-dlyjens-slogan {
	display: flex;
	margin-top: 0.5rem;
	color: #572484;
	font-size: 2rem;
	line-height: 1;
}
.block-dlyjens .logo {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	fill: #572484;
}
.block-dlyjens .logo svg {
	width: 75px;
	margin-right: 1.5rem;
}
.block-dlyjens-description {
	max-width: 500px;
	color: #572484;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: -1px;
}
.block-dlyjens-inner {
	margin-bottom: 5rem;
}


/* Страница перпарата */
.article-section {
	margin-bottom: 6rem;
}
.article-section:last-child {
	margin-bottom: 0;
}

/* Страница перпарата -- Основной блок */
.article-main {
	display: flex;
	align-items: center;
	margin-top: 3rem;
}
.article-main img {
	max-width: 650px;
}
.article-main-inner {
	display: flex;
	flex-direction: column;
	flex-basis: 50%;
}
.article-main-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.article-main-buttons .button-background {
	font-size: 1rem;
	margin: 0;
}
.article-main-content {
	display: flex;
	flex-direction: column;
}
.article-main-content-mnn {
	margin-bottom: 2rem;
}
.article-main-description {
	margin-bottom: 2rem;
}
.article-main-description span {
	color: var(--main-color);
}

/* Страница препарата -- Контент по блокам */
.article-section .article-flexible h2,
.article-section .article-flexible h3 {
	margin-top: 30px;
	margin-bottom: 0;
}
.article-flexible {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.article-flexible span {
	color: var(--main-color);
}
.article-flexible sup {
	opacity: 0.5;
}
.article-flexible-description {
	font-size: 1.166rem;
}
.article-flexible-description p:last-child,
.article-flexible-marker p:last-child {
	margin-bottom: 0;
}
.article-flexible-description ul li {
	margin-bottom: 10px;
}
.article-flexible-title {
	color: var(--main-color);
}

/* Страница препарата -- Контент по блокам -- Визуальные карточки */
.article-flexible-cards {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;	
	margin-right: -20px;
	margin-bottom: 20px;
}
.article-flexible-cards.column-2 .article-flexible-cards-item {
	flex-basis: calc(50% - 20px);
}
.article-flexible-cards.column-3 .article-flexible-cards-item {
	flex-basis: calc(100%/3 - 20px);
}
.article-flexible-cards.column-4 .article-flexible-cards-item {
	flex-basis: calc(25% - 20px);
}
.article-flexible-cards.column-3 .article-flexible-cards-item-text-title,
.article-flexible-cards.column-4 .article-flexible-cards-item-text-title {
	font-size: 1rem;
}
.article-flexible-cards-item {
	display: flex;
	flex-direction: column;	
	background: #fff;	
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	border-radius: 25px;
	overflow: hidden;
}
.article-flexible-cards-item-text {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 30px;	
	text-align: center;
}
.article-flexible-cards-item-text sup {
	opacity: 0.5;
}
.article-flexible-cards-item-text-description {
	font-size: 0.875rem;
	opacity: 0.8;
}
.article-flexible-cards-item-text-title {
	font-size: 1.25rem;
	line-height: 1.25;
}

/* Страница препарата -- Контент по блокам -- Алгоритм */
.article-flexible-algorithm {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;	
	margin-right: -20px;
	margin-bottom: 20px;
}
.article-flexible-algorithm-item {
	display: flex;
	align-items: center;
	flex-direction: column;	
	flex-basis: calc(100%/3 - 20px);
	gap: 10px;
	padding: 30px;	
	text-align: center;
	background: var(--main-color);
	color: #fff;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	border-radius: 25px;
	overflow: hidden;
}
.article-flexible-algorithm-item-mnn {	
	font-size: 0.875rem;	
	opacity: 0.7;
}
.article-flexible-algorithm-item-mnn span {
	color: #fff;
}
.article-flexible-algorithm-item-number {
	width: 50px;
	height: 50px;	
	display: flex;
	align-items: center;
	justify-content: center;	
	font-size: 1.25rem;
	border-radius: 50%;
	border: 2px solid #fff;
	opacity: 0.5;
}
.article-flexible-algorithm-item-title {
	color: #fff;
	font-size: 1.25rem;
	line-height: 1.25;
}
.article-flexible-algorithm-item-title span {
	display: block;	
	color: #fff;
	font-size: 1rem;	
	opacity: 0.7;
}

/* Страница препарата -- Контент по блокам -- Порядок применения */
.article-flexible-use {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;		
	margin-bottom: 20px;
}
.article-flexible-use-item {
	display: flex;
	align-items: center;
	flex-direction: column;	
	flex-basis: calc(50% - 20px);
	flex-grow: 1;
	gap: 10px;
	padding: 30px;	
	text-align: center;
	background: #fff;	
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	border-radius: 25px;
	overflow: hidden;
}
.article-flexible-use-item-note {
	font-size: 0.875rem;
	opacity: 0.5;
}
.article-flexible-use-item-number {
	width: 50px;
	height: 50px;	
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--main-color);
	font-size: 1.25rem;
	border-radius: 50%;
	border: 2px solid var(--main-color);
}
.article-flexible-use-item-period {
	width: 100%;
	padding: 15px;
	border-radius: 15px;
	background-color: #eee;
}
.article-flexible-use-item-substance {	
	color: var(--main-color);
	font-size: 1.25rem;
	line-height: 1.25;
}

/* Цитаты */
.article-flexible-quote-note {
	margin-top: 10px;
	font-size: 0.825rem;
	opacity: 0.5;
}
/* Примечание */
.article-flexible-note {
	margin-left: 0;
}
.article-flexible-note li {
	margin-bottom: 0.25rem;
	font-size: 0.825rem;
	opacity: 0.5;
}
.article-flexible-note li::before {
	position: absolute;
	color: #000;
}


/* Страница перпарата -- Доказательная база */
.article-document {
	margin-bottom: 30px;
}
.article-document:last-child {
	margin-bottom: 0;
}
.article-document-meta {
	font-size: 0.875rem;
	line-height: 1.25;
	margin-bottom: 0.25rem;
	opacity: 0.4;
}
.article-document-title {
	font-size: 1.25rem;
	line-height: 1.25;
}
/* Блок Производство */
.article-section h3 {
	margin-top: 60px;
	margin-bottom: 30px;
}
.article-section ul .icon-dlyjens-arrow::before {
	position: absolute;
	top: 4px;
	left: 0;
}
.article-section ul .icon-dlyjens-arrow::after {
	display: none;
}


/* Мероприятия */
.event-content {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	padding: 30px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.event-content-description strong {
	color: #572484;
}
.event-content-description p:last-child {
	margin-bottom: 0;
}
.event-content-section {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 30px;
	border: 3px solid #572484;
	border-radius: 25px;
}
.event-content-section-container {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.event-content-section-data {
	display: flex;
	flex-direction: column;	
}
.event-content-section-time,
.event-content-section-speaker-name {
	font-size: 1.166rem;	
}
.event-content-section-title {
	font-size: 1.8rem;
	line-height: 1.25;
	color: #572484;
}
.event-content-section-place,
.event-content-section-speaker-description {		
	opacity: 0.5;
}
.section-events h1 {
	margin-bottom: 0;
	font-size: 2.5rem;
	letter-spacing: -2%;
}
.section-events h3 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.section-events .button-background {
	background-color: #572484;
}



.section-background {
	background: linear-gradient(-90deg, #fff 0%, #e1e8f8 150%);
}




/* Видеоплеер */
.omnivideo-block {
	margin: 0;
}
.omnivideo-icon {
	border-radius: 50%;
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
}
.omnivideo-icon svg {
	width: 50%;
	height: auto;
	filter: none;
}
@media (max-width: 1279.98px) {
	.omnivideo-icon {
		width: 80px;
		height: 80px;
	}
}
@media (max-width: 767.98px) {
	.omnivideo-icon {
		width: 60px;
		height: 60px;
	}
}


/* Блок Сертификаты */
.block-certificates {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
}
.block-certificates .document {
	display: flex;
	flex-basis: calc(50% - 20px);
	flex-direction: column;
	justify-content: flex-start;
	margin-bottom: 20px;
	margin-right: 20px;
	padding: 30px;
	background: #fff;
	border-radius: 25px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.block-certificates .document-meta {
	padding-left: 90px;
	font-size: 0.8rem;
	line-height: 1.25;
	margin-bottom: 5px;
	opacity: 0.6;
}
.block-certificates .document-title {
	padding-left: 90px;
	letter-spacing: -0.5px;
	line-height: 1.25;
	margin-bottom: 10px;
}
.block-certificates .icon-dlyjens-document::before {
	position: absolute;
}
.block-certificates .icon-dlyjens-arrow::before {
	display: none;
}
.block-certificates .icon-dlyjens-arrow::after {
	display: inline-block;
	margin-left: 10px;
}

/* Кнопки */
.button {
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	border: 2px solid #000;
	border-radius: 5px;
	padding: 7px 10px 6px;
	margin-top: 12px;
	transition-duration: 1s;
	opacity: 0.5
}
.button:hover {
	color: #572484;
	border-color: #572484;
	opacity: 1;
}
.button-background {
	width: max-content;
	padding: 8px 16px;
	background: #000;
	color: #fff;
	font-size: 1.25rem;
	text-decoration: none;
	border-radius: 25px;
}
.button-background:hover {
	color: #fff;
	cursor: pointer;
}
.button-outline {
	width: auto;
	padding: 8px 16px;	
	color: #572484;
	border: 2px solid #572484;
	border-radius: 50vh;
}


/* Записи */
article img {
	width: 100%;
	height: auto;
}
article h1 {
	min-width: 480px;
}
article h2 {
	margin-bottom: 2rem;
}
.access article h1 {
	margin-bottom: 2rem;
	font-size: 3rem;
	letter-spacing: -2px;
}


/* Категории */
.archive-main {
	display: flex;
	flex-direction: column;	
	gap: 2rem;
	margin-top: 3rem;	
}
.archive-title {
	margin-bottom: 0;
}
.section-items {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.section-items a {
	background-color: #572484;
	font-size: 1rem;
	text-decoration: none;
}
.section-items-event {
	display: flex;
	flex-direction: column;
	flex: 0 0 calc((100% - 20px) / 2);	
	align-items: flex-start;
	gap: 15px;
	padding: 30px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.section-items-event-title {
	font-size: 1.25rem;
	line-height: 1.25;
}
.section-items-event-data {
	width: auto;
	padding: 8px 16px;
	color: #572484;
	border: 2px solid #572484;
	border-radius: 25px;
}
.section-items-event-container {
	display: flex;
	flex-direction: column;	
	flex-grow: 1;
	gap: 5px;
}
.section-items-event-section {
	font-size: 0.875rem;
	opacity: 0.6;
}



/* Вспылвающее окно */
#modal {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	visibility: hidden;
}
#modal .underlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	cursor: pointer;
	animation: fadeIn 0.5s;
}
#modal .modal {
	z-index: 999;
	margin: auto;
	border-radius: 20px;
	animation: fadeIn 0.5s;
	max-width: 700px;
}
.modal-inner {
	padding: 30px;
	box-sizing: border-box;
	margin: 0 5%;
	border-radius: 20px;
	background: #e1e8f8;
	background: linear-gradient(-90deg, #fff 0%, #e1e8f8 150%);
}
.modal-button {
	display: flex;
	flex-wrap: wrap;
}
.modal-button a {
	margin-right: 20px;
	opacity: 1;
	transition-duration: 0s;
}
.modal-button__description a {
	margin-right: 10px;
}
.modal-text p {
	font-size: 14px;
}
.modal-test {
	margin-bottom: 1rem;
}
.modal-test label {
	display: flex;
	margin-bottom: 0.25rem;
	font-size: 14px;
}
.modal-test input {
	margin-right: 10px;
}

/* Противопоказания */
.zakon {
	width: 100%;
	position: fixed;
	bottom: 0;
	display: block;
	background: #fff;
	padding: 10px 0;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
	z-index: 99;
}
.zakon-button {
	margin-left: 10px;
	color: #000;
	font-size: 30px;
	transition-duration: 0.8s;
	opacity: 0.4;
}
.zakon-button:hover {
	cursor: pointer;
	opacity: 1;
}
.zakon-notice {
	width: 100%;
	color: #000;
	font-size: 21px;
	line-height: 1;
	letter-spacing: -1px;
	text-transform: uppercase;
	transform: scale(1, 1.5);
	opacity: 0.4;
}
.zakon-wrapper {
	max-width: 1400px;
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding: 0 5%;
}

/* Видеоплеер */
#sprite-plyr {
	display: none;
}
:root {
	--plyr-color-main: #8652a1;
}



/* Слайдер */
.article-gallery .slick-dots {
	margin-top: 1rem;
}
.article-gallery-container {
	width: 50%;
}
.article-gallery-image {
	opacity: 0;
	visibility: hidden;
}
.article-gallery-image img {
	max-height: 100%;
}
.article-gallery.slick-initialized .article-gallery-image {
	opacity: 1;
	visibility: visible;
	animation: fadeIn 300ms ease-in-out forwards;
}

a[data-fancybox] img {
	cursor: zoom-in;
}
.fancybox-navigation {
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	top: 0;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Куки */
.cookies {
	width: 94%;
	max-width: 640px;	
	display: none;
	flex-direction: column;	
	gap: 10px;
	position: fixed;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;	
	background: linear-gradient(-90deg, #fff 0%, #e1e8f8 150%);
	font-size: 12px;
	line-height: 1.3;
	padding: 30px;
	border-radius: 20px;	
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
	z-index: 99;
}
.cookies-notice {	
	width: 100%;	
}
.cookies-notice a {
	display: inline;
}
.cookies-buttons {
	display: flex;
	gap: 10px;
}
.cookies-buttons a {
	opacity: 1;
}
.cookies-buttons-item {	
	font-size: 12px;	
	transition-duration: 0.5s;
	margin-top: 0;
	width: max-content;
}


/* Подвал */
.block-footer {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 30px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);	
}
.block-footer-contacts p {
	max-width: 900px;
	margin-bottom: 5px;
	opacity: 0.6;	
}
.block-footer-contacts span {
	font-size: 1.25rem;
	line-height: 1.25;
}
.block-footer-disclaimer {
	font-size: 2rem;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: -1px;
	opacity: 0.3;	
}
.block-footer-note {	
	font-size: 0.8rem;
	line-height: 1.25;	
	opacity: 0.6;
}
.block-footer-note a {
	display: inline;
	color: #000;
}


/* Медиа запросы */
@media (max-width: 1365.98px) {
	.zakon-notice {
		font-size: 17px;
	}
}

@media (max-width: 959.98px) {
	html {
		font-size: 16px;
	}
	article h1 {
		min-width: auto;
	}
	.block-footer {
		max-width: 100%;
	}
	.article-main {
		align-items: flex-start;
		flex-direction: column;
	}
	.article-main img {
		margin-top: 2rem;
		order: 2;
	}
	.article-main-inner {
		order: 1;
	}	
	.article-gallery-container {
		width: 100%;
		order: 2;
	}
	.article-section ul .icon-dlyjens-arrow::before {
		top: 2px;
	}
	/* Страница препарата -- Контент по блокам */	
	.article-flexible-cards.column-4 .article-flexible-cards-item {
		flex-basis: calc(50% - 20px);
	}
	.article-flexible-cards-item-text {
		padding: 20px;
	}
	/* Сертификаты */
	.block-certificates {
		margin-right: 0;
	}
	.block-certificates .document {
		flex-basis: 100%;
		margin-right: 0;
	}
	.home h1 {
		font-size: 5rem;
	}
	.zakon-button {
		font-size: 20px;
	}
	.zakon-notice {
		font-size: 14px;
		letter-spacing: -0.5px;		
	}
}

@media (max-width: 767.98px) {
	header {
		flex-direction: column-reverse;
	}
	header .logo {
		margin-bottom: 1rem;
	}
	article h1 {
		letter-spacing: -2px;
	}
	section ul,
	section ol {
		width: 100%;
	}	
	.block-certificates .document-meta,
	.block-certificates .document-title {
		padding-left: 80px;
	}
	.button-background {
		font-size: 21px;
	}
	.block-dlyjens .logo svg {
		display: none;
	}
	.block-dlyjens-title {
		display: block
	}
	.home h1 {
		font-size: 4rem;
		line-height: 1;
	}
	/* Страница препарата -- Контент по блокам -- Визуальные блоки */	
	.article-flexible-cards.column-2 {
		margin-right: 0;
	}
	.article-flexible-cards.column-2 .article-flexible-cards-item {
		flex-basis: 100%;	
	}
	.article-flexible-cards.column-3 .article-flexible-cards-item {
		flex-basis: calc(50% - 20px);
	}
	/* Страница препарата -- Контент по блокам -- Алгоритм */
	.article-flexible-algorithm {
		flex-direction: column;
		margin-right: 0;
	}		
	/* Страница препарата -- Контент по блокам -- Порядок применения */
	.article-flexible-use {
		flex-direction: column;
	}
	.article-flexible-use-item {
		flex-basis: 100%;
	}
	/* Закрытый раздел  */
	.access article h1 {
		font-size: 2.5rem;
		letter-spacing: -1px;
	}
	/* Куки */
	.cookies {			
		padding: 20px;
	}	
	/* Подвал */	
	.block-footer-disclaimer {
		font-size: 1.5rem;		
	}
	/* Категории */
	.section-items {		
		flex-direction: column;
	}
	/* Мероприятия */
	.event-content-section-title {
		font-size: 1.5rem;			
	}	
	.section-events h1 {		
		font-size: 2rem;
		letter-spacing: -1%;
	}
}
@media (max-width: 479.98px) {
	html {
		font-size: 14px;
	}
	blockquote {		
		padding: 20px;		
	}	
	blockquote svg {
		width: 30px;
		height: 30px;
		position: relative;
		top: 0;			
		left: 50%;	
		margin-bottom: 10px;	
		transform: translate(-50%, 0%); /* Смещение на половину ширины элемента */			
	}
	blockquote.article-flexible-target svg,
	blockquote.article-flexible-warning svg,
	blockquote.event-content-entry svg {
		top: 50%;   
		transform: translate(-50%, 0%); /* Смещение на половину ширины элемента */				
	}
	blockquote.article-flexible-marker {
		padding: 20px;		
	}
	article h1 {
		font-size: 3rem;
	}
	article h2 {
		font-size: 2rem;
		letter-spacing: -1px;
	}
	section ul,
	section ol {
		margin: 20px 0 20px 0px;
	}
	section ul li,
	section ol li {
		padding-left: 30px;
		margin-bottom: 10px;
	}
	.article-section {
		margin-bottom: 3rem;
	}
	/* Страница препарата -- Контент по блокам */	
	.article-flexible-cards {
		margin-right: 0;
	}
	.article-flexible-cards.column-3 .article-flexible-cards-item,
	.article-flexible-cards.column-4 .article-flexible-cards-item {
		flex-basis: 100%;
	}
	.article-flexible-cards.column-3 .article-flexible-cards-item-text-title,
	.article-flexible-cards.column-4 .article-flexible-cards-item-text-title {
		font-size: 1.25rem;
	}
	/* Сертификаты */
	.block-certificates .document {
		padding: 20px;
	}
	.block-certificates .document-meta,
	.block-certificates .document-title {
		padding-left: 70px;
	}
	.button-background {
		font-size: 16px;
	}
	.block-dlyjens-slogan {
		font-size: 1.5rem;
	}
	.block-dlyjens-description {
		font-size: 1.5rem;
	}
	.section-content .mnn {
		font-size: 21px;
	}
	.section-content .mnn-note {
		font-size: 10px;
	}
	.modal-inner {
		padding: 20px;
	}
	.modal-text p,
	.modal-test label {
		font-size: 12px;
	}
	.access article h1 {
		font-size: 2rem;
		letter-spacing: -0.5px;
	}
	.zakon-notice {
		font-size: 12px;
	}
	/* Подвал */
	.block-footer {		
		padding: 20px;		
	}
	/* Категории */
	.archive-title {
		font-size: 3rem;
		letter-spacing: -1px;
	}
	/* Мероприятия */
	.event-content,
	.event-content-section {
		padding: 20px;
	}
	.event-content-section {		
		border: 2px solid #572484;		
	}
}