/* #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;
}

.content-header {
	max-width: 1440px;
	border: 1px solid #ebebed;
	justify-content: space-between;
	border-radius: 15px;
}

.content-header-wrraper{
	display: flex;
	max-width: 1440px;
	width: 100%;
}

.content-header-text {
	padding: 48px 64px;
}

.text-top-1{
	display: flex;
	margin-bottom: 24px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px 40px;

}
.text-top-1 span{
	background-color: #ddf6da;
	color: #56ad4e;
	padding: 4px 12px;
	width: max-content;
	font-weight: 700;
	font-size: 10px;
	border-radius: 24px;
	font-weight: 700;

}
.text-top-1 p{
    color:  #979898;
    font-family: 'FuturaPT', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
}

.text-top-2{
	display: flex;
    justify-content: space-between;
	margin-bottom: 40px;
	font-family: "Noto Sans", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -1.2px;
	color: #000000;
}

.content-header-text {
	padding: 48px 64px;
	width: 50%;

}

.content-img{
	width: 560px;
	border-radius: 0 15px 15px 0  ;
}

.header_footer{
	display: flex;
    justify-content: space-between;
}

.header_footer-1{
	display: flex;
    flex-direction: column;

}
.header_footer-1 span{
	color: #000;
    font-family: 'FuturaPT', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;

}
.header_footer-1 p{
    color:  #979898;
    font-family: 'FuturaPT', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}
.header_footer-2{
	display: flex;
	align-items: end;
	gap: 5px;
}
.header_footer-2 p{
    color:  #979898;
	font-size: 16px;
	font-family: 'FuturaPT', sans-serif;
}

.icon-grey{
	color: #979898;
}


.text-block {
	max-width: 740px;
	margin: 0 auto;
	margin-top: 34px;

}
.text-block ul li {
	margin-bottom: 30px;

}
.text-block p{
	margin-bottom: 30px;
	font-family: 'FuturaPT', sans-serif;
	font-size: 17px;
    font-weight: 400;
    line-height: 25px;
}
.text-block h2, h3{
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: bold;
	color: #000;
}
.text-block img{
	margin-bottom: 30px;
}
.text-block-lefP{
	padding-left: 70px;

}
ol li {
	margin-bottom: 25px;
}

ul li {
	margin-left: 40px !important;

}

.load-block{
	display: flex;
	gap: 12px;
	align-items: baseline;
}
.btn-load{
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
}
.btn-load a{
    	color: #fff;

}
.btn-load a:hover{
	color: #00938b;
    transition: all .2s ease-in-out;
}
.header_footer-2:hover {
  color: #00938b;
}

.header_footer-2:hover p {
  color: #00938b;
}

.header_footer-2:hover .icon-grey svg {
  color: #00938b;
  fill: #00938b;
}

.adaptol-container {
    background: linear-gradient(180deg, #FEEDC2 0%, #FDD3AB 100%);
    padding: 50px 0;
    margin-bottom: 70px;
    position: relative;
}
.adaptol-container .adaptol-container-content {
    position: relative;
    z-index: 7;
}
.adaptol-container .adaptol-container-bg {
    content: "";
    display: block;
    position: absolute;
    width: 336px;
    height: 294px;
    background-image: url("<?=get_content_page_img("./images/adaptol-bg1.png")?>");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -100px;
    right: 0;
    z-index: 1;
}

.adaptol-header{
	 background-color: #E64E00;

}

.adaptol-header .title {
    font-weight: bold;
    font-size: 2rem;
    padding: 1.5rem 0;
    color: #fff;
}

.title a{
	color: #fff;
}
@media only screen and (max-width: 575px){
	.adaptol-container .adaptol-container-bg {
        width: 225px;
    	bottom: -120px;
    }
	.content-header-wrraper{
		flex-direction: column-reverse;
	}
	.header_footer{
		gap: 124px;
	}
}


@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;
	}
}
@media only screen and (max-width: 768px){
	img {
		object-fit: cover;
	}
	.text-top-2{
    	font-size: 30px;
	}

}