/*!
Theme Name: ASLARTKZ
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: aslartkz
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: #4a6cf7;
	--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;
	--global-font: 'Raleway';
}
.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; }

.has-asl-global-color-10-background-color{background-color: #F6F9FC;}
.has-asl-global-color-4-background-color {background-color: #f6f6f6;} 
.has-asl-global-color-5-color {background-color: #fff;}
.has-asl-global-color-8-background-color {background-color: #2962b7;}
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
.border-20 { border-radius: 20px;}    
.padding-20 {padding: 20px;}

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

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: 60px;
	margin: 0.67em 0;
		 line-height: 1.2;
}
 h2 {
    margin-bottom: 20px;
    font-size: 50px;
    margin: 60px 0;
	 line-height: 1.2;
}
h3 {
    font-size: 24px;
	    margin: 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: var(--global-font), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
line-height: 1.3;
}
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: var(--global-font), 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 1em;
	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;
}
.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: 0em 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%;
}
.site-branding {
    margin-right: auto;
   width: 25%;
}
.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: end;
    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 {

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



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


h2.wp-block-heading {
    margin-bottom: 20px;
}
.single h2.wp-block-heading {
    margin-bottom: 20px;
    margin-top: 12px;
}
#reviews .item_content {
    background: white;padding: 24px;
}
a.project_link {
    background: #4a6cf7;
    color: white;
    padding: 20px 30px;
    border-radius: 40px;
    font-size: 18px;
    display: block;
    text-align: center;
    flex: 1;
}
.single  header.entry-header {
display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.single h1.entry-title {
    font-size: 44px;
	flex: 5;
}
section.posts {
    position: relative;
}


.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 {
	position: relative;
    border-radius: 20px;
	overflow: hidden;
    min-width: 32%;
    flex: 1;
}
.categories {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: #ffffffd1;
    backdrop-filter: blur(4px);
    padding: 10px 15px;
    border-radius: 10px;
}
.post__item h4 {
color: white;
}
.post__item .entry-thumbnail {
    width: 100%;
	    height: 100%;
}
.post__item .entry-thumbnail img {
	 width: 100%;
    height: 100%;
    object-fit: cover;
}
a.view-all-btn {
width: 32%;
    background: #F5F7FA;
    border-radius: 20px;
    display: flex
;
    align-items: center;
    justify-content: center;
	gap:20px;
}
a.view-all-btn .arrow {
    display: flex
;
    align-items: center;
    background: #4256DA;
    width: 40px;
    height: 40px;
    justify-content: center;
    border-radius: 40px;
}
a.view-all-btn span {
    color: #4256DA;
    font-size: 24px;width: min-content;
}
.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;
}
.category-posts.grid {
    display: flex
;
    flex-wrap: wrap;
	gap: 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;
}
/* стили для корневого элемента слайдера */
.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;
  }
  

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

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



    a {
      text-decoration: none;
      color: inherit;
    }
    header,
    section,
    footer {
   
    }
header {
    margin-bottom: 40px;

    border-radius: 30px;
}

    .button {
      display: inline-block;
      background: #4a6cf7;
      color: white;
      padding: 30px 50px;
      border-radius: 999px;
      text-decoration: none;
      text-align: center;
    }

    .flex {
      display: flex;
      gap: 20px;
		   
    align-items: center;
    }
.main { padding: 2% 4%;background: #F7F7F9;}

    .column {
  
		position: relative;
    }
.lg-8 {width: 66.6%;}
.lg-4 {width: 33.3%;}

.quote {
position: absolute;
    background: #ffffffbf;
    backdrop-filter: blur(24px);
    bottom: 40px;
    padding: 12px;
    border-radius: 20px;
    left: -126px;
    width: 268px;
}
    .card {
      background: #f8f8f8;
      border-radius: 12px;
      padding: 24px;position: relative;
    }

    .project img {
      width: 100%;
      border-radius: 12px;
    }

    .pricing-table {
      width: 100%;
      border-collapse: collapse;
		
    }
.price-block {
    background: #F5F7FA;
    border-radius: 20px;
    padding: 20px 24px;
	margin-bottom: 20px;
	display: flex
;    align-items: center;
    justify-content: space-around;
}

.price-block .name {
    position: relative;
    width: 20%;
    left: auto;
    top: auto;
    font-size: 20px;
    padding: 12px;
}
.price-block .desc {
    width: 50%;
}
.price-block .price {
    width: 20%;
    text-align: center;
}
img.icon {
    position: absolute;
    top: 30px;
    right: 30px;
}

 .contacts a   , .social a{
    background: #4a6cf7;
    border-radius: 27px;
	     height: 32px;
    width: 32px;
}

.contacts a img.icon , .social a img.icon {
       position: relative;
    top: inherit;
    right: auto;
}
.contacts {
    display: flex;
    gap: 10px;
    padding: 24px 0px;
    left: 9%;
    z-index: 9;
    top: 64%;
    position: absolute;
}
.social {
    display: flex;
    gap: 10px;
    padding: 24px 0px;
}
img.second-photo {
    position: absolute;
margin-left: 40%;
    margin-right: 40%;

}
section#about {
    position: relative;
    height: 470px;
    padding: 60px 0;
}
.name , .exp, .project{
    position: absolute;
    background: #f5f7fad1;
    backdrop-filter: blur(8px);
    padding: 20px;
    border-radius: 20px;
}
.name {
    font-size: 32px;
    padding: 24px 53px;
    left: 9%;
	top: 43%;
    z-index: 9;
}
.exp {
    padding: 12px 40px;
    left: 61%;
    top: 28%;
    z-index: 9;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.project {
    padding: 12px 40px;
    left: 68%;
    top: auto;
    bottom: 27%;
    z-index: 9;
	    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.exp strong , .project strong{
    font-size: 55px;
    color: #4a6cf7;
}
.tasks {
    background: url(/wp-content/uploads/2025/04/Group-239.png) no-repeat;
    background-size: cover;
	display: flex;
	flex-wrap: wrap;
	    gap: 4%;
    padding: 40px 0;justify-content: space-between;
}
.tasks .column {
	 padding: 24px 53px;
	background: #F5F7FA;     border-radius: 20px;
	    margin-bottom: 23px;
}
#about h2 {
    margin: 0;
}
.price-contacts {
    display: flex;
    align-items: center;
    gap: 20px;
}
.price-contacts  .button {
    display: flex;
    background: #4a6cf7;
    width: 33%;
    justify-content: center;
    color: white;
    padding: 30px 40px;
    border-radius: 999px;
    text-decoration: none;
    text-align: center;
}
.price-contacts p {
    text-align: center;
}
@media screen and (max-width: 769px) {
	body {
        overflow-x: hidden;
}.md-12 {width: 100%;}
	.site-branding {
margin-right: 20px;
        min-width: 40%;
}
.main {
    padding: 2% 4%;
    flex-direction: column;
}
	
	h2.wp-block-heading {
    font-size: 24px;
}
	h2 {
    font-size: 38px;
}
	.container, .single-container {
  padding: 0 20px;
}
	.single-container #primary {
    width: 100%;
}
.flex {
    flex-direction: column;
}
	.search {
    width: 50%;
    order: 3;
}
	section#about {
    position: relative;
    height: 600px;
    padding: 60px 0;
}
img.second-photo {
    width: 50%;
	position: absolute;
top: 25%;
    transform: translate(-50%, -37%);
}
    .name {
           font-size: 16px;
        padding: 15px 31px;
        left: 0;
        top: 134px;
        z-index: 9;
    }
	.exp {
padding: 8px 20px;
        left: 0;
        top: 60%;
        z-index: 9;
}
	.project {
        padding: 8px 20px;
        left: auto;
        right: 0;
        bottom: 5%;
        z-index: 9;
}
	.contacts {
    display: flex
;
    gap: 10px;
    padding: 24px 0px;
    left: auto;
    RIGHT: 0;
    z-index: 9;
    top: 120px;
    position: absolute;
}
	.price-block {
    FLEX-DIRECTION: column;
}
	.price-block .name, .price-block .desc, .price-block .price {
    width: 100%;
    TEXT-ALIGN: center;
}
	.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;
    }


	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: 50%;
}
	a.view-all-btn {
    width: 50%;
}
	.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;
}

.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%;
}
	.category-search-header {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.price-contacts  .button {
    width: 100%;
}
.price-contacts {

    flex-direction: column;
}
	.top_header {
    margin-right: 50px;
}
	.single header.entry-header {
    flex-direction: column;
}
	a.project_link {
    width: 100%;
}
	:where(.wp-block-columns.is-layout-flex) {
    gap: 0em;
}
	.categories {
    bottom: 12px;
   left: 12px;
}
	a.view-all-btn {
width: 50%;
    background: #F5F7FA;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 12px;
}
	a.view-all-btn span {
    color: #4256DA;
    font-size: 18px;
}
}
