@font-face {
	font-family: 'Circe';
	src: url('/wp-content/themes/zdorova/assets/Circe-Light.eot');
	src: local('Circe Light'), local('Circe-Light'),
		url('/wp-content/themes/zdorova/assets/Circe-Light.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/zdorova/assets/Circe-Light.woff2') format('woff2'),
		url('/wp-content/themes/zdorova/assets/Circe-Light.woff') format('woff'),
		url('/wp-content/themes/zdorova/assets/Circe-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Circe Extra';
	src: url('/wp-content/themes/zdorova/assets/Circe-ExtraBold.eot');
	src: local('Circe Extra Bold'), local('Circe-ExtraBold'),
		url('/wp-content/themes/zdorova/assets/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/zdorova/assets/Circe-ExtraBold.woff2') format('woff2'),
		url('/wp-content/themes/zdorova/assets/Circe-ExtraBold.woff') format('woff'),
		url('/wp-content/themes/zdorova/assets/Circe-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('/wp-content/themes/zdorova/assets/Circe-Thin.eot');
	src: local('Circe Thin'), local('Circe-Thin'),
		url('/wp-content/themes/zdorova/assets/Circe-Thin.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/zdorova/assets/Circe-Thin.woff2') format('woff2'),
		url('/wp-content/themes/zdorova/assets/Circe-Thin.woff') format('woff'),
		url('/wp-content/themes/zdorova/assets/Circe-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('/wp-content/themes/zdorova/assets/Circe-Regular.eot');
	src: local('Circe'), local('Circe-Regular'),
		url('/wp-content/themes/zdorova/assets/Circe-Regular.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/zdorova/assets/Circe-Regular.woff2') format('woff2'),
		url('/wp-content/themes/zdorova/assets/Circe-Regular.woff') format('woff'),
		url('/wp-content/themes/zdorova/assets/Circe-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('/wp-content/themes/zdorova/assets/Circe-Bold.eot');
	src: local('Circe Bold'), local('Circe-Bold'),
		url('/wp-content/themes/zdorova/assets/Circe-Bold.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/zdorova/assets/Circe-Bold.woff2') format('woff2'),
		url('/wp-content/themes/zdorova/assets/Circe-Bold.woff') format('woff'),
		url('/wp-content/themes/zdorova/assets/Circe-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	overflow: hidden;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	outline: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #212121;
	font-family: "Circe", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 18px;
	line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Poppins", sans-serif;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}



abbr,
acronym {
	border-bottom: 1px dotted #212121;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #212121;
	text-decoration: none;
}



a:hover,
a:focus,
a:active {
	opacity: .8;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 10px;
	color: #212121;
	padding: 20px;
	cursor: pointer;
}

/* button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
} */

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #212121;
	max-width: 100%;
	border-radius: 10px;
	border: 0;
	padding: 20px;
	/* border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px; */
}

/* input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
} */

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: none;
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	padding-top: 5px;
	flex-direction: column;
    gap: 5px;
	padding: 5px;
    background-color: #deeaf8;
    border-radius: 5px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
	width: 120px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	white-space: nowrap;
	font-size: 16px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 768px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.menu-item-has-children > a::after {
    content: '';
    background-image: url(/wp-content/uploads/2024/10/arrow-open.svg);
    width: 8px;
    height: 4px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
    filter: invert(0%) sepia(4%) saturate(0%) hue-rotate(309deg) brightness(93%) contrast(107%);
}
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Firefox */
* {
	scrollbar-color: #2270B8 #DDEBF8;
	scrollbar-width: thin;
}

/* Webkit (Chrome, Safari, Edge) */
*::-webkit-scrollbar {
	width: 12px; /* Ширина скроллбара */
}

*::-webkit-scrollbar-track {
	background: #DDEBF8; /* Цвет фона скроллбара */
}

*::-webkit-scrollbar-thumb {
	background-color: #2270B8; /* Цвет бегунка */
	border-radius: 10px; /* Радиус скругления бегунка */
	border: 3px solid #DDEBF8; /* Отступ и цвет фона внутри бегунка */
}

/* Opera */
*::-webkit-scrollbar {
	width: 12px;
}

*::-webkit-scrollbar-track {
	background: #DDEBF8;
}

*::-webkit-scrollbar-thumb {
	background-color: #2270B8;
	border-radius: 10px;
	border: 3px solid #DDEBF8;
}

/* Internet Explorer 10+ */
* {
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

#preloader {
	transition: opacity 1s ease;
	opacity: 1;
  }
  #preloader.hidden {
	opacity: 0;
  }

#preloader.preloader-dark {
	transition: opacity 0.5s ease;
	opacity: 1;
  }
  #preloader.preloader-dark.hidden {
	opacity: 0;
  }

  #preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #DDEBF8;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow-y: scroll;
  }
   body {
	overflow: hidden;
  }

  .animated-line {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	animation: draw 4s forwards;
  }

  @keyframes draw {
	to {
	  stroke-dashoffset: 0;
	}
  }

  /* .animated-line {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	animation: draw 4s forwards, fillColor 1s 4s forwards;
	fill: none;
	transition: fill 1s ease-in-out;
  }

  @keyframes draw {
	to {
	  stroke-dashoffset: 0;
	}
  }

  @keyframes fillColor {
	to {
	  fill: #5097D1;
	}
  } */

.address-container {
	position: relative;
	width: 215px;
}

.current-address {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.address-list {
	display: block; /* Поменяли на block, так как будем управлять видимостью через max-height */
	max-height: 0; /* Начальная высота списка 0 */
	overflow: hidden; /* Скрываем содержимое, пока оно не отображается */
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: white;
	border: 1px solid #DDEBF8;
	border-radius: 5px;
	z-index: 10;
	transition: max-height 0.3s ease, opacity 0.3s ease; /* Плавная анимация */
	opacity: 0; /* Начальная прозрачность */
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.address-list li {
	padding: 10px;
	cursor: pointer;
	font-size: 12px;
}

.address-list li:hover {
	background-color: #f0f0f0;
}

.phone {
	margin-top: 10px;
	font-size: 18px;
}

#dropdown-arrow {
	margin-left: 10px;
	line-height: 0;
	cursor: pointer;
}

.show {
	max-height: 440px;
	opacity: 1;
}

.container{
	max-width: 1220px;
	margin: 0 auto;
}

.site-header{
	background-color: #DDEBF8;
	padding: 24px 0;
	z-index: 2;
	position: relative;
}
.main-navigation ul{
	gap: 35px;
}

.header-wrap-1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
}
.header-wrap-2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
}
.header-section-1{
	margin-bottom: 28px;
}

.address-text{
	color: #2270B8;
	font-weight: 600;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
}
.phone-number{
	color: #2270B8;
	font-weight: 700;
	font-size: 14px;
	font-size: 20px;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 5px;
}

.header-mega-menu-btn{
background-color: #2270B8;
color:#fff;
font-size: 20px;
font-family: "Poppins", sans-serif;
font-weight: 700;
padding: 13px 50px;
border-radius: 10px;
display: flex;
gap: 8px;
align-items: center;
justify-content: center;
cursor: pointer;
}

.header-cta-btn{
	background-color: #2370b8;
	color:#fff;
	font-size: 16px;
	font-weight: 400;
	padding: 15px 15px;
	border-radius: 10px;
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: .5s;
}
.header-cta-btn:hover{
opacity: .7;
}
#searchform{
	position: relative;
}
#searchsubmit{
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	background-color: #DDEBF8;
	border-radius: 10px;
	width: 40px;
	height: 40px;
	padding: 0;
	line-height: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.header-wrap-2 .search-input{
	width: 100%;
	border: 1px solid #2270B8;
	padding: 14px 43px 14px 14px;
	border-radius: 10px;
}
.header-search-wrap{
	width: 100%;
}

.header-cta-wrap{
	min-width: 217px;
}
.header-mega-menu-btn-wrap{
	min-width: 217px;
}

.hero-slider{
	width: 100%;
	background-image: url(/wp-content/uploads/2024/10/banner1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 15px;
	padding: 80px 32px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.hero-slider-title{
	font-family: "Poppins", sans-serif;
	font-size: 42px;
	font-weight: 700;
	color:#2270B8;
	padding-bottom: 15px;

}
.hero-slider-subtitle{
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 400;
	color:#2270B8;
	padding-bottom: 50px;
	width: 455px;
	max-width: 100%;
}
.hero-slider-text{
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 20px;
	width: 350px;
	max-width: 100%;
}
.hero-slider-btn span{
	font-size: 16px;
	font-weight: 700;
	padding: 10px 15px;
	text-transform: uppercase;
	background-color: #2270B8;
	border: 1px solid #2270B8;
	color:#fff;
	text-decoration: none;
	border-radius: 10px;
	display: inline-block;
	cursor: pointer;
	transition: .5s;
}
.hero-slider-btn span:hover{
	color: #2270B8;
	border: 1px solid #2270B8;
	background: transparent;
	transition: .5s;
}
.hero-wrap{
	display: flex;
	gap: 32px;
}
.hero-cta{
	display: flex;
	gap: 32px;
	flex-direction: column;
}
.hero-cta .hero-cta-btn{
	background-color: #2270B8;
	color:#fff;
	position: relative;
	text-decoration: none;
	display: flex;
	gap: 20px;
	padding: 32px;
	border-radius: 15px;
	cursor: pointer;
}
.hero-cta-btn-title{
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 15px;
	white-space: nowrap;
}

.hero-cta .hero-cta-btn::after{
	content: '';
	background-image: url(/wp-content/uploads/2024/10/arrow-link.svg);
	display: block;
	width: 17px;
	height: 17px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 13px;
	top: 13px;
}
.hero-cta{
	max-width: 385px;
}
.hero-cta-btn-icon-wrap{
	padding: 20px;
	background: #fff;
	border-radius: 50%;
	width: 86px;
	max-width: 86px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-cta-btn-text{
	font-size: 16px;
}

.hero-bottom{
	display: flex;
	gap: 32px;
	margin-top: 32px;

}

.hero-bottom-card{
	background-color: #2270B8;
	color: #fff;
	position: relative;
	text-decoration: none;
	display: flex;
	gap: 20px;
	padding: 32px;
	border-radius: 15px;
	cursor: pointer;
	flex: 1 1 0;
	box-sizing: border-box;
}

.hero-bottom-card::after{
	content: '';
	background-image: url(/wp-content/uploads/2024/10/arrow-link.svg);
	display: block;
	width: 17px;
	height: 17px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 13px;
	top: 13px;
}

.hero-bottom-card-icon-wrap{
	padding: 20px;
	background: #fff;
	border-radius: 50%;
	width: 86px;
	max-width: 86px;
	min-width: 86px;
	height: 86px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.hero-bottom-card-title{
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 15px;
	white-space: nowrap;
}

.hero-bottom-card-text{
	font-size: 16px;
	color: #fff;
}

@media (max-width: 1024px){
	.hero-bottom{
		flex-direction: column;
	}
}

@media (max-width: 767px){
	.hero-bottom{
		gap: 20px;
		margin-top: 20px;
	}

	.hero-bottom-card{
		padding: 20px;
		gap: 16px;
	}

	.hero-bottom-card-title{
		font-size: 20px;
		white-space: normal;
		padding-bottom: 10px;
	}

	.hero-bottom-card-text{
		font-size: 15px;
	}

	.hero-bottom-card-icon-wrap{
		width: 72px;
		min-width: 72px;
		height: 72px;
		padding: 16px;
	}
}





.m-50{
	margin: 50px 0;
}

.flex-wrap{
	display: flex;
}

.section-services .flex-wrap{
	gap: 32px;
	justify-content: space-between;
}
.section-title{
	margin-bottom: 50px;
	text-align: center;
}
.section-title h2{
font-size: 42px;
color:#2270B8;
font-family: "Poppins", sans-serif;
margin-bottom: 15px;
}
.section-title h1{
	font-size: 42px;
	color:#2270B8;
	font-family: "Poppins", sans-serif;
	margin-bottom: 15px;
	}
.section-title p{
width: 600px;
max-width: 100%;
margin: 0 auto;
	}
	.services-card{
		text-decoration: none;
		flex: 1;
		background-color: #DDEBF8;
		border-radius: 10px;
	}
.services-card-img img{
	display: block;
	height: 248px;
	width: 100%;
	object-fit: cover;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.services-card-title{
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 10px;
	color: #2270B8;
	white-space: nowrap;
	position: relative;
}
.services-card-title::after{
	content:'';
	background-image: url(/wp-content/uploads/2024/10/arrow-right.svg);
	width: 20px;
	height: 11px;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 10px;
}

.services-card-content{
	padding: 24px 32px;
	background-color: #DDEBF8;
	border-radius: 10px;
}
.section-2col .flex-wrap{
gap: 32px;
}
.section-2col .flex-wrap .col2{
flex:1;
}
.icon-btn{
	position: relative;
}
.icon-btn::after{
	content:'';
	background-image: url(/wp-content/uploads/2024/10/arrow-right.svg);
	width: 20px;
	height: 11px;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 10px;
	filter: brightness(0) saturate(100%) invert(88%) sepia(0%) saturate(7500%) hue-rotate(174deg) brightness(120%) contrast(101%);
}
.btn-1{
	font-size: 16px;
	padding: 15px 15px;
	background-color: #2270B8;
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
	display: inline-block;
	border: 1px solid #2270B8;
	transition: .5s;
}
.btn-1:hover{
color:#2270B8;
background-color: transparent;
transition: .5s;
}
.btn-1:hover::after{
	filter: none;
}
.col2 p:first-child{
	margin-top: 0;
}
.col-img img{
	display: block;
	border-radius:15px;
}
.fz20{
	font-size: 20px;
}

.section-numbers .flex-wrap{
	justify-content: space-around;
}
.card-number{
	text-align: center;
}
.card-number-title{
font-size: 64px;
font-weight: 700;
color:#2270B8;
font-family: "Poppins", sans-serif;
}

.card-number-text{
	font-size: 24px;
}

.section-numbers{
	padding: 60px 0;
	background-color: #DDEBF8;
}
.features-card{
	width: calc(33% - 18px);
	padding: 32px;
	background-color: #DDEBF8;
	border-radius: 15px;
	border: 1px solid #2270B8;
}

.section-features .flex-wrap{
	flex-wrap: wrap;
	gap:32px;
}
.features-img{
	max-width: 70px;
}
.features-img-wrap{
	background-color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 50%;
	width: 70px;
	height: 70px;
}
.features-title{
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	padding: 24px 0 16px;
}

.testimonial-swiper-container {
position: relative;
}
.testimonial-nav{
	max-width: 83px;
	height: 35px;
	position: absolute;
	bottom: 20px;
	right: 50px;
	display: flex;
	flex-direction: row-reverse;
	gap: 10px;
}
.testimonial-nav .swiper-button-next:after {
	content: 'next';
	content: url(/wp-content/uploads/2024/10/slider-arrow-1.svg);
	line-height: 0;
	/* width: 36px;
	height: 36px;
	background-color: #fff; */
}
.testimonial-nav .swiper-button-prev:after {
	content: 'next';
	content: url(/wp-content/uploads/2024/10/slider-arrow-2.svg);
	line-height: 0;
	/* width: 36px;
	height: 36px;
	background-color: #fff; */
}
.testimonial-nav .swiper-button-next {
	width: 36px;
	height: 36px;
	background-color: #fff;
	border-radius: 50%;
	position: relative;
	right: unset;
	left: unset;
}
.testimonial-nav .swiper-button-prev {
	width: 36px;
	height: 36px;
	background-color: #fff;
	border-radius: 50%;
	position: relative;
	right: unset;
	left: unset;
}
.testimonial-nav .swiper-button-prev:hover,
.testimonial-nav .swiper-button-next:hover{
	background-color: #d8f8de;
	
}
.testimonial {
	padding: 40px 30px;
	border-radius: 15px;
	position: relative;
	color: #2270B8;
	background-color: #DDEBF8;
	height: 305px;
}

.testimonial .quote {
	font-size: 18px;
	color: #2270B8;
	line-height: 1.2;
	margin-bottom: 30px;
	margin-top: 0;
}

.testimonial .author {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
}

.testimonial .date {
	font-size: 14px;
	margin: 0;
}


.testmonial-col-1{
	overflow: hidden;    
	flex: 2;
}
.testmonial-col-2{
	flex: 1;
}
.testmonial-col-3{
	flex: 1;
}

.section-testimonials .flex-wrap{
	gap: 32px;
}

.testimonial-link-title{
	font-family: "Poppins", sans-serif;
	background-color: #2270B8;
	color: #fff;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 15px;
	font-size: 24px;
	gap: 12px;
}

.testimonial-link-title span{
	display: block;
	text-align: center;
	font-size: 16px;
}
.testmonial-col-3{
	display: flex;
	gap: 32px;
	flex-direction: column;
}
.testmonial-col-3 img{
	border-radius: 15px;
}
.testmonial-col-2 img{
	border-radius: 15px;
	border: 1px solid #2270B8;
	display: block;
	margin: 0 auto;
}
.testimonial-link-link{
	border: 1px solid #2270B8;
	padding: 26px;
	border-radius: 15px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	color: #2270B8;
	text-align: center;
	font-size: 20px;
	position: relative;
	cursor: pointer;
}

.testimonial-link-link::after{
	content: '';
	background-image: url(/wp-content/uploads/2024/10/arrow-right.svg);
	width: 20px;
	height: 11px;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 10px;
}
.testimonial-link-link:hover{
	background-color: #2270B8;
	color: #fff;
	}
	.testimonial-link-link:hover::after{
		filter: brightness(0) saturate(100%) invert(88%) sepia(0%) saturate(7500%) hue-rotate(174deg) brightness(120%) contrast(101%);
	}
.testimonial-link-title img{
	border-radius: 15px;
}

.testimonial-swiper-container .swiper-slide{
border-radius: 15px ;
}

.testimonial img{
	margin-bottom: 25px;
}

.section-testimonials{
	margin: 100px 0;
}


.header-cta-btn{
	position: relative;
}

.header-cta-btn-content{
	display: flex; 
	gap: 8px; 
	align-items: center; 
	justify-content: center; 
	cursor: pointer;
	white-space: nowrap;
	font-size: 17px;
}

.m-150{
	margin: 150px 0;
}

.gallery-wrap a {
	flex-basis: calc(25% - 8px);
}
.gallery-wrap a img{
	object-fit: cover;
	height: 160px;
	width: 100%;
	border-radius: 15px;
}
.gallery-wrap a:first-child img{
	    object-position: 100% 75%;
}
.gallery-wrap{
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.featherlight .featherlight-content{
	background: #00000000!important;
}

.section-more-btn{
	margin: 50px 0;
	text-align: center;
}
.btn-more{
	font-size: 20px;
	color:#2270B8;
	border-radius: 10px;
	border: 1px solid #2270B8;
	padding: 10px;
	display: inline-block;
	position: relative;
}
.btn-more::after{
	content: '';
	background-image: url(/wp-content/uploads/2024/10/arrow-right.svg);
	width: 20px;
	height: 11px;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 10px;
}

.section-article-header{
	display: flex;
	gap:50px;
}

.article-thumbnail img{
	max-height: 300px;
	object-fit: cover;
	border-radius: 15px;
}

.article-thumbnail{
	flex: 1;
	text-align: center;
}
.article-plan{
	flex:1;
}
.table-of-contents{
	padding: 32px;
	background-color: #DDEBF8;
	border-radius: 15px;
}

.table-of-contents h3{
margin-top: 0;
color: #2270B8;
font-size: 24px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
}

.table-of-contents ol{
	margin-left: 0;
	padding-left: 15px;
	margin-bottom: 0;
	font-size: 18px;
}

.table-of-contents ol li{
	margin-bottom: 5px;
}

.wp-block-quote{
	margin: 0;
	padding: 16px 32px 8px;
	border: 2px solid #2270B8;
	border-radius: 15px;
	color: #2270B8;
	font-size: 20px;
	font-weight: 400;
}

.blog-article .entry-content h2{
color:#2270B8;
font-family: 'Poppins', sans-serif;
}

.blog-article .entry-content ul,
.blog-article .entry-content ol{
	margin-left: 10px;
	padding-left: 14px;
}

.blog-article .entry-content strong{
	color: #2270B8;
}
.blog-article .entry-content  li::marker{
	color: #2270B8;
}

.blog-loop-wrap{
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
}

.blog-card{
	background-color: #DDEBF8;
}
.blog-card-img img{
	height: 200px;
	width: 100%;
	object-fit: cover;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	display: block;
}

.blog-loop-wrap .blog-card{
	flex: 1;
	border-radius: 15px;
}

.blog-card-title{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 36px;
}

.blog-card-category span{
	color:#5097D1;
	font-size: 14px;
}
.blog-card-category{
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.blog-card-content{
	padding: 16px;
}

.footer-contact-card ul li {
	display: none;
}

.footer-contact-card ul li:nth-child(-n+3){
	display: list-item;
}

.footer-wrap{
	padding: 64px;
	background-color: #2270B8;
	border-radius: 15px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	gap: 50px;
	position: relative;
	background-image: url('/wp-content/uploads/2024/10/footer-shape1.png'), 
					  url('/wp-content/uploads/2024/10/footer-shape2.png');
	background-position: left top, right bottom; /* Позиционирование изображений */
	background-repeat: no-repeat, no-repeat; /* Отключение повторения изображений */
}

.footer-wrap ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
.footer-col {
	flex: 1;
}
.footer-col.footer-col1 {
	flex: 2;
}
.footer-title{
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 24px;
}
.footer-col ul li{
	font-family: 'Poppins', sans-serif;
	margin-bottom: 10px;

}
.footer-contact-col-2 ul li{
	font-size: 14px;
}
.footer-col ul li a{
	color: #fff;
}

.footer-contact-card{
	display: flex;
	gap: 15px;
}
.footer-contact-card ul li.show-more-footer{
	font-weight: 700;
	border-bottom: 1px solid;
	display: inline-block;
	font-size: 12px;
	cursor: pointer;
	transition: .5s;
}
.footer-contact-card ul li.show-more-footer:hover{
	border-bottom: 1px solid transparent;
}
.footer-contact-col-1{
	min-width: 66px;
}
.footer-contact-card{
	margin-bottom: 15px;
}
.footer-contact-col-2 a {
	color: #fff;
}
.footer-worktime strong{
	margin-right: 15px;
}
footer .header-cta-btn-content{
	font-size: 14px;
}
footer .header-cta-btn{
	padding: 10px;
	margin-top: 30px;
	background-color: #fff;
	color: #2370b8;
}

.footer-copyright{
	display: flex;
	justify-content: space-between;
	padding: 30px;
	flex-wrap: wrap;
}

.breadcrumb-delimiter img{
	transform: rotate(-90deg);
}
.breadcrumb-delimiter{
	line-height: 0;
}

.breadcrumb-wrap{
	display: flex;
	gap: 10px;
	align-items: center;
	color: #2270B8;
	flex-wrap: wrap;
}
.breadcrumb-wrap a{
	color: #2270B8;
	font-weight: 600;
}

.section-breadcrumb{
	padding: 35px 0;
}
.page-services-card{
	background: #DDEBF8;
	border: 1px solid #2270B8;
	border-radius: 15px;
	flex-basis: calc(25% - 24px);
	padding: 40px 23px;
	display: flex;
	gap: 10px;
	align-items: center;
/* 	justify-content: center; */
	text-align: center;
	    width: calc(25% - 24px);
}
.page-services-wrap{
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
	
}

.page-services-card-title{
	font-size: 20px;
	font-weight: 600;
	color: #2270B8;
	text-align: left;
}

.page-services-card-img-wrap {
	background-color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
}
.page-services-card-img {
	max-width: 50px;
}

.cta-type-1-wrap{
background-color: #DDEBF8;
padding: 50px 32px;
display: flex;
justify-content: space-between;
gap: 50px;
align-content: center;
border-radius: 15px;
}

.cta-type-1-title{
	font-family: 'Poppins', sans-serif;
	color:#2270B8;
	font-size: 40px;
	font-weight: 700;
}
.cta-type-2-btn{
	font-size: 24px;
	font-weight: 700;
	padding: 10px 80px;
	border-radius: 10px;
	display: inline-block;
	color:#fff;
	background-color: #2270B8;
	font-family: 'Poppins', sans-serif;
}

.section-doctor-wrapper{
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
	margin-bottom: 150px;
}

.doctor-card {
	flex-basis: calc(25% - 24px);
	font-family: 'Poppins', sans-serif;
}
@media (min-width: 768px){
	.doctor-card-excerpt p{
		height: 43.2px;
	}
	.doctor-card-img img{
   height: 420px;
}
}
.doctor-card-img img{
	border-radius: 15px;
	    display: block;
    
    object-fit: cover;
}
.doctor-card-img{
	margin-bottom: 16px;
}
.doctor-card-title{
font-size: 20px;
font-weight: 700;
}
@media (min-width: 768px){
	.doctor-card-title{
	    min-height: 48px;
}
}
.doctor-card-excerpt{
color:#4b4a4a;
margin: 10px 0;
}

.speciality-item{
	font-size: 16px;
	color: #2270B8;
	font-weight: 700;
	padding: 10px;
	display: inline-block;
	border: 1px solid #2270B8;
	border-radius: 10px;
	background-color: transparent;
	transition: .5s;
	cursor: pointer;
}
.speciality-item.speciality-active{
	background-color: #2270B8;
	color:#fff;
	transition: .5s;
}
.section-speciality-filter{
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.doctor-specialty{
	padding: 5px 10px;
	background-color: #DDEBF8;
	border-radius: 10px;
	color: #2270B8;
	font-size: 14px;
	border: 1px solid;
}

.doctor-card-taxonomy{
	display: flex;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
}
.doctor-wrapper{
	display: flex;
	gap: 32px;
}
.doctor-thumbnail{
	flex: 1;
}
.doctor-content{
	flex: 1;
}

.doctors-spec{
	gap: 15px;
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
}
.btn-2{
	font-size: 16px;
	padding: 15px 15px;
	background-color: #2270B8;
	border: 1px solid #2270B8;
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: .5s;
}

.btn-2::after {
	content: '';
	background-image: url(/wp-content/uploads/2024/10/time.svg);
	width: 18px;
	height: 18px;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 10px;
	transition: .5s;
	filter: brightness(0) saturate(100%) invert(88%) sepia(0%) saturate(7500%) hue-rotate(174deg) brightness(120%) contrast(101%);
}
.btn-2:hover{
color: #2270B8;
background-color: transparent;
transition: .5s;
}
.btn-2:hover::after{
	filter:none;
	transition: .5s;
	background-image: url(/wp-content/uploads/2024/10/time-blue.svg);
	
}
.btn-3{
	font-size: 16px;
	padding: 15px 15px;
	background-color: #2270B8;
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 1px solid #2270B8;
}

.btn-3::after {
	content: '';
	background-image: url(/wp-content/uploads/2024/10/comment.svg);
	width: 18px;
	height: 18px;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 10px;
	filter: brightness(0) saturate(100%) invert(88%) sepia(0%) saturate(7500%) hue-rotate(174deg) brightness(120%) contrast(101%);
}
.btn-3:hover{
	color: #2270B8;
	background-color: transparent;
	transition: .5s;
	}
	.btn-3:hover::after{
		filter:none;
		transition: .5s;
		background-image: url(/wp-content/uploads/2024/10/comment-blue.svg);
		
	}

	.btn-4{
		font-size: 16px;
		padding: 15px 15px;
		background-color: #2270B8;
		border: 1px solid #2270B8;
		color: #fff;
		text-decoration: none;
		border-radius: 10px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		transition: .5s;
	}
	
	.btn-4::after {
		content: '';
		background-image: url(/wp-content/uploads/2024/10/time.svg);
		width: 18px;
		height: 18px;
		background-size: contain;
		background-repeat: no-repeat;
		display: inline-block;
		margin-left: 10px;
		transition: .5s;
		filter: brightness(0) saturate(100%) invert(88%) sepia(0%) saturate(7500%) hue-rotate(174deg) brightness(120%) contrast(101%);
	}
	.btn-4:hover{
	color: #2270B8;
	background-color: transparent;
	transition: .5s;
	}
	.btn-4:hover::after{
		filter:none;
		transition: .5s;
		background-image: url(/wp-content/uploads/2024/10/time-blue.svg);
		
	}


.doctor-content-card-1 h3{
	font-weight: 400;
}

.doctor-content-card-1 h1{
	margin-top: 0;
	color:#2270B8;
}

.doctor-content-card-1 h2{
	margin-top: 0;
	color:#2270B8;
}
.doctor-content-card-1 ul{
	margin-left: 10px;
	padding-left: 13px;
}
.doctor-thumbnail img{
	display: block;
	border-radius: 15px;
	width: 100%;
	object-fit: cover;
}

.doctor-content-card-1{
 background-color: #DDEBF8;
 padding: 32px;
 border-radius: 15px;
 margin-bottom: 32px;
}

.doctors-btns{
	display: flex;
	gap: 15px;
	margin-top: 15px;
}

.doctors-place {
	padding: 5px 10px;
	background-color: #DDEBF8;
	border-radius: 10px;
	color: #2270B8;
	font-size: 14px;
	border: 1px solid;
	display: inline-flex;
	align-items: center;
	margin-bottom: 10px;
	position: relative;
}
.doctors-place::before {
	content: '';
	background-image: url(/wp-content/uploads/2024/10/adress.svg);
	width: 13px;
	height: 17px;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 10px;
}
.doctors-places{
	display: flex;
	flex-direction: column;
	align-items: baseline;
}

.price-section {
	width: 100%;
	margin: 50px 0;
}

.price-card {
	overflow: hidden;
	margin-bottom: 32px;
}

.price-question {
	padding: 24px;
	cursor: pointer;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 0;
	font-size: 24px;
	background-color: #2270B8;
	border-radius: 15px;
	font-weight: 600;
	color: #fff;
	font-family: 'Poppins', sans-serif;
}

.toggle-icon {
	font-size: 18px;
	transition: transform 0.3s ease;
}

.price-answer{
	max-height: 0;
	overflow: hidden;
	padding: 0 15px;
	font-size: 20px;
	transition: max-height 0.5s ease, padding 0.5s ease;
}

.price-card.active .price-answer {
	padding: 15px;
}
 .faq-wrap .price-card.active .price-answer {
	padding: 0px 32px;
}
.faq-wrap .price-card.active .price-question {
	margin-bottom: 15px;
}
.price-card.active .toggle-icon {
	transform: rotate(180deg);
	color: #2370b8;
}
.price-row{
	display: flex;
	justify-content: space-between;
	gap: 50px;
	align-items: center;
	background-color: #DDEBF8;
	padding: 24px 32px;
	border-radius: 15px;
	margin-bottom: 16px;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
}
.price-col-3{
	display: flex;
	gap: 50px;
	align-items: center;
	flex: 1;
	justify-content: end;
}
.price-col-1{
	flex: 1.5;
}

.toggle-icon img{
	width: 20px;
	filter: brightness(0) saturate(100%) invert(88%) sepia(0%) saturate(7500%) hue-rotate(174deg) brightness(120%) contrast(101%);
}

.blog-loop-wrap.blog-loops{
	flex-wrap: wrap;
}

.blog-loop-wrap .blog-card{
	flex-basis: calc(33% - 18px);
	max-width: calc(33% - 18px);
	display: block;
}

.discount-section .blog-card-category{
	margin-top: 30px;
	font-weight: 700;
}

.discount-section{
	margin-bottom: 150px;
}
.flex-mission{
	padding: 32px;
	background-color: #DDEBF8;
	border-radius: 15px;
	display: flex;
	gap: 100px;
	margin-top: 50px;
}
.mission-title{
	font-size: 42px;
	color: #2270B8;
	font-family: "Poppins", sans-serif;
	margin: 0;
	text-transform: uppercase;
}
.mission-text{
	width: 770px;
	max-width: 100%;
	font-size: 20px;
	line-height: 1.5;
}

/* Основные стили для таймлайна */
.timeline {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0;
	padding: 0;
	list-style: none;
	position: relative;
	padding: 32px 0;
	background-color: #2370b829;
	border-radius: 15px;
}

.timeline-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}

.timeline-item::before {
	content: '';
	width: 12px;
	height: 12px;
	background-color: #2270B8;
	border-radius: 50%;
	position: absolute;
	top: -6px;
	left: 50%;
	transform: translateX(-50%);
}

.timeline-item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 2px;
	background-color: #2270B8;
	z-index: -1;
}

/* Стили для контента внутри каждого элемента */
.timeline-year {
	font-weight: 700;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 8px;
	color:#2270B8;
}

.timeline-content {
	margin-top: 8px;
	font-size: 15px;
	height: 60px;
	padding: 0 20px;
}

/* Адаптивная версия для мобильных устройств */
@media (max-width: 768px) {
	.timeline {
		flex-direction: column;
		margin-left: 20px;
	}

	.timeline-item {
		align-items: flex-start;
		text-align: left;
		padding-left: 20px;
	}

	.timeline-item::before {
		left: -20px;
		top: 50%;
		transform: translateY(-50%);
	}

	.timeline-item::after {
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 2px;
		height: 100%;
	}
	.timeline-content {
		margin-top: 5px;
		padding-left: 0;
		height: auto;
	}
}

.timeline-images img{
	border-radius: 15px;
	flex: 1;
	height: 385px;
	max-width: 385px;
	display: block;
	object-fit: cover;
}
.timeline-images{
	display: flex;
	gap: 32px;
	align-items: center;
	justify-content: space-between;
}
.timeline-images img:nth-child(2){
	border-radius: 15px;
	height: 425px;
}

.garant-col-1 img{
	height: 376px;
	border-radius: 10px;
	display: block;
	border: 1px solid #2270B8;
}

.garant-col-1 a{
	position: relative;
}
.garant-col-1 a:hover::after{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 3;
	width: 120px;
	height: 120px;
	background-image: url(/wp-content/uploads/2024/10/link.png);
	transform: translate(-50%, -50%);

}

.garant-wrap{
	display: flex;
	gap: 32px;
	justify-content: center;
	flex-wrap: wrap;
}
.garant-content{
	padding: 32px;
	color: #2270B8;
	background-color: #DDEBF8;
	border-radius: 15px;
	width: 594px;
	max-width: 100%;
}

.garant-title{
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 32px;
	font-weight: 600;
}

.garant-content p{
	font-size: 18px;
	line-height: 1.5;
}

.section-garant{
	margin: 50px 0 150px;
}
.services-hero{
	margin-bottom: 100px;
}
.services-hero-wrap{
	background-image: url(/wp-content/uploads/2024/10/herobanner.webp);
	background-image: url(/wp-content/uploads/2024/11/banner1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #2270B8;
	border-radius: 15px ;
	padding: 100px 32px 150px;
}
@media (max-width: 768px){
	.services-hero-wrap {
    background-position: 65% center;
		}
}
.services-hero-title{
font-size: 36px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
margin-bottom: 16px;
width: 640px;
max-width: 100%;
}

.services-hero-text{
	font-size: 30px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 24px;
	max-width: 100%;
	font-weight: 100;
	width: 640px;
	max-width: 100%;
}

.section-2col-reverse .flex-wrap{
	flex-direction: row-reverse;
}

.mega-menu-wrap{
	display: flex;
	gap: 50px;
	padding: 32px;
	border-radius: 15px;
	box-shadow: 0px 2px 29px #c2e2ff;
	background-color: #fff;
}
.mega-col-1{
	flex: 1;
}
.mega-col-1 a{
display: block;
margin-bottom: 6px;
}
.mega-col-1 a:hover{
opacity: .9;
color: #2270B8;
}
header .menu-item:hover a{
	opacity: .9;
	color: #2270B8;
	}
.mega-col-1 a.mega-menu-title{
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 12px;
	color: #2270B8;
}

.mega-menu {
	position: absolute;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, transform 0.5s ease;
	transform: translateY(-10px);
}

.mega-menu.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.mega-menu .container{
	margin: 0;
}
.header-mega-menu-btn:hover{
opacity: .8;
}
.header-mega-menu-btn-wrap.header-mega-menu-btn img{
	transition: 1s;
	transform: rotate(0);
}
.header-mega-menu-btn-wrap:has(.active) .header-mega-menu-btn img{
	transform: rotate(90deg);
	transition: 1s;
}
.archive-blog-loop{
margin-bottom: 100px;
}
.wp-block-categories-list{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
li.cat-item a{
	color: #2270B8;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 15px;
	border: 1px solid #2270B8;
	border-radius: 10px;
}
li.cat-item.current-cat a{
	background-color: #2270B8;
	color:#fff;
}
.gallery-main .section-gallery{
margin-bottom: 150px;
}

.section-text h2,
.col2 h2{
	color: #2270B8;
	font-family: 'Poppins', sans-serif;
}
.col2 h2:first-child{
	margin-top: 0;
}
.section-text strong{
	color: #2270B8;
}
.section-text b{
	color: #2270B8;
}
.section-text li::marker{
	color: #2270B8;
}
.entry-header .entry-meta,
.entry-footer{
display: none;
}
h1.entry-title{
	text-align: center;
	color: #2270B8;
}
.entry-header{
	margin-bottom: 50px;
}
.blog-article .entry-content{
	margin-bottom: 100px;
}
/* Overlay for dimming background */
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	z-index: 999;
}

/* Popup styles */
#popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 20px;
	width: 300px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	display: none;
	z-index: 1000;
	opacity: 0;
	transition: all 0.3s ease;
}

#popup-2 {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 20px;
	width: 300px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	display: none;
	z-index: 1000;
	opacity: 0;
	transition: all 0.3s ease;
}

@media (min-width: 768px){
	#popup-2{
		    width: 400px;
	}
}
/* Content inside popup */
.popup-content h2 {
	margin: 0 0 10px;
	font-size: 20px;
	color: #2370b8;
}

.popup-content p {
	margin-bottom: 20px;
	line-height: 1.4;
}

/* Close button */
#close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	font-size: 1.5em;
	color: #333;
	cursor: pointer;
	line-height: 1;
	padding: 0;
	color: #2370b8;
}
@media (max-width:1219px){
	.container{
	padding: 0 15px;
	}
}


/* Изначальное состояние */
.header-sticks {
	display: none;
	opacity: 1; /* Видимый */
	transition: opacity 0.3s ease; /* Плавный переход */
  }
  
  /* Когда прокрутка достигает 1000 пикселей */
  .header-sticks.sticky-header {
	display: block;
	position: sticky;
	top: 0;
	z-index: 9999;
	opacity: 1;
	background-color: #ddebf8cc;
	padding: 12px 0;
  }
  
  .header-sticks .header-cta-btn {
	padding: 7px 15px;
  }
  .header-sticks .header-mega-menu-btn {
	font-size: 16px;
	padding: 7px 50px;
  }
  .header-sticks .header-mega-menu-btn img{
	width: 15px;
  }
  .header-sticks .search-input {
	padding: 5px 43px 5px 14px;
	border-radius: 5px;
	font-size: 14px;
}
.header-sticks .search-input::placeholder {
	font-size: 12px;
	color:#121212;
	color: #608cb6;
}
.search-input::placeholder {
	color: #608cb6;
}
.header-sticks #searchsubmit {
	border-radius: 5px;
	width: 20px;
	height: 20px;
}
.header-sticks .header-search-wrap img{
	width: 10px;
}
.section-text ul{
	margin-left: 10px;
    padding-left: 15px;
}
.section-text ul,
.section-text ol,
.price-answer ul,
.price-answer ol,
.section-2col ul,
.section-2col ol{
	margin-left: 10px;
    padding-left: 15px;
}
.section-text ul li::marker,
.section-text ol li::marker,
.price-answer ul li::marker,
.price-answer ol li::marker,
.section-2col ol li::marker,
.section-2col ul li::marker{
		color: #2270B8;
}
.price-answer b,
.price-answer strong,
.section-2col b,
.section-2col strong,
.section-text b,
.section-text strong{
	color: #2270B8;
}
.article-plan{
	display: none;
}
.article-plan:has(.table-of-contents) {
	display: block;
}
.article-thumbnail{
	display: none;
}
.article-thumbnail:has(.attachment-post-thumbnail) {
	display: block;
}
.contact-row-card{
	display: flex;
	gap: 32px;
	margin-bottom: 32px;
}
.contact-row-col{
	flex:1;
}
.contact-row-col-img img{
	border-radius: 15px;
	display: block;
	object-fit: cover;
	width: 100%;
	height: 350px;
}
.contact-row-col-content{
	background-color: #DDEBF8;
	border-radius: 15px;
	padding: 32px;
}
.contact-row-title{
	font-family: 'Poppins', sans-serif;
	color: #2270B8;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 50px;
}
.row-title{
	color: #2270B8;
	font-size: 24px;
	font-weight: 600;
}
.contact-row-row-col strong{
	color: #2270B8;
}
.contact-row-row-col{
	display: flex;
	gap: 10px;
	flex-direction: column;
}
.contact-row-row{
	display: flex;
	gap: 50px;
	margin-bottom: 15px;
}
.contact-row-row-time .contact-row-row-col{
	flex-direction: row;
}

.form-col {
	flex: 1;
}

.form-row {
	display: flex;
	gap: 15px;
	margin-bottom: 15px;
	justify-content: space-between;
}
.contact-map-flex{
	display: flex;
	gap: 32px;
}

.section-map{
	flex:1;
}
.section-form{
	flex:1;
	padding: 32px;
	background-color: #DDEBF8;
	border-radius: 15px;
}

#map{
	border-radius: 15px;
}

.section-form .form-col input{
	width: 100%;
}


.form-row input{
padding: 20px;
}
.form-row p{
	margin: 0;
	width: 100%;
}

.form-row.form-submit{
	justify-content: center;
}
.wpcf7-spinner{
	display: none!important;
}

.section-form .wpcf7-submit{
	background-color: #2270B8;
	color: #fff;
	font-size: 18px;
	font-family: "Poppins", sans-serif;
	border-radius: 10px;
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 0;
}
.contact-row-phone{
	display: flex;
	align-items: center;
	gap: 5px;
	line-height: 17px;
}
.contact-row-mail{
	color: #2270B8;
}
.header-search-result{
	position: relative;
	display: flex;
	align-items: center;
	gap: 20px;
}
.header-search-result::before{
	content: '';
	background-image: url(/wp-content/uploads/2024/10/arrow-right.svg);
	width: 20px;
	height: 11px;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 10px;
}
.header-search-result a{ 
	color: #2370b8;
}

.popup-content input{
	border: 1px solid #DDEBF8;
}
.popup-content textarea{
	border: 1px solid #DDEBF8;
	max-height: 150px;
}
.popup-content textarea::placeholder{
	color: #608cb6;
}
.popup-content input::placeholder{
	color: #608cb6;
}
.popup-content > p{
	font-size: 14px;
}

.popup-content .wpcf7-submit{
	background-color: #2370b8;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding: 15px 15px;
	border-radius: 10px;
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin: 0 auto;
	width: 100%;
	border: 1px solid #2370b8;
	transition: .5s;
}
.popup-content .wpcf7-submit:hover{
	color: #2370b8;
	border: 1px solid #2370b8;
	background-color: #fff;
}
.wpcf7-not-valid-tip{
	font-size: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output{
	font-size: 12px;
	border: 1px solid #000000;
	text-align: center;
}

.header-section-1{
	z-index: 2;
	position: relative;
}

#popup-2 .form-row{
	flex-direction: column;
}

.career-cta{
	padding: 16px 32px 16px;
    background-color: #ddebf8;
    border-radius: 15px;
}

.career-form-title{
font-size: 42px;
font-family: "Poppins", sans-serif;
color: #2270B8;
font-weight: 600;
margin-bottom: 20px;
}
.career-form-title-2{
	font-size: 24px;
}
.price-col-2-old{
	text-decoration: line-through;
    font-size: 15px;
	margin-right: 10px;
}
.contact-map-wrap{
	margin-bottom: 150px;
}
.snoska{
	margin-bottom: 150px;
}
/* #page{
	overflow: hidden;
} */
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul{
	left: -5px;
    padding-top: 10px;
}
.main-navigation.toggled .menu-menu-1-container{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100vh;
    top: 0;
    background: #2370b8;
}
.main-navigation.toggled li a {
    display: block;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    font-family: "Poppins", sans-serif;
	color:#fff;
	margin: 0 auto;
	white-space: nowrap;
	position: relative;
}
.main-navigation.toggled .menu.nav-menu li{
    padding: 15px 0;
}
.main-navigation.toggled .menu-menu-1-container{
	background: linear-gradient(45deg, #DDEBF8, #2270B8, #48C05E);
	background-size: 300% 300%;
	animation: gradientShift 8s ease infinite;
}
.site-header:has(.main-navigation.toggled){
    padding: 0;
}
.main-navigation.toggled button.menu-toggle{
    z-index: 9999;
    position: relative;
}
.main-navigation.toggled .menu-menu-1-container > ul{
	margin-top: 50px;
}
.address-container-mobile{
	display: none;
}
.main-navigation.toggled .address-text {
    color: #ffffff;
    font-size: 18px;
}
.main-navigation.toggled .phone-number{
	color: #ffffff;
    font-size: 18px;
}
.main-navigation.toggled .address-text img,
.main-navigation.toggled .phone-number img {
	filter: invert(100%) sepia(100%) saturate(0%) brightness(150%);
}
.toggled-body{
	overflow: hidden!important;
}
.main-navigation.toggled .address-list {
	top: -180px;
}
.main-navigation.toggled .address-container {
    width: auto;
	width: 300px;
	width: 322px;
    max-width: 100%;
}
.main-navigation.toggled  #dropdown-arrow img{
	filter: invert(100%) sepia(100%) saturate(0%) brightness(150%);
    height: 7px;
}
.main-navigation.toggled .current-address{
	justify-content: center;
    text-align: center;
}
.main-navigation.toggled .phone{
	text-align: center;
}
.main-navigation.toggled  .phone-number{
	font-size: 22px;
}
.main-navigation.toggled .menu-item-has-children > a::after {
    filter: invert(100%) sepia(100%) saturate(0%) brightness(150%);
    width: 12px;
    height: 7px;
    margin-left: 8px;
}


.main-navigation.toggled .menu-item-has-children .sub-menu{
    position: relative;
    float: none;
    background: transparent;
    text-align: center;
	left: 0;
	padding-bottom: 0;
	padding-top: 0;
}
.main-navigation.toggled ul ul a {
    width: 200px;
	font-size: 18px;
}
.main-navigation.toggled .menu.nav-menu li li{
    padding: 5px 0;
}
.main-navigation.toggled .menu.nav-menu li.menu-item-has-children.focus{
	padding-bottom: 0;
}
.mobile-phone-pop{
	display: none;
}
.main-navigation.toggled .menu.nav-menu li.menu-item-has-children{
    padding-bottom: 0;
}
.main-navigation.toggled ul li.focus > ul{
	padding-top: 0;
}

.services-card-text,
.features-text{
	font-size: 18px;
}

.page-id-492 .entry-header{
	margin: 100px 0;
}

.section-cta-form{
	margin: 50px 0;
}
.cta-form-wrap{
    background-color: #DDEBF8;
    padding: 50px 32px;
    border-radius: 15px;
}
.cta-form-title{
	    font-size: 36px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding-bottom: 50px;
    color: #2370b8;
}
.cta-form-from form{
	    display: flex;
    gap: 32px;
    justify-content: center;
	position: relative;
	flex-wrap: wrap;
}
.cta-form-from .wpcf7 form.invalid .wpcf7-response-output{
	position: absolute;
    bottom: -35px;
}
@media (max-width: 768px){
	.cta-form-from .wpcf7 form.invalid .wpcf7-response-output{
	position: relative;
    bottom: 0;
}
	.cta-form-from form{
		gap: 16px;
	}
}
.cta-form-from .form-row input {
    width: 300px;
	max-width: 100%;
}
.cta-form-from .wpcf7-submit{
	border: 0;
	font-size: 24px;
    font-weight: 700;
        padding: 16.5px 80px;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    background-color: #2270B8;
    font-family: 'Poppins', sans-serif;
}
@keyframes gradientShift {
	0% {
	  background-position: 0% 50%;
	}
	50% {
	  background-position: 100% 50%;
	}
	100% {
	  background-position: 0% 50%;
	}
  }
@media (max-width: 768px){
	.main-navigation.toggled .address-container.address-container-mobile{
		display: block;
        position: absolute;
        bottom: -450px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 99999999;
		bottom: -500px;
	}
	.hero-wrap{
		flex-direction: column;
	}
	.flex-wrap{
		flex-direction: column;
	}
	.footer-wrap{
		flex-direction: column;
	}
	.features-card {
        width: 47%;
		padding: 16px;
    }
	.gallery-wrap a {
		flex-basis: calc(33% - 6px);
	}
	.mega-menu-wrap{
		flex-direction: column;
	}
	.address-container{
		display: none;
	}
	.hero-slider {
		padding: 40px 12px;
	}
	.hero-cta .hero-cta-btn {
		padding: 32px 16px;
	}

	.services-card-content {
		padding: 24px 16px;
	}
	.section-2col p.fz20{
		font-size: 16px;
	}
	.section-title h2,
	.section-title h1 {
		font-size: 36px;
		margin: 5px 0;
	}
	.section-features .flex-wrap{
		flex-direction: row;
		gap: 16px;
	}
	.features-title{
		font-size: 16px;
		padding: 12px 0 5px;
		max-width: 70%;
	}
	.features-text{
		font-size: 10px;
	}
	.features-img-wrap {
		width: 50px;
		height: 50px;
	}
	.gallery-wrap a img {
		height: 100px;
	}
	.testimonial {
		padding: 20px 16px;
		height: 340px;
	}
	.blog-loop-wrap .blog-card {
		flex-basis: 100%;
		max-width: 100%;
	}
	.footer-wrap {
		padding: 32px 16px;
		gap: 30px;
	}
	.footer-copyright {
		padding: 30px 0;
		gap: 10px;
		justify-content: center;
	}
	.hero-slider-subtitle {
		padding-bottom: 20px;
		font-size: 16px;
	}
	.hero-slider-title {
		font-size: 32px;
	}
	.m-150 {
		margin: 70px 0;
	}
	.m-50 {
		margin: 20px 0;
	}
	.hero-cta {
		gap: 16px;
	}
	.header-mega-menu-btn-wrap {
		min-width: auto;
	}
	.header-wrap-2 .header-cta-wrap{
		display: none;
	}
	.header-mega-menu-btn {
		font-size: 16px;
		padding: 13px 20px;
	}
	.header-mega-menu-btn img{
		width: 15px;
	}
	#searchsubmit {
		border-radius: 5px;
		width: 30px;
		height: 30px;
	}
	.header-search-wrap button img{
		width: 15px;
	}
	.header-wrap-2 .search-input::placeholder{
		font-size: 11px;
	}
	.header-wrap-2 .search-input{
		font-size: 12px;
	}
	button.menu-toggle{
		background-image: url(/wp-content/uploads/2024/10/burger.svg);
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        border: 0;
        background-color: transparent;
        border-radius: 0;
        padding: 0;
		filter: invert(33%) sepia(49%) saturate(1965%) hue-rotate(186deg) brightness(93%) contrast(81%);
	}
	.main-navigation.toggled button.menu-toggle {
        background-image: url(/wp-content/uploads/2024/10/cross.svg);
        background-size: contain;
        filter: none;
        width: 30px;
        height: 30px;
    }
	.site-branding img{
		max-width: 200px;
	}
	.header-section-1 {
		margin-bottom: 10px;
	}
	.site-header {
		background-color: #DDEBF8;
		padding: 12px 0;
	}
	.header-sticks .header-mega-menu-btn {
    font-size: 13px;
    padding: 7px 20px;
	}
	.header-sticks.sticky-header {
		padding: 8px 0;
	}
	.header-sticks .search-input {
		padding: 5px 43px 5px 7px;
	}
	.mega-menu .container{
		padding: 10px 0;
	}
	.mega-menu-wrap {
		gap: 10px;
		padding: 16px;
	}
	.doctor-card {
		flex-basis: 100%;
	}
	.doctor-card-img img {
		height: 350px;
		object-fit: cover;
	}
	.section-breadcrumb {
		padding: 15px 0;
	}
	.cta-type-1-wrap{
		flex-direction: column;
		text-align: center;
		padding: 25px 16px;
		gap: 20px;
	}
	.cta-type-1-title {
		font-size: 32px;
	}
	.section-title {
		margin-bottom: 30px;
	}
	.doctor-wrapper{
		flex-direction: column;
	}
	.doctor-content-card-1 {
		padding: 16px;
	}
	.doctors-btns{
		flex-direction: column;
	}
	.btn-2 {
		width: 100%;
	}
	.flex-mission{
		flex-direction: column;
		gap: 16px;
		padding: 16px;
	}
	.mission-text {
		font-size: 16px;
	}
	.timeline-images img {
		width: 33%;
		height: 150px;
	}
	.timeline-images img:nth-child(2) {
		height: 160px;
	}
	.timeline-images {
		gap: 16px;
	}
	.timeline-images img {
		width: 30%;
        max-width: 100%;
        flex-basis: 30%;
        object-fit: contain;
	}
	.section-features .section-numbers .flex-wrap{
		flex-direction: column;
	}
	.page-services-card {
		flex-basis: 100%;
		padding: 20px 12px;
	}
	.services-hero-wrap {
		padding: 32px;
	}
	.services-hero-title {
		font-size: 24px;
	}
	.services-hero-text {
		font-size: 18px;
	}
	.services-hero-wrap{
		padding: 32px 16px;
	}
	.faq-wrap .price-card.active .price-answer{
		padding: 0;
	}
	.section-faq .price-question{
		font-size: 20px;
	}
	.services-hero {
		margin-bottom: 30px;
	}
	.contact-map-flex{
		flex-direction: column;
	}
	.form-row{
		flex-direction: column;
	}
	.section-form {
		padding: 32px 16px;
	}
	.price-page .price-card.active .price-answer{
		padding: 15px 0;
	}
	.price-page .price-row{
		flex-direction: column;
		gap: 20px;
		padding: 16px;
	}
	.price-page .price-col-3{
		flex-direction: column;
		gap: 20px;
	}
	.price-page .price-col-2{
		color: #2370b8;
		font-weight: 600;
	}
	.price-page .price-col-1 {
		text-align: center;
	}
	li.cat-item a {
		display: block;
	}
	.wp-block-categories-list {
		gap: 10px;
	}
	.section-article-header {
		flex-direction: column;
		gap: 30px;
	}
	.entry-header{
		margin-bottom: 30px;
	}
	.contact-row-card{
		gap: 15px;
		flex-direction: column;
	}
	.contact-row-col-img img {
		height: 250px;
	}
	.contact-row-col-content {
		padding: 16px;
	}
	.contact-row-title{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.contact-row-row-moddir{
		flex-direction: column;
		gap: 10px;
	}
	.section-map #map{
		height: 300px!important;
	}
	.mobile-phone-pop{
		position: fixed;
		bottom: 20px;
		right: 20px;
		cursor: pointer;
		z-index: 999;
		display: block;
	}
	.hero-cta {
		max-width: 100%;
	}
}


@media (min-width: 769px) and (max-width: 1080px){
	.main-navigation a {
		font-size: 12px;
	}
	.main-navigation ul {
		gap: 20px;
	}
	.hero-wrap{
		flex-direction:  column;
	}
	.hero-cta {
		flex-direction: row;
		max-width: 100%;
	}
	.hero-cta .hero-cta-btn {
		flex-direction: column;
	}
	.hero-cta .hero-cta-btn {
		padding: 20px;
	}
	.services-card-title {
		white-space: wrap;
	}
	.features-card {
		width: calc(32% - 12px);
		padding: 16px;
	}
	.features-text{
		font-size: 14px;
	}
	.testmonial-col-2 img {
		height: 100%;
		object-fit: cover;
	}
	.blog-loop-wrap .blog-card {
		flex-basis: calc(33% - 19px);
		max-width: calc(33% - 19px);
		display: block;
	}
	.footer-wrap {
		padding: 32px;
	}
	.address-list li {
		padding: 5px 10px;
	}
	.doctor-card {
		flex-basis: calc(25% - 28px);
	}
	.doctor-card-title {
		font-size: 16px;
	}
	.doctor-card-excerpt{
		font-size: 14px;
		margin: 0;
	}
	.doctor-card-excerpt p{
		margin: 10px 0;
	}
	.doctor-card-img {
		margin-bottom: 5px;
	}
	.doctors-btns{
		flex-direction: column;
	}
	.timeline-images img {
		height: 200px;
		max-width: 300px;
		object-fit: cover;
	}
	.timeline-images img:nth-child(2) {
		border-radius: 15px;
		height: 210px;
	}
	.page-services-card {
		flex-basis: calc(25% - 31px);
		padding: 20px 15px;
		flex: 1;
	}
	.page-services-wrap {
		gap: 16px;
	}
	.page-services-card-title {
		font-size: 16px;
	}
	.contact-map-flex{
		flex-direction: column;
	}
	.price-row {
		gap: 30px;
		padding: 15px 16px;
		font-size: 16px;
	}
	.price-row .btn-2{
		font-size: 0;
	}
	.price-row .btn-2::after{
		margin-left: 0;
	}
	.section-map #map{
		height: 300px!important;
	}
	.contact-row-title{
		font-size: 24px;
	}
	footer .header-cta-btn-content {
		font-size: 12px;
	}
}
.post-475 .article-thumbnail img{
	    max-height: 100%;
}



.swiper-navigation-icon {
display:none
}

.postid-292 .section-features.m-150 {
    margin: 50px 0;
}

.section-full-image img {
    border-radius: 15px;
}


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

/* ----- CONTAINER ----- */
.lk-container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ----- SECTION BASE ----- */
.lk-section {
  padding: 80px 20px;
}

/* light bg contained to 1220px container */
.lk-section--light {
  background: none;
}
.lk-section--light .lk-container {
  background: #ddebf8;
  border-radius: 20px;
  padding: 60px;
}

.lk-section__tag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2270b8;
  margin-bottom: 14px;
  display: block;
  text-align: center;
}

.lk-section__heading {
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
  color: #1a1a2e;
  line-height: 1.15;
  margin: 0 0 18px;
  text-align: center;
}

.lk-section__lead {
  font-size: 15px;
  color: #666;
  line-height: 1.65;
  margin: 0 0 48px;
  text-align: center;
}

/* ----- BANNER ----- */
.lk-banner {
  background: #2270b8;
  padding: 15px 0;
}

.lk-banner__inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.lk-banner__inner p {
  color: #fff;
  font-size: 15px;
  margin: 0;
}

/* ----- HERO ----- */
.lk-hero {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background: #fff;
}

.lk-hero__ornament {
  position: absolute;
  right: -80px;
  top: -80px;
  width: 500px;
  opacity: 0.12;
  pointer-events: none;
}

.lk-hero__ornament-sm {
  display: none;
}

.lk-hero__inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 60px;
justify-content: center;
}

.lk-hero__content {
  flex: 1;
  max-width: 560px;
}

.lk-hero__badge {
  display: inline-block;
  background: #ddebf8;
  color: #2270b8;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 16px;
  border-radius: 20px;
  margin-bottom: 24px;
}

.lk-hero__content h1 {
  font-size: 58px;
  font-weight: 800;
  line-height: 1.08;
  color: #1a1a2e;
  margin: 0 0 22px;
}

.lk-accent {
  color: #2270b8;
}

.lk-hero__subtitle {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin: 0 0 32px;
}

.lk-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.lk-ctasection {
	align-items: center; /* или flex-start — убирает stretch */
}

.lk-ctasection .lk-btn-height {
	height: 60px !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
/* ----- BUTTONS ----- */
.lk-btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
.lk-btn:hover { opacity: 0.85; }

.lk-btn--primary {
  background: #2270b8;
  color: #fff;
}
@media (max-width: 767px) {
	.lk-btn--primary {
		width: 100%;
		background: #2270b8;
  color: #fff;
	}
}

.lk-btn--outline {
  border: 2px solid #2270b8;
  color: #2270b8;
  background: transparent;
}

.lk-btn--white {
  background: #fff;
  color: #2270b8;
  font-weight: 700;
}

/* ----- HERO STATS ----- */
.lk-hero__stats {
  background: #fff;
  border: 1px solid #d6e6f5;
  border-radius: 18px;
  padding: 32px;
  min-width: 310px;
  max-width: 370px;
  flex-shrink: 0;
  box-shadow: 0 6px 28px rgba(34, 112, 184, 0.1);
}

.lk-hero__stats-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #2270b8;
  margin-bottom: 22px;
}

.lk-stat {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #edf2f8;
}
.lk-stat:last-child { border-bottom: none; }

.lk-stat__number {
  font-size: 26px;
  font-weight: 800;
  color: #2270b8;
  min-width: 82px;
  line-height: 1.1;
}

.lk-stat__text {
  font-size: 13px;
  color: #555;
  line-height: 1.5;
  padding-top: 2px;
}

/* ----- DISEASE CARDS ----- */
.lk-diseases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.lk-disease-card {
  background: #fff;
  border: 1px solid #d6e6f5;
  border-radius: 16px;
  padding: 30px 26px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}

.lk-disease-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
 border: 1px solid #2270b8;
}
.lk-disease-card__icon--pink  { background: #fff; }
.lk-disease-card__icon--blue  { background: #fff; }
.lk-disease-card__icon--sky   { background: #fff; }

.lk-disease-card h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1a1a2e;
  margin: 0 0 12px;
  letter-spacing: 0.03em;
  line-height: 1.3;
}

.lk-disease-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.65;
  margin: 0 0 auto;
  padding-bottom: 20px;
}

.lk-disease-card__stat {
  font-size: 13px;
  color: #2270b8;
  background: #ddebf8;
  padding: 10px 14px;
  border-radius: 0 8px 8px 0;
  border-left: 3px solid #2270b8;
  margin-top: auto;
}

/* ----- ELIGIBILITY (WHO) ----- */
.lk-eligibility {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.lk-eligibility__conditions {
  background: #2270b8;
  border-radius: 20px;
  padding: 40px;
}

.lk-eligibility__conditions h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
  margin: 0 0 26px;
}

.lk-check {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.lk-check__mark {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
  margin-top: 1px;
}

.lk-check p {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255,255,255,0.9);
  margin: 0;
}
.lk-check p strong { color: #fff; }

.lk-eligibility__warning {
  background: rgba(255,193,7,0.14);
  border: 1px solid rgba(255,193,7,0.35);
  border-radius: 12px;
  padding: 16px 18px;
  font-size: 13px;
  color: rgba(255,255,255,0.88);
  line-height: 1.6;
  margin-top: 24px;
}
.lk-eligibility__warning strong { color: #fff; }

.lk-eligibility__info h3 {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1a1a2e;
  line-height: 1.2;
  margin: 0 0 20px;
}

.lk-eligibility__info p {
  font-size: 15px;
  color: #555;
  line-height: 1.65;
  margin: 0 0 14px;
}

.lk-note {
  background: #ddebf8;
  border-left: 4px solid #2270b8;
  border-radius: 0 10px 10px 0;
  padding: 14px 18px;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  margin-top: 16px;
}

.lk-note--pink {
  background: #fde8ec;
  border-left-color: #FC4E6F;
}

/* ----- HOW / STEPS — dark bg contained to 1220px ----- */
.lk-section--how {
  background: none;
}
.lk-section--how .lk-container {
  background: #1C2E4A;
  border-radius: 20px;
  padding: 60px;
}

.lk-section--how .lk-section__tag  { color: #7BCFFD; }
.lk-section--how .lk-section__heading { color: #fff; }
.lk-section--how .lk-section__lead { color: rgba(255,255,255,0.55); margin-bottom: 40px; }

.lk-steps {
  display: flex;
  flex-direction: column;
}

.lk-step {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.lk-step:last-child { border-bottom: none; }

.lk-step__num {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid rgba(123, 207, 253, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #7BCFFD;
  flex-shrink: 0;
}

.lk-step__tag {
  display: inline-block;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.65);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.lk-step__content h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 10px;
  letter-spacing: 0.03em;
}

.lk-step__content p {
  font-size: 15px;
  color: rgba(255,255,255,0.6);
  line-height: 1.65;
  margin: 0;
  max-width: 700px;
}
.lk-step__content p strong { color: #fff; }

/* ----- EXAM ----- */
.lk-exam {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.lk-exam__list h3 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #1a1a2e;
  margin: 0 0 28px;
}

.lk-exam__item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #edf2f8;
}
.lk-exam__item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

.lk-exam__dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #2270b8;
  flex-shrink: 0;
  margin-top: 5px;
}
.lk-exam__dot--sky { background: #2270b8; }

.lk-exam__item h4 {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 5px;
}

.lk-exam__item p {
  font-size: 13px;
  color: #666;
  line-height: 1.55;
  margin: 0;
}

.lk-badge {
  display: inline-block;
  background: #FC4E6F;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  vertical-align: middle;
  margin-left: 8px;
}

/* ----- TRAFFIC CARD ----- */
.lk-traffic {
  background: #fff;
  border: 1px solid #d6e6f5;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 2px 16px rgba(34,112,184,0.07);
}

.lk-traffic h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #1a1a2e;
  margin: 0 0 22px;
}

.lk-traffic__row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #edf2f8;
}
.lk-traffic__row:last-of-type { border-bottom: none; }

.lk-traffic__dot {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  flex-shrink: 0;
}
.lk-traffic__dot--green  { background: #28c76f; }
.lk-traffic__dot--yellow { background: #ffb400; }
.lk-traffic__dot--red    { background: #FC4E6F; }

.lk-traffic__row h4 {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 4px;
}

.lk-traffic__row p {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

.lk-time-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f4f8fc;
  border-radius: 10px;
  padding: 14px 16px;
  margin-top: 14px;
}
.lk-time-pill span { font-size: 20px; }
.lk-time-pill p { font-size: 13px; color: #555; margin: 0; line-height: 1.45; }
.lk-time-pill strong { color: #1a1a2e; }

/* ----- SCENARIOS (AFTER) ----- */
.lk-scenarios {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.lk-scenario {
  background: #f8f9fb;
  border: 1px solid #dbe2ed;
  border-radius: 16px;
  padding: 30px 26px;
  transition: border-color 0.2s, box-shadow 0.2s;
  cursor: default;
}
.lk-scenario:hover {
  border-color: #2270b8;
  box-shadow: 0 4px 18px rgba(34, 112, 184, 0.1);
}

.lk-scenario__num {
  font-size: 52px;
  font-weight: 800;
  color: #2270b8;
  line-height: 1;
  margin-bottom: 14px;
}

.lk-scenario h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #1a1a2e;
  margin: 0 0 12px;
  line-height: 1.3;
}

.lk-scenario p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* ----- ADVANTAGES (WHY) ----- */
.lk-advantages {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.lk-advantage {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #fff;
  border: 1px solid #d6e6f5;
  border-radius: 14px;
  padding: 22px;
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
  cursor: default;
}
.lk-advantage:hover {
  background: #ddebf8;
  border-color: #2270b8;
  box-shadow: 0 4px 18px rgba(34, 112, 184, 0.1);
}

.lk-advantage__icon {
  font-size: 26px;
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lk-advantage__icon img {
  width: 28px;
  height: 28px;
}

.lk-advantage h3 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #1a1a2e;
  margin: 0 0 7px;
}

.lk-advantage p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* ----- CTA ----- */
.lk-cta {
  background: #2270b8;
  padding: 100px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.lk-cta__ornament {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  opacity: 0.04;
  pointer-events: none;
}

.lk-cta .lk-section__tag {
  color: rgba(255,255,255,0.65);
  margin-bottom: 12px;
}

.lk-cta h2 {
  font-size: 38px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 18px;
}

.lk-cta__subtitle {
  font-size: 17px;
  color: rgba(255,255,255,0.78);
  margin: 0 0 36px;
}

.lk-cta__actions {
  margin-bottom: 20px;
}

.lk-cta__note {
  font-size: 15px;
  color: rgba(255,255,255,0.65);
  margin: 0;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .lk-diseases  { grid-template-columns: 1fr 1fr; }
  .lk-exam      { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .lk-section                { padding: 40px 12px; }
  .lk-section--light .lk-container,
  .lk-section--how .lk-container { padding: 36px 24px; border-radius: 14px; }
  .lk-section__heading       { font-size: 24px; }
  .lk-hero                   { padding: 25px 12px 40px 12px; }
  .lk-hero__inner            { flex-direction: column; gap: 36px; }
  .lk-hero__content h1       { font-size: 38px; }
  .lk-hero__stats            { max-width: 100%; min-width: unset; }
  .lk-diseases               { grid-template-columns: 1fr; }
  .lk-eligibility            { grid-template-columns: 1fr; }
  .lk-scenarios              { grid-template-columns: 1fr; }
  .lk-advantages             { grid-template-columns: 1fr; }
  .lk-cta h2                 { font-size: 26px; }
}
.lk-disease-card:hover {
    border-color: #2270b8;
    box-shadow: 0 4px 18px rgba(34, 112, 184, 0.1);
    }

.lk-ctasection{
	    text-align: center;
    gap: 60px;
    display: flex;
    justify-content: center;
}

@media (max-width: 768px){
	.lk-ctasection{
		flex-direction: column;
    gap: 20px;
	}
}