/* #updated */
/* ШРИФТЫ */

@font-face {
	font-family: 'Futura PT';
	src: url('/wp-content/themes/wplms/content/patient-with-arrhythmia/fonts/FuturaPT/FuturaPT-Heavy.eot');
	src: local('Futura PT Heavy'), local('FuturaPT-Heavy'),
		url('/wp-content/themes/wplms/content/patient-with-arrhythmia/fonts/FuturaPT/FuturaPT-Heavy.eot?#iefix')
			format('embedded-opentype'),
		url('/wp-content/themes/wplms/content/patient-with-arrhythmia/fonts/FuturaPT/FuturaPT-Heavy.woff') format('woff'),
		url('/wp-content/themes/wplms/content/patient-with-arrhythmia/fonts/FuturaPT/FuturaPT-Heavy.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Futura PT';
	src: url('/wp-content/themes/wplms/content/patient-with-arrhythmia/fonts/FuturaPT/FuturaPT-Medium.eot');
	src: local('Futura PT Medium'), local('FuturaPT-Medium'),
		url('/wp-content/themes/wplms/content/patient-with-arrhythmia/fonts/FuturaPT/FuturaPT-Medium.eot?#iefix')
			format('embedded-opentype'),
		url('/wp-content/themes/wplms/content/patient-with-arrhythmia/fonts/FuturaPT/FuturaPT-Medium.woff') format('woff'),
		url('/wp-content/themes/wplms/content/patient-with-arrhythmia/fonts/FuturaPT/FuturaPT-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Futura PT';
	src: url('/wp-content/themes/wplms/content/patient-with-arrhythmia/fonts/FuturaPT/FuturaPT-Light.eot');
	src: local('Futura PT Light'), local('FuturaPT-Light'),
		url('/wp-content/themes/wplms/content/patient-with-arrhythmia/fonts/FuturaPT/FuturaPT-Light.eot?#iefix')
			format('embedded-opentype'),
		url('/wp-content/themes/wplms/content/patient-with-arrhythmia/fonts/FuturaPT/FuturaPT-Light.woff') format('woff'),
		url('/wp-content/themes/wplms/content/patient-with-arrhythmia/fonts/FuturaPT/FuturaPT-Light.ttf') format('truetype');
	font-weight: 350;
	font-style: normal;
}

@font-face {
	font-family: 'Futura PT';
	src: url('/wp-content/themes/wplms/content/patient-with-arrhythmia/fonts/FuturaPT/FuturaPT-Bold.eot');
	src: local('Futura PT Bold'), local('FuturaPT-Bold'),
		url('/wp-content/themes/wplms/content/patient-with-arrhythmia/fonts/FuturaPT/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/wplms/content/patient-with-arrhythmia/fonts/FuturaPT/FuturaPT-Bold.woff') format('woff'),
		url('/wp-content/themes/wplms/content/patient-with-arrhythmia/fonts/FuturaPT/FuturaPT-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Noto Sans';
	src: url('/wp-content/themes/wplms/content/patient-with-arrhythmia/fonts/NotoSans/NotoSans-Bold.eot');
	src: local('Noto Sans Bold'), local('NotoSans-Bold'),
		url('/wp-content/themes/wplms/content/patient-with-arrhythmia/fonts/NotoSans/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/wplms/content/patient-with-arrhythmia/fonts/NotoSans/NotoSans-Bold.woff') format('woff'),
		url('/wp-content/themes/wplms/content/patient-with-arrhythmia/fonts/NotoSans/NotoSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Noto Sans';
	src: url('/wp-content/themes/wplms/content/patient-with-arrhythmia/fonts/NotoSans/NotoSans.eot');
	src: local('Noto Sans'), local('NotoSans'),
		url('/wp-content/themes/wplms/content/patient-with-arrhythmia/fonts/NotoSans/NotoSans.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/wplms/content/patient-with-arrhythmia/fonts/NotoSans/NotoSans.woff') format('woff'),
		url('/wp-content/themes/wplms/content/patient-with-arrhythmia/fonts/NotoSans/NotoSans.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* СБРОС СТИЛЕЙ */
:host {
	--black: #000000;
	--white: #ffffff;
	--primary: rgba(81, 79, 79, 0.9);
	--red: #832432;
	--grey: #f1efef;
	--greyDark: #ababab;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

*::focus:not(:focus-visible) {
	outline: none;
}

:host {
	font-family: 'Futura PT', sans-serif;
	font-style: normal;
	font-weight: normal;
	text-rendering: auto;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}

#etacizin {
	font-style: normal;
	font-weight: normal;
	text-rendering: auto;
	background-color: transparent;
	color: rgba(81, 79, 79, 0.9);
}

* {
	font-family: 'Futura PT', sans-serif;
	font-style: normal;
	font-weight: normal;
}

a,
a:hover {
	text-decoration: none;
}

input,
textarea {
	line-height: inherit;
	margin: 0;
	padding: 0;
}

input,
button {
	border: none;
	outline: none;
	cursor: pointer;
}

button,
input,
a,
textarea {
	outline: none;
	cursor: pointer;
	font: inherit;
}

textarea:focus,
button:focus,
input:focus,
a:focus {
	outline: none;
}

textarea:active,
button:active,
input:active,
a:active {
	outline: none;
}

img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font: inherit;
	margin: 0;
	padding: 0;
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: inherit;
}

button {
	border: none;
	color: inherit;
	font: inherit;
	text-align: inherit;
	padding: 0;
	background-color: inherit;
	text-rendering: auto;
}

ul,
ol {
	padding: 0;
	margin: 0;
	padding-left: 15px;
}

li {
	margin: 0;
	padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type='number'] {
	--moz-appearance: textfield;
}

/* СТИЛИ СТАТЬИ */

.container {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
	color: rgba(81, 79, 79, 0.9);
}

.root-title {
	font-family: 'Noto Sans', sans-serif;
	font-size: 29px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 14px;
	color: #000;
}

.hero-image {
	width: 100%;
	height: auto;
}

.complaints {
	display: flex;
	gap: 30px;
}

.complaints > img {
	width: 67px;
	height: 74px;
}

.complaints > .content > .desc {
	margin-bottom: 15px;
}

.info {
	display: flex;
	padding: 20px;
	align-items: center;
	gap: 20px;
	border-radius: 10px;
	background: #832432;
}

.info > img {
	width: 60px;
	height: 60px;
}

.info > .desc {
	color: #fff;
	font-weight: 500;
}

.methods {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.methods > h4 {
	margin-left: 10px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.card {
	display: flex;
	gap: 39px;
	padding: 20px;
	border-radius: 10px;
	background: #f1efef;
}

.card > img {
	width: 52px;
	height: 52px;
}

.card > .content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.classes {
	display: flex;
	gap: 10px;

	padding: 30px;

	border-radius: 10px;
	border: 1px solid #ababab;
}

.classes > .desc {
	padding-left: 0;
	width: 50%;
}

.classes > .desc > li {
	display: flex;
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #f1efef;
	color: #000;
}

.classes > .desc > li:first-child {
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 50px;
	color: #fff;
	background: #ababab;
}

.specific {
	display: flex;
	gap: 25px;
}

.specific > img {
	width: 68px;
	height: 62px;
}

.card-table {
	display: flex;
	padding: 20px;
	flex-direction: column;
	gap: 10px;
	border-radius: 10px;
	background: #f1efef;
}

.card-table > img {
	width: 100%;
	height: auto;
}

.classification {
	padding: 15px 20px;
	border-radius: 8px;
	background: #f1efef;
}

.pack {
	display: flex;
	gap: 22px;
}

.pack > img {
	width: 288px;
	height: 192px;
}

.correct {
	display: flex;
	padding: 20px;
	flex-direction: column;
	gap: 10px;
	border-radius: 10px;
	border: 2px solid #832432;
}

.case-title {
	padding: 10px 0px 10px 30px;
	border-radius: 60px;
	background: #832432;
}

.case-title > .title {
	color: #fff;
}

.case {
	display: flex;
	gap: 30px;
}

.case > .desc {
	width: 100%;
	padding-right: 150px;
}

.case-image {
	position: relative;
}

.case-image > img {
	position: absolute;
	top: -50px;
	right: 0;
	width: 119px;
	height: 174px;
}

.resume {
	display: flex;
	padding: 20px;
	flex-direction: column;
	gap: 10px;
	border-radius: 10px;
	border: 1px solid #832432;
	background: #f1efef;
}

.resume > i {
	display: inline-flex;
	width: max-content;
	padding: 10px 20px;
	border-radius: 50px;
	font-style: normal;
	color: #fff;
	background: #832432;
}

.title {
	font-family: 'Noto Sans', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.desc, .desc > li {
	font-family: 'Futura PT';
	font-size: 17px;
	font-style: normal;
	font-weight: 350;
	line-height: 25px;
}

.desc > sup {
	line-height: 100%;
	font-size: 11px;
}

.desc > b {
	font-weight: 450;
	color: #000;
}

.librarys {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.librarys > .title {
	color: #000;
}

.lib-list, .lib-list li {
	font-size: 14px;
	font-style: normal;
	font-weight: 350;
	line-height: normal;
}

@media (max-width: 640px) {
	.container {
		gap: 30px;
	}

	.root-title {
		font-size: 29px;
		margin-bottom: 20px;
	}

	.complaints {
		gap: 15px;
	}

	.complaints > .content > .desc {
		margin-bottom: 10px;
	}

	.info {
		padding: 15px 10px;
		gap: 15px;
		border-radius: 20px;
		text-align: center;
	}

	.methods {
		gap: 20px;
	}

	.methods > h4 {
		margin-left: 0;
		text-align: center;
		margin-bottom: 15px;
	}

	.card {
		gap: 20px;
		padding: 15px;
		border-radius: 20px;
	}

	.card > .content {
		gap: 15px;
	}

	.classes {
		flex-direction: column;
		gap: 20px;
		padding: 20px 10px;
		border-radius: 20px;
	}

	.classes > .desc {
		width: 100%;
	}

	.classes > .desc > li {
		width: 100%;
		padding: 10px;
	}

	.classes > .desc > li:first-child {
		padding-left: 20px;
		padding-right: 20px;
		justify-content: center;
	}

	.specific {
		gap: 15px;
	}

	.card-table {
		padding: 20px 15px;
		gap: 15px;
		border-radius: 20px;
	}

	.classification {
		padding: 20px 15px;
		border-radius: 20px;
	}

	.pack {
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}

	.pack > img {
		position: relative;
		left: 20px;
	}

	.correct {
		padding: 20px 15px;
		border-radius: 20px;
	}

	.case-title {
		padding: 10px 30px 10px 30px;
		text-align: center;
	}

	.case {
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}

	.case > .desc {
		padding-right: 0;
	}

	.case-image > img {
		position: relative;
		top: auto;
		right: auto;
	}

	.resume {
		padding: 20px 15px;
		border-radius: 20px;
	}

	.resume > i {
		padding: 15px 30px;
	}

	.title {
		font-size: 24px;
	}

	.desc {
		font-size: 17px;
	}

	.librarys {
		gap: 20px;
	}

	.lib-list {
		font-size: 14px;
	}
}