/*!
Theme Name: Symptom
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: symptom
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Symptom is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> 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
	 ========================================================================== */
:root {
	--primary-color: #66b3f2;
	--color-1: #E8F9FF;
	--text: #000000; 
    --ast-global-color-0: #66b3f2;
    --ast-global-color-1: #58a0db;
    --ast-global-color-2: #1e293b;
    --ast-global-color-3: #334155;
    --ast-global-color-4: #f6f6f6;
    --ast-global-color-5: #FFFFFF;
    --ast-global-color-6: #fbfbfb;
    --ast-global-color-7: #111111;
    --ast-global-color-8: #2962b7;
}
.has-primary-color { color: #66b3f2; }
.has-secondary-color { color: #58a0db; }
.has-dark-blue-color { color: #1e293b; }
.has-gray-color { color: #334155; }
.has-background-background-color { background-color: #f6f6f6; }
.has-white-color { color: #FFFFFF; }
.has-black-color { color: #111111; }
.has-bright-blue-color { color: #2962b7; }
.has-red-color { color: #EC0E33; }
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@font-face {
    font-family: 'Rubik-Regular'; /* Имя вашего шрифта */
    src: url('inc/fonts/Rubik-Regular.ttf') format('truetype'); /* Путь к файлу */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik-Medium'; /* Имя вашего шрифта */
    src: url('inc/fonts/Rubik-Medium.ttf') format('truetype'); /* Путь к файлу */
    font-weight: medium;
    font-style: normal;
}
@font-face {
    font-family: 'Rubik-Bold'; /* Имя вашего шрифта */
    src: url('inc/fonts/Rubik-Bold.ttf') format('truetype'); /* Путь к файлу */
    font-weight: bold;
    font-style: normal;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-size: 112.5%;
}

/* Sections
	 ========================================================================== */
p.site-description, .site-title {
    display: none;
}
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}
#main {
    height: calc(100vh - 100px);
    max-height: 530px;
}
#main img {
    margin-bottom: -40px;
}
#main h1 {
    font-size: 36px;
    text-transform: uppercase;
    margin: 0em 0;
}
#main h2 {
    font-size: 24px;
    margin: 1em 0;
}
body, button, input, select, textarea {
    font-weight: 400;
    font-size: 18px;
    font-size: 1rem;
}
/**
 * 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;
}

/**
 * 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: #404040;
	font-family: 'Rubik-Regular', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height:2em;
}
body .is-layout-flex {
    display: flex
;
    width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
h2.wp-block-heading {
    margin-bottom: 40px;
	font-size: 36px;
	    line-height: 1.2;
}
h4, .entry-content h4 {
    font-size: 20px;
    font-size: 1.1111111111111rem;
    line-height: 1.2em;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
	margin: 0;
}
p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	overflow-x: hidden;
    background: #FBFFFF;
}

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

ul,
ol {
	margin: 0 0 1.5em 0em;
	padding-left: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
ul li {
    list-style: none;
    background: url(/wp-content/themes/symptom/img/check.svg) no-repeat left;
    padding-left: 30px;
    margin-bottom: 10px;
}
.single-post ul li {
    background: no-repeat;
    list-style: disc;
    padding-left: 0;
}

li>ol, li>ul {
    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: #4169e1;
}

a:visited {
	color: #800080;
}
a.wp-block-button__link.wp-element-button:visited {
    color: #ffffff;
}
a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: transparent;
    border-radius: 19px;
    background: var(--primary-color);
    color: rgb(255 255 255 / 100%);
    line-height: 1;
    padding: 0.7em 1em 0.7em;
}

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: #666;
	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;
}
.wp-block-button__link {
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
}
select {
	border: 1px solid #ccc;
}
button.secondary {
background-color: transparent; border: 1px solid var(--primary-color); border-radius: 27px; color: var(--primary-color);
}
textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
header#masthead {
/*     position: fixed;
    z-index: 999; */
    background: white;
    top: 0;
    width: 100%;
	    border-bottom: 1px solid #c7c7c7;
}
.site-branding {
    margin-right: auto;
    max-width: 200px;
}
.top_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
	gap: 20px;
}
.main-navigation {
	display: block;
	width: 100%;
}
ul#primary-menu {
    display: flex;
    align-self: center;
}
.main-navigation ul li ul.sub-menu {
    display: flex;
    flex-direction: column;
    background: rgb(255 255 255);
    transition: 0.3s;
    border-radius: 6px;
}

.main-navigation ul ul {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px;
    float: left;
    position: absolute;
    top: 100%;
    opacity: 0;
    z-index: 99999;
}

.main-navigation ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 0px;
    justify-content: start;
    list-style: none;
    margin: 0px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    opacity: 1;
}

.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;
    color: #000000;
   padding: 4px 10px;
}

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

.main-navigation li {
position: relative;
    background: none;
    padding-left: inherit;
	list-style: none !important;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 5px 12px;
	color: var(--text);
}
.right_header {
    display: flex;
    align-items: center;
    gap: 20px;
}
.lang-item {
  list-style: none;
}
.lang ul {
    margin: 0;
    padding-left: 0;
}
.lang select {
    border: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: none;
}
.container {
    max-width: 1240px;
    margin: 0 auto;
}
.alignfull {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw;
    width: 100vw;
}
.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {

    max-width: 1240px;
}
footer#colophon {
    background: #F6F6F6;
    padding: 35px 0;
}
.item_content {
    background: #F6F6F6;
    border-radius: 20px;
    padding: 20px;
    height: 90%;
    position: relative;
    padding-bottom: 300px;
    margin: 12px;
}
.item_content img.step__img {
    position: absolute;
    bottom: 12px;
    width: 80%;
    left: 50%;
    right: 0;
    z-index: 0;
    transform: translate(-50%, 0%);
}
.doctors {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}
.adv {

	border-radius: 20px;
	padding: 20px 10px;

}
    .services-container { display: flex; gap: 20px; flex-wrap: wrap; width: 100%; }
        .service-card { background: #f9f9f9;
    padding: 20px 20px 40px;
    border-radius: 20px;
    text-align: center;
    flex: 1; }
        .toggle-btn { background: #0a5fc4;
    color: white;
    border: none;
    padding: 12px 15px;
    cursor: pointer;
    border-radius: 30px;}
        .service-desc { margin-top: 10px; }
        .doctor-filters {
           margin-bottom: 20px;
    text-align: center;
    margin-top: 14px;
        }
        .doctor-filters button {
            margin: 5px;
            padding: 10px 20px;
            border:1px solid var(--primary-color) ;
            background: transparent;
			color: var(--primary-color);
            cursor: pointer;
            transition: 0.3s;
        }
        .doctor-filters button.active {
            background: var(--primary-color);
            color: white;
        }
.doctor-filters button.active:after {
    content: '';
}
        .doctor-card {
            text-align: center;
            padding: 20px;
            background: #fff;
            border-radius: 15px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        .doctor-image img {
            max-width: 100%;
        }
        .doctor-button {
            display: inline-block;
            padding: 10px 15px;
            background:var(--primary-color) ;
            color: white;
            text-decoration: none;
            border-radius: 35px;
            margin-top: 10px;
        }
.partners .slick-list {
    margin: 0px -19px;
}

.doctor-container {
    display: flex
;
    flex-direction: row;
    gap: 20px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 16px;
    align-items: center;
}
.doctor-image  {
   flex: 1;
}
.doctor-content  {
    flex: 2;
}
.doctor-page .content {
    display: flex
;
    gap: 20px;
}
.doctor-page .main_content {
    flex: 3;margin-bottom: 40px;
}
.doctor-page .sidebar {
    flex: 1;
    padding: 24px 0;
}
a.order img {
    height: 55px;
}
.doctor-page .header {
    background: var(--color-1);
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
.doctor-page a.order {
     background: #66B3F2;
    display: flex;
    border-radius: 10px;
    padding: 24px;
    color: white;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    gap: 12px;
}
.doc {
    font-size: 32px;
    margin-bottom: 0;
}
.doctor-title h1 {
    font-size: 50px;
    margin-bottom: 15px;
}
.doctor-title h1::after {
    content: '';
    height: 3px;
    background: var(--primary-color);
    width: 100px;
    display: block;
    margin-top: 20px;
}
.doctors-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.footer-widgets {
    display: flex
;
    justify-content: space-between;
}
footer li {
    list-style: none;
    background: none;
    padding-left: 0;
    margin-bottom: 10px;
}


.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%;
}

/* 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;
}
.home .page-content, .home .entry-content, .home .entry-summary {
    margin: 0em 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;
}

.post-nav-sidebar .active:after {
    content: "";
}
span.site-logo-img {
    width: 100px;
}

#post-nav-sidebar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white; /* Можно изменить */
    z-index: 1000;
}
.kama_breadcrumbs {
    width: 100vw;
    position: relative;
    transform: translate(-50%, 0%);
    left: 50%;
    right: 0;
    background: var(--color-1);
    padding: 50px 0 0;
    display: block;
}
.category-search-header {
    display: flex;
	width: 100%;
}
.category-search-block h1 {
    color: white;
    margin-bottom: 20px;
	margin-top: 0;
}
.category-search-block, .alphabet-links {
    flex: 1;
}
.category-search-block p {
    color: white;
    margin-bottom: 5px;
}
 .alphabet-links {
	 display: flex;
    flex-direction: column;
    padding: 0 40px;
}
.alphabet-links p {
	color: white;
	margin: 0;
}
.alphabet-letters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.posts-container {
    padding: 50px 0;
}
.letter {
    width: fit-content;
    background:var(--color-1);
    padding: 12px 20px;
    font-size: 20px;
    font-weight: 700;
}
.letter-group {
    padding: 5px 0;
}
.list .post {
    width: 32%;
    border-bottom: 1px solid #f1f1f1;
	    margin-bottom: 6px;
}
.list .post a {
	  color: var(--text); font-size: 16px;
}
.list {
 display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 38px;
    gap: 2%;
    position: relative;
}
.list a {
    color: var(--text);
}
button.show-more, button.show-less {
    background: none;
    color: blue;
    border: 0;
    box-shadow: none;
    padding: 0;
	position: absolute;
    bottom: 12px;
    left: 0px;
}
.full-width-page-header {
    width: calc(100vw);
    margin-left: calc(-50vw + 50%);
    background:url(/wp-content/uploads/2024/06/header.webp);
    padding: 50px 0;
}
.full-width-page-header h1 {
    color: white;
}
form.searchwp-form .searchwp-form-input-container .swp-input {
    margin: 0;
    width: 100%;
    border-radius: 40px;
}
/*SINGLE POST*/
#post-desc {
    width: 100vw;
    position: relative;
    transform: translate(-50%, 0%);
    left: 50%;
    right: 0;
    background: var(--color-1);
    padding: 1px 0 50px;
    display: block;
}
h3.wp-block-heading {
    margin-bottom: 20px;
}
.single-container {
    display: flex;
    gap: 40px;
	    padding: 24px 0;
	max-width: 1240px;
    margin: 0 auto;
	    width: 100%;
}
.single-container.no-sidebar {
    align-items: baseline;
}
:target { scroll-margin-top: 10rem; }

article ul, article ol {
	margin: 0 0 1.5em 1em;
}
.entry-content > .wp-block-group, .entry-content > .wp-block-cover, .entry-content > .wp-block-columns {
    padding-top: 25px;
    padding-bottom: 25px;
}
.single-post #primary {
    width: 70%;
    margin: 0 auto;
    padding: 30px 0px;
}
.single-post #content .ast-container {
    max-width: 1240px;
    gap: 40px;
}

#post-nav-sidebar {
    width: 30%;
    padding-top: 25px;
    display: flex
;
    flex-direction: column;
}
.excerpt {
	color: var(--text);
}
h2.block-title {
    font-size: 32px;
    margin-bottom: 40px;
}
.related-posts ul {
    display: flex;
       margin: 0 -10px;
}
.related-posts ul li {
    list-style: none;
    flex: 1;
	    padding: 10px;
}

li.related-post a {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: var(--text);
}
li.related-post a img {
	    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.related-posts h3 {
    margin-bottom: 30px;
}
/*SINGLE POST NAV*/
.post-nav-sidebar {
    position: sticky;
    top: 55px;
    padding: 20px 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
}
#siblings-nav-sidebar {
    width: 100%;
	    position: sticky;
    top: 130px;
}
.sticky-nav {
    position: sticky;
    top: 50px;
}
div#primary {
    width: 100%;
}
.sidebar + div#primary {
    width: 70%;
}
.post-author img {
    border-radius: 100px;
}
.siblings-sidebar a {
    padding: 7px 16px;
    line-height: 1.5;
    font-size: 16px;
	display: block;
}
.nav-sidebar {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.08);
    padding: 16px 0px;
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
	width: 100%;
}
h3.parent-title {
    margin: 6px 0;
}
h3.parent-title a {
    margin: 6px 0px;
    color: var(--text);
    text-decoration: none;
}
.post-nav-sidebar a {
    display: block;
    line-height: 1.3;
    padding: 5px 10px;
}
.post-nav-sidebar ul li a.active {
    text-decoration: underline;
	    background: transparent;
}
#post-nav-sidebar.fixed .post-nav-sidebar{
	max-width: 1240px;
	margin: 0 auto;
}
#post-nav-sidebar.fixed {
	border-bottom: 1px solid #e1e8ed;
}
.post-nav-sidebar h3 {
  padding:8px 0px;
    text-align: center;
    font-size: 16px;
	    margin: 0;
}
.post-nav-sidebar ol, .post-nav-sidebar ul {
    margin: 0;
    display: flex
;
    flex-wrap: wrap;
    flex-direction: column;
}
.post-nav-sidebar ul li {list-style: none;
    line-height: 1.2;
	margin: 0;
	background: none;
    padding-left: 0;
}
.post-nav-sidebar ul li a {
font-size: 16px;
    text-decoration: none;
    color: black;
    padding: 16px 30px;
    display: block;
    border-bottom: 1px solid #f1f1f1;
}
.sidebar {
    width: 30%;
}
.sidebar .post-nav-sidebar ul {
    display: flex;
    flex-direction: column;
}
.sidebar #post-nav-sidebar {
    width: 100%;
    padding-top: 25px;
    display: flex;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.08);
    padding: 16px 16px;
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}
.sidebar  .post-nav-sidebar {
    position: sticky;
    top: 55px;
    padding:  0;
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
    flex-direction: column;
}
.sidebar #post-nav-sidebar.fixed {
    position: relative;
}
.sidebar .post-nav-sidebar ul li a {
    padding: 8px 0px;
}
/*SINGLE POST*/
/*ARTICLES*/
.ast-article-single img {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
}
/*ARTICLES*/
/*Алфавит*/
.alphabet-links a {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #ffffff1f;
    color: white;
}
.alphabet-links {
	display: flex; 
	flex-wrap: wrap;
	    gap: 10px;
}
/*Алфавит**/

.mobile-btns {
	display: none;
}
.btn {
    border-color: var(--ast-global-color-0);
    background-color: var(--ast-global-color-0);
    color: #ffffff !important;
    font-family: inherit;
    font-weight: 500;
    line-height: 1em;
    font-size: 16px;
    font-size: 1rem;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    border-radius: 42px;
}
.step-opros {
    position: absolute;
    top: 50%;
	z-index: 2;
    left: 50%;
    right: 0;
    transform: translate(-50%, 0%);
    text-align: center;
	    background: var(--primary-color);
}
.entry-meta {
    display: none;
}
/*CHECK*/
.white-block {
	border-radius: 10px;
background: #FFF;
    padding: 24px;
/* Drop Shadow */
box-shadow: 0px 4px 30px 0px rgba(0, 133, 255, 0.12);
}
.blue-bg {
    background: #66B3F2;
    padding: 80px 20px 20px;
}
.grey-bg {
    background: #F2F2F2;
    padding: 80px 20px 20px;
}
.entry-content ul, .entry-content ol {
    padding: revert;
    margin: revert;
       padding-left: 20px;
}
.home .entry-content ul, .home .entry-content ol , .page-id-152 .entry-content  ul, .page-id-438 .entry-content  ul{
    padding: revert;
    margin: revert;
    padding-left: 0px;
}
.slick-list.draggable:hover {
    cursor: grab;
}

.border-20 {
	border-radius: 20px;
}
.negative ul li{
    filter: grayscale(1);
}
.relative {
    position: relative;
}

.all-about-cancer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	gap: 20px;
}
.all-about-cancer .article-cat {
	position: relative;
    border-radius: 20px;
    background: #FAF4F4;
    flex: 1;
    min-width: calc(33% - 20px);
	    min-height: 260px;
}
.all-about-cancer .article-cat img {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.cat-arrow {
    width: 44px;
    height: 44px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    border-radius: 36px;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.all-about-cancer .article-cat a {
    display: flex;
    align-items: flex-start;
    height: 100%;
    padding: 25px 20px;
	color: var(--text);
    font-weight: 600;
	    text-decoration: none;
}
.all-about-cancer .article-cat .cat-arrow img {
    position: initial !important;
}
.treatment {
    display: flex;
	    gap: 20px;
}

.treatment .article-cat {
	flex: 1;
    border-radius: 120px;
    background:  var(--primary-color);
	aspect-ratio: 1;
}
.treatment .article-cat a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    line-height: 1.3;
    font-size: 16px;
    padding: 10px;
	    text-decoration: none;
}

.category-grid {
    display: flex;
    flex-wrap: wrap;
	    gap: 20px;
	padding: 40px 0;
}
.category-grid .block-category {
 flex: 1;
    min-width: 30%;
    max-width: 33%;
    display: flex;
    padding: 20px;
    flex-direction: column;
    border-radius: 10px;
    background: var(--White, #FFF);
    box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.08);
}
.category-grid .block-category h2 {
	font-size: 18px;
}

h2.wp-block-heading {
    margin-bottom: 20px;
}

#reviews .item_content {
    background: white;padding: 24px;
}


section.posts {
    position: relative;
}
.category-posts.row {
    display: flex;gap: 20px;
	    flex-wrap: wrap;
}
.alm-listing {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-items: stretch;
    margin-left: -1em !important;
    margin-right: -1em !important;
}
.entry-thumbnail img {
  aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform .5s ease;
	border-radius: 5px;
}
a.view-all-btn {
    color: var(--primary-color);
    padding: 16px 0;
    margin-top: 5px;
    border-radius: 5px;
    display: block;
}

a.header-phone {
    display: flex;
    align-items: center;
    gap: 10px;
	color: var(--text);
    font-weight: 600;
}

.contact_form_1 , .contact_form_2{
	background-image: url(/wp-content/uploads/2024/05/zayavka.png);
background-repeat: no-repeat;
background-size: cover;
padding: 80px;
	border-radius: 10px;
}
.submit-btn, input.wpcf7-form-control.wpcf7-submit.has-spinner {
width: 100%;
background: #E78E05;
color: white;
}
.white-text {
color: white !important;
}
.contact_form_1 .form {
display: flex;
flex-direction: row;
gap: 24px;
}
.contact_form_1 .form div {
flex: 1;
}
a.whatsapp_btn {
display: flex;
height: 49px;
padding: 16px 35px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 10px;
background: #25D366;
width: fit-content;
color: white;
	margin: 0 auto;
}
.contact_form_2 {
text-align: center;
margin: 0 auto;
}
.post__item {
border-radius: 10px;
padding: 12px;
background: var(--primary-color);
min-width: 32%;
flex: 1;
}
.post__item h4 {
color: white;
}
.post__item .entry-thumbnail {
margin-bottom: 12px;
}
.contact_form_3 .form {
display: flex;
flex-direction: column;
}
.contact_form_3 h3, .contact_form_3 p{
text-align: center;
}
.wpcf7 input.wpcf7-form-control:not([type=submit]), .wpcf7 textarea.wpcf7-form-control {
padding: 22px 16px;
}
input[type="submit"] {
padding-top: 15px;
padding-right: 20px;
padding-bottom: 15px;
padding-left: 20px;
}

footer h3 {
margin-bottom: 16px;
text-transform: uppercase;
}
.wp-block-navigation__container ul li  , footer ul li, header ul li{
	background: none !important;
padding-left: 0 !important;
}
.home ul li {
background: url(/wp-content/themes/symptom/img/check.svg) no-repeat;
background-position-y: 6px;
list-style: none;
padding-left: 30px;
line-height: 2;
}
footer ul li {
list-style: none;
background: none !important;
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 12px;
}
footer li span {
line-height: 1.3;
font-weight: 600;
}
footer ol, footer ul {
margin: 0;
}
.page-template-landing-template ul li {
background: url(/wp-content/themes/astra-child/images/check.svg) no-repeat;
background-position-y: 6px;
list-style: none;
padding-left: 30px;
line-height: 2;
}
.multiple-items {
margin: 0 -4px;
}
.child-articles {
display: flex;
flex-wrap: wrap;
gap: 20px;
padding: 40px 0;
}

.child-article {
min-height: 45px;
flex: 1;
background: var(--primary-color);
padding: 6px 12px;
border-radius: 10px;
width: 33.3%;
color: white;
font-size: 14px;
line-height: 1.5;
display: flex;
align-items: center;
	text-decoration: none;
}
a.child-article:visited {
    color: #ebebeb;
}
/* стили для корневого элемента слайдера */
.itcss {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
  }
  
  /* стили для wrapper */
  .itcss__wrapper {
	position: relative;
	overflow: hidden;
	height: inherit;
  }
  
  /* стили для элемента, в котором непосредственно расположены элементы (слайды) */
  .itcss__items {
	display: flex;
	height: inherit;
	transition: transform 0.5s ease;
  }
  .item_content_inner {
	position: absolute;
	  /* text-transform: uppercase; */
	  width: fit-content;
	  left: 50%;
	  top: 50%;
	  max-width: 1000px;
	  width: 90%;
	  right: 0;
	  height: fit-content;
	  padding: 20px 40px;
	  bottom: 0;
	  text-align: center;
	  transform: translate(-50%, -50%);
	  color: #fff;
  }
  .item_content h1 {
	  color: white;
	  margin: 10px;
	  text-align: left;
  }
  .item_content_inner h2, .item_content_inner  h3,.item_content_inner  h4 ,.item_content_inner  h5 ,.item_content_inner h6, .item_content_inner  p , .item_content_inner  li {
	  color: white;
	  text-align: left;
  }
  
  .item_content_inner a {
	  padding: 4px 16px;
	  width: fit-content;
	  display: block;
	  margin: 0 auto;
	  font-size: 14px;
	  color: var(--text);
	  background: white;
  }
  /* класс для отключения transition */
  .transition-none {
	transition: none;
  }
  
  /* стили для элементов */
  .itcss__item {
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
  }
  
  /* кнопки Prev и Next */
  .itcss__control {
  position: absolute;
		 top: 50%;
	  width: 44px;
	  height: 44px;
	  border-radius: 0;
	  transform: translateY(-50%);
	  display: none;
	  align-items: center;
	  justify-content: center;
	  color: #fff;
		  background: #E78E05;
	  opacity: 1;
	  user-select: none;
  }
  
  .itcss__control_show {
	display: flex;
  }
  
  .itcss__control:hover,
  .itcss__control:focus {
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
  }
  
  .itcss__control_prev {
	left: 65px;
  }
  
  .itcss__control_next {
   right: 65px;
  }
  
  .itcss__control::before {
  
	display: inline-block;
   
	height: 20px;
	background: transparent no-repeat center center;
	background-size: 100% 100%;
  }
  
  .itcss__control_prev:before {
  content: url(./css/fonts/prev.svg)
  }
  
  .itcss__control_next:before {
  content: url(./css/fonts/next.svg)
  }
  
  /* Индикаторы */
  .itcss__indicators {
	position: absolute;
	left: 0;
	right: 20px;
	bottom: 10px;
	display: flex;
	justify-content: end;
	padding-left: 0;
	margin: 0 15%;
	list-style: none;
	user-select: none;
  }
  
  .itcss__indicator {
	flex: 0 1 auto;
	width: 30px;
	height: 4px;
	margin-right: 3px;
	margin-left: 3px;
	background-color: rgba(255, 255, 255, 0.5);
	background-clip: padding-box;
  
	cursor: pointer;
  }
  
  .itcss__indicator_active {
	background-color: #fff;
  }
  
.left-content,
.right-content {
  display: flex;
  width: 50%;
  align-items: normal;
  vertical-align: middle;
  justify-content: center;
  color: #fff;
  flex-direction: column;
  padding: 0 15px;
}
.item_content h1 {
  color: white;
}
.left-content p {
  font-size: 18px;
}
      .itcss__items {
      counter-reset: slide;
    }

    .itcss__item {
      counter-increment: slide;
    }
.itcss__item .entry-thumbnail, .itcss__item .entry-thumbnail img {
    width: 100%;
	height: 500px;
    object-fit: cover;
}
.itcss__item .entry-content {
        position: absolute;
    bottom: 67px;
    left: 20px;
    background: #ffffffc9;
    backdrop-filter: blur(6px);
    width: 50%;
    padding: 24px;
}
/* @supports selector(:has(+ *)) {
  .primary {
    width: 100%;
  }

  #post-nav-sidebar:has(+ .primary) + .primary {
    width: 75%;
  }
} */

#checked {
    display: flex;
    align-items: center;
	    gap: 20px;
}
.photo img {
    height: 80px;
    width: 80px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 80px;
}
.text {
    background: #6fdd6f;
    border-radius: 19px;
    color: white;
    padding: 0px 10px;
}
.date {
    font-size: 12px;
}
.fio, .date {
    line-height: 1.5;
}
.article-author {
    display: flex;
    gap: 12px;
    padding: 16px;
    align-items: center;    width: 30%;
}
.post-nav-sidebar .article-author {
   width: 100%;
}
.article-author img {
    height: 70px;
    border-radius: 46px;
}
.article-author p {
    display: flex
;
    flex-direction: column;
    gap: 0px;
    margin: 0;
}
.article-author span {
    line-height: 1.3;
}
.article-author a {
    padding: 7px 0px;
    line-height: 1.5;

}
#main img {
    margin-bottom: -40px;
}
.category-blocks {
display: flex
;
    gap: 20px;
    padding: 40px 0;
}
.category-block {
    border-radius: 10px;
    background: var(--White, #FFF);
    box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.08);
    padding: 4px 20px;
	width: 33%;
}

.custom-header {
    width: 100%;
	padding: 10px 0;
}
.custom-header .ast-container {
    display: flex;
    align-items: center;
	justify-content: space-between;
	    gap: 12px; flex-wrap: wrap;
}

.custom-header .custom-logo {
    width: 200px;
	    margin-right: auto;
}
li.lang-item {
    list-style: none;
}
footer a.custom-logo-link img {
    width: 200px;
    margin-bottom: 12px;
}
.footer_inner {
	display: flex; justify-content: space-between; align-items: center; padding: 20px;  flex-direction: row; max-width: 1200px;margin: 0 auto;gap: 20px;
}
.adv__img  figure{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translate(0%, -68%);
}
.adv h3 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
	margin-top: -20px;
}
.adv .wp-block-column {
    margin-top: 98px;
}
.adv ul{
    margin: 0 0 1.5em 0em;
    padding-left: 20px;
}
.steps_pro .item_content {
	    background: none;
    border-radius: 20px;
    padding: 20px;
    height: 100%;
    position: relative;
    padding-bottom: 300px;
    margin: 12px;
    overflow: hidden;
}
.steps_pro img.step__img {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
	transform: none;
}
.form.pro {
    display: flex;
    width: 100%;
	gap: 20px;
}
.form.pro div {
    flex: 1;
    width: 25%;
}
.form.pro input[type="text"] {
    width: 100%;
    border-radius: 20px;
    padding: 12px 18px;
}
.posts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}
.posts-grid .post-item a {
padding: 12px;
    display: flex
;
    background: #EEF7FA;
    height: 100%;
    align-items: center;
}
.pagination {
    margin-top: 20px;
    display: flex;
    gap: 12px;
}
.page-numbers {
 height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef7fa;
}
.toggle-table-of-content svg {
    display: none;
}
@media screen and (max-width: 769px) {
	body {
        overflow-x: hidden;
}
	.site-branding {
    margin-right: auto;
    width: 35%;
}
	#main {
    height: 100%;
    max-height: 100%;
    margin-top: 100px !important;
}
	#main h1 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0em 0;
}
	#main img {
    margin-bottom: -100px;
}
		#main h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0.5em 0;
}
	h2.wp-block-heading {
    font-size: 24px;
}
	.container, .single-container {
  padding: 0 20px;
}
	.single-container #primary {
    width: 100%;
}
	.lang {
    margin-right: 6px;order: 2;
}
	.top_header .btns {order: 4;}
.top_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    gap: 4px;
    flex-wrap: wrap;
	padding-right: 46px;
}
	.site-branding {
    order: 1;
}
	.search {
    width: 50%;
    order: 3;
}
	.doctors {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0;
}
	.doctor-filters {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 14px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
	.services-container {
    flex-direction: column;
}
	.footer-widgets {
    display: flex;
		flex-direction: column;
    justify-content: space-between;
}
	button.menu-toggle {

        background: none;
        border: 1px solid var(--primary-color);
        border-radius: 10px;
        padding: 6px;
 display: block;
        height: 44px;
        width: 44px;
        position: fixed;
        top: 8px;
        right: 20px;
        z-index: 9999;
        border-width: initial;
        border-style: none;
        border-color: initial;
        border-image: initial;
        padding: 6px;
}
	    .menu-toggle span {
        height: 2px;
        display: block;
        background: var(--primary-color);
        margin: 5px;
        transition: 0.5s;
    }
		    .toggled .menu-toggle span:nth-child(1) {
        rotate: 45deg;
        margin-top: 6px;
    }
	.toggled .menu-toggle span:nth-child(2) {
        display: none;
    }
	.toggled .menu-toggle span:nth-child(3) {
        rotate: -45deg;
        margin-top: -7px;
    }
	    .main-navigation ul {
        right: -100vw;
        position: fixed;
        display: flex
;
        flex-direction: column;
        align-items: baseline;
        padding-left: 0px;
        justify-content: start;
        z-index: 99;
        top: 0px;
        height: 100vh;
        width: 61%;
        list-style: none;
        margin: 0px;
        transition: 0.5s;
        background: #f7f7f7;
			        padding: 52px 10px;
    }
	.main-navigation.toggled ul {
        right: 0px;
    }
	    .main-navigation ul ul {
        box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px;
        float: left;
        position: relative;
        top: auto;
        opacity: 0;
        height: 0px;
        z-index: 99999;
        display: none;
    }
    .main-navigation ul li ul.sub-menu {
        width: 100%;
        display: none;
    }
.main-navigation ul li ul.sub-menu {
    display: flex;
    flex-direction: column;
    transition: 0.3s;
    border-radius: 0px;
	        padding: 0;
}
	    .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
        opacity: 1;
        display: block;
        height: auto;
    }
	.doctors-slider .slick-prev {
    right: 48px;
    top: -188px;
}
	.doctors-slider .slick-next {
    right: 0;
    top: -188px;
}
section#main-slide {
    margin-top: -60px;
    width: calc(100vw);
    margin-left: calc(-50vw + 50%);
    max-width: 100vw;
    height: 450px;
}
	span.site-logo-img {
    width: 70px;
		        padding-right: 0em !important;

}
	.contact_form_1 .form {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.category-posts.row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
	        flex-direction: column;
}
	.post__item {

    width: 100%;
}
	.contact_form_1, .contact_form_2 {
    padding: 50px 40px 10px;
}
	.mobile-btns {
	display: block;
		position: fixed;
		z-index: 10;
		        bottom: 28px;
        left: 24px;
        display: flex;
        flex-direction: column;
        gap: 20px;
}
	.partners .slick-list, .steps_pro .slick-list {
    overflow: hidden;
}
	.all-about-cancer {
    flex-direction: column;
}
	.treatment {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.treatment .article-cat {
    min-width: calc(50% - 20px);
}
.itcss .item_content h1 {
    width: 95%;
    font-size: 2em;
}
  .left-content,
  .right-content {
    display: flex;
    width: 100%;
    align-items: normal;
    vertical-align: middle;
    justify-content: center;
    color: #fff;
    flex-direction: column;
  }
  .item_content {
    max-width: 1200px;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100%;
  }
.itcss__control {
    top: 90%;
}
.itcss__control_next {
        left: 68px;
    }
	.item_content_inner {
    width: 90%;
   
    padding: 10px 20px;

}
		.itcss__item .entry-content {
    width: 91%;
}
	.itcss__control_prev {
    left: 24px;
}
	.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    margin: 10px;
}
	.mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
	footer li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 12px;
}
	.footer-widget-area[data-section="section-footer-menu"] .astra-footer-vertical-menu .menu-item {
    align-items: center !important;
}
	h1 {
		font-size: 34px !important;
	}
	#post-nav-sidebar {
    width: 100%;
}

 .single-post #primary {
    width: 100%;
}
	.single-container {
    flex-direction: column;
}
.kama_breadcrumbs {
    font-size: 12px;
}
	.related-posts ul {
    flex-direction: column;
}
	.post-nav-sidebar {
    flex-direction: column;
}
	.post-nav-sidebar ol, .post-nav-sidebar ul {
    margin: 0;
    display: flex
;
    flex-wrap: wrap;
    flex-direction: column;
		display: none;
}
	#siblings-nav-sidebar {
    width: 100%;
}
	#post-nav-sidebar.fixed .post-nav-sidebar {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
	#post-nav-sidebar.fixed {
    top: 75px;
    z-index: 97;
}
	.sidebar {
    width: 100%;
}
	.form.pro {
    display: flex;
	flex-direction: column;
    width: 100%;
	gap: 20px;
}
	.form.pro div {
    flex: 1;
    width: 100%;
}
	.posts-grid {
    display: grid;
    grid-template-columns: 1fr;
}
	.category-search-header {
    display: flex
;
    width: 100%;
    flex-direction: column;
}
	.alphabet-links {
    display: flex
;
    flex-direction: column;
    padding: 24px 0;
}
	.list .post {
    width: 100%;
}
	    .toggle-table-of-content {
        display: flex;
        align-items: center;
        gap: 16px;padding: 0 24px;
    }
	.toggle-table-of-content svg {
        display: block;
        height: 32px;
        width: 32px;
    }
	    .toggle-table-of-content svg {
        transition: transform 0.3s ease;
    }
	.toggle-table-of-content.open + ul {
        display: block;
    }
	a.link_signup, a.link_signin {
    width: 48%;
    text-align: center;
}
}
