input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance:none;
}
.stomatologyLogo img {
  width: 51.32px;
  flex-shrink: 0;
}
.stomatologyLogo a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.stomatologyLogo h4 {
  color: #009EFF;
  font-family: "Krona One", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.stomatologyContactBtn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 24px;
  box-sizing: border-box;
  transition: 0.5s;
  border-radius: 8px;
  background: #1BA6FB;
}
.stomatologyContactBtn p {
  transition: 0.5s;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

header .sub-menu{
	margin-top: 10px !important;
	border-radius: 8px;
	background: #FFFFFF;
	display: grid !important;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
header .sub-menu .sub-menu{
	margin-top: 40px !important;
	box-shadow: none !important;
	background: #1BA6FB;
	display: flex !important;
	flex-direction: column;
}
header .sub-menu .sub-menu a{
	color: #FFFFFF !important;
}
header .sub-menu a{
	padding: 7px 0;
	text-align: center;
	color: #1BA6FB !important;
}
.header-search-input-container input{
	outline: none !important;
	padding: 3px 10px !important;
}
@media only screen and (max-width: 1800px) {
	.sub-menu{
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media only screen and (max-width: 1300px) {
	.sub-menu{
		grid-template-columns: 1fr 1fr;
	}
}

.search-banner .header-svg-image-banner{
	position: absolute;
	left: unset;
	right: 59px;
}

.listClinicBlock{
	margin-bottom: 101px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.sortItemForm{
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
}
.sortItemForm h5{
	color: #686868;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.sortItemForm select{
	height: 48px;
	outline: none;
	border-radius: 8px;
	border: 1px solid #BFBFBF;
	padding: 12px;
	box-sizing: border-box;

	color: #151515;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}
.pagintationListClinic{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.pagintationListClinic .page-numbers{
	padding-top: 2.5px;
	height: 32px;
	width: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;

	color: #111111;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 0;
}
.pagintationListClinic .page-numbers.current{
	color: #0094FF;
	border: 1px solid #0094FF;
}
.listClinicStatsBlock{
	margin-top: 24px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.listClinicStatsItem{
	display: flex;
	gap: 15px;
	background: #FFFFFF;
	padding: 24px;
	border-radius: 20px;
}
.listClinicStatsItem svg{
	flex-shrink: 0;
}
.listClinicStatsItemContent{
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.listClinicStatsItemContent h5{
	white-space: nowrap;
	color: #000000;
	font-family: 'Inter', sans-serif;
	font-size: 38px;
	font-weight: 500;
	line-height: 40px;
}
.listClinicStatsItemContent p{
	color: #4A4A4A;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}
.headerAddClinicBtn{
	background: #1BA6FB;
	padding: 0 15px;
	display: flex;
	align-items: center;
	gap: 8px;
	border-radius: 8px;
	height: 56px;
	box-sizing: border-box;
	outline: none;
	border: none;
	cursor: pointer;
	transition: 0.5s;
}
.headerAddClinicBtn:hover{
	background: #1A66BC;
}
.headerAddClinicBtn svg{
	flex-shrink: 0;
}
.headerAddClinicBtn p{
	white-space: nowrap;
	color: #FFFFFF;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}
.headerNav{
	flex: 1;
	width: 100%;
}
.headerNavList{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 18px;
}
.headerNavList .headerNavItem{
	position: relative;
	display: flex;
	flex-direction: column;
}
.headerNavList .headerNavItem .headerNavItemText {
	cursor: pointer;
	color: #FFFFFF;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	transition: 0.5s;
}
.headerNavItemDrop:hover .headerNavItemDropDown, .headerNavItemDropDown:hover{
	display: block;
}
.headerNavItemDropDown{
	left: 50%;
    transform: translateX(-40%);
	align-self: center;
	display: none;
	padding-top: 33px;
	z-index: 777;
	position: absolute;
	top: 100%;
}
.headerNavItemDropDownList{
	border-radius: 0px 0px 20px 20px;
	background: #FFFFFF;
	padding: 10px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 0 50px;
	box-shadow: 0 8px 16px 0 #2324241F;
}
.headerNavItemDropDownList li{
	padding: 5px;
}
.headerNavItemDropDownList li:hover{
	background: gainsboro;
}
.headerNavItemDropDownList input{
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	border: none !important;
	background: transparent;
	white-space: nowrap;
	text-align: left;
	color: #1BA6FB;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}
/* .headerNavList .headerNavItem:hover .headerNavItemLink .headerNavItemText{
	color: #1BA6FB;
} */
@media only screen and (max-width: 1401px) {
	.headerNavItemDropDownList{
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.doctorPageBlockSpaceBetween{
	display: flex; 
	gap: 50px;
	justify-content: space-between;
	margin: 15px 0 101px 0;
}

.premiumClinicsBlock{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	gap: 10px;
}
.premiumClinicsBlock-mobile{
	display: none;
}
.premiumClinicsBlock .swiper-slide{
	width: max-content !important;
}


.convenientBlock {
	width: 100%;
	margin-bottom: 20px;
	background: #FFFFFF;
	padding: 72px;
	box-sizing: border-box;
	border-radius: 20px;
	display: flex;
	align-items: flex-start;
	gap: 72px;
	justify-content: space-between;
  }
  
  .convenientBlockImg {
	flex-shrink: 0;
	width: 360px;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .convenientBlockImg img {
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 100%;
  }
  
  .covenientBlockContent {
	display: flex;
	flex-direction: column;
	gap: 50px;
  }
  .covenientBlockContent h4 {
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
  }
  
  .covenientBlockText {
	display: flex;
	flex-direction: column;
	gap: 24px;
	color: #111111;
	font-family: "Inter", sans-serif;
  }
  
  .covenientBlockSpaceBetween {
	display: flex;
	gap: 32px;
  }
  
  .covenientBlockSpaceBetweenItem {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 24px;
  }
  .covenientBlockSpaceBetweenItem p {
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
  }



  .headerLanguage{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
  }
  .headerLanguageBtn{
	cursor: pointer;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	gap: 8px;
  }
  .headerLanguageBtn svg{
	flex-shrink: 0;
  }
  .headerLanguageBtn p{
	margin-top: 2.5px;
	color: #FFFFFF;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-align: left;
  }
  .site-header-another .headerLanguageBtn p{
	color: #151515;
  }
  .headerLanguageDropDown{
	display: none;
	z-index: 555;
	position: absolute;
	width: 40px;
	padding: 5px;
	border-radius: 5px;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #111111;
	bottom: -80px;
  }
  .headerLanguageDropDown-active{
	display: block;
  }
  .headerLanguageDropDown .menu{
	margin-bottom: 0px !important;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 3px !important;
  }
  .headerLanguageDropDown a{
	cursor: pointer;
  }

/*!
Theme Name: stomatcity
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: stomatcity
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.

stomatcity 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
	 ========================================================================== */

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

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}
.site{
	display: flex;
	flex-direction: column;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}
.site-main{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.container{
	width: 100%;
	align-self: center;
	max-width: 1400px;
	padding: 0 20px;
	box-sizing: border-box;
}

/**
 * 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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
}

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

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 {
	background: #fff;
}

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

ul,
ol {
	margin: 0;
	list-style: none;
	padding: 0;
}

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

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; */
	text-decoration: none;
}

a:visited {
	 /* color: #800080; */
}

a:hover,
a:focus,
a:active {
	 /* color: #191970; */
}

a:focus {
     outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 37.5em) {

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

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

/* .post,
.page {
	margin: 0 0 0;
} */

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


/* =============================================================================== */
						       /*Стилі сторінки Home */
/* =============================================================================== */

/* .swiper-container{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
} */


.zag-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-container h2 {
    margin: 0;
}

/* НЕ РОБИТЬ */
.card swiper-container .swiper{
    overflow: auto !important;
}

.card swiper-container .swiper-pagination-horizontal {
    bottom: -21px !important;
}

.card swiper-container .swiper-navigation {
    display: flex;
    gap: 10px;
}
/* / */

.premium-badge {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #ffa500;
    color: white;
    padding: 5px 10px;
    border-radius: 20px 2px 10px 2px;
    font-size: 0.9em;
    font-weight: 500;
    z-index: 10;
}

.card {
	position: relative;
    background-color: #fff;
    border-radius: 20px;
    height: 314px;
	width: 264px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px; 
    overflow: hidden; 
}

.swiper-slide {
	display: flex;
	flex-wrap: nowrap;
	/* align-items: center; */
	justify-content: center;
	gap: 20px;
	/* overflow: visible !important; */
	/* width: 100% ; */
}

.card-slider {
	width: 100%;
	height: 150px; 
	margin-bottom: 20px;
	/* overflow: auto !important;
	--swiper-pagination-top: 135px; */
}

.card-slider img {
	display: block;
	border-radius: 20px 20px 0 0;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}

.card-title {
	padding: 0 20px;
	font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	min-height: 3.0em;
}
.card-rating-container {
	padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}
.card-rating {
    position: relative;
    display: flex;
	font-weight: 500;
    gap: 5px;
}
.card-rating .fill {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    gap: 5px;
}
.card-rating .background {
    display: flex;
    gap: 5px;
}
.card-rating span {
    font-size: 1.5em;
    color: #ddd;
}
.card-rating .fill span {
    color: #f5c518;
}

.rating-value {
    font-size: 1.3em;
    color: #333;
}
.reviews-count {
	padding: 0 20px;
    font-size: 1em;
    color:#0094FF;
}


/* =============================================================================== */
                              /* Стилі для хедера */
/* =============================================================================== */


.site-header{
	position: relative;
	background: linear-gradient(to right, #1A66BC 0%, #125AAC 100%);
	margin: 20px;
	height: 460px;
	border-radius: 15px;  
	padding-top: 20px;
	display: flex;
	flex-direction: column;
}

.header-container {
	z-index: 5;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	gap: 10px;
	align-self: center;
	max-width: 1400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 120px;
    flex-wrap: nowrap;
	position: relative;
}

.site-branding {
    display: flex;
    align-items: center;
}

.site-branding .site-title a {
	font-family: 'Krona One', sans-serif;
    font-size: 24px; 
    font-weight: 400; 
    text-decoration: none; 
    color: #FFFFFF;
}

.site-branding img.custom-logo {
    max-height: 37.5px;
	max-width: 51.32px;
}

.main-navigation {
    display: flex;
    align-items: center;
}

#primary-menu {
    display: flex;
    gap: 18px; 
}

#primary-menu li {
    list-style: none;
}

#primary-menu li a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 18px;
    transition: color 0.3s ease;
}

#primary-menu li a:hover {
    color: #ffcc00; 
}

/* Випадаючий список */

.dropdown {
    display: flex;
    align-items: center;
	gap: 22px;
	z-index: 20;
}

.dropdown-icon {
    font-size: 28px;
    color: #FFFFFF;
    padding-right: 10px;
	cursor: pointer;
	display: flex;
    align-items: center;
}


/* .select2-container .select2-selection--single {
    z-index: 9999;
} */

/* .select2-container .select2-selection--single .select2-selection__rendered {
    color: #FFFFFF; 
} */

/* Нижній блок хедера */


.header-search-container {
	z-index: 4;
	align-self: center;
	max-width: 1400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
	box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
	height: 100%;
}


.header-search-title {
    color: #FFFFFF;
    font-size: 36px;
    margin-bottom: 20px;
}

.header-search-form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.header-search-input-container {
    display: flex;
    width: 100%;
    height: 60px;
    position: relative;
	z-index: 8;
}

.header-search-field {
	border: none;
	outline: none;
    width: 100%;
	padding: 10px 20px 10px 10px;
	border-radius: 10px !important;
	box-sizing: border-box;
    font-size: 16px;
}

.header-search-submit {
    position: absolute; 
    right: 15px;
    top: 9px;
    bottom: 0;
    background-color: #11BE8B;
    color: #FFFFFF;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    height: 70%;
}

.header-search-submit:hover {
    background-color: #218838;
}

.header-search-description {
    color: #FFFFFF;
    margin-top: 10px;
    font-size: 14px;
}

.header-svg-image {
	height: 400px;
    position: absolute; 
    bottom: 0;
    right: 50px;
	align-self: flex-end;
	z-index: 3; 
}
.site-header .header-svg-image{
	bottom: -15px;
}
/* Адаптивність */
@media (max-width: 1400px) {
    .header-search-input-container {
        width: 100%;
    }

	/* .main-navigation {
		margin-top: 49px;
	}	 */
}

@media (max-width: 1230px) {
    #primary-menu {
        display: none;
    }
	.headerLanguageDropDown #primary-menu{
		display: flex;
	}
    .menu-toggle {
        display: block;
    }
}

@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-search-title {
        font-size: 24px;
    }

    .header-search-field {
        padding-right: 80px;
    }
}

/* =============================================================================== */
				       /* Стилі для альтернативного хедера */
/* =============================================================================== */

.site-header-another{
	padding: 0 20px;
	background-color: #FFFFFF;
	height: 90px;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.alternative-logo-image{
	width: 50px;
}

.header-container-another {
	align-self: center;
	max-width: 1400px;
    display: flex;
    align-items: center;
    justify-content: space-between; 
	width: 100%;
	gap: 10px;
}

.site-branding-another {
    display: flex;
	gap: 5px;
    align-items: center;
}

.site-branding-another .site-title a {
	font-family: 'Krona One', sans-serif;
    font-size: 24px; 
    font-weight: 400; 
    text-decoration: none; 
    color: #009EFF; 
}

.site-branding-another img.custom-logo {
    max-height: 37.5px;
	max-width: 51.32px;
}

.main-navigation-another {
    display: flex;
    align-items: center;
}

.menu-toggle {
    margin-right: 20px;
}

#primary-menu2 {
    display: flex;
    gap: 18px; 
	margin-bottom: 10px;
}

#primary-menu2 li {
    list-style: none;
}

#primary-menu2 li a {
    text-decoration: none;
    color: black;
    font-size: 18px;
    transition: color 0.3s ease;
}

#primary-menu2 li a:hover {
    color: #ffcc00; 
}


.dropdown-another {
    display: flex;
    align-items: center;
	gap: 15px;
}

.dropdown-icon-another {
	width: auto;
	height: auto;
    font-size: 28px;
    color: black;
	cursor: pointer;
	display: flex;
    align-items: center;
}

.dropdown-content-another {
    color: black;
    border: 2px solid black;
    border-radius: 8px;
    font-size: 16px;
	font-weight: 600;
    height: 48px;
	width: 144px;
	padding: 5px; 
    line-height: 1.2;
    margin-left: 60px;
	margin-bottom: 5px;
}



/* =============================================================================== */
						  /* Стилі для статус контейнера */
/* =============================================================================== */

.statsStomatologyContainer{
	margin-bottom: 20px;
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.statsStomatologyItem{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	padding: 24px;
	box-sizing: border-box;

	background: #FFFFFF;
	border-radius: 20px;
}
.statsStomatologyItemContainer{
	max-width: 352px;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 12px;
}
.statsStomatologyItem h5{
	white-space: nowrap;
	color: #111111;
	font-family: 'Inter', sans-serif;
	font-size: 36px;
	font-weight: 500;
	line-height: 40px;
	letter-spacing: -0.01em;
}
.statsStomatologyItem p{
	color: #4A4A4A;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}

@media only screen and (max-width: 1200px) {
	.statsStomatologyContainer{
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (max-width: 768px) {
	.statsStomatologyContainer{
		grid-template-columns: 1fr;
	}
}

.containerStomatology{
	align-self: center;
	max-width: 1400px;
}

/* =============================================================================== */
							  /* Стилі для лістклінік */
/* =============================================================================== */


/* Пошуковий банер */

.search-banner {
	box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(to right, #137FF9, #125AAC);
    padding: 0 40px;
    height: 294px;
    border-radius: 10px;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.search-banner-content {
    flex: 1;
    z-index: 6;
}

.search-banner-content h1 {
    font-size: 2.5em;
	font-weight: 600;
    margin-bottom: 20px;
}

.search-form-banner {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
	width: 100%;
    max-width: 988px;
}

/* .search-input-banner {
    padding: 10px;
    border: none;
    border-radius: 10px !important;
    flex: 1;
    min-width: 200px;
    height: 56px;
    box-sizing: border-box;
} */

.site-header-another .select2-container--default .select2-selection--single{
	border: 1px black solid !important;
}
.site-header-another .select2-container .select2-selection--single .select2-selection__rendered{
	text-overflow: clip !important;
}

.select2-hidden-accessible{
	position:absolute !important;
	width:1px !important;
}

.select2-container--default .select2-selection--single {
	padding: 10px !important;
	border: none !important;
	border-radius: 10px !important;
	flex: 1 !important;
	display: flex;
	align-items: flex-start;

	height: 56px !important;
	box-sizing: border-box !important;
}
.select2-container--open{
    z-index: 8 !important;
}
.select2-search--dropdown{
	margin-top: 30px !important;
}
.select2-dropdown{
	border-radius: 10px !important;
	border: none !important;
}
.select2-search__field{
	outline: none;
}

.search-button-banner {
    padding: 10px 20px;
    background-color: #11BE8B;
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    height: 56px;
}

.header-svg-image-banner {
	height: 301.87px;
    position: relative;
    top: 0;
    left: 50px;
    z-index: 3;
}

/* =================================================================================== */

.left-column {
    width: 100%;
}

.right-column {
	width: 300px !important;
	flex-shrink: 0;
    width: auto; 
}

.card-listclinic {
	display: flex;
	border: 1px solid #E0E0E0;
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 20px;
	max-width: 1048px;
	height: 462px;
	font-family: Arial, sans-serif;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.logo-section-listclinic {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-right: 1px solid #E0E0E0;
	padding-right: 20px;
}
.logo-section-listclinic img {
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
}
.rating-listclinic {
	display: flex;
	align-items: center;
}
.rating-listclinic span {
	font-size: 18px;
	margin-right: 10px;
}
.rating-listclinic a {
	color: #1E90FF;
	text-decoration: none;
	margin-left: 5px;
}
.info-section-listclinic {
	flex: 2;
	padding: 0 20px;
	border-right: 1px solid #E0E0E0;
}
.info-section-listclinic h1 {
	font-size: 24px;
	margin: 0 0 10px 0;
}
.info-section-listclinic p {
	font-size: 14px;
	line-height: 1.6;
	margin: 10px 0;
}
.info-section-listclinic .features {
	margin: 10px 0;
	font-size: 14px;
}
.contact-section-listclinic {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-left: 20px;
}
.contact-section-listclinic .location-listclinic {
	font-size: 14px;
	margin-bottom: 10px;
}
.contact-section-listclinic .contact-info-listclinic {
	font-size: 14px;
	margin-bottom: 20px;
}
.contact-section-listclinic button {
	background-color: #4CAF50;
	color: white;
	border: none;
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
	margin-bottom: 10px;
}
.contact-section-listclinic button:hover {
	background-color: #45a049;
}
.contact-section-listclinic .view-prices {
	background-color: #e0e0e0;
	color: black;
}
.contact-section-listclinic .view-prices:hover {
	background-color: #d5d5d5;
}

.card-rating-listclinic {
	display: flex;
	gap: 5px;
}
.card-rating-listclinic span {
	font-size: 1.5em;
	color: #f5c518; 
}


/* Стилі карточки карти */


.map-card {
    border: 1px solid #ddd;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
	height: 494px;
}

#map {
	height: 450px; 
	border-radius: 15px;
}

/* Стилі акордиона */
.cartStomatology .clinicPageOtherPricesListItem{
	padding: 15px;
}
.clinicPageOtherPricesListItemContent {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.clinicPageOtherPricesListItem.open .clinicPageOtherPricesListItemContent {
    display: block;
}

.clinicPageOtherPricesListItemHead {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.clinicPageOtherPricesListItemHeadArrow svg {
    transition: transform 0.3s ease;
}

.clinicPageOtherPricesListItem.open .clinicPageOtherPricesListItemHeadArrow svg {
    transform: rotate(180deg);
}


/* =============================================================================== */
							  /* Стилі для футера */
/* =============================================================================== */

.stomatologyFooter {
	/* position: absolute;
	bottom: 0; */
	width: 100%;
	padding: 52px 0 72px 0;
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
  }
  
  .stomatologyFooterContainer {
	padding: 0 20px;
	box-sizing: border-box;
	width: 100%;
	max-width: 1420px;
	display: flex;
	gap: 20px;
	justify-content: space-between;
  }
  
  .stomatologyFooterFirstBlock {
	grid-area: stomatologyFooterFirstBlock;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 35px;
  }
  
  .stomatologyFooterSecurity {
	max-width: 405px;
	width: 100%;
	flex: 1;
  }
  .stomatologyFooterSecurity p {
	color: #959595;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
  }
  .stomatologyFooterReserve-mobile{
	display: none !important;
  }
  .stomatologyFooterReserve p {
	color: #151515;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
  }
  
  .stomatologyFooterCenterBlock {
	grid-area: stomatologyFooterCenterBlock;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
  }
  
  .stomatologyFooterNav {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 3px;
  }

  .stomatologyFooterNav li{
    list-style: none;
	margin-top: 10px;
  }
  
  .stomatologyFooterNav a {
	color: #151515;
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
  }
  
  .stomatologyFooterLastBlock {
	grid-area: stomatologyFooterLastBlock;
	display: flex;
	flex-direction: column;
	gap: 44px;
  }
  
  .stomatologyFooterContactBlock {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
  }
  
  .stomatologyFooterContactTop {
	display: flex;
	flex-direction: column;
	gap: 3px;
  }
  .stomatologyFooterContactTop h5 {
	color: #959595;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
  }
  .stomatologyFooterContactTop p {
	color: #151515;
	font-family: "Inter", sans-serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 40px;
  }
  
  .stomatologyFooterLicence p {
	color: #959595;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
  }

  #primary-menu3 .sub-menu {
    display: none;
}


/* =============================================================================== */
						   /* Стилі карточки лікаря */
/* =============================================================================== */

.cartStomatologyLogo2 {
	flex-shrink: 0;
	width: 200px;
	height: 280px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border: 1px solid #DDDDDD;
	border-radius: 15px;
  }
  .cartStomatologyLogo2 img {
	width: 100%;
	height: 100%;
	object-fit: cover; 
  }


/* =============================================================================== */
						   /* Стилі карточки стоматології */
/* =============================================================================== */


.cartStomatologyList {
	display: flex;
	flex-direction: column;
	gap: 24px;
  }
  
  .cartStomatology {
	align-self: center;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	padding: 40px;
	overflow: hidden;
	border-radius: 20px;
	background: #FFFFFF;
	margin-bottom: 20px;
  }
  
  .cartStomatology-premium {
	outline: 1.5px solid #FF9900;
  }
  
  .cartStomatology-premium-text {
	position: absolute;
	top: 0;
	left: -1px;
	padding: 4px 13px;
	border-radius: 0 0 8px 0;
	background: #FF9900;
  }
  .cartStomatology-premium-text p {
	color: #FFFFFF;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
  }
  
  .cartStomatologyContent {
	display: flex;
	justify-content: space-between;
	gap: 32px;
  }
  
  .cartStomatologyFirstBlock {
	display: flex;
	flex-direction: column;
	gap: 24px;
  }
  
  .cartStomatologyLogo {
	flex-shrink: 0;
	width: 200px;
	height: 200px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border: 1px solid #DDDDDD;
	border-radius: 8px;
  }
  .cartStomatologyLogo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  
  .cartStomatologyReviews {
	display: flex;
	flex-direction: column;
	gap: 8px;
  }
  .cartStomatologyReviews a {
	text-decoration: underline !important;
	color: #0094FF;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
  }
  
  .cartStomatologyReviewsStars {
	display: flex;
	align-items: center;
	gap: 5px;
  }
  .cartStomatologyReviewsStars h5 {
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
  }
  
  .cartStomatologyReviewsStarsList {
	display: flex;
	align-items: center;
	gap: 1px;
  }
  
  .cartStomatologyCenterBlock {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 423px;
  }
  .cartStomatologyListDoctor .cartStomatologyCenterBlock{
	max-width: none;
	width: 100%;
  }
  .cartStomatologyListDoctor .cartStomatologyLastBlock, .doctorPageBlock .cartStomatologyLastBlock{
	max-width: 220px;
	width: 100%;
  }
  .doctorPageBlock .cartStomatologyCenterBlock{
	max-width: none;
	width: 100%;
  }
  .cartStomatologyListDoctor .clinicPageOtherPricesTop, .doctorPageBlock .clinicPageOtherPricesTop{
	align-items: flex-start;
  }
  .cartStomatologyListDoctor .clinicPageOtherPricesTop svg, .doctorPageBlock .clinicPageOtherPricesTop svg{
	flex-shrink: 0;
  }
  

  .cartStomatologyTitleBlock {
	display: flex;
	flex-direction: column;
	gap: 8px;
  }
  
  .cartStomatologyTitle h3, .cartStomatologyTitle h1{
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 32px;
	font-weight: 600;
	line-height: 40px;
  }
  
  .cartStomatologySubTitle h5 {
	color: #828EA5;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
  }
  
  .cartStomatologyParameters {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 17px;
	padding: 12px 0;
	border-top: 1px solid #F4F4F7;
	border-bottom: 1px solid #F4F4F7;
  }
  .cartStomatologyParameters2{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	padding: 12px 0;
	border-top: 1px solid #F4F4F7;
	border-bottom: 1px solid #F4F4F7;
  }
  
  .cartStomatologyParameter {
	display: flex;
	align-items: center;
	gap: 8px;
  }
  .cartStomatologyParameter p {
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
  }
  
  .cartStomatologyParameterIcon {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #F4F7FA;
  }
  .cartStomatologyText{
	display: flex;
	flex-direction: column;
	gap: 15px;
  }
  .cartStomatologyText p {
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
  }
  .cartStomatologyText ol, .cartStomatologyText ul{
	padding-left: 20px;
  }
  .cartStomatologyText ol{
	list-style-type: decimal;
  }
  .cartStomatologyText ul{
	list-style-type: initial;
  }

  .cartStomatologyLastBlock {
	display: flex;
	flex-direction: column;
	gap: 32px;
  }
  
  .cartStomatologyLastBlockContent {
	display: flex;
	flex-direction: column;
	gap: 24px;
  }
  .cartStomatologyLastBlockContent p {
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
  }
  
  .cartStomatologyRoute a {
	text-decoration: underline !important;
	color: #0094FF;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
  }
  
  .cartStomatologyTelBlock {
	display: flex;
	flex-direction: column;
	gap: 8px;
  }
  
  .cartStomatologyTel {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
  }
  .cartStomatologyTel svg {
	flex-shrink: 0;
  }
  
  .cartStomatologyLastBlockButtons {
	display: flex;
	flex-direction: column;
	gap: 12px;
  }
  
  .cartStomatologyMakeBtn {
	white-space: nowrap;
	height: 48px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	background: #11BE8B;
	color: #FFFFFF;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	text-align: center;
  }


  .cartDoctorMakeBtn {
	white-space: nowrap;
	height: 48px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	background: #11BE8B;
	color: #FFFFFF;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	text-align: center;
  }

  
  .cartStomatologyPriceBtn {
	height: 48px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	background: #F4F4F7;
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	text-align: center;
  }


/* =============================================================================== */
						     /* Стилі блока послуг */
/* =============================================================================== */



.navigationHomeBlock {
	display: flex;
	flex-direction: column;
	gap: 53px;
	margin-top: 40px;
	margin-bottom: 40px;
  }
  
  .navigationHome {
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding: 40px;
	width: 100%;
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 20px;
  }
  
  .navigationHomeTitle h3 {
	color: #000000;
	font-family: "Inter", sans-serif;
	font-size: 32px;
	font-weight: 600;
	line-height: 40px;
  }
  .navigationHomeList {
	width: 100%;
	display: grid;
  }
  .navigationHomeList input {
	cursor: pointer;
	text-align: left;
	background: transparent;
	width: 100%;
	border: none;
	color: #0086E6;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
  }



  /* =============================================================================== */
					  /* Стилі вспливаючої форми для звязку */
/* =============================================================================== */

.makeAppointmentPopUpContainer {
	position: fixed;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: rgba(13, 20, 29, 0.3);
	display: flex;
	align-items: flex-start;
	justify-content: center;
	top: 0;
    left: 0;
    align-items: center;  
  }
  
  .makeAppointmentPopUp {
	position: relative;
	margin: 0 20px;
	padding: 60px;
	width: 100%;
	max-width: 1400px;
	box-sizing: border-box;
	background: linear-gradient(0deg, #0094FF, #0094FF), linear-gradient(86.62deg, #1A66BC 0.85%, #125AAC 99.87%);
	display: flex;
	overflow: hidden;
	border-radius: 20px;
  }
  .makeAppointmentPopUp .wpcf7-response-output{
	position: fixed;
    top: 100px;
    right: 72px;
    z-index: 3;
	border: none !important;
	border-radius: 8px;
	background: #11BE8B;
	padding: 10px 20px !important;
	color: #FFFFFF;
  }
  
  .makeAppointmentPopUpFon1 {
	position: absolute;
	bottom: 0;
	right: -20px;
	z-index: 1;
  }
  .makeAppointmentPopUpFon1 img {
	width: 960px;
	height: 702px;
  }
  
  .makeAppointmentPopUpFon2 {
	position: absolute;
	bottom: -10px;
	right: -20px;
	z-index: 2;
  }
  .makeAppointmentPopUpFon2 img {
	width: 893px;
	height: 696px;
  }
  
  .makeAppointmentPopUpCloseBtn {
	position: absolute;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: rgba(232, 234, 238, 0.5019607843);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	top: 15px;
	right: 15px;
  }
  .makeAppointmentPopUpCloseBtn svg {
	transition: 0.5s;
	stroke: #0B0B0B;
  }
  .makeAppointmentPopUpCloseBtn:hover svg {
	stroke: #FFFFFF;
  }
  
  .makeAppointmentPopUpForm {
	max-width: 483px;
	width: 100%;
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	gap: 14px;
  }
  .makeAppointmentPopUpForm h2 {
	margin-bottom: 18px;
	color: #FFFFFF;
	font-family: "Inter", sans-serif;
	font-size: 42px;
	font-weight: 600;
	line-height: 60px;
  }
  
  .makeAppointmentPopUpInputs {
	display: flex;
	gap: 14px;
  }
  
  .makeAppointmentPopUpInput {
	position: relative;
	display: flex;
	align-items: center;
  }
  .makeAppointmentPopUpInput .clinic-select-container{
	width: 100%;
  }
  .makeAppointmentPopUpInput .clinic-select-container select{
	width: 100%;
	height: 52px;
	box-sizing: border-box;
	outline: none;
	border-radius: 8px;
	border: none;

	color: #151515;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
  }
  .makeAppointmentPopUpInput p{
	display: flex;
  	width: 100%;
  }
  .makeAppointmentPopUpInput label {
	padding-left: 17px;
	box-sizing: border-box;
	pointer-events: none;
	position: absolute;
	color: #151515;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
  }
  .makeAppointmentPopUpInput label span {
	color: #ff0000;
  }
  .makeAppointmentPopUpInput input {
	width: 100%;
	box-sizing: border-box;
	height: 52px;
	background: #FFFFFF;
	padding: 0 17px;
	border-radius: 8px;
  }
  .makeAppointmentPopUpInput .wpcf7-form-control-wrap{
	width: 100%;
  }
  .makeAppointmentPopUpInput input, .makeAppointmentPopUpInput textarea {
	width: 100%;
	box-sizing: border-box;
	outline: none;
	border: none;
	color: #151515;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
  }
  .makeAppointmentPopUpInput textarea {
	height: 100px;
	padding: 0;
	resize: none;
  }
  .makeAppointmentPopUpInput textarea::-webkit-scrollbar {
	width: 1px;
  }
  .makeAppointmentPopUpInput textarea::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0);
  }
  .makeAppointmentPopUpInput textarea::-webkit-scrollbar-thumb {
	background: #151515;
  }
  
  .makeAppointmentPopUpTextareaBlock {
	display: flex;
	flex-direction: column;
	padding: 17px;
	background: #FFFFFF;
	border-radius: 8px;
	gap: 20px;
  }
  .makeAppointmentPopUpTextareaBlock .makeAppointmentPopUpInput {
	align-items: flex-start;
  }
  .makeAppointmentPopUpTextareaBlock .makeAppointmentPopUpInput label {
	padding-left: 0;
  }
  
  .makeAppointmentPopUpTextareaLimit {
	align-self: flex-end;
  }
  .makeAppointmentPopUpTextareaLimit p {
	color: #D0D0D0;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
  }
  
  .makeAppointmentPopUpSubmit {
	display: flex;
	align-items: flex-start;
	gap: 14px;
  }
  .makeAppointmentPopUpSubmit p {
	color: #FFFFFF;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
  }
  
  #s-button {
	border: none;
	cursor: pointer;
	padding: 14px 32px;
	border-radius: 8px;
	background: #11BE8B;
	color: #FFFFFF;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
  }



/* =============================================================================== */
					  /* Стилі сторінки клініки */
/* =============================================================================== */

.navClinicPage {
	padding: 15px 0;
  }
  
  .navClinicPageList {
	display: flex;
	align-items: center;
  }
  .navClinicPageList li {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #151515;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	height: 17px;
  }
  .navClinicPageList li a {
	color: #1BA6FB;
  }
  .navClinicPageList li:not(:last-of-type)::after {
	content: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 12L10 8L6 4" stroke="%23151515" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	display: inline-block;
	margin-right: 5px;
	height: 16px;
  }
  
  .clinicPageBlock {
	display: flex;
	flex-direction: column;
	gap: 52px;
	padding: 40px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 20px;
	background: #FFFFFF;
  }
  
  .clinicPageItem {
	display: flex;
	gap: 32px;
  }
  
  .clinicPageBlockText {
	display: flex;
	flex-direction: column;
	gap: 15px;
  }
  .clinicPageBlockText h5 {
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
  }
  .clinicPageBlockText p {
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
  }
  .clinicPageBlockText ul, .clinicPageBlockText ol{
	padding-left: 20px;
  }
  .dropdown-another form{
	margin-bottom: 0 !important;
  }
  .clinicPageBlockText ol{
	list-style-type: decimal;
  }
  .clinicPageBlockText ul{
	list-style-type: disc;
  }

  .clinicPageImgs {
	border-top: 1px solid #F4F4F7;
	padding-top: 24px;
  }
  
  .clinicPageOtherBlock {
	margin-bottom: 150px;
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	gap: 8px;
  }
  
  .clinicPageOtherTop {
	display: flex;
	overflow: hidden;
	border-radius: 20px;
	background: #FFFFFF;
	padding: 0 8px;
  }
  
  .clinicPageOtherTopBtn {
	cursor: pointer;
	padding: 0 32px;
	height: 64px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  }
  
  .clinicPageOtherTopBtnText {
	display: flex;
	align-items: center;
	position: relative;
	height: 100%;
	padding: 0;
  }
  .clinicPageOtherTopBtnText h5 {
	color: #838383;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	text-align: center;
  }
  .clinicPageOtherTopBtnText hr {
	display: none;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 8px;
	background: #0094FF;
	height: 4px;
  }
  
  .clinicPageOtherTopBtn-active .clinicPageOtherTopBtnText {
	padding: 0 32px;
  }
  .clinicPageOtherTopBtn-active .clinicPageOtherTopBtnText h5 {
	color: #111111;
  }
  .clinicPageOtherTopBtn-active .clinicPageOtherTopBtnText hr {
	display: block;
  }
  .clinicPageOtherTopBtn-active .clinicPageOtherTopBtnText:has(.clinicPageOtherTopBtnTextNumber) {
	padding: 0 40px 0 32px;
  }
  .clinicPageOtherTopBtn-active .clinicPageOtherTopBtnTextNumber {
	right: 5px;
  }
  
  .clinicPageOtherTopBtnTextNumber {
	position: absolute;
	right: -35px;
	margin-bottom: 14px;
	border-radius: 100px;
	background: #F4F4F7;
	padding: 3px 5.5px;
  }
  .clinicPageOtherTopBtnTextNumber p {
	color: #0094FF;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 14px;
	text-align: center;
  }
  
  .clinicPageOtherContent {
	display: none;
	background: #FFFFFF;
	padding: 40px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 20px;
  }
  
  .clinicPageOtherContent-active {
	display: block;
  }
  
  .clinicPageOtherReviews {
	display: flex;
	flex-direction: column;
	gap: 40px;
  }
  
  .clinicPageOtherReviewsTitle h3 {
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 32px;
	font-weight: 600;
	line-height: 40px;
  }
  
  .clinicPageOtherReviewsSpaceBetween {
	display: flex;
	align-items: flex-start;
	gap: 32px;
  }
  
  .clinicPageOtherReviewsWriteBlock {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 24px 32px;
	background: #F6F7F9;
	border-radius: 20px;
  }
  
  .clinicPageOtherReviewsWriteText {
	display: flex;
	flex-direction: column;
	gap: 15px;
	max-width: 220px;
  }
  .clinicPageOtherReviewsWriteText h5 {
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
  }
  .clinicPageOtherReviewsWriteText p {
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
  }
  
  .clinicPageOtherReviewsWriteBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 48px;
	background: #0094FF;
	cursor: pointer;
	border-radius: 8px;
  }
  .clinicPageOtherReviewsWriteBtn p {
	color: #FFFFFF;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
  }
  
  .clinicPageOtherReviewsAll {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 32px;
  }
  
  .clinicPageOtherReviewsList {
	display: flex;
	flex-direction: column;
  }
  
  .clinicPageOtherReview {
	padding: 24px 0;
	border-bottom: 1px solid #E9E9E9;
	display: flex;
	gap: 18px;
  }
  
  .clinicPageOtherReviewLogo {
	flex-shrink: 0;
	width: 52px;
	height: 52px;
	background: #EEF3FF;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0094FF;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
  }
  .clinicPageOtherReviewLogo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
  }
  
  .clinicPageOtherReviewContent {
	display: flex;
	flex-direction: column;
	gap: 21px;
  }
  
  .clinicPageOtherReviewDetails {
	display: flex;
	flex-direction: column;
	gap: 8px;
  }
  
  .clinicPageOtherReviewUser {
	display: flex;
	align-items: center;
	gap: 12px;
  }
  .clinicPageOtherReviewUser h5 {
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
  }
  .clinicPageOtherReviewUser p {
	color: #828EA5;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
  }
  
  .clinicPageOtherReviewText p {
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
  }
  
  .clinicPageOtherReviewsBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	height: 48px;
	background: #F9F9F9;
	cursor: pointer;
	border-radius: 15px;
  }
  .clinicPageOtherReviewsBtn p {
	color: #0094FF;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
  }
  
  .clinicPageOtherPrices {
	display: flex;
	flex-direction: column;
	gap: 32px;
  }
  
  .clinicPageOtherPricesTop {
	display: flex;
	align-items: flex-start;
	gap: 11px;
  }
  .clinicPageOtherPricesTop svg{
	flex-shrink: 0;
  }
  
  .clinicPageOtherPricesTopText {
	display: flex;
	flex-direction: column;
  }
  .clinicPageOtherPricesTopText p {
	color: #6F7174;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
  }
  
  .clinicPageOtherPricesList {
	width: 100%;
	display: flex;
	flex-direction: column;
  }
  
  .clinicPageOtherPricesListItem {
	cursor: pointer;
	width: 100%;
	padding: 20px 24px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	border: 1px solid #DEDEDE;
	border-radius: 8px;
  }
  
  .clinicPageOtherPricesListItemHeadArrow svg {
	transition: 0.5s;
	rotate: 180deg;
  }
  
  .clinicPageOtherPricesListItem-active .clinicPageOtherPricesListItemContent {
	display: flex;
  }
  .clinicPageOtherPricesListItem-active .clinicPageOtherPricesListItemHeadArrow svg {
	rotate: 0deg;
  }
  
  .clinicPageOtherPricesListItemHead {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
  }
  .clinicPageOtherPricesListItemHead h5 {
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
  }
  
  .clinicPageOtherPricesListItemContent {
	display: none;
	flex-direction: column;
	gap: 1px;
	margin-top: 24px;
  }
  .clinicPageOtherPricesListItemContent li {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 18px 0;
	color: #111111;
	font-family: "Inter", sans-serif;
  }
  .listClinicBlock .clinicPageOtherPricesListItemContent li {
	flex-direction: row;
	align-items: center;
  }
  .clinicPageOtherContentPrices .clinicPageOtherPricesListItemContent li {
	flex-direction: row;
	align-items: center;
  }
  .clinicPageOtherPricesListItemContent li ul, .clinicPageOtherPricesListItemContent li ol{
	display: block !important;
	padding-left: 20px;
  }
  .clinicPageOtherPricesListItemContent li ul{
	list-style-type: disc;
  }
  .clinicPageOtherPricesListItemContent li ol{
	list-style-type: decimal;
  }
  .clinicPageOtherPricesListItemContent li ul li, .clinicPageOtherPricesListItemContent li ol li{
	display: list-item;
	padding: 0;
	border: none !important;
  }
  .clinicPageOtherPricesListItemContent li p {
	flex: 1;
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
  }
  .clinicPageOtherPricesListItemContent li b {
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
  }
  .clinicPageOtherPricesListItemContent li:not(:last-of-type) {
	border-bottom: 1px solid #E9E9E9;
  }
  
  .clinicPageOtherDoctorsTitle {
	padding: 18px 0;
  }
  .clinicPageOtherDoctorsTitle h5 {
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
  }
  .clinicPageOtherDoctorsTitle h5 span {
	font-weight: 600;
  }
  
  .clinicPageOtherDoctorsList {
	display: flex;
	flex-direction: column;
  }
  
  .clinicPageOtherDoctorsItem {
	padding: 32px 0;
	border-top: 1px solid #E9E9E9;
	display: flex;
	align-items: flex-start;
	gap: 39px;
  }
  
  .clinicPageOtherDoctorsItemImg {
	flex-shrink: 0;
	width: 200px;
	height: 230px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
  }
  .clinicPageOtherDoctorsItemImg img {
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 100%;
  }
  
  .clinicPageOtherDoctorsItemTitle {
	width: max-content;
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 250px;
  }
  
  .clinicPageOtherDoctorsItemName {
	display: flex;
	flex-direction: column;
	gap: 8px;
  }
  .clinicPageOtherDoctorsItemName h3 {
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 34px;
  }
  .clinicPageOtherDoctorsItemName p {
	color: #828EA5;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
  }
  
  .clinicPageOtherDoctorsItemReview {
	display: flex;
	flex-direction: column;
	gap: 5px;
  }
  .clinicPageOtherDoctorsItemReview a {
	text-decoration: underline !important;
	color: #0094FF;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
  }
  
  .clinicPageOtherDoctorsItemText {
	flex: 1;
  }
  .clinicPageOtherDoctorsItemText p {
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
  }
  
  .clinicPageOtherDoctorsItemBtn {
	padding: 0 24px;
	height: 48px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #11BE8B;
	border-radius: 8px;
	cursor: pointer;
  }
  .clinicPageOtherDoctorsItemBtn p {
	color: #FFFFFF;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	text-align: center;
  }

  .content-clinic-slider {
	height: 150px; 
	margin-bottom: 20px;
}

.content-clinic-slider img {
	display: block;
	border-radius: 20px;
    width: 210px !important;
    height: 140px;
    object-fit: cover;
}



/* =============================================================================== */
					  /* Стилі попапу Додати клініку */
/* =============================================================================== */


.addClinicPopUpContainer {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 20, 29, 0.3);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 9000;
  }
  
  .addClinicPopUp {
	max-width: 800px;
	width: 100%;
	box-sizing: border-box;
	padding: 32px 52px 52px 52px;
	border-radius: 20px;
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
  }
  
  .addClinicPopUpCloseBtn {
	align-self: flex-end;
	width: 40px;
	height: 40px;
	background: rgba(232, 234, 238, 0.5019607843);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
  }
  .addClinicPopUpCloseBtn svg {
	transition: 0.5s;
	stroke: #111111;
  }
  .addClinicPopUpCloseBtn:hover svg {
	stroke: #FFFFFF;
  }
  
  .addClinicPopUpContent {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 24px;
  }
  .addClinicPopUpContent br{
	display: none !important;
  }
  .addClinicPopUpContent .wpcf7-list-item{
	margin: 0 !important;
  }
  .addClinicPopUpContent .wpcf7-spinner{
	display: none !important;
  }
  .addClinicPopUpContent p{
	display: flex;
	flex-direction: column;
	gap: 24px;
  }
  .addClinicPopUpContent h5 {
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	text-align: left;
  }
  
  .addClinicPopUpForm {
	display: flex;
	flex-direction: column;
	gap: 24px;
  }
  
  #addlinicBtn, .addClinicPopUpFormBtn {
	box-sizing: border-box;
	width: -moz-max-content;
	width: max-content;
	border: none;
	height: 48px;
	cursor: pointer;
	border-radius: 8px;
	background: #11BE8B;
	padding: 0 32px;
	color: #FFFFFF;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	transition: 0.5s;
  }
  .addClinicPopUpFormBtn:hover, #addlinicBtn:hover{
	background: #111111;
  }
  
	.addClinicPopUpFormInputsBlock{
		display: flex;
		gap: 15px;
	}
  .addClinicPopUpFormInputsBlock p{
	display: flex;
	flex-direction: row;
	gap: 15px;
  }
  
  .addClinicPopUpFormInput {
	padding: 0 15px !important;
	box-sizing: border-box;
	width: 100%;
	height: 48px;
	outline: none;
	border: 1px solid rgba(122, 120, 130, 0.4) !important;
	border-radius: 8px !important;
	color: #111111 !important;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
  }
  .addClinicPopUpFormInput::-moz-placeholder {
	color: #95929C;
  }
  .addClinicPopUpFormInput::placeholder {
	color: #95929C;
  }
  
  .addClinicPopUpFormInputCheckBox {
	display: flex;
	align-items: center;
	gap: 8px;
  }
  .addClinicPopUpFormInputCheckBox input {
	flex-shrink: 0;
	width: 18px;
	height: 18px;
  }
  .addClinicPopUpFormInputCheckBox span {
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
  }
  
  @media only screen and (max-width: 754px) {
	.addClinicPopUp {
	  padding: 10px 20px 20px 20px;
	}
	.addClinicPopUpFormInputsBlock {
	  flex-direction: column;
	  gap: 24px;
	}
	.addClinicPopUpFormBtn {
	  max-width: 300px;
	  width: 100%;
	  align-self: center;
	}
}



/* =============================================================================== */
					  /* Стилі сторінка питання та відповіді */
/* =============================================================================== */

.questionsPage2Top{
	margin-top: 50px;
	margin-bottom: 24px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
}
.questionsPage2AskBlock{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
}
.questionsPage2AskBlock h5{
	color: #0094FF;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
}
.questionsPage2AskBtn{
	transition: 0.5s;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
	padding: 0 24px;
	box-sizing: border-box;
	height: 48px;
	border-radius: 8px;
	border: 1px solid #0094FF;
	background: #0094FF;
}
.questionsPage2AskBtn p{
	transition: 0.5s;
	color: #FFFFFF;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	text-align: center;
}
.questionsPage2AskBtn:hover{
	background: #FFFFFF;
}
.questionsPage2AskBtn:hover p{
	color: #0094FF;
}

.questionsPage2Block {
	margin-bottom: 100px;
	width: 100%;
	box-sizing: border-box;
	padding: 40px;
	background: #FFFFFF;
	border-radius: 20px;
  }
  
  .questionsPage2BlockItemContent {
	gap: 32px;
  }
  
  .questionsPage2BlockItemText {
	display: flex;
	flex-direction: column;
	gap: 20px;
  }
  .questionsPage2BlockItemText p {
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
  }
  
  .questionsPage2BlockItemBottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
  }
  
  .questionsPage2BlockItemReadBtn {
	height: 48px;
	padding: 0 24px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	border: 1px solid #0094FF;
	background: #FFFFFF;
	border-radius: 8px;
	cursor: pointer;
	transition: 0.5s;
  }
  .questionsPage2BlockItemReadBtn p {
	transition: 0.5s;
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	text-align: center;
  }
  .questionsPage2BlockItemReadBtn:hover {
	background: #0094FF;
  }
  .questionsPage2BlockItemReadBtn:hover p {
	color: #FFFFFF;
  }
  
  .questionsPage2BlockItemAnswers {
	display: flex;
	align-items: center;
	gap: 5px;
  }
  .questionsPage2BlockItemAnswers p {
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
  }
  
  @media only screen and (max-width: 768px) {
	.questionsPage2Block {
	  padding: 32px;
	}
  }
  @media only screen and (max-width: 480px) {
	.questionsPage2Block {
	  padding: 16px;
	}
  }



/* =============================================================================== */
			  /* Стилі сторінка питання та відповіді (сторінка питання) */
/* =============================================================================== */


.questionsPageSpaceBetween {
	display: flex;
	gap: 32px;
  }
  
  .questionsPageMain {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100%;
  }
  
  .questionsBlock {
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding: 40px;
	width: 100%;
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 20px;
  }
  
  .questionsBlockBtns {
	display: flex;
	gap: 10px;
  }
  
  .questionsBlockBtn {
	display: flex;
	align-items: center;
	padding: 0 17px;
	box-sizing: border-box;
	border-radius: 8px;
	cursor: pointer;
	height: 36px;
	gap: 10px;
	border: 1px solid #BFBFBF;
	background: #FFFFFF;
	transition: 0.5s;
  }
  .questionsBlockBtn p {
	color: #151515;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
  }
  .questionsBlockBtn:hover {
	background: #BFBFBF;
  }
  
  .questionsBlockContent {
	display: flex;
	flex-direction: column;
	gap: 32px;
  }
  .questionsBlockContent h3 {
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
  }
  
  .questionsBlockText {
	display: flex;
	flex-direction: column;
	gap: 25px;
  }
  .questionsBlockText p {
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
  }
  
  .questionsBlockBottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
  }
  
  .questionsAnswerBtn {
	padding: 13px 24px;
	background: #FFFFFF;
	border: 1px solid #0094FF;
	border-radius: 8px;
	cursor: pointer;
	transition: 0.5s;
  }
  .questionsAnswerBtn p {
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	text-align: center;
  }
  .questionsAnswerBtn:hover {
	scale: 1.05;
  }
  
  .questionsAnswers {
	display: flex;
	align-items: center;
	gap: 5px;
  }
  .questionsAnswers p {
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
  }
  
  .questionsPeopleList {
	display: flex;
	flex-direction: column;
	gap: 15px;
  }
  
  .questionsPeopleItem {
	border: 1px solid #0094FF;
	background: #FFFFFF;
	display: flex;
	gap: 18px;
	padding: 32px 40px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 20px;
  }
  
  .questionsPeopleItemLogo {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #EEF3FF;
	width: 52px;
	height: 52px;
	overflow: hidden;

	color: #0094FF;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
  }
  .questionsPeopleItemLogo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
  }
  
  .questionsPeopleItemContent {
	display: flex;
	flex-direction: column;
	gap: 2px;
  }
  
  .questionsPeopleItemTop {
	height: 52px;
	display: flex;
	align-items: center;
	gap: 12px;
  }
  .questionsPeopleItemTop h5 {
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
  }
  
  .questionsPeopleItemDate {
	flex: 1;
	color: #828EA5;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
  }
  
  .questionsPeopleItemLike {
	display: flex;
	gap: 4px;
  }
  .questionsPeopleItemLike p {
	color: #797979;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
  }
  
  .questionsPeopleItemText {
	display: flex;
	flex-direction: column;
	gap: 20px;
  }
  .questionsPeopleItemText p {
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
  }
  
  .questionsAddForm {
	margin-bottom: 70px;
	width: 100%;
	box-sizing: border-box;
	padding: 40px;
	background: #FFFFFF;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	gap: 24px;
  }
  .questionsAddForm h4 {
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
  }
  
  .questionsAddFormInputs {
	display: flex;
	gap: 15px;
  }
  
  .questionsAddFormInput {
	outline: none;
	border-radius: 8px;
	width: 100%;
	height: 48px;
	box-sizing: border-box;
	padding: 0 17px;
	background: #FFFFFF;
	border: 1px solid #BFBFBF;
	color: #151515;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
  }
  .questionsAddFormInput::-moz-placeholder {
	color: #151515;
  }
  .questionsAddFormInput::placeholder {
	color: #151515;
  }
  
  .questionsAddFormTextareaBlock {
	display: flex;
	flex-direction: column;
	padding-bottom: 17px;
	border: 1px solid #BFBFBF;
	border-radius: 8px;
  }
  .questionsAddFormTextareaBlock textarea {
	padding: 17px 17px 0 17px;
	height: 95px;
	resize: none;
	background: rgba(0, 0, 0, 0);
	outline: none;
	border: none;
	color: #151515;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
  }
  .questionsAddFormTextareaBlock textarea::-moz-placeholder {
	color: #151515;
  }
  .questionsAddFormTextareaBlock textarea::placeholder {
	color: #151515;
  }
  
  .questionsAddFormTextareaLimit {
	display: flex;
	flex-direction: row !important;
    gap: 0.1rem !important;
	align-self: flex-end;
	padding: 0 17px;
	color: #D0D0D0;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	text-align: right;
  }
  
  @media only screen and (max-width: 768px) {
	.questionsBlock, .questionsAddForm, .questionsPeopleItem {
	  padding: 20px;
	}
	.questionsBlockBtns {
	  flex-direction: column;
	  align-items: flex-start;
	  gap: 24px;
	}
	.questionsAddFormInputs {
	  flex-direction: column;
	  gap: 24px;
	}
  }
  
  .ceoText{
	margin-top: 72px;
	color: #818181;
	display: flex;
	flex-direction: column;
	gap: 15px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
  }
  .ceoText ul, .ceoText ol{
	padding-left: 20px;
  }
  .ceoText ul{
	list-style-type: initial;
  }
  .ceoText ol{
	list-style-type: decimal;
  }

  .rewiewCommentAddContainer{
	z-index: 518;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0 20px;
	box-sizing: border-box;
	background: rgba(13, 20, 29, 0.3);
  }
  .rewiewCommentAddBlock{
	display: flex;
	flex-direction: column;
	max-width: 800px;
	width: 100%;
	box-sizing: border-box;
	padding: 32px 52px 52px 52px;
	background: #FFFFFF;
	border-radius: 20px;
  }
  .rewiewCommentAddBlock .close{
	align-self: flex-end;
	width: 40px;
	height: 40px;
	padding-bottom: 5px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E8EAEE80;
	border-radius: 50%;
  }
  .rewiewCommentAddForm .comment-respond{
	display: flex;
	flex-direction: column;
	gap: 24px;
  }
  .rewiewCommentAddForm .comment-reply-title{
	color: #111111;
	font-family: 'Inter', sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	text-align: left;
  }
  .rewiewCommentAddForm .comment-form{
	display: flex;
	flex-direction: column;
	gap: 24px;
  }
  .rewiewCommentAddForm .comment-form p{
	color: #111111;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
  }
  .comment-form-comment, .comment-form-author, .comment-form-email{
	display: flex;
	flex-direction: column;
	gap: 3px;
  }
  .comment-form-url{
	display: none !important;
  }
  .comment-form-cookies-consent input{
	width: 20px;
	height: 20px;
  }
  .comment-form-cookies-consent{
	display: flex;
	align-items: flex-start;
	gap: 7px;
  } 
  .rewiewCommentAddForm input[type="text"], .rewiewCommentAddForm input[type="email"]{
	width: 100%;
	height: 48px;
	padding: 0 17px;
	outline: none;
	border-radius: 8px;
	box-sizing: border-box;
	border: 1px solid #BFBFBF;
	background: #FFFFFF;

	color: #111111;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
  }
  .rewiewCommentAddForm .required{
	color: #ff0000;
  }
  .rewiewCommentAddForm input[type="submit"]{
	box-sizing: border-box;
	width: -moz-max-content;
	width: max-content;
	border: none;
	height: 48px;
	cursor: pointer;
	border-radius: 8px;
	background: #11BE8B;
	padding: 0 32px;
	color: #FFFFFF;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	transition: 0.5s;
  }
  .rewiewCommentAddForm input[type="submit"]:hover{
	background: #111111;
  }
  .rewiewCommentAddForm textarea{
	padding: 17px;
	width: 100%;
	height: 140px;
	resize: none;
	outline: none;
	border-radius: 8px;
	box-sizing: border-box;
	border: 1px solid #BFBFBF;
	background: #FFFFFF;

	color: #111111;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
  }



  /* ушатати вивід */

.cat-links {
    display: none;
}

.post-edit-link{
	display: none;
}

.footerNav{
	flex: 1;
	width: 100%;
	box-sizing: border-box;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.footerNavList{
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.footerNavItemText{
	color: #151515;
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	text-align: left;
}

.swiperBlockWith{
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.swiperBlockWithTop{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.swiper-navigation{
	display: flex;
	align-items: center;
	gap: 5px;
}
.swiper-button-prev, .swiper-button-next{
	flex-shrink: 0;
	position: static !important;
	width: 40px !important;
	height: 40px !important;
}
.swiper-button-prev::after{
	content: '';
}
.swiper-button-next::after{
	content: '';
}


.site-header-mobile{
	width: 100%;
	height: 64px;
	padding: 0 20px;
	box-sizing: border-box;
	box-shadow: 0px 1px 2px 0px #0000001F;
	background: #FFFFFF;
	display: none;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
}
.burgerMenuBtn, .burgerMenuSearchBtn{
	cursor: pointer;
}
.burgerMenuContainer{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: rgba(13, 20, 29, 0.3);
}
.burgerMenuContainer-active{
	display: block;
}
.burgerMenu{
	padding: 20px;
	box-sizing: border-box;
	background: #FFFFFF;
	width: 100%;
	max-width: 500px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;
}
.burgerMenuTop{
	width: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
}
.burgerMenu .headerLanguageBtn p{
	color: #111111;
}
.burgerMenu .headerLanguage{
	max-width: max-content;
}
.burgerMenuContent{
	flex: 1;
	padding: 0 30px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
}
.burgerMenuCloseBtn{
	cursor: pointer;
}
.burgerMenuNav{
	width: 100%;
}
.burgerMenuNav ul{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.burgerMenuContentFlex{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}
.listClinicSpaceBetween{
	display: flex; 
	justify-content: space-between; 
	gap: 40px;
}
.cardStomatologyOtherBlocks{
	width: 100%;
    display: flex;
    gap: 32px;
    justify-content: space-between;
}
.search-banner-listdoctor .search-form-banner{
	max-width: none;
	flex-wrap: wrap;
    align-items: flex-end;
}
.search-form-banner-grid{
	width: 100%;
	max-width: 800px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 20px;
}

.select2defaultHeader{
	background: #1BA6FB;
    border: none !important;
    border-radius: 10px !important;
    flex: 1 !important;
    display: flex;
	text-align: left;
    align-items: center;
    height: 56px !important;
    box-sizing: border-box !important;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding-bottom: 1px;
	padding-left: 18px;
	padding-right: 12px;
	color: #FFF;
}
.site-header .dropdown .select2-selection{
	background: #1BA6FB !important;
}
.site-header .dropdown .select2-selection .select2-selection__rendered{
	color: #FFF !important;
}
.site-header .dropdown .select2-selection .select2-selection__arrow b{
	border-color: #FFF transparent transparent transparent;
}
.site-header .headerLanguageBtn svg path{
	stroke: #FFF !important;
}
.test-clinic-map-mobile{
	display: none;
}
/* .select2defaultHeader::after{
	display: block;
	position: absolute;
	top: 50%;
	right: 3px;
	width: 10px;
	height: 10px;
	content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><polygon points="10,14 5,9 15,9" fill="gray"/></svg>');
} */
.select2defaultHeaderA{
	border: 1px solid #000000 !important;
    border-radius: 10px !important;
    flex: 1 !important;
    display: flex;
	text-align: left;
    align-items: center;
    height: 56px !important;
    box-sizing: border-box !important;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding-bottom: 1px;
	padding-left: 18px;
	padding-right: 12px;
}
.select2default{
    border: none !important;
	border-radius: 10px !important;
    flex: 1 !important;
    display: flex;
	text-align: left;
    align-items: center;
    height: 55px !important;
    box-sizing: border-box !important;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding-bottom: 1px;
	padding-left: 18px;
	padding-right: 10px;
}
.select2defaultC{
    border: none !important;
	border-radius: 10px !important;
    flex: 1 !important;
    display: flex;
	text-align: center;
    align-items: center;
    height: 56px !important;
    box-sizing: border-box !important;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding-bottom: 1px;
	padding-right: 12px;
}
.clinicPageOtherDoctorsF{
	display: flex;
	gap: 25px;
}
.clinicPageOtherDoctorsF{
	width: max-content;
}
.usefulBlockSwiper .swiper-slide{
	margin-right: 0 !important;
}
.usefulBlockSwiper .swiper-wrapper{
	gap: 29px;
}
.usefulBlockSwiper .materialCard{
	margin-bottom: 20px;
}
.clinicPageImgsSwiperMobile{
	display: none;
	align-items: center;
	gap: 20px;
}
/* 
АДАПТИВИ 1440px
 */
@media only screen and (max-width: 1440px) {
	.headerNavItemDropDown{
		left: unset;
		transform: none;
	}
	.headerNavList{
		margin: 0 auto;
		width: max-content;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		justify-items: center;
		gap: 5px 20px;
	}
	.header-container .dropdown{
		gap: 14px;
	}
}

@media only screen and (max-width: 1150px) {
	.site-header-mobile{
		display: flex;
	}
	.header-container{
		display: none;
	}
	.site-header-another{
		display: none;
	}
}
@media only screen and (max-width: 1200px) {
	.test-clinic-map-mobile{
		width: 100%;
		display: block;
	}
	.test-clinic-map-mobile iframe{
		width: 100%;
	}
	.test-clinic-map{
		display: none;
	}
	.listClinicSpaceBetween, .doctorPageBlockSpaceBetween{
		flex-direction: column-reverse;
	}
	.listClinicStatsBlock{
		margin-top: 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.right-column{
		gap: 20px;
		display: flex;
		width: 100% !important;
	}
	.map-card{
		display: none;
	}
	.listClinicBlock{
		margin-top: 0;
	}
	.clinicPageItem{
		flex-direction: column;
	}
	.clinicPageItem iframe{
		width: 100%;
	}
	.clinicPageItem .cartStomatologyCenterBlock{
		max-width: none;
		width: 100%;
	}
	.clinicPageItem .cardStomatologyOtherBlocks{
		flex-direction: column;
	}
	.clinicPageOtherDoctorsF{
		flex-direction: column;
	}
}
/* 
АДАПТИВИ 988px
 */
@media only screen and (max-width: 988px) {
	.doctorPageBlock .cartStomatologyLastBlockButtons{
		flex-direction: column !important;
	}
	.clinicPageImgs .content-clinic-slider{
		display: none !important;
	}
	.clinicPageImgsSwiperMobile{
		display: flex;
		overflow-x: auto;
	}
	.clinicPageImgsSwiperItem{
		flex-shrink: 0;
		overflow: hidden;
		width: 165px;
		height: 140px;
		border-radius: 20px;
	}
	.clinicPageImgsSwiperMobile::-webkit-scrollbar {
		height: 0;
	}
	.clinicPageImgsSwiperMobile::-webkit-scrollbar-track {
		background: transparent;
		border: none;
	}
	.clinicPageImgsSwiperMobile::-webkit-scrollbar-thumb {
		background: transparent;
	}
	.clinicPageImgsSwiperItem img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.clinicPageOtherBlock{
		margin-bottom: 70px;
	}
	.clinicPageOtherReviewsAll{
		width: 100%;
	}
	.clinicPageOtherReviewsSpaceBetween{
		flex-direction: column-reverse;
	}
	.clinicPageOtherReviewsWriteBlock{
		width: 100%;
		align-items: center;
	}
	.clinicPageOtherReviewsWriteText{
		text-align: center;
	}
	.clinicPageOtherReviewsWriteBtn{
		padding: 0 24px;
		box-sizing: border-box;
	}
	.makeAppointmentPopUpFon2 img{
		width: 717px;
		height: auto;
	}
	.site-header{
		height: 400px;
	}
	.stomatologyFooterContainer{
		display: grid;
		gap: 50px 24px;
		grid-template-areas: "stomatologyFooterCenterBlock stomatologyFooterLastBlock"
    						 "stomatologyFooterFirstBlock stomatologyFooterLastBlock";
	}
	.footerNav{
		align-items: flex-start;
	}
	.navigationHomeList{
		grid-template-columns: 1fr 1fr !important; 
	}
	.navigationHomeTitle h3{
		font-size: 26px;
		line-height: 32px;
	}
	.convenientBlock{
		padding: 32px;
		flex-direction: column;
		gap: 50px;
	}
	.covenientBlockContent h4{
		font-size: 20px;
		line-height: 30px;
	}
	.covenientBlockText h3{
		font-size: 26px;
		line-height: 32px;
	}
	.convenientBlockImg{
		width: 100%;
		height: auto;
	}
	.premiumClinicsBlock-mobile{
		display: flex !important;
	}
	.swiperBtns{
		display: none !important;
	}
	.premiumClinicsBlock{
		flex-wrap: nowrap;
		overflow: auto;
	}
	.reviewsItems{
		display: none !important;
	}
	.premiumClinicsBlock::-webkit-scrollbar {
		height: 4px;
	}
	.premiumClinicsBlock::-webkit-scrollbar-track {
		background: #FFFFFF;
		border: none;
	}
	.premiumClinicsBlock::-webkit-scrollbar-thumb {
		background: #BFC4CD;
	}
	.cardStomatologyOtherBlocks{
		flex-direction: column;
	}
	.cartStomatologyCenterBlock{
		max-width: none;
	}
	.cartStomatologyLastBlockButtons{
		flex-direction: row;
	}
	.cartStomatologyMakeBtn, .cartStomatologyPriceBtn{
		width: 100%;
	}
	.usefulBlockSwiper .materialCard{
		width: 264px;
		flex-shrink: 0;
	}
	.usefulBlockSwiper .materialCardImg {
		aspect-ratio: 1 / 0.7 !important;
	}
}
/* 
АДАПТИВИ 768px
 */
@media only screen and (max-width: 768px) {
	.clinicPageBlock{
		gap: 24px;
	}
	.stomatologyFooterLastBlock{
		gap: 30px;
	}
	.stomatologyFooterReserve{
		display: none !important;
	}
	.stomatologyFooterReserve-mobile{
		margin-top: 20px;
		display: block !important;
	}
	.clinicPageBlock, .clinicPageOtherContent{
		padding: 24px;
	}
	.clinicPageOtherReviewsWriteBtn{
		width: 100%;
	}
	.clinicPageItem .cartStomatologyFirstBlock{
		flex-direction: column;
	}
	.clinicPageItem .cartStomatologyLogo{
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
	}
	.clinicPageItem .cartStomatologyReviews{
		width: 100%;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	.clinicPageItem .cartStomatologyReviews a{
		white-space: nowrap;
	}
	.makeAppointmentPopUpForm h1{
		margin-bottom: 0;
	}
	.makeAppointmentPopUpSubmit{
		flex-direction: column;
	}
	.cartStomatologyListDoctor .cartStomatologyLastBlock, .doctorPageBlock .cartStomatologyLastBlock{
		max-width: none;
	}
	.makeAppointmentPopUp {
		padding: 30px;
	}
	.makeAppointmentPopUpFon2 img{
		width: 450px;
	}
	.addClinicPopUpContent{
		gap: 15px;
	}
	.addClinicPopUpFormInputsBlock p{
		flex-direction: column;
	}
	.cartStomatology{
		padding: 15px;
	}
	.questionsPage2Top{
		flex-direction: column-reverse;
		align-items: stretch;
	}
	.listClinicStatsBlock{
		grid-template-columns: 1fr;
	}
	.stomatologyFooter{
		padding: 32px 15px;
	}
	.stomatologyFooterContainer{
		padding: 0;
		display: flex;
		flex-direction: column;
		gap: 50px;
	}
	.stomatologyFooterSecurity{
		display: none;
	}
	.header-svg-image{
		align-self: center;
		position: static;
	}
	.site-header{
		height: auto;
		flex-direction: column-reverse;
	}
	.header-search-container{
		padding: 0 24px 24px 24px;
	}
	.header-search-input-container{
		height: auto;
		flex-direction: column;
		gap: 13px;
	}
	.header-search-field{
		height: 48px;
	}
	.header-search-submit{
		height: 48px;
		position: static;
	}
	.navigationHomeList{
		grid-template-columns: 1fr !important; 
	}
	.covenientBlockSpaceBetween{
		flex-direction: column;
		gap: 24px;
	}
	.site-header .header-svg-image{
		height: 280.93px;
	}
	.cartStomatologyContent{
		flex-direction: column;
	}
	.cartStomatologyFirstBlock{
		flex-direction: row;
	}
	.cartStomatologyLastBlockButtons{
		flex-direction: column;
	}
	.search-banner .header-svg-image-banner{
		display: none;
	}
	.search-form-banner{
		flex-direction: column;
	}
	.search-banner-listdoctor .search-form-banner{
		align-items: stretch;
	}
	.search-form-banner-grid{
		grid-template-columns: 1fr;
	}
	.search-banner{
		padding: 32px;
		height: auto;
	}
	.search-banner .select2-selection, .search-banner .select2{
		width: 100% !important;
	}
	.sortItemForm select{
		width: 100%;
	}
	.search-banner-content h1 {
		font-size: 28px;
		line-height: 34px;
	}
	.clinicPageOtherDoctorsItem{
		flex-direction: column;
	}
	.clinicPageOtherDoctorsF{
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.clinicPageOtherTop{
		flex-direction: column;
	}
	.cartStomatologyFirstBlock{
		flex-direction: column;
		align-items: center;
	}
}



.reviewsBlock {
	display: flex !important;
	flex-direction: column;
	gap: 20px;
  }
  
  .reviewsTop {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 7px 0;
  }
  
  .reviewsTitle h3 {
	color: #020202;
	font-family: "Roboto", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
  }
  
  .swiperBtns {
	margin-right: 10px;
	display: flex;
	align-items: center;
	gap: 15px;
  }
  
  .swiperBtn {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #FFF;
	border-radius: 50%;
	box-shadow: 0 0 10.1px 0 rgba(0, 0, 0, 0.15);
  }
  
  .reviewsItems {
	gap: 10px;
  }
  
  .reviewsItem {
	height: auto !important;
	display: flex !important;
	flex-direction: column;
	justify-content: space-between;
	gap: 15px;
	width: 370px;
	min-width: 228px;
	margin-right: 0 !important;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 6px;
	border: 1px solid #CFCFCF;
	background: #FFF;
  }
  
  .reviewsItemText p {
	color: #252C32;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
  }
  
  .reviewsItemBottom {
	margin-top: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  
  .reviewsItemUser {
	display: flex;
	gap: 12px;
	align-items: center;
  }
  
  .reviewsItemUserLogo {
	border-radius: 50%;
	width: 55px;
	height: 55px;
	overflow: hidden;
	flex-shrink: 0;
  }
  .reviewsItemUserLogo img {
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 100%;
  }
  
  .reviewsItemUserInfo h5 {
	color: #020202;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
  }
  .reviewsItemUserInfo p {
	color: #878787;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
  }
  
  .reviewsLearnMoreBtn {
	cursor: pointer;
	padding: 20px 0;
	border-radius: 3px;
	border: 1px solid #020202;
	background: #FAFAFA;
	transition: 0.5s;
  }
  .reviewsLearnMoreBtn p {
	transition: 0.5s;
	text-align: center;
	color: #020202;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 125% */
  }
  .reviewsLearnMoreBtn:hover {
	border: 1px solid #0B7FE5;
	background: #0B7FE5;
  }
  .reviewsLearnMoreBtn:hover p {
	color: #FFF;
  }
  .reviewsLearnMoreBtn:active {
	border: 1px solid #1034A6;
	background: #1034A6;
  }
  .reviewsLearnMoreBtn:active p {
	color: #FFF;
  }
  
  @media only screen and (max-width: 1200px) {
	.reviewsItemBottom {
	  align-items: flex-start;
	  flex-direction: column;
	  gap: 8px;
	}
  }
  @media only screen and (max-width: 768px) {
	.swiper-wrapper {
	  justify-content: center;
	}
  }
  .card-container-home-swiper{
	width: max-content !important;
	margin-right: 0 !important;
  }


  /* =============================================================================== */
			           /* Стилі сторінка корисні матеріали */
/* =============================================================================== */


.materials{
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-bottom: 100px;
}

.materialsGrid {
	display: grid;
	justify-items: center;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 32px 20px;
  }
  
  .materialCard {
	border-radius: 20px;
	overflow: hidden;
	background: #FFFFFF;
	width: 100%;
  }
  
  .materialCardImg {
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1/1;
  }
  .materialCardImg img {
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 100%;
  }
  
  .materialCardContent {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 15px;
	display: flex;
	flex-direction: column;
	gap: 10px;
  }
  .materialCardContent h3 {
	min-height: 74px;
	color: #151515;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
  }
  
  .materialCardBottom {
	display: flex;
	align-items: center;
	gap: 12px;
  }
  
  .materialCardOption {
	display: flex;
	align-items: center;
	gap: 4px;
  }
  .materialCardOption svg {
	flex-shrink: 0;
  }
  .materialCardOption p {
	color: #797979;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
  }
  
  .materialPage {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-top: 32px;
	margin-bottom: 150px;
  }
  
  .materialPageTitle h1 {
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 32px;
	font-weight: 600;
	line-height: 40px;
	text-align: left;
  }

  .materialPageTitle2 h2 {
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	text-align: left;
  }
  
  .materialPageContent {
	display: flex;
	flex-direction: column;
	gap: 50px;
	max-width: 1004px;
	width: 100%;
  }
  
  .materialPageBanner {
	display: flex;
	flex-direction: column;
	gap: 15px;
  }
  
  .materialPageImg {
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
	height: 562px;
  }
  .materialPageImg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
  }
  
  .materialPageImgInfo p {
	color: #797780;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
  }
  
  .materialPageAuthor {
	display: flex;
	align-items: center;
	gap: 18px;
  }
  
  .materialPageAuthorLogo {
	border-radius: 50%;
	overflow: hidden;
	width: 52px;
	height: 52px;
  }
  .materialPageAuthorLogo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
  }
  
  .materialPageAuthorLogoX {
	border-radius: 50%;
	overflow: hidden;
	width: 80px;
	height: 80px;
  }
  .materialPageAuthorLogoX img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
  }
  
  .materialPageAuthorInfo {
	display: flex;
	flex-direction: column;
	gap: 3px;
  }
  .materialPageAuthorInfo h3 {
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
  }
  .materialPageAuthorInfo p {
	color: #797780;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
  }
  
  .materialPageText {
	display: flex;
	flex-direction: column;
	gap: 24px;
  }
  .materialPageText h3 {
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 32px;
	font-weight: 600;
	line-height: 40px;
  }
  .materialPageText ul {
	display: flex;
	flex-direction: column;
	gap: 5px;
	list-style: inside;
  }
  .materialPageText p, .materialPageText li {
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
  }
  .materialPageText a {
	color: #0094FF;
	font-weight: 500;
	text-decoration: underline !important;
  }
  .materialPageText .materialPageTextNumberingList {
	list-style-type: counter;
	gap: 24px;
  }
  
  .materialPageOtherImgBlock {
	max-width: 700px;
	display: flex;
	flex-direction: column;
	gap: 24px;
  }
  .materialPageOtherImgBlock p {
	color: #111111;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
  }
  .materialPageOtherImgBlock p a {
	color: #0094FF;
	font-weight: 500;
	text-decoration: underline !important;
  }
  
  .materialPageOtherImg {
	overflow: hidden;
	width: 100%;
	border-radius: 20px;
  }
  .materialPageOtherImg img {
	width: 100%;
  }
  
  @media only screen and (max-width: 1440px) {
	.materialsGrid {
	  grid-template-columns: 1fr 1fr 1fr 1fr;
	}
  }
  @media only screen and (max-width: 1100px) {
	.materialsGrid {
	  grid-template-columns: 1fr 1fr 1fr;
	}
  }
  @media only screen and (max-width: 988px) {
	.materialCardImg {
	  aspect-ratio: 1/0.7;
	}
	.materialPageImg {
	  height: 459px;
	}
  }
  @media only screen and (max-width: 768px) {
	.materialsGrid {
	  display: flex;
	  flex-direction: column;
	}
	.materialCardImg {
	  aspect-ratio: 1/0.45;
	}
  }


  .stomatologyFooterSocialW{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
  }
  .stomatologyFooterSocialWBtn{
	height: 40px;
	padding: 0 20px;
	box-sizing: border-box;
	background: #F4F4F7;
	border-radius: 8px;
	display: flex;
	align-items: center;
	gap: 8px;
  }
  .stomatologyFooterSocialWBtn svg{
	flex-shrink: 0;
  }
  .stomatologyFooterSocialWBtn p{
	color: #111111;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
  }
  .btnNextPagePagination{
	margin-bottom: 30px;
	padding: 14px 0;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: #FFFFFF;
	border-radius: 15px;
  }
  .btnNextPagePagination svg{
	flex-shrink: 0;
  }
  .btnNextPagePagination p{
	color: #0094FF;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	text-align: left;
  }