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

psstudio 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.
 */
 @import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');
 @import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
html {
	line-height: 24px;
	-webkit-text-size-adjust: 100%;
}
html.fancybox-active,
html.fancybox-active body{
	overflow: hidden;
}
/* Sections
	 ========================================================================== */

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

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
      /* background: #FAFAFA; */
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */


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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */


/**
 * 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;
	    max-width: 100%;
}

/* 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: 24px;
	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.
 */


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


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

/* Typography
--------------------------------------------- */
input,
select,
optgroup,
textarea {
	color: #6B6B6B;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
	line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Montserrat', sans-serif;
}
h5{
		font-size: 22px;
		 line-height: 30px;
}
h3{
		font-size: 38px;
		text-align: center;
}
h4{
		font-size: 24px;
		font-weight: 700;
		    line-height: 40px;

}
h1.headtitle{
		font-size: 22px;
		 line-height: 30px;
         margin-bottom: 10px;

}

.section h3{
	padding-bottom: 35px;
}
.section {
	padding-top: 70px;
	padding-bottom: 70px;
	}
.smpadding{
      padding-top: 20px!important;
    padding-bottom: 20px!important;
}
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
--------------------------------------------- */



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


figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */

/* Forms
--------------------------------------------- */
/* button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
} */

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

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

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

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

.main-navigation ul ul {
	box-shadow: 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 {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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



/* новые стили */

*
{
	margin: 0;
	font-family: 'Roboto', sans-serif;
}
button, input,
button:active, input:active,
button:focus, input:focus {
    outline: none;
}
a
{
	text-decoration: none;
	color: black;
	outline: none;
}
body
{
	overflow-x: hidden;
	font-size: 14px;
}
img
{
	outline: none;
}
ul
{
	list-style-type: none;
}
.section
{
	padding: 0 15px;
}
.container
{
	margin: 0 15px;
}
/*min*/
@media (min-width: 575.98px)
{
	.section
	{
		padding: 0 calc(50vw - 270px);
	}
	.container
	{
		margin: 0 calc(50vw - 270px);
	}
	.header__menu
	{
		margin: 0 24% !important;
	}
}
@media (min-width: 767.98px)
{
	.section
	{
		padding: 0 calc(50vw - 360px);
	}
	.container
	{
		margin: 0 calc(50vw - 360px);
	}
	.header__menu
	{
		margin: 0 calc(50vw - 385px) !important;
	}
}
@media (min-width: 991.98px)
{
	.section
	{
		padding: 0 calc(50vw - 480px);
	}
	.container
	{
		margin: 0 calc(50vw - 480px);
	}
	.header__menu
	{
		margin: 0 calc(50vw - 480px) !important;
	}
}
@media (min-width: 1199.98px)
{
	.section
	{
		padding: 0 calc(50vw - 560px);
	}
	.container
	{
		margin: 0 calc(50vw - 560px);
	}
	.header__menu
	{
		margin: 0 calc(50vw - 560px) !important;
	}

}
/*max*/
@media(max-width: 1200px)
{
	.section4 .s4alpg{
		width: 100%
	}
	.btn-icon.bg-grn.txt-wht.d-flex.jcsb.align-center.pointer{
		max-width: 200px;
		width: 100%;
	}
}
@media (min-width: 540px) and (max-width: 992px) {
	.nav-list.active{
		top: 0px !important;
	}
	.head-section-5 .nav-btn.active{
		z-index:200;
	}
}
@media(max-width: 992px)
{
	.info-head
	{
		margin: 0 3%;
		height: auto;
	}
	.head-section-3
	{
		display: none !important;
	}
	.head-section-4
	{
		display: none !important;
	}
	.head-section-5
	{
		display: flex !important;
	}
	.head-section-6
	{
		padding-top: 7px !important;
	}
	.unv__header__menu
	{
		display: none !important;
	}
	/*Новые стили*/
	.head-section-2{
		display: flex;
	}
	.header-phones{
		height: auto;
	}
	.btn-icon{
		max-width: 200px;
    	margin-bottom: 10px;
	}
	.head-section-5 .nav-btn.active{
	right: 11px;
    top: 23px;
	}
	.menu-menu-1-container .sub-menu{
		left: 7% !important;
	}
	.nav-header__info3 > li::marker{
		content: '' !important;
	}
	.nav-header__info3 > li > a {
		list-style: none;
		text-transform: uppercase;
		margin: 0 10px 0 10px;
	}	

}

/*max*/
/*Новые стили*/
@media(max-width: 800px)
{
	.header-phones{
		margin-top:10px;
		margin-bottom: 10px;
		height: auto;
		width: 100% !important;
	}	
	
	.head-section-2{
		display: flex;
		flex-direction: column;
		max-width: 320px;
	}
	.btn-icon{
		max-width: 100%;
	}
}
@media(min-width: 540px)
{
	.headerm__btnicon
	{
		display: none !important;
	}
}
.whyme-left-right {
	display: none;
}
.div_service__person h3,
.s4txt3.fm {
	min-height: 85px;
}
.doctor__div_info_ch1 > p {
	margin: 0 !important;
}
.certificates > div {
	flex-wrap: wrap;
}
body .swiper-container-professionals .s4img1 {
	width: 260px !important;
	height: 260px !important;
	display: inline-block !important; 
	object-fit: cover;
    object-position: top;
}
body .cards-items .s4img1 {
	height: auto !important;
}
.single-doctor .section.sectionPdTAB h3,
h3.div_service__person_h2 {
	text-align: left;
	font-size: 30px;
    line-height: 36px;
	margin-bottom: 3%;
}
.select-specs-last {
	display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
	gap: 20px;
}
.select-specs-last .bsdw{
	margin-bottom: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 10px;
}


@media(max-width: 540px)
{
	.footer__cols_div {
		justify-content: center;
	}
	
	
	body .rev-bottom-one iframe {
	    height: 300px !important;
	}	
	.page-template-page-reviews #afilter .bsdw {
		float: initial !important;
	}
	.select-specs-last {
		margin-top: 65px;
		margin-left: 0 !important;
	}
	#afilter .select-specs {
		margin-top: 65px;
	}


	.headerm__btnicon
	{
		width: 100%;
		border-radius: 0px !important;
		border: none;
	}
	.fitelcontent .cards-item {
		width: 100%;
	}
	.headerm__svg2 {
		filter: brightness(100);
	}
	#fancybox-wrap {
		max-width: 90%;
	}
	#fancybox-content {
		max-width: 100%;
	}
  .first {
    grid-template-rows: 100%;
  	display: block !important;
  	margin-bottom: 20px !important;
  }
  .home .first__right {
    grid-template-rows: 0;
  	display: block !important;
  }
  .swiper-pagination {
    bottom: 18px !important;
  }
  .swiper-small-container {
    box-shadow: 0px 2.00832px 2.00832px rgba(0, 0, 0, 0.04), 2.00832px 2.00832px 8.03328px rgba(0, 0, 0, 0.08);
  }
  .first__big {
    box-shadow: 0px 2.00832px 2.00832px rgba(0, 0, 0, 0.04), 2.00832px 2.00832px 8.03328px rgba(0, 0, 0, 0.08);
  }
  .first__top-banner {
    box-shadow: 0px 2.00832px 2.00832px rgba(0, 0, 0, 0.04), 2.00832px 2.00832px 8.03328px rgba(0, 0, 0, 0.08);
  }
  .swiper-container-professionals .swiper-slide,
  .swiper-container-children .swiper-slide {
    width: 165px !important;
  }
  .first__top-banner {
	margin: 10px 0 10px 0;
  }
  .home .section1,
  .home .section4,
  .home .section6 {
	background-color: transparent;
  }
  .home .section4 {
	padding-left: 0 !important;
  	padding-right: 0 !important;
  }
  .home .section1__extra_4 {
	padding-top: 0 !important;
  }
  .home .section1__info4 a {
	margin-bottom: 10px;
  	padding: 0 5px 0 5px;
  }
  .cta1 {
	margin-left: 10px;
  	margin-right: 10px;
  	border-radius: 25px;
  	flex-direction: column !important;
  	box-sizing: border-box;
  }
  .cta1 > h5 {
	font-size: 14px;
	line-height: 32px;
  	box-sizing: border-box;
  }
  .home .cta1__inp1,
  .home .cta1__divinp2,
  .home .cta1__divinp2 ~ .btn-icon {
	width: 100% !important;
  	margin: 0 0 24px 0 !important;
  	max-width: 100% !important;
  	box-sizing: border-box;
  } 
  .cta1__inp1,
  .cta1__divinp2 {
	height: 36px !important;
  }
  .home .cta1__divinp2 ~ .btn-icon {
  	margin-left: 20px !important;
  	margin-right: 20px !important;
  	box-sizing: border-box;
  }
  .whyme {
	transform: scale(50%) !important;
    margin: -145px 0 -70px -25% !important;
  	transition-duration: 1s;
  }
  .section h3 {
	font-size: 20px !important;
	line-height: 48px !important;
  }
  .whyme-left,
  .whyme-right {
	width: 32px;
	height: 32px;
	background: #D4D4D4;
	border-radius: 100px;
  	color: #E4E4E4;
  	font-size: 40px;
  	text-align: center;
  	display: inline-block;
  	cursor: pointer;
  	margin: 0 6px 0 6px;
  }
  .whyme-left:hover,
  .whyme-right:hover {
  	color: #FFFFFF;
  }
  .whyme-left-right {
	text-align: center;
  	display: block;
  }
  #sectionChildren .swiper-wrapper > a {
	display: inline-block !important;
  }
  #lightbox,
  #lightbox > div,
  #lightbox img  {
	max-width: 100%;
  	display: inline-block;
  	height: auto !important;
  }
  #lightbox #nextLink,
  #lightbox #prevLink {
	max-height: 400px !important;
  }
  body {
  	display: inline-block;
	max-width: 100%;
  }
  .swiper-slide .swiper-container-children-div {
	display: none !important;
  }
  #sectionChildren {
	padding-right: 0 !important;
  	padding-left: 0 !important;
  }
  .s3btn_group1 {
	width: 90% !important;
  }
  .glsr-review1.swiper-slide {
	width: 100% !important;
  }
  .swiper-container-professionals .swiper-slide {
	height: 440px !important;
  }
  .swiper-container-professionals .swiper-slide, 
  .swiper-container-children .swiper-slide {
	margin: 0 10px 0 10px !important;
  }
  .d-flex.jcsb.s3alpg,
  .swiper3-pagination.d-flex.jcsb.swiper-pagination-clickable.swiper-pagination-bullets,
  .d-flex.jcsb.s4alpg {
	display: inline-block;
  }
  .s4alpg .swiper-pagination {
	margin: 0 2% 0 2% !important;
  }
  .d-flex.jcsb.s3alpg .s3btn1 {
	display: none;
  }
  .btn-icon.bg-grn.txt-wht.d-flex.jcsb.align-center  {
	width: 150px;
    margin: 15px auto 0 auto;
  }
  .cta2,
  .cta2__bg  {
	box-sizing: border-box;
  }
  .cta2__bg > input {
  	max-width: 100%;
  	box-sizing: border-box;
  }
  .txt-whtfs12 {
	display: none !important;
  }
  .cta2 h4 {
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	margin-bottom: 36px;
	color: #FFFFFF;
  }
  .section5__info1 {
	flex-direction: column;
  }
  .d-flex.col:not(:last-child) .fs65.txt-wht {
/* 	width: 70px; */
  	margin: auto;
  }
  .d-flex.col {
	margin: 26px auto 26px auto;
  }
  .section5__info1 .d-flex.col:not(:last-child) {
	margin: 26px auto 0 auto;
  }
  .section6__imgs1 {
	flex-direction: column;
  	margin: 10px 0 10px 0;
  }
  .section6_items {
	max-width: 100% !important;
  	min-height: 260px !important;
  	margin-bottom: 30px !important;
  }
  .section6 .ft {
	height: auto !important;
  	min-height: 0 !important;
  	margin-bottom: 0 !important;
  }
  .section6_items > a {
	margin: 0 5% -24px 5% !important;
	background: #FFFFFF !important;
	box-shadow: 0px 4.05482px 4.05482px rgba(0, 0, 0, 0.04), 4.05482px 4.05482px 16.2193px rgba(0, 0, 0, 0.08) !important;
	border-radius: 25px !important;
  	width: auto !important;
  	max-width: 90% !important;
  	min-width: 60% !important;
  }
  .section6_items > a > p {
  	font-size: 13px !important;
  	line-height: 28px !important;
  }
  .section6__imgs1 p {
	margin-bottom: 10px !important;
  }
  .map-info {
	right: 10% !important;
  }
  .section8__hidden1 {
	flex-direction: column;
  }
  .section8_items {
	flex: auto !important;
  	display: inline-block !important;
  	margin-bottom: 30px !important;
  	max-width: 100% !important;
  }
  .section8_items .ft {
	margin: 200px auto 0 auto !important;
  }
  .footer__logos {
	display: inline-block !important;
  }
  .footer__logos > a:first-child {
  	float: left;
  	width: 50%;
  }
  .footer__logos > div.footer_div__icons1 {
  	float: right;
  	width: 40%;
  	padding-top: 7px;
  	padding-bottom: 7px;
  }
  .footer__logo_img {
	width: 100% !important;
  }
  .home .footer-telegrom i {
	font-size: 27px !important;
    margin-top: 0 !important;
  }
  .footer__logos > a {
	margin: auto;
    display: inline-block;
    width: 100%;
  	text-align: center;
  }
  .footer__col1 > a {
	width: auto !important;
  }
  .popup {
	padding: 0 !important;
  	left: 2% !important;
  }
  .popup__content {
	margin: 55px 0 55px 0 !important;
  }
  .price_bodyDropDown_div > div > div {
	display: inline-block;
  }
  .price_bodyDropDown_div > div > div {
	display: inline-block;
  }
  .price_bodyDropDown_div > div > div > div {
	width: 50% !important;
  	float: right !important;
  	text-align: right;
  }
  .price_bodyDropDown_div > div > div > div.price__proc_name {
	width: 100% !important;
  	float: none !important;
  	margin-bottom: 15px;
  	text-align: left !important;
  }
  .price_bodyDropDown_div > div > div > div.price__proc_price {
	width: 50% !important;
  	float: left !important;
  	margin-bottom: 15px;
  	font-weight: 500;
  }
	.head-section-5 .nav-btn.active{
	right: 3%;
    top: 2%;
	}
	.btn-icon{
		max-width:100%;
	}

}
.mrg-10.nav-head-section-6 {
	display: none !important;
}

.archive .popular-articles-items .s4txt3.fm {
	height: 88px !important;
    min-height: 88px !important;
    overflow: hidden !important;
    box-sizing: border-box;
    padding-bottom: 0 !important;
}
.archive .popular-articles-items:hover .s4txt3.fm {
	height: auto !important;
}

/*all pages*/
.align-center
{
	align-items: center;
}.align-start
{
	align-items: start;
}
.section {
	padding-top: 70px;
	padding-bottom: 70px;
	}
.ghost
{
	opacity: .2;
}
.brnone
{
	border: none;
}
.btn
{
	cursor: pointer;
	padding: 10px 20px;
	border-radius: 15px;
	background-color: #04a64b;
	color: #ffffff;
	font-size: 14px;
	line-height: 0px;
}
.btn-icon{
	cursor: pointer;
	padding: 10px 20px;
	border-radius: 15px;
	background-color: #04a64b;
	color: #ffffff;
	font-size: 12px;
	line-height: 0px;
	 display: flex;
	     justify-content: center;
			     align-items: center;
}
.bsdw
{
    cursor: pointer;
    padding: 15px 20px;
    border-radius: 15px;
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
    line-height: 0px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 4%), 4px 4px 16px rgb(0 0 0 / 8%);
    border: 0!important;
    margin: 0 5px;
    text-transform: uppercase;
    transition: background-color .5s ease;
	
  }
  
  .archive .bsdw {
	padding: 23px 20px !important;
  }
  
.bsdw:hover{
      background-color: #afd7c0;
      transition: background-color .5s ease;
}
.bsdw.active{
    background-color: #04A64B;
    border: 1px solid #04A64B;
    color: white;
}

.btn-icon img{
    margin-left: 10px;
}
.col
{
	flex-direction: column;
}
.d-flex
{
	display: flex;
}
.flex-1{
	    flex: 1 1 0;
}
.flex-3{
	    flex: 3 1 0;
}
.f-wrap
{
	flex-wrap: wrap;
}
.jcc
{
	justify-content: center;
}
.jcsb
{
	justify-content: space-between;
}
.jcsa
{
	justify-content: space-around;
}
.height-all-screen
{
	height: 100vh !important;
}
.left
{
	position: absolute;
	left: 0;
}
.o-hidden
{
	overflow: hidden;
}
.pointer
{
	cursor: pointer;
}
.right
{
	position: absolute;
	right: 0;
}
.rotate-180
{
	transform: rotate( -180deg );
}
.sectionPdTAB
{
	padding-top: 70px;
	padding-bottom: 70px;
}
.shdw
{
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}
.unvisible
{
	display: none;
}
.width-all-screen
{
	width: 100% !important;
}
.width-auto
{
	width: auto !important;
}
.z-5
{
	position: absolute;
	z-index: 5;
}
.z-10
{
	position: absolute;
	z-index: 10;
}
.z-20
{
	position: absolute;
	z-index: 20;
}
@media(max-width: 992px)
{
	.sectionp3pr
	{
		padding-left: 3%;
		padding-right: 3%;
	}
}
/**/
.fsi{font-size: inherit !important}
.fs0{font-size: 0px !important}
.fs1{font-size: 1px !important}
.fs2{font-size: 2px !important}
.fs3{font-size: 3px !important}
.fs4{font-size: 4px !important}
.fs5{font-size: 5px !important}
.fs6{font-size: 6px !important}
.fs7{font-size: 7px !important}
.fs8{font-size: 8px !important}
.fs9{font-size: 9px !important}
.fs10{font-size: 10px !important}
.fs11{font-size: 11px !important}
.fs12{font-size: 12px !important}
.fs13{font-size: 13px !important}
.fs14{font-size: 14px !important}
.fs15{font-size: 15px !important}
.fs15{font-size: 15px !important}
.fs16{font-size: 16px !important}
.fs17{font-size: 17px !important}
.fs18{font-size: 18px !important}
.fs19{font-size: 19px !important}
.fs20{font-size: 20px !important}
.fs21{font-size: 21px !important}
.fs22{font-size: 22px !important}
.fs23{font-size: 23px !important}
.fs24{font-size: 24px !important}
.fs25{font-size: 25px !important}
.fs26{font-size: 26px !important}
.fs27{font-size: 27px !important}
.fs28{font-size: 28px !important}
.fs29{font-size: 29px !important}
.fs30{font-size: 30px !important}
.fs31{font-size: 31px !important}
.fs32{font-size: 32px !important; line-height: 40px;}
.fs33{font-size: 33px !important}
.fs34{font-size: 34px !important}
.fs35{font-size: 35px !important}
.fs36{font-size: 36px !important}
.fs37{font-size: 37px !important}
.fs38{font-size: 38px !important}
.fs39{font-size: 39px !important}
.fs40{font-size: 40px !important}
.fs41{font-size: 41px !important}
.fs42{font-size: 42px !important}
.fs43{font-size: 43px !important}
.fs44{font-size: 44px !important}
.fs45{font-size: 45px !important}
.fs46{font-size: 46px !important}
.fs47{font-size: 47px !important}
.fs48{font-size: 48px !important}
.fs49{font-size: 49px !important}
.fs50{font-size: 50px !important}
.fs51{font-size: 51px !important}
.fs52{font-size: 52px !important}
.fs53{font-size: 53px !important}
.fs54{font-size: 54px !important}
.fs55{font-size: 55px !important}
.fs56{font-size: 56px !important}
.fs57{font-size: 57px !important}
.fs58{font-size: 58px !important}
.fs59{font-size: 59px !important}
.fs60{font-size: 60px !important}
.fs61{font-size: 61px !important}
.fs62{font-size: 62px !important}
.fs63{font-size: 63px !important}
.fs64{font-size: 64px !important}
.fs65{font-size: 65px !important}
.fs66{font-size: 66px !important}
.fs67{font-size: 67px !important}
.fs68{font-size: 68px !important}
.fs69{font-size: 69px !important}
.fs70{font-size: 70px !important}
.fs71{font-size: 71px !important}
.fs72{font-size: 72px !important}
.fs73{font-size: 73px !important}
.fs74{font-size: 74px !important}
.fs75{font-size: 75px !important}
.fs76{font-size: 76px !important}
.fs77{font-size: 77px !important}
.fs78{font-size: 78px !important}
.fs79{font-size: 79px !important}
.fs80{font-size: 80px !important}
.fs81{font-size: 81px !important}
.fs82{font-size: 82px !important}
.fs83{font-size: 83px !important}
.fs84{font-size: 84px !important}
.fs85{font-size: 85px !important}
.fs86{font-size: 86px !important}
.fs87{font-size: 87px !important}
.fs88{font-size: 88px !important}
.fs89{font-size: 89px !important}
.fs90{font-size: 90px !important}
.fs91{font-size: 91px !important}
.fs92{font-size: 92px !important}
.fs93{font-size: 93px !important}
.fs94{font-size: 94px !important}
.fs95{font-size: 95px !important}
.fs96{font-size: 96px !important}
.fs97{font-size: 97px !important}
.fs98{font-size: 98px !important}
.fs99{font-size: 99px !important}
.fs100{font-size: 100px !important}
/**/
.ft
{
	font-weight: 400;
}
.fm
{
	font-weight: 500;
}
.txt-grey
{
	color: #6B6B6B;
}
.txt-green
{
	color: #04A64B;
}
.txt-underline
{
	text-decoration: underline;
}
.txt-start
{
	text-align: start;
}
/**/
.bg-white
{
	background-color: white;
}
.bg-pink
{
	background-color: #F8C1C3;
}
/**/
header hr
{
	background-color: #F1F1F1;
	border: 1px solid #F1F1F1;
	border-top: 0;
}
header
{
	/* position: fixed; */
	z-index: 900;
	background-color: #ffffff;
}
.header__logo_img
{

	width: 110px;
	margin: 15px 7px 5px 0;
}
/* .header__btn_1
{
	border: 2px solid #04A64B;
	color: #04A64B;
	width: 11%;
} */
/* .header__btn_2
{
	border: 2px solid #E73137;
	color: #E73137;
	width: 13%;
} */
/* .header__info1
{
	width: 14.5%;
}
.header__info2
{
	width: 19%;
}
.header__info3
{
	width: 5.5%;
} */
.head-lang a:hover,.head-lang a:active{
	color: #04a64b;
	text-decoration: underline;
}
.nav-head-lang
{
	margin: 3% auto;
}

/* .header__info4
{

}
.header__info5
{

} */
/*992 nav list*/
.nav-btn
{
	margin: 0 -5px 0 0;
	justify-content:space-around;
	background-color: rgba(0, 0, 0, 0);
	border: none !important;
	padding: 0;
	width: 30px;
	height: 25px;
}
.nav-btn::active
{
	border:none;
}
.nav-btn span
{
	border-radius: 5px;
	transition: .2s;
	width: 100%;
	height: 3px;
	background-color: #04A64B;
}
.nav-btn.active span:first-child
{
	transform: rotate(45deg) translate(5px, 5px);
}
.nav-btn.active span:nth-child(2)
{
	transform: rotate(-45deg) translate(1px, -1px);
}
.nav-btn.active span:last-child
{
	opacity:0;
}
.nav-btn.active
{
	position: absolute;
	z-index: 20;
	right: 3%;
	top: 2%;
}
.nav-list
{
	display: none;
	top: -100vh;
	right: 0;
 	width: 100%; /*width: 33%; */
	height: 93vh;
	transition: .4s;
}
.nav-list.active
{
	display: block !important;
	top: 80px;
	overflow-y: auto;
}
body.dscroll
{
	overflow: hidden;
}
/**/
.header__info5 a
{
	color: #868686;
	text-decoration: underline;
}
.header__info5 a:hover
{
	color: #04a64b;
	text-decoration: none;
}
.header__link2
{
	width: 7%;
}
.header__link3
{
	width: 4.5%;
}
.header__link4
{
	width: 5.5%;
}
.header__link7
{
	width: 4.5%;
}
.head-section-5
{
	display: none;
}
.header__menu
{

	padding: 10px 0;
}
@media (min-width: 992.98px){
	.header__menu	{

		padding: 10px 0 0;
	}
}
.header__svg1
{
	width: 16px;
}
.header__svg2
{
	width: 15px;
}
/* .header__svg3
{
	width: 16px;
}
.header__svg4
{
	width: 13px;
} */
.header__svg5
{

	width: 12px;
}
/* .header__phone__call
{
	position: fixed;
	bottom: 5%;
	left: 4%;
	width: 6%;
} */
.topmenu > li
{
	display: inline-block;
	position: relative;
  cursor: pointer;
  transition: all 0.1s linear;
}
.topmenu li a{
	text-transform: uppercase;
}

.topmenu li a:hover
{
	color: #04A64B;
}
@media (min-width: 992.98px){
	.topmenu > li {
		padding: 0 0 10px;
	}
	.topmenu li a{
		padding: 10px 0px;
	}
}
.sub-menu{
	padding: 10px 13px 10px 22px;
	font-size: 14px;
	position: absolute;
	left: 70px;
	top: 100%;
	width: 170px;
	margin-left: -105px;
	background-color: white;
	z-index: 5;
	visibility: hidden;
	opacity: 0;
	transform: scale(.8);
	transition: .4s ease-in-out;
	border-radius: 10px;
	box-shadow: 5px 5px 15px rgb(0 0 0 / 10%);
	pointer-events: none;
}
.sub-menu a
{
	transition: .4s ease-in-out;
}
.sub-menu li
{
	margin: 18px 0;
}
.submenu
{
	padding: 10px 13px 10px 22px;
	font-size: 14px;
	position: absolute;
	left: 150%;
	top: 250%;
	width: 170px;
	margin-left: -105px;
	background-color: white;
	z-index: 5;
	visibility: hidden;
	opacity: 0;
	transform: scale(.8);
	transition: .4s ease-in-out;
	border-radius: 10px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}
.topmenu > li:hover .sub-menu
{
	visibility: visible;
	opacity: 1;
	transform: scale(1);
	pointer-events: all;
}
.menu-item-has-children:after{
    background-image: url(/wp-content/themes/psstudio/img/icons/arrow.svg);
      background-size: 10px 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    content: "";
    background-repeat: no-repeat;
}
@media (max-width: 992px)
{
	.sub-menu
	{
		left: 60% !important;
	}
}
/**/
.section1
{
	background-color: #f5f5f5;
}
.section1__bg1
{

	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
      background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/wp-content/themes/psstudio/img/section1__bg1.png);
    height: 450px!important;
  }
.section1__bg2
{

	border-radius: 15px;
	margin: 0 0 0 15px;
      height: 215px;
}
.section1__bg3
{

	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
      height: 215px;
}
.section1__info1
{
	border-radius: 15px;
}
.section1__info1_txt
{
	top: 0%;
}
.section1__info1_txt h1
{
	left: 45px;
	top: 40px;
	width: 30%;
	position: absolute;
}
.section1__info1_txt p
{
	left: 45px;
	top: 150px;
	width: 265px;
	position: absolute;
}
.section1__info1_txt .s1btn1
{
	text-align: center;
    padding-top: 10px;
	left: 45px;
	top: 220px;
	width: 90px;
	height: 30px;
	border-radius: 15px;
	border: none;
	position: absolute;
	color: #6B6B6B;
	background-color: #F1F1F1;
	font-size: 16px;
}
.section1__info1_txt .s1btn1 :before
{
    border-bottom: 3px solid #6B6B6B;
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    transform: rotate(-7deg);
}
.section1__info1_txt .s1btn2
{
	text-align: center;
    padding-top: 7px;
	left: 105px;
	top: 230px;
	width: 130px;
	height: 40px;
	border-radius: 15px;
	border: none;
	position: absolute;
	transform: rotate(-6deg);
	background-color: #E73137;
	color: white;
	font-size: 25px;
	font-weight: 600;
}
.section1__info1_txt .s1btn3
{
	text-align: center;
    padding-top: 4px;
	left: 45px;
	top: 380px;
	width: 140px;
	height: 30px;
	position: absolute;
	background-color: #04A64B;
	border-radius: 15px;
	border: none;
	color: white;
}
.section1__info1_txt .s1btn4
{
	left: 45px;
	top: 420px;
	width: 120px;
	position: absolute;
}
.section1__info1_txt .s1btn4 img
{
	width: 40px;
}
.section1__info2
{
	border-radius: 15px;
}
/*.section1__info3
{
	position: relative;
	top: 180px;
	left: 5px;
}*/
.section1__extra_4
{
	background-color: #f5f5f5;
}
.section1__info4
{

	background-color: white;
	margin: 0px;
	border-radius: 15px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}
.section1__info4 a{
	padding: 0 10px;
    text-align: center;
    flex: 1 1 0;
    line-height: 24px;
	position: relative;
	height: 120px;

}
.section1__info4 a:hover{
		    color: #04A64B;

}
.section1__info4 a:hover:after{
    content: "";
    position: absolute;
    height: 2px;
    width: 70%;
    background: #04A64B;
    bottom: 0;
	left: 15%;
}
.section1__info4 a:before{
    content: "";
    position: absolute;
    height: 50px;
    background: #D4D4D4;
    left: 0%;
    width: 1px;

}
.section1__info4 a:first-child:before{
    content: unset;
    position: absolute;
    height: 50px;
    background: #D4D4D4;
    left: 0%;
    width: 1px;

}
/* .section1_info4_1
{
	margin-left: 1%;
} */
.section1_info4_9
{
	text-align: center;
    flex: 1 1 0;
	line-height: 24px;
}
/* .section1__right_border
{
	text-align: center;
    flex: 1 1 0;
	line-height: 24px;
	border-right: 1px solid #D4D4D4;
} */
.section1__slider1
{

}
@media(max-width: 992px)
{
	.section1
	{
		padding: 3%;
	}
	.section1__extra_4
	{
		padding: 3%;
	}
	.section1__info4
	{
		display: grid;
    	grid-template-columns: repeat(3, 30%);
    	grid-template-rows: repeat(3, 85px);
    	box-shadow: none;
	}
	.section1__info4 a
	{
		box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
		border-radius: 20px;
		height: 70px;
	}
	.section1__info4 a:before
	{
		display: none;
	}
}
@media(min-width: 768px)
{
	.section1__infos__8innextimg
	{
		display: none;
	}
}
@media(max-width: 768px)
{
	.section1__info4
	{
		grid-template-columns: repeat(2, 48%);
	}
	.section1__infos__8innext span
	{
		display: none;
	}
	.section1__infos__8innext::before
	{
		content: "Другие услуги";
	}
	.section1__infos__8afters
	{
		display: none;
	}
}
/**/
.cta1
{
	background-color: #FBE0E1;
	justify-content: space-between;
}
.cta1__inp1
{
	background-color: white;
	border: none;
	border-radius: 20px;
/* 	width: 15%; */
	width: 100%;
    max-width: 165px;
	height: 30px;
	padding: 0.6% 2%;
	color: #6B6B6B;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}
.cta1__divinp2
{
	width: 100%;
    max-width: 230px;
	height: 30px;
	background-color: white;
	border-radius: 20px;
	padding: 0.6% 2%;
	font-size: 14px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}
.cta1__rbinp2
{
	border-right: 1px solid #6B6B6B;
    height: 70%;
	margin: 0 7px;
}
.cta1__inp2
{
	background-color: transparent;
	border: none;
	border-radius: 15px;

	color: #6B6B6B;
}
.cta1__btn1
{
	width: 29%;
}
@media(max-width: 992px)
{
	.cta1
	{
		padding: 3% 20px;
		
	}
	.cta1>h5
	{
		
		margin-bottom: 4%;
	}
}
/**/
.section3
{
	background-color: #F1F1F1;
}
.section3 > h1
{
	margin: 20px auto;
}
.s3btn1 img
{
	width: 40px;
}
.s3btn2
{
	background-color: #04a64b;
}
.s3btn3
{
	background-color: #04a64b;
	border-radius: 15px;
	border: none;
	color: white;

	padding: 0 15px;
	/* margin-right: 3%; */
	width: 10%;
}
.s3btn3 p
{

}
.s3btn_group1 .active
{
	background-color: #04a64b !important;
	color: white !important;
	transition: left cubic-bezier(.88, -.35, .565, 1.35) .4s;
    border-radius: 27.5px;
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%);
}



.s3btn_group1
{
	width: 30%;
	margin: auto;
}
.s3btn_group1 a
{
	background-color: white;
	border-radius: 15px;
	border: none;
	color: #7D7D7D;

	padding: 5px 15px 5px 15px;
}
.s3alpg
{
	padding-bottom: 15px;
	width: 103%;
	bottom: 10%;
}
.s3imgsizetest img
{
	width: 100%;
}
.s3imgsizetestSlide
{
	margin-right: 1% !important;
    width: 32% !important;
}
.s3imgsizetest
{
	width: 100%;
}
@media(max-width: 992px)
{
	.s3btn_group1
	{
		width: 40%;
	}
}
@media(max-width: 768px)
{
	.s3btn_group1
	{
		width: 55%;
	}
}
/**/
.section4
{
	background-color: #FAFAFA;

}
/* .section4 > h1
{
	margin: 100px auto 20px auto;
} */
.s4btn1 img
{
	width: 40px;
}
.s4btn3
{
	background-color: #EB5055;
	border-radius: 15px;
	border: none;
	color: white;

	padding: 0 15px;
	/* margin-right: 3%; */
	width: 12%;
}
.s4btn3 p
{

}
.s4alpg
{
	width: 103.5%;
	bottom: 10%;
}
.section4__divallinp
{
    background-color: #E73137;
    width: 97%;
    border-radius: 15px;
    padding: 15px 15px 15px 20px;
    margin: 80px 0 80px 0;
}
.s4divsl1
{
	width: 99%;
	align-items: start;

}
.s4div1
{

	/*width: 24%;*/

}
.s4txt1
{
	font-size: 13px;
}
.s4txt2
{
	color: #04A64B;
}
.s4txt3
{
    padding: 18px 0;

}
.s4img1{
	    border-radius: 15px;
}
.section4__btn1
{
	background-color: white;
	border-radius: 15px;
	border: none;
	color: #E73137;
	width: 25%;

	padding: 0 15px;
}
.cta2__inp1
{
	background-color: white;
	border: none;
	border-radius: 15px;
	padding-left: 15px;
	color: #6B6B6B;
	    margin-right: 5px;
	    box-shadow: 0px 4px 4px rgb(0 0 0 / 4%), 0px 4px 16px rgb(0 0 0 / 8%);
    border-radius: 25px;
    height: 42px;
}
.cta2__bg{
background-color: #E73137;
border-radius: 20px;
padding: 15px 15px 15px 20px;
}
.cta2__divinp2
{
	width: 19%;
	background-color: white;
	border-radius: 15px;
	padding-left: 15px;
	font-size: 14px;

	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}
.cta2__rbinp2
{
	border-right: 2px solid #B5B5B5;

	margin: 0 7px;
}

.cta2__inp2
{
	background-color: white;
	border: none;
	border-radius: 15px;

	color: #6B6B6B;
}
.s4img1
{
	height: 74% !important;
}
@media(max-width: 992px)
{
	.s4div1
	{
		/*height: 47vh;*/
	}
	.s4div6
	{
		height: 70%;
	}
	.s4img1
	{
		height: 80% !important;
	}
	.s4div0
	{
		height: 20%;
	}
	.s4txt3
	{
		padding: 0;
	}
	.s4div2
	{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.teacher-old
	{
		margin: 3% 0 0 0 !important;
	}
}
/**/
.section5
{

	background-color: #F1F1F1;
}
.section5__info1
{
	border-radius: 15px;
	padding: 2% 3%;
	background-color: white;
}
.section5__info1 span
{
	background-color: #04a64b;
    padding: 25px 30px;
    border-radius: 15px;
    text-align: center;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		    margin: 5px 15px;
}

.section5__info1 p
{
    text-align: center;
}
.section5__info2
{
	background-color: white;
	color: #04a64b;
	margin-top: 3%;
	border-radius: 15px;

    padding: 10px 20px;
}
/**/
.section6
{

	background-color: #FAFAFA;
}
.section6 h1
{
	margin: 9% auto 4% auto;
}


.section6__imgs1 p
{
	width: 80%;
	line-height: 24px;
	text-align: center;
	position: relative;
    padding: 10px 20px;
    background: white;
    border-radius: 25px;
    margin-bottom: 10px;
		    width: 80%;
				font-family: 'Montserrat', sans-serif;
}
.section6__imgs1{
	    display: flex;
	    display: -webkit-flex;
	    justify-content: center;
}

.section6__imgs1 img{
	    max-width: 100%;
}
.section8__imgs1 p
{
	width: 80%;
	line-height: 24px;
	text-align: center;
	position: relative;
    padding: 10px 20px;
    background: white;
    border-radius: 15px;
    margin-bottom: 10px;
		    width: 80%;
				font-family: 'Montserrat', sans-serif;
}
.section8__imgs1{
	    display: flex;
	    display: -webkit-flex;
	    justify-content: center;
}

.section8__imgs1 img{
	    max-width: 100%;
}
/**/

/**/
.section8
{

	background-color: #FAFAFA;
}
.section8 h1
{
	position: relative;
	top: 23%;
	left: 42%;
	margin: 9% auto 4% auto;
}
.section8__imgs1
{
	position: relative;
	top: 28%;
	width: 103%;
}
.section8__imgs1 img
{
	width: 95%;
}
/* .section8__imgs1 p
{
	width: 70%;
	line-height: 24px;
	position: relative;
	left: 37%;
	top: 5%;
} */
/**/
.footer
{
  align-items: flex-start !important;
	background-color: #F1F1F1;
}
.footer__logo_img
{
	width: 80%;
}
.footer__social__icons
{
	width: 33px;
}
.footer_div__icons1
{
	margin-top: 5%;
	width: 40%;
	gap: 5px;
}
.footer__link2
{
	width: 75px;
}
.footer__link3
{
	width: 47px;
}
.footer__link4
{
	width: 59px;
}
.footer__link7
{
	width: 50px;
}
.footer__col1
{
	margin: 30px 0 0;
	display: grid !important;
	grid-template-columns: 130px 140px 110px;
    width: 34%;
}
.footer__col1>a
{
    margin-bottom: 11%;
}
.footer__col2
{
	width: 249px;
    margin-left: 30%;
}
.footer__btn_1
{
  margin: 0 0 20px;
	border: 2px solid #04A64B;
	background-color: #F1F1F1;
	color: #04A64B;
	width: 100%;
    max-width: 180px;
}
.footer__svg1
{
	width: 16px;
}
.footer__svg2
{
	width: 16px;
}
.footer__info1
{
	width: 207px;
	justify-content: start !important;
}
.footer__info2
{
	width: 207px;
	justify-content: start !important;
}
.footer__info1 > div,
.footer__info2 > div
{
	margin-left: 15px;
}
.footer__info4
{
	margin: 0px 0px 15px 0px;
}
.footer__info5
{

}
.footer__info5 a
{
	color: #868686;
	text-decoration: underline;
}
@media (max-width: 992px)
{
	.footer__col1
	{
		grid-template-columns: 90px 100px 90px;
		margin-right: 7%;
	}
	.footer__col2
	{
		margin-left: 23%;
	}
	.footer
	{
		padding: 50px 3%;
	}
}
@media (max-width: 768px)
{
	.footer
	{
		flex-direction: column;
		padding: 50px 3%;
	}
	.footer__logos
	{
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		margin: 0px 0px 22px 0px;
	}
	.footer_div__icons1
	{
		display: flex;
		align-items: center;
		width: 33%;
		margin-right: 3%;
		margin-top: 0 !important;
	}
	.footer__col1
	{
    grid-template-columns: 50% 50%;
    width: 50%;
    margin: 0 auto;
    order: 2;
	}
	.footer__col1 > a {
		margin: 0px auto 11%;
	}
	.footer__col2
	{
		margin-left: 0 !important;
		margin: 0px 0px 37px 0px;
		align-items: center;
		width: 100%;
    order: 1;
	}
	.footer__info1
	{
		flex-direction: column;
	}
	.footer__svg2 {
		margin: 0px 0px 11px 0px;
	}
	.footer__info2
	{
		flex-direction: column;
	}
	.footer__info4
	{
		margin: 0px 0px 24px 0px;
	}
	.footer__svg4 {
		margin: 0px 0px 11px 0px;
	}
	.footer__info5
	{
		align-items: center;
	}
	.footer__cols_div
	{
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
	}
	.footer__btn_1
	{
/* 		width: 130px; */
		margin: 0px 0px 48px 0px;
	}
}
/*
.swiper1-container
{
	overflow: hidden;
    width: 65%;
    height: 100%;
}
.section1 .d-flex.col{
      width: 35%;
}
/* .swiper1-container .swiper-wrapper
{
	padding: 25px 25px 25px 2px;
} */
.swiper1-pagination
{
	right: 50%;
	bottom: 15%;
	width: 10%;
}
.swiper1-pagination span
{
	background-color: #04a64b;
}
.swiper2-container
{
	overflow: hidden;
	/* width: 60%; */
}
.swiper2-container .swiper-wrapper
{
	padding: 10px;
}
.swiper2-pagination
{
	right: 45%;
	bottom: 17%;
	width: 15%;
}
.swiper3-container
{
	overflow-x: clip;
	overflow-y: visible;
	width: 100%;
	margin: 3% 0%;
}
.swiper3-container .swiper-wrapper
{
	padding: 10px;
}
.swiper3-pagination span
{
	background-color: #04a64b;
}
.swiper4-container
{
	overflow: hidden;
	width: 100%;
 
}
.swiper4-container .swiper-wrapper
{
	padding: 10px;
}
.swiper4-pagination
{
	right: 47%;
	bottom: 17%;
	width: 7%;
}
.swiper4-pagination span
{
	background-color: #04A64B;
	margin: 0 auto;
}
/**/

.bg-grn{
background-color: #04A64B;
}
.bg-grn:hover{
background-color: #067838;
}
.bg-grn:active{
background-color: #045327;
}
.bg-grn:focus{
background-color: #04A64B;
}
.bg-grn.inactive{
background-color: #C0E9D2;
}
.bg-wht{
background-color: #ffffff;
}
.bg-wht:hover{
background-color: #ffffffd9;
}
.bg-wht:active{
background-color: #045327;
}
.bg-wht:focus{
background-color: #04A64B;
border: 1px solid #0000007a;
}
.bg-wht.inactive{
background-color: #ffffffd5;
}
.bg-rd{
background-color: #E73137;
}
.bg-rd:hover{
background-color: #c62a2f;
}
.bg-rd:active{
background-color: #992226;
}
.bg-rd:focus{
background-color: #E73137;
}
.bg-rd.inactive{
background-color: #e37a7e;
}

.bg-wht-b{
background-color: #ffffff;
border: 1px solid #04A64B;
}
.bg-wht-b:hover{
background-color: #04a64b0a;
border: 1px solid #04A64B;
}
.bg-wht-b:active{
background-color: #04a64b29;
border: 1px solid #04A64B;
}
.bg-wht-b:focus{
background-color: #04a64b0a;
border: 1px solid #04A64B;
}
.bg-wht-b.inactive{
background-color: #ffffffd5;
border: 1px solid #04A64B;
}

.bg-wht-r{
background-color: #ffffff;
border: 1px solid #E73137;
}
.bg-wht-r:hover{
background-color: #e731370a;
border: 1px solid #E73137;
}
.bg-wht-r:active{
background-color: #04a64b29;
border: 1px solid #E73137;
}
.bg-wht-r:focus{
background-color: #e731370a;
border: 1px solid #E73137;
}
.bg-wht-r.inactive{
background-color: #e731370a;
border: 1px solid #E73137;
}

.bg-wht-r-r{
background-color: #ffffff;
border: 1px solid #E73137;
}
.bg-wht-r-r:hover{
background-color: #eee;
border: 1px solid #E73137;
}
.bg-wht-r-r:active{
background-color: #eee;
border: 1px solid #E73137;
}
.bg-wht-r-r:focus{
background-color: #eee;
border: 1px solid #E73137;
}
.bg-wht-r-r.inactive{
background-color: #eee;
border: 1px solid #E73137;
}

.bg-trnsp{
background-color: transparent;
border: 1px solid #ffffff;
}
.bg-trnsp:hover{
background-color: #ffffff;
border: 1px solid #ffffff;
color: #04A64B!important;
}
.bg-trnsp:active{
background-color: #04a64b29;
border: 1px solid #ffffff;
}
.bg-trnsp:focus{
background-color: #04a64b29;
border: 1px solid #ffffff;
}
.bg-trnsp.inactive{
background-color: #ffffffd5;
border: 1px solid #ffffff;
}
.txt-gray{
	color: #6B6B6B;
}
.txt-wht{
	color: #FFFFFF;
}
.txt-grn{
	color: #04A64B;
}
.txt-rd{
	color: #E73137;
}
/* .info-head a,.head-time,.head-adress,.head-lang{
	    flex: 1 1 0;
} */
.mrg-r-20{
    margin-right: 20px;
}
.mrg-r-10{
    margin-right: 10px;
}
/* .mrg-l-10{
    margin-left: 10px;
} */
.mrg-20{
	    margin: 0 20px;
}
.mrg-10
{
	margin: 0 10px;
}
.mrg-5
{
	margin: 0 5px;
}

/* .head-section-2,.head-section-3{
	width: 35%;
}
.head-section-4{
		width: 15%;
}
.head-section-1{
		width: 15%;
} */
header{
	    line-height: 20px;
}
.head-lang a{
	margin: 0 2px;
}
.head-entrance-btn
{
	width: 45%;
    font-size: 14px;
    height: 1vh;
}
.cta1{
	  padding-bottom: 20px;
    padding-top: 20px;
}
.section6_items{
	margin: 10px;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    max-width: 80%;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
height: 260px;
    align-items: center;
    justify-content: flex-end;
	border-radius: 25px;
				position: relative;
}

.section6_items:nth-child(1) {
	background-image: url('img/start1.png')
}

.section6_items:nth-child(2) {
	background-image: url('img/start2.png')
}

.section6_items:nth-child(3) {
	background-image: url('img/start3.png')
}

.section6_items:nth-child(4) {
	background-image: url('img/start4.png')
}

.section6_items:before{
    content: "1";
    position: absolute;
    left: 0;
    top: 0;
    margin: 6px 10px;
    color: white;
    background: #04a64b;
    border-radius: 100%;
    font-family: Montserrat;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.section6_items_2:before {
	    content: "2";
}

.section6_items_3:before {
	    content: "3";
}


.section6_items_4:before {
	    content: "4";
}


.section8_items{
	  margin: 0 10px;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    max-width: 80%;
		    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	/*	background-image: url(/wp-content/themes/psstudio/img/section8__img4.png);*/
height: 260px;
    align-items: center;
    justify-content: flex-end;
		    border-radius: 15px;
				position: relative;
}
/* .section8_items:before{
    content: "1";
    position: absolute;
    left: 0;
    top: 0;
    margin: 6px 10px;
    color: white;
    background: #04a64b;
    padding: 6px 14px;
    border-radius: 73%;
} */
.section5 .fs21{
    text-align: center;
}

.s4div12{
      padding: 0 10px;
}


/* Слайдеры */



				.first__big {
					height: 100%;
					background: #fff;
					border-radius: 15px;
					box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
				}

				.btn-slide {
					width: 32px;
					height: 32px;
					background: #D4D4D4;
					border-radius: 100%;
					display: flex;
					align-items: center;
					justify-content: center;
					cursor: pointer;
				}

				.slider__arrows {
					position: absolute;
					bottom: 28px;
					display: flex;
					left: 54px;
				}

				.btn-slide_prev {
					margin-right: 12px;
				}

				.btn-slide_prev svg {
					margin-right: 2px;
				}

				.btn-slide_next svg {
					margin-left: 2px;
				}

				.swiper-button-next,
				.swiper-button-prev {
					width: auto;
					height: auto;
					position: static;
					z-index: 20;
				}

				.swiper-button-next:after,
				.swiper-button-prev:after {
					content: "";
				}

				.swiper-pagination-bullet-active {
					background: #04A64B;
					position: relative;
				}

				.swiper-pagination-bullet {
					width: 10px;
					height: 10px;
					margin: 0 10px !important;
				}

				.swiper-pagination-bullet-active:after {
					content: "";
					position: absolute;
					width: 16px;
					height: 16px;
					border: 1px solid #04A64B;
					border-radius: 100%;
					top: 50%;
					left: 50%;
					margin-top: -9px;
					margin-left: -9px;
					filter: drop-shadow(0px 0px 1px #04A64B);
				}

				.swiper-pagination {
					bottom: 29px !important;
				}

				.first__top-banner {
					background: #fff;
					border-radius: 15px;
					box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
				}

				.swiper-small-container {
					background: #fff;
					border-radius: 15px;
					box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
				}

				.swiper-small-container {
					width: 100%;
				}

				.swiper-small-container .swiper-pagination-bullet-active {
					background: #EB5055;
				}

				.swiper-small-container .swiper-pagination-bullet-active:after {
					border: 1px solid #EB5055;
					filter: drop-shadow(0px 0px 1px #EB5055);
				}

				.swiper-container-professionals .swiper-slide {
					width: 260.75px !important;
					min-height: 340px;
					border-radius: 15px;
					background: transparent;
									}
				.swiper-container-professionals .swiper-slide:hover {

            box-shadow: 5px 5px 15px rgb(206 237 218);
				}

				.swiper-container {
					width: 100%;
				}

				.slider__arrows_2 {
					position: static;
				}

				.slider__arrows_2 .swiper-button-prev, .slider__arrows_2 .swiper-button-next {
					margin-top: 0 !important;
				}

				.swiper-pagination_mod {
					position: static !important;
					margin-bottom: 0 !important;}

				.s4alpg {
					align-items: center;
					max-width: 1103px;
					justify-content: space-between;
					margin-top: 45px;
				}

				.swiper-pagination-bullet:focus, .btn-slide:focus, .swiper-button-prev:focus, .swiper-button-next:focus {
					outline: 0;
				}

/* Доделываю */

.btn-icon {
	border-radius: 100px;
	font-weight: 500;
	border-width: 2px;
	max-width: 100%; /*Новый стиль*/
}

.btn-icon:hover {
	border-width: 2px;
}

.header__link {
	cursor: pointer;
	transition: all 0.1s linear;
}

.headrer__link a:hover {
	color: #04A64B !important;
}

.header__info3 {
	flex-direction: column;
}
.menu-toggle
{
	display: none;
}














				@media screen and (max-width: 1200px) {
					/*.swiper-small-container .swiper-wrapper {
						max-width: 336px;
					}*/
				}

				@media (min-width: 992px) and (max-width: 1200px) {
					/*.swiper-small-container .swiper-wrapper {
						max-width: 336px;
					}*/
					.head-section-2 {
					    width: 43%;
					}
				}

				@media screen and (max-width: 992px) {
					/*.swiper-small-container .swiper-wrapper {
						max-width: 252px;
					}*/
					.slider__arrows {
						display: none;
					}
					.menu-item
					{
						margin: 1.25vh 0;
					}
					.nav-head-info
					{
						margin: 1.25vh 0;
					}
					.nav-header__svg4
					{
						margin: 3% 0;
					}
					.nav-head-section-6
					{
						margin: 1.5vh 0;
					}
					.nav-head-lang_now
					{
						background-color: #04A64B;
						border-radius: 100%;
						padding: 15%;
						color: white;
					}
				}

				@media (min-width: 768px) and (max-width: 992px) {
					.head-section-2 {
					    width: 57%;
					}
				}

				@media(min-width: 540px)
				{
					.nav-head-section-2
					{
						display: none;
					}
				}

				@media(max-width: 540px)
				{
					.nav-head-section-3
					{
						display: none;
					}
					.header__menu
					{
						align-items: center;
					}
					.head-section-2
					{
						display: none;
					}
					.nav-list
					{
						width: 100%;
					}
					.nav-head-section-2>a
					{
						margin: auto;
					}
					.footer__col1 {
						width: 70%;
					}
				}

				@media screen and (max-width: 768px) {
					.first {
						grid-template-rows: 301px;
					}
					
					.first__right {
						grid-template-rows: 145px;
					}

					.swiper-pagination {
					bottom: 18px !important;
					}

					.swiper-small-container	{
						box-shadow: 0px 2.00832px 2.00832px rgba(0, 0, 0, 0.04), 2.00832px 2.00832px 8.03328px rgba(0, 0, 0, 0.08);
					}

					.first__big {
						box-shadow: 0px 2.00832px 2.00832px rgba(0, 0, 0, 0.04), 2.00832px 2.00832px 8.03328px rgba(0, 0, 0, 0.08);
					}

					.first__top-banner {
						box-shadow: 0px 2.00832px 2.00832px rgba(0, 0, 0, 0.04), 2.00832px 2.00832px 8.03328px rgba(0, 0, 0, 0.08);
					}

					.swiper-container-professionals .swiper-slide {
						width: 165px !important;
						height: 285px;
					}

/*					.swiper-pagination-bullet {
						width: 5px;
						height: 5px;
					}

					.swiper-pagination-bullet-active:after {
						width: 8px;
						height: 8px;
						top: 50%;
						left: 50%;
						margin-top: -5px;
						margin-left: -5px;
					}*/
				}

				/*@media screen and (max-width: 767px) {
					.swiper-small-container .swiper-wrapper {
						max-width: 252px;
					}
				}*/

				@media screen and (max-width: 360px) {
					.first {
						grid-template-columns: 100%;
						grid-template-rows: 202px 210px;
						grid-gap: 10px;

					}

					.first__right {
						grid-row-gap: 10px;
						grid-template-rows: 100px;
					}
/*
					.swiper-pagination-bullet {
						width: 3.37px;
						height: 3.37px;
					}

					.swiper-pagination-bullet-active:after {
						width: 5.4px;
						height: 5.4px;
						top: 50%;
						left: 50%;
						margin-top: -2.7px;
						margin-left: -2.7px;
					}*/
				}

      .s4div2{
            padding: 0;
      }

.cards-items{
/*   display: flex;
  flex-wrap: wrap; */
    /* justify-content: space-between; */
        /* justify-content: space-around; */
	display: grid;
    grid-template-columns: repeat(4, 1fr);
	gap:20px;
	
}

    .cards-item  {
/*             width: 23%; */
    /* box-shadow: 5px 5px 15px rgb(0 0 0 / 10%); */
/*       margin: 0px 10px 20px 10px; */
          border-radius: 15px;
		
      }
      .cards-item:hover{
                    box-shadow: 5px 5px 15px rgb(206 237 218);
      }

    .fitelcontent .cards-item  {
      display: none;
              }


      .fitelcontent .cards-item.show{
            display: block;
      }
      .category-zhurnaly .post-thumbnail {
		display: none !important;
      }
      #afilter{
            background: #FBE0E1;
    border-radius: 15px;
    padding: 20px;
    margin: 0 0 20px 0;
    text-align: center;
      }
      #cardsfilter{
            background: #FBE0E1;
    border-radius: 15px;
    padding: 20px;
    margin: 0 0 20px 0;
      }
            .breadcumbs a span{
              color:#6B6B6B;
            }
      .breadcumbs .breadcrumbs__item:last-child a span{
        color:#04A64B;
      }
      .popular-a-left{
          width: 65%;
      }
      .popular-a-right{
              width: 33%;
      }
    .popular-articles-items h5{
        font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    padding: 10px 0;
            }

    .popular-a-right .popular-articles-items{
box-shadow: 5px 5px 15px rgb(0 0 0 / 10%);
    border-radius: 15px;
        flex-direction: row;
            margin-bottom: 10px;
                display: block;
      }
    .popular-a-right .s4div2 .s4div2{
    text-align: right;

      }

    .popular-articles-items .s4div2.txt-gray  {
            font-size: 11px;
      }
      .popular-articles-items{
              box-shadow: 5px 5px 15px rgb(222 227 224);
    margin-bottom: 15px;
/*     width: 23%; */
      }
      .popular-articles-items:hover{
            box-shadow: 5px 5px 15px rgb(206 237 218);

      }
      .popular-articles.d-flex.jcsb{
            flex-wrap: wrap;
      }
      .popular-articles .s4div2{
          padding: 5px 5px 5px 5px;
      }
      .popular-articles-items .s4txt3.fm{
            text-align: center;
      }
            .popular-articles-items .s4div2.txt-gray{
                    text-align: center;
            }
.dateblog{
  margin-top: 10px;
}

.gallery__bg {
	width: 475px;
    height: 414px;
    border-radius: 25px;
    background: white;
    padding: 35px 38px;
    box-sizing: border-box;
}

.gallery__subtitle {
	color: #04A64B;
    width: 344px;
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
    font-family: 'Montserrat';
}

.gallery__text {
	font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #272727;
    margin-top: 23px;
    width: 278px;
}

.gallery__social {
	margin-top: 125px;
    display: flex;
}

.gallery__link {
	    display: block;
    background: #04A64B;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    text-align: center;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.gallery__link:last-child {
	margin-right: 0;
}

.gallery__link:nth-child(1) {
	display: block;
}

.gallery__link_f svg {
	margin-top: 9px;
}

.section-title_children {
	    margin-bottom: 35px;
}


#sectionChildren {
	background: #fafafa;
}

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


























/*.children-swiper {
  position: relative;
  margin-top: 50px;
  padding: 0 75px;
  height: 550px;
  z-index: 0;
  --swiper-navigation-size: 16px;
  --swiper-theme-color: #222;
}

.children-container {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.children-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;

  display: flex;
  justify-content: center;
  align-items: center;
  width: 450px !important;
  border-radius: 20px;

}



.children__wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.children__wrap img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 20px;
  width: 100%;
}

.swiper-slide-active img {
  width: 450px;
  height: 550px;
}

.swiper-slide {
  width: 450px !important;
  height: 550px !important;
  opacity: 1;
}

.hidden-slide {
  opacity: 0;
}
*/


.why-me {
	display: flex;
	flex-direction: column;

	width: 100%;
}


.why-me_ {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.why-me_round-1 {

}

/*
.why-me_circle {
	height: 70px;
    background: #04A64B;
    box-shadow: 5px 5px 10px rgb(4 166 75 / 15%);
    transform: rotate(
-45deg
);
    width: 70px;
    display: block;
    border-radius: 100%;
}*/



.why-me_block {
	display: flex;
	align-items: center;
	justify-content: center;
}


.why-me_1 .why-me_block {
	margin-right: 115px;
}


.why-me_1 .why-me_block:nth-child(2) {
	margin-right: 10px;
}

.teacher-old {
    margin-top: 18px;
    margin-bottom: 18px;
}

.swiper-container-professionals .swiper-pagination-bullet-active {
	background: #EB5055;
}


.btn-red {
	background: #EB5055;
}

.s4div1 .s4txt3.fm {
	font-family: Montserrat;
font-style: normal;
font-weight: bold;
font-size: 23px;
line-height: normal;
/* or 133% */


/* Черный */

color: #111111;
}

/* .subtitle {
	font-size: 28px;
} */

.section6 .ft {
	font-size: 18px;
line-height: 28px;
/* or 140% */

text-align: center;

/* Черный */

color: #111111;
}


.ft_small {
	    padding: 6px 10px;
}

.section6__imgs1 .ft_small {
	    padding: 6px 10px;
	    width: 70%;
}

.social-bg {
	background: #fff;
	    width: 24px;
    height: 24px;

}

.social-bg.gallery__link_f svg {
    margin-top: 4px;
}

.social-list-hidden {
	display: flex;
	margin-bottom: 14px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease;
}


.social-list-hidden_open {
    transform: scale(1);
    opacity: 1;
}

.social-bg.gallery__link {
	margin-right: 13px;
}

.social-bg.gallery__link:last-child {
	margin-right: 0;
}



.social-bg a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-bg.gallery__link path {
	transition: all 0.2s linear;
}

.social-bg.gallery__link:hover path {
	fill: black;
}

.section6_items:hover {
	box-shadow: -5px -5px 15px 1px rgba(34, 60, 80, 0.09);
}

.section6_items {
	box-shadow: -5px -5px 15px 1px rgba(34, 60, 80, 0.07);

}


.social-list-map {
	opacity: 1;
	transform: scale(1);
	margin-top: 15px;
	justify-content: center;
}

.map-info {
	background: white;
    border-radius: 25px;
    position: absolute;
    width: 270px;
    height: 320px;
    padding: 30px 30px;
    box-sizing: border-box;
    top: 50%;
    transform: translate(0, -50%);
    right: 200px;

}

.map-info__title {
	font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 28px;
}

.map-info__title:after {
	content: "";
	max-width: 100%;
	height: 1px;
	background: #04A64B;
	display: block;
	margin-top: 3px;
}


.map-info__text {
	    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 28px;
    margin-top: 10px;
	text-align: center;
}

.section7 {
	position: relative;
}



.section7 .social-bg {
	background: #04A64B;
}


.section7 .social-bg path {
	fill: white;

}



.block-swiper {
	display: none;


}

#pointer2 {
	display: block;
}

.item-teacher-text {
	text-align: center;
}

.item-teacher__image {
	height: 250px;
}


.item-teacher {
	width: 23%;
    height: 280px;
    margin-right: 10px;
}



.item-teacher__image_1 {
	background: url('img/teacher1.png')
}



.item-teacher__image_2 {
	background: url('img/teacher2.png')
}




.item-teacher__image_3 {
	background: url('img/teacher3.png');
}


.item-teacher__image_4 {
	background: url('img/teacher4.png');
}

.item-teacher__image {
	background-position: center center;
	background-size: cover;
	border-radius: 25px;
	margin-bottom: 10px;
	padding: 10px;
	box-sizing: border-box;
	font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 150%;
position: relative;
transition: all 0.2s linear;
/* or 150% */


/* Черный */

color: #111111;
}

.item-teacher__image:hover {
	box-shadow: 0px 0px 20px #e9e9e9e9;
	transform: scale(1.01)
}


.item-teacher__image_1 {
	font-size: 12px;
}

.item-teacher {
	position: relative;
}

.item-teacher-text {
	margin-top: 15px
}

.item-teacher__hint {
	max-width: 230px;
	position: absolute;
	top: 10px;
	left: 10px;
	border-radius: 25px;
	padding: 10px;
	box-sizing: border-box;
}


.item-teacher__hint_1, .item-teacher__hint_3 {
	background: white;
}

.item-teacher__hint_2 {
	background: #04A64B;
	color: white;
}


.item-teacher__hint_4 {
	background: #E73137;
	color: white;
}


.item-teacher__date {
	color: white;
	position: absolute;
	bottom: 15px;
	right: 15px

}

.section6 {
	padding-bottom: 100px
}

.why-me__image {
	transform: scale(0.8);
}


.children-swiper {
  position: relative;
  margin-top: 50px;
  height: 550px;
  z-index: 0;
  -swiper-navigation-size: 16px;
 -swiper-theme-color: #222;
      width: 800px;
}

.children-container {
  width: 700px;
  height: 100%;
  overflow: visible;
      margin-left: -50px;
      margin-top: -40px;
}

.children-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;

  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 450px !important;
  border-radius: 20px;
      margin: auto;
box-shadow: 5px 5px 27px -2px rgba(34, 60, 80, 0.17);
}



.children__wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.children__wrap img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 20px;
}

.children-slide.swiper-slide-active img {
  width: auto;
  height: 350px;
}

.children-slide.swiper-slide {
  width: 450px !important;
  height: 350px !important;
  opacity: 1;
}

.hidden-slide {
  opacity: 0;
}


html {
	    overflow-x: hidden;
}

@media screen and (max-width: 992px) {
	.swiper.children-swiper {
		transform: scale(0.7);
	}

	.d-flex.align-center.cta2__bg {
		flex-direction: column;
	}


	.cta2__inp1.flex-1 {
		width: 100%;
		padding: 10px;
		margin-bottom: 25px;
	}

	.btn-icon.bg-wht-r-r.txt-rd.d-flex.align-center.jcsb.pointer {
		text-align: center;
    width: 75%;
    display: flex;
    justify-content: center;
	}

	.section1__extra_4 {
		background: transparent;
	}
	
	.s4div1 .s4txt3.fm {
		font-size: 20px !important;
		min-height: 75px !important;
		
	}
	.swiper-container-professionals .s4div1 {
		margin: 0 auto 26px auto !important;
	}
	.swiper-container-professionals .swiper-slide {
		height: 400px !important;
	}
}

#menu-item-43 a,#menu-item-42 a,#menu-item-44 a, #menu-item-45 a{
      cursor: unset;
    pointer-events: none;
    color: #cfcaca;
}
.doctype .cards-item .s4div2{
    margin-bottom: 10px;
}

.d-flex.col.doctor__serv_div_img img {
	height: auto !important;
}
#form_tceni #thisurl {
	
}
.thisurl-wrapper {
	display: none !important;
}
.doctor__serv_div_info_ch2 div,
.doctor__serv_div_info_ch2 p {
	text-align: justify;
}
.menu-item-1649 .sub-menu,
.menu-item-3662 .sub-menu,
.menu-item-3676 .sub-menu {
	column-width: 48%;
    column-count: 2;
    column-gap: 4%;
    display: inline-block !important;
	width: 390px !important;
}
.menu-item-1649 .sub-menu li,
.menu-item-3662 .sub-menu li,
.menu-item-3676 .sub-menu li {
	display: inline-block !important;
}


/* NEW STYLES */
.cart_totals .button{
	width: 100%;
    height: 50px;
    border-radius: 10px;
    background: #04A64B;
    color: #fff;
    border: none;
    padding: 10px 20px;
}
.wc-proceed-to-checkout{
	margin-top: 20px;
	margin-bottom: 20px;
}
.entry-footer{
	display: none;
}
.product_image_cont{
	width: 100%;
	height: 100%;
/* 	max-width: 235px; */
	max-height: 214px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.product-thumbnail a{
	width: 100%;
	height: 100%;
	max-width: 235px;
	max-height: 214px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product_image_cont img, .product-thumbnail img{
	object-fit: cover;
	max-height: 100%;
	max-width: 100%;
}
.to-cart{
	padding: 17px 15px;
    margin: 2.5%;
	min-width: 150px;
}
.doctor__serv_div_img{
	max-width: 400px;
}
.site-main{
	padding-bottom: 50px;
}

/* LOGIN STYLES */
.login-wrap{
	width: 80%;
	margin: 0 auto;
	margin-top: 50px;
	border-radius: 15px;
	background-color: rgb(241, 241, 241);
	padding: 20px;
}
.login-wrap *{
	box-sizing: border-box;
}




.login-page-wrapper{
    max-width: 1100px;
    margin: 0 auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
  }
  .login-page-tabs{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
  }
  .login-page-tab{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .active-tab{
    background: #04A64B;
  }
  .login-page-tab:first-child{
    border-radius: 20px 0px 0px 0px;
  }
  .login-page-tab:last-child{
    border-radius: 0px 20px 0px 0px;  
  }
  body .active-tab h2{
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: normal;
  }
  .login-page .woocommerce-form-row, .edit-account .woocommerce-form-row{
    display: flex;
    flex-direction: column;
   
  }
  .login-page-wrap{
    max-width: 500px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .login-page-wrap form, .edit-account form{
    width: 100%;
  }
  .login-page-tab h2{
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #000;
    font-weight: normal;
  }
  .register{
    display: none;
  }
  .login-page-wrap label, .edit-account label{
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 10px;
  }
  .login-page-wrap input, .edit-account input{
    background: #FFFFFF;
    border-radius: 10px;
    height: 50px;
    border: 1px solid #04A64B;
    outline: none;
	padding-left: 20px;
  }
  .login-page-wrap span input, .edit-account p input{
    width: 100%;
    padding-left: 20px;
    border: 1px solid #04A64B;
	box-sizing: border-box;
  }
  .lost_password a{
    color: #000
  }
  .none{
    transition: .5s all;
    opacity: 0;
    position: absolute;
    z-index: -1;
  }
  .show{
    transition: .5s all;
    opacity: 1;
    position: relative;
    display: block;
  }
  .login-page{
    padding-top: 40px;
  }
  .login-page-wrap .woocommerce-form-login__rememberme{
    display: flex;
    align-items: center;
  }
  .login-page-wrap .woocommerce-form-login__rememberme input{
    margin-right: 15px;
  }
  .login-page-wrap .woocommerce-form-login__submit, .login-page-wrap .woocommerce-form-register__submit, .edit-account button{
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background: #04A64B;
    color: #fff;
  }
  .login-page-wrap .woocommerce-form-login__submit, .login-page-wrap .woocommerce-form-register__submit, .edit-account button{
	  border: none;
  }


  @media(max-width: 600px){
	.login-page-wrap{
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
	}
  }

  @media (max-width: 414px){
  	.footer_div__icons1 {
  		width: auto;
  	}
  	.footer_div__icons1 a {
	    margin: 0 2px;
  	}
  }


  /* PROFILE STYLES */
  .profile-links{
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    flex-wrap: wrap;
  }
  .profile-link{
    height: 50px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    min-width: 130px;
    transition: .5s all;
    margin-bottom: 30px;
  }
  .profile-link:hover{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    transform: scale(1.05);
  }
  .profile-link a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
  }
  .woocommerce-form-row{
	  margin-bottom: 20px;
  }
.lang a{
	text-transform: uppercase;
}
.lang li{
	list-style: none;
}
.current-lang a{
	text-decoration: underline;
	color: #04A64B;
}

.yith-wcwl-add-to-wishlist{
	margin-top: 0;
}
.woocommerce-Address-title h3{
	font-size: 24px;
	text-align: left;
	padding-bottom: 0;
	margin-top: 10px;
	margin-bottom: 5px;
}
.form-row{
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}
.form-row label{
	font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 10px;
}
.form-row input{
	width: 100%;
    padding-left: 20px;
    border: 1px solid #04A64B;
    box-sizing: border-box;
	background: #FFFFFF;
    border-radius: 10px;
    height: 50px;
    border: 1px solid #04A64B;
    outline: none;
    padding-left: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	width: 100%;
    padding-left: 20px;
    border: 1px solid #04A64B;
    box-sizing: border-box;
	background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #04A64B;
    outline: none;
    padding-left: 20px;
}
.select2-container--default .select2-selection--single{
	border: none;
}
.button{
	width: 100%;
    height: 50px;
    border-radius: 10px;
    background: #04A64B;
    color: #fff;
	border: none;
}
.return-to-shop .button{
	padding: 10px 20px;
}
.return-to-shop{
	margin-top: 20px;
}
.woocommerce-order-overview{
	list-style: circle;
	margin-top: 10px;
	margin-bottom: 10px;
}
.woocommerce-column__title{
	margin-bottom: 15px;
}
#fancybox-wrap {
	width: 400px !important;
}

#fancybox-outer {
	border-radius: 25px !important;
	padding: 64px 0 46px 0 !important;
}
#fancybox-content {
	border-width: 0 !important;
	width: 400px !important;
}
.popup-with-green-title {
	font-family: Montserrat;
	font-size: 24px;
	font-weight: 600;
	line-height: 16px;
	color: #04A64B;
	width: 100%;
	text-align: center;
	margin: 0 auto 49px auto;
}
#fancybox-content p,
#fancybox-content span {
	display: inline-block;
	width: 100%;
	text-align: center;
}
#fancybox-content  input {
	background: #FFFFFF;
	display: inline-block;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04), 0px 4px 16px rgba(0, 0, 0, 0.08);
	border-radius: 25px;
	border: 0px solid transparent;
	width: 90% !important;
	height: 48px;
	margin: 0 auto 0 auto;
	line-height: 48px;
	padding: 0 20px 0 20px;
	font-family: Roboto;
	font-size: 16px;
	line-height: 24px;
}
#fancybox-content  .popup-with-green-submit {
	text-align: center;
}
#fancybox-content p {
	margin-bottom: 36px;
}
#fancybox-content  .popup-with-green-submit input {
	background: #04A64B;
	border-radius: 100px;
	font-family: Roboto;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.01em;
	color: #FFFFFF;
	width: 262px !important;
	margin: 0 auto 0 auto !important;
	cursor: pointer;
}
#fancybox-content  input {
	box-sizing:border-box;
}
input[type="date"],
input[name="your-time"] {
	padding-left: 48px !important;
}
input[type="date"]::-webkit-calendar-picker-indicator {
	display: inline-block !important;
	position: absolute;
	left: 15px;
	top: 15px;
}
.your-time:before {
	content: " ";
	display: inline-block !important;
	position: absolute;
	left: 38px;
    top: 13px;
	background: transparent url(/wp-content/themes/psstudio/img/clock.svg);
	width: 25px;
	height: 25px;
}
.tel-33:before {
	content: "+380";
	display: inline-block !important;
	position: absolute;
	left: 38px;
    top: 13px;
	font-size: 16px;
	line-height: 24px;
	color: #111111;
	padding-right: 15px;
	border-right: 1px solid #6B6B6B;
}
.tel-33 input {
	padding-left: 81px !important;
}

.whyme__text.active {
	color: black;
    font-weight: 600;
}

.google-business-reviews-rating {
	overflow-x: clip;
	overflow-y: visible;
	margin: 124px 0 185px 0;
}
.google-business-reviews-rating .swiper-slide {
	width: 100%;
	background: white;
	box-sizing: border-box; 
}
.google-business-reviews-rating .swiper-slide .author-avatar img {
	width: 50px;
}

.google-business-reviews-rating .rev-top-two {
	width: 50%;
}
.google-business-reviews-rating .rev-top-three {
	width: 30%;
}
.google-business-reviews-rating .rating {
	font-size: 24px;
	float: right;
}
.author-name {
	width: 100%;
	font-weight: bold;
	display: inline-block;
}
.author-name {
	width: 100%;
	color: grey;
	display: inline-block;
}
.attribution {
	display: none !important;
}
.glsr-reviews-wrap1 {
	margin: 25px 0 35px 0;
}
.glsr-review1,
.swiper31-container .swiper-slide {
	height: 310px !important;
	overflow: hidden;
}
.glsr-review1 .rev-bottom-one,
.swiper31-container .swiper-slide .rev-bottom-one {
	height: 212px !important;
	overflow: hidden;
}
.glsr-review1:hover,
.swiper31-container .swiper-slide:hover {
	overflow: visible;
}
.glsr-review1:hover .rev-bottom-one,
.swiper31-container .swiper-slide:hover .rev-bottom-one {
	height: auto !important;
}

#fancybox-close {
	background:  transparent url(/wp-content/themes/psstudio/img/Button.svg) !important;
	width: 44px !important;
	height: 44px !important;
	top: 11px !important;
    right: 11px !important;
}

#wpcf7-f1164-o2 p,
#wpcf7-f1165-o3 p,
#wpcf7-f1174-o2 p,
#wpcf7-f1178-o3 p,
#wpcf7-f1183-o2 p,
#wpcf7-f1184-o3 p,
#wpcf7-f1214-o3 p,
#wpcf7-f1215-o2 p,
#wpcf7-f1218-o2 p,
#wpcf7-f1219-o3 p,
#wpcf7-f1221-o2 p,
#wpcf7-f1222-o3 p,
#wpcf7-f1178-p3302-o2 p,
.section.sectionPdTAB form p,
.doctors-template-default .popup__content .wpcf7 form p {
	display: none;
}
.wpcf7-response-output {
	margin-top: 10px !important;
}
.footer-telegrom i {
	font-style: normal !important;
	color: #04A64B !important;
	font-size: 33px !important;
	margin-top: 5px;
    display: inline-block;
/* 	width: 0px; */
}
.white-telegrom i {
	color: white;
    font-style: normal;
    background-color: grey;
    font-size: 29px;
}
.white-telegrom i:hover {
    background-color: black;
}
.gallery__social .footer-telegrom i { 
	font-size: 44px !important;
    margin-top: 9px !important;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; 
}
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

	

.gallery-main__block {
	width: 100%;
}
.swiper-slide iframe {
	width: 100% !important;
}

.gallery-main__block .owl-item {
	margin: 0 10px 0 10px;
}
.gallery-main {
	overflow: hidden;
}
.swiper-container-children .s4alpg {
	display: inline-block !important;
	margin-top: 60px !important;
	margin-bottom: 40px !important;
}
.swiper-container-children .s4alpg .swiper-pagination {
	margin-top: -28px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 10px !important;
}
.swiper-slide .swiper-container-children-div { 
	height: 100%;
	max-height: 0;
	overflow: hidden;
	top: 98%;
}
.swiper-slide:hover .swiper-container-children-div {
	position: absolute;
	width: 100%;
	top: 0;
	max-height: 98%;
	background: linear-gradient(180deg, rgba(4, 166, 75, 0.3) 0%, #04A64B 100%);
	border-radius: 15px;
	padding: 0 20px 15px 20px;
	color: white;
	font-family: Roboto;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	display: flex;
    align-items: flex-end;
	transition: all 0.25s ease-in;
	display: none !important;
}
.swiper-container-children-div span {
	font-weight: 400;	
}

p.breadcrumbs__link {
	display: inline-block;
}

.blog-single .post-thumbnail img {
	width: 100%;
    height: auto;
}
.testimonials__block .swiper3-container .swiper-wrapper {
	display: flex !important;
	flex-direction: column-reverse;
}

.page-template-page-reviews #afilter {
	display: flex;
	justify-content: space-between;
	text-align: left;
}
.page-template-page-reviews #afilter select {
    padding: 15px 20px;
    border-radius: 15px;
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
    line-height: 0px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 4%), 4px 4px 16px rgb(0 0 0 / 8%);
    border: 0!important;
    margin: 0 5px;
    text-transform: uppercase;
    transition: background-color .5s ease;
}
.select-specs {
	display: none;
	float: left;
}
/* .select-specs-last,
.page-template-page-reviews #afilter select {
	float: left;
}
.page-template-page-reviews #afilter .bsdw {
	float: right;
}
.page-template-page-reviews #afilter .select-specs .bsdw {
	float: initial;
}
.page-template-page-reviews #afilter .bsdw {
	line-height: 20px !important;
} */
.page-template-page-reviews #afilter div.bsdw {
	margin: 0;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
	border: 2px solid #04A64B !important;
    color: #04A64B;
}
.page-template-page-reviews #afilter {
/* 	float: left;
	width: 97%; */
}
.page-template-page-reviews .rev-top-right {
	display: none !important;
}
.page-template-page-reviews .glsr-review1 {
	height: auto !important;
	border-bottom: 1px solid #bdbdc0;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.page-template-page-reviews .glsr-review-author {
	font-size: 18px;
	font-weight: bold;
}
.page-template-page-reviews .rev-top-left-city {
	color: gray;
	margin-top: -5px;
}
.page-template-page-reviews .rev-top-left,
.page-template-page-reviews .rev-bottom-one {
	margin-bottom: 15px;
}
.page-template-page-reviews .rev-bottom .txt-grn {
	margin-left: 5px;
	margin-tight: 5px;
}
.page-template-page-reviews a.txt-grn:hover {
	text-decoration: underline;
}
/* .page-template-page-reviews .glsr-reviews-wrap1 {
	margin: 125px 0 25px 0;
} */
.page-template-page-reviews .glsr-label {
	display: none !important;
}
.page-template-page-reviews .glsr-field {
	width: 48%;
	margin: 0 1% 20px 1%;
	float: left;
}
.page-template-page-reviews .glsr-field-textarea {
	width: 98%;
	margin: 0 1% 20px 1%;
	float: left;
}
.page-template-page-reviews .glsr-default form.glsr-form {
	display: inline-block !important;
}
#doctor_id_select {
	height: 42px;
	line-height: 42px;
	width: 98%;
	margin: 0 1% 20px 1%;
}
.h1 {
	font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
	text-align: center;
	width: 100%;
}
.product_image_cont a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.woocommerce-loop-product__title {
/* 	height: 45px; */
	height: auto;
	overflow: hidden;
}
/* .woocommerce-loop-product__title:hover{
	height: auto;
} */
.doctor__articles1ch1 img {
	height: 118%;
}
.page-numbers {
	text-align: center;
	display: inline-block;
	padding: 0;
	width: 100%;
}
.page-numbers li .prev,
.page-numbers li .next {
	display: none !important;
}
.page-numbers li {
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: 25px;
	
}
.page-numbers li span {
	background: #04A64B;
    position: relative;
	display: inline-block;
    border-radius: 50%;
	color: #04A64B;
	width: 10px;
    height: 10px;
    margin: 0 10px !important;
	font-size: 0;
}
.page-numbers li span:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #04A64B;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    filter: drop-shadow(0px 0px 1px #04A64B);
}
.page-numbers li a {
	width: 10px;
    height: 10px;
    margin: 0 10px !important;
	font-size: 0;
	display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2;
}
.pagination {
	width: 100%;
	margin-top: 30px;
}
header.d-flex.col {
	position: fixed;
    width: 100%;
	margin-top: -110px;
}
body {
	padding-top: 110px;
}
.site-main.blogmain .shdw a {
	position: relative;
}
.kategoriya-akczii {
	position: absolute;
	background: rgba(4, 166, 75, 0.85);
	border-radius: 100px 0px 0px 100px;
	padding: 6px 11px 6px 11px;
	bottom: 20px;
	right: 0;
	font-family: Roboto;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.site-main.blogmain .shdw p.green {
	font-family: Roboto;
	font-size: 16px;
	line-height: 24px;
	color: #04A64B;
}
.site-main.blogmain .shdw .pexcerpt {
	font-family: Roboto;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
	margin: 10px 0 30px 0;	
}
.site-main.blogmain .shdw .old-price {
	font-family: Roboto;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-decoration-line: line-through;
	color: #D4D4D4;
}
.site-main.blogmain .shdw .new-price {
	font-family: Roboto;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	color: #E73137;
}
.site-main.blogmain .section-switch {
	background: #F1F1F1;
	border-radius: 100px;
	width: 100%;
	padding: 17px 32px 17px 32px;
	box-sizing: border-box;
}
.site-main.blogmain .section-switch .bsdw.blog {
	margin-bottom: 0 !important;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04), 4px 4px 16px rgba(0, 0, 0, 0.08);
	border-radius: 100px;
	font-family: Roboto !important;
	font-size: 16px !important;
	letter-spacing: 0.01em !important;
	color: #111111 !important;
	text-transform: none !important;
}
.site-main.blogmain .section-switch .bsdw.blog.active {
	background: #FFFFFF;
	border: 2px solid #04A64B !important;
	box-sizing: border-box;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04), 4px 4px 16px rgba(0, 0, 0, 0.08);
	border-radius: 100px;
}
.action-big-image {
	width: 100%;
	height: auto;
	margin: 60px 0 70px 0;
}
.action-text-wrapper {
/* 	max-width: 800px; */
	margin: auto;
	text-align: left;
}
.action-text-wrapper .time-spand {
	font-family: Montserrat;
	font-size: 24px;
	line-height: 32px;
	color: #000000;
	margin-bottom: 20px;
}
.action-text-wrapper .time-spand span {
	font-weight: 700;
}
.action-prices {
	font-family: Montserrat;
	font-size: 24px;
	line-height: 32px;
	color: #000000;
	margin-bottom:45px;
}
.action-prices .old-price {
	font-weight: 500;
	text-decoration-line: line-through;
	color: #D4D4D4;
	display: inline-block;
}
.action-prices .new-price {
	font-weight: 700;
	color: #E73137;
	display: inline-block;
}
.action-text {
	margin-bottom: 60px;
}


.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
	padding-top: 0;
	padding-bottom: 0;
}
.entry-content {
  margin: 0 0 25px;
}
.entry-content p {
  margin: 0 0 25px;

    line-height: 24px;
    font-size: 16px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 20px;

  color: #404d5f;
  text-transform: uppercase;
}
.entry-content h1 {
  font-size: 36px;
  line-height: 42px;
}
.entry-content h2 {
  font-size: 30px;
  line-height: 36px;
}
.entry-content h3 {
  font-size: 24px;
  line-height: 34px;
}
.entry-content h4 {
  font-size: 20px;
  line-height: 30px;
}
.entry-content h5 {
  font-size: 16px;
  line-height: 28px;
}
.entry-content h6 {
  font-size: 14px;
  line-height: 24px;
}
.entry-content  blockquote {
  border-left: 9px solid #0186d5;
  padding-left: 35px;
}
.entry-content  blockquote h2 {


  line-height: 1.3;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 25px;
}


.entry-content  blockquote a {
  color: #fe824c;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: block;
}
.entry-content  blockquote p {
	color: #475267;
	font-family: 'Karla', sans-serif;
	font-size: 21px;
	line-height: 30px;
	margin-bottom: 0;
	font-style: italic;
}
.entry-content td,
.entry-content th {
  padding: 10px;
  color: #ffffff;
}
.entry-content table tbody td {
  border: 1px solid #e0e0e0;

}
.entry-content table tbody th {
  border: 1px solid #e0e0e0;

}
.entry-content table tbody tr {
  border-top: 1px solid #e0e0e0;
}
.entry-content table thead {
border-top: 1px solid #e0e0e0;
  background-color: #0186d5;
}
/*.entry-content table tbody tr:first-child {
  border-top: 1px solid #e0e0e0;
  background-color: #0186d5;
}*/
.entry-content dl {
  line-height: 24px;
}
.entry-content dt {

  margin-bottom: 10px;
  line-height: 24px;
  font-size: 16px;
   font-weight: bold;
}
.entry-content dd {
  margin-left: 10px;
  margin-bottom: 10px;
  line-height: 24px;

  font-size: 16px;
  font-weight: bold;
}
.entry-content ol,
.entry-content ul {
  list-style: disc;
  padding-left: 50px;
  margin-bottom: 15px;
}
.entry-content ol li,
.entry-content ul li {

  line-height: 24px;
}
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ul ul {
  margin-bottom: 10px;
}
.entry-content ol {
  list-style: decimal;
}
.entry-content address {
  line-height: 24px;

}
.entry-content kbd {
  background-color: #0186d5;
  box-shadow: none;
}
.entry-content pre {
  background-color: #0186d5;
  color: #fff;
  border: none;
  padding: 15px;
}
.entry-content .gallery img {
  border: none !important;
}
.entry-content img {
    max-width: 100%;
    height: auto;
}
.entry-content iframe {
	width: 100%;
	margin-top: 20px;
}
.section6_items > a {
	display: inline-block;
	width: 80%;
	margin: 0 10% 0 10%;
}
.section6_items > a > p {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	min-width: 100% !important;
	box-sizing: border-box;
	min-height: 104px;
	height: 104px;
}
.header-phones {
	height: 40px;
	overlow: visible;
	box-sizing: border-box;
	display: inline-block;
	padding: 0 !important;
	width: 200px;
}
.header-phones > a {
	padding: 10px 20px;
	display: flex;
}
.header-phones .second-phone {
	position: relative;
	display: none;
	border-radius: 100px;
    font-weight: 500;
    border-width: 2px;
	background-color: #ffffff;
    border: 1px solid #04A64B;
	z-index: 999;
	border-width: 2px !important;
	margin-top: 5px;	
}
.second-phone::before{
	content:"";
	position: absolute;
	top: -6px;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #fff;
}

.header-phones:hover .second-phone {
	display: flex;
}
.swiper-container-professionals .swiper-slide {
	margin-bottom: 20px;
}
.rev-bottom-one iframe {
	height: 600px !important;
}
#afilter {
	position: relative;
}
/* #afilter select {
	position: absolute;
	top: 20px;
    left: 20px;
} */

.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, .swiper-pagination-fraction {
	    width: 94% !important;
}
.swiper-container-children .swiper-pagination-bullets.swiper-pagination-horizontal {
	width: 100% !important;
}
.first .swiper-pagination-bullets {
	width: 100% !important;
}

/*Contact page*/
.contacts_flex{
	display: flex;
	align-items: center;	
}
.contacts_flex img{
	margin-right: 20px;
    flex: 1;
    max-width: 90px;
}
@media(max-width: 768px){
	.contacts_title{
		font-size: 24px !important;
		line-height: 120% !important;
	}	
}
/*Contact page END*/
/*Mobile menu*/
/* .topmenu > li{
	z-index: 9999;
} */
/*Mobile menu END*/
@media(max-width: 540px)
{
	
	.whyme {
	    margin: -145px 0 -70px -1% !important;
	}
	#primary-menu{
		position: relative;
		z-index: auto !important;
	}
}
@media(max-width: 500px)
{
	.whyme {
	    margin: -145px 0 -70px -5% !important;
	}
}
@media(max-width: 480px)
{
	.whyme {
	    margin: -145px 0 -70px -6% !important;
	}
}
@media(max-width: 460px)
{
	.whyme {
	    margin: -145px 0 -70px -10% !important;
	}
}
@media(max-width: 440px)
{
	.whyme {
	    margin: -145px 0 -70px -14% !important;
	}
}
@media(max-width: 420px)
{
	.whyme {
	    margin: -145px 0 -70px -18% !important;
	}
}
@media(max-width: 400px)
{
	.whyme {
	    margin: -145px 0 -70px -20% !important;
	}
}
@media(max-width: 380px)
{
	.whyme {
	    margin: -145px 0 -70px -25% !important;
	}
}
@media(max-width: 360px)
{
	.whyme {
	    margin: -145px 0 -70px -32% !important;
	}
}
@media(max-width: 340px)
{
	.whyme {
	    margin: -145px 0 -70px -37% !important;
	}
}
@media(max-width: 320px)
{
	.whyme {
	    margin: -145px 0 -70px -42% !important;
	}
}
@media(max-width: 300px)
{
	.whyme {
	    margin: -145px 0 -70px -42% !important;
	}
}
.swiper-container .btn-red img {
	min-width: 0 !important;
}

/*Новые стили*/
@media(max-width: 992px){
	.cards-items{
		grid-template-columns: repeat(3, 1fr);
	}
		.consultation-block{
		flex-direction: column;
	}
	.consultation-block .cta1__inp1{
		margin-right: 0% !important;
		width: 100%;
		max-width: 300px;
		margin-bottom: 10px;
	}

	.consultation-block .cta1__divinp2{
		margin-right: 0% !important;
		width: 100%;
		max-width: 300px;
		margin-bottom: 10px;
	}
	.consultation-block .cta1__divinp2 ~ .btn-icon{
		width: 100%;
    	max-width: 300px;
	}
}
@media(max-width: 770px){
	.cards-items{
		grid-template-columns: repeat(2, 1fr);
	}	
}
@media(max-width: 600px){
	.cards-items{
		grid-template-columns: repeat(1, 1fr);
		max-width: 320px;
		margin: 0 auto;
	}
		.price_headDropDown p{
	    flex-shrink: 0;
		width: 15px !important;
		height:15px
	}
}

/* .swiper-container-children>.swiper-wrapper .swiper-slide a{
	pointer-events: none;
} */

/* #fancybox-wrap{
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50% ) !important;
	height: 490px !important;
} 
 #fancybox-wrap #fancybox-outer{
	box-sizing: border-box;
}
#fancybox-overlay{
	height: 100% !important;
} */

#fancybox-overlay{
	position: relative !important;
}
#fancybox-wrap{
	position: fixed !important;
	top: 0 !important;
    left: 0 !important;
	width: 100% !important;
    height: 100vh !important;
    background-color: rgba(119, 119, 119 , 0.7);
    border-radius: 0 !important;	
}
#fancybox-outer{
	height: auto !important;
    max-width: 400px;
	z-index: 99999;
    margin: 5% auto;
}

#fancybox-content{
	height: 100% !important;
}

.entry-content>.post-thumbnail{
    float: right;
    max-width: 450px;
	width: 100%;
    margin: 0 0 20px 20px;
}	

.privacy-policy main p {
		margin-bottom: 1.5em;
		font-size: 16px;
		line-height: 20px;
	}

.event_nothing{
font-size: 22px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
}
.doctor__certificates .certificates .d-flex,
#doctor__certificates_vis .d-flex{
	 grid-gap: 10px;
}
article .entry-content a{
	color: #04A64B
}

/*New Fix Style*/

#fancybox-content form{
	padding-top: 10px;
}
@media only screen and (max-width:992px){
	#fancybox-wrap{
		overflow-y: scroll;
	}
}
/* #overlay{
	width: 100% !important;
	height: 100% !important;
}
#lightbox{
	top: 50% !important;
	transform: translatey(-50%) !important
}
#imageDataContainer{
	width: 80% !important
}
#lightboxImage,
#imageContainer,
#outerImageContainer{
	width: 100% !important;
	max-width: 700px;
	height: 100% !important;
	object-fit: cover;
} */



/*Main page section 3*/
@media only screen and (max-width:992px){
	.section3 div.s3alpg{
		flex-wrap: wrap;
	}
	.section3 div.s3alpg .s3btn1{
		flex: 1 1 20%
	}
	.section3 div.s3alpg .swiper3-pagination{
		width: 100% !important;
		margin-right: 0% !important;
		margin-left: 0% !important;
		flex: 1 1 80%
	}
	.section3 div.s3alpg .btn-icon{
		flex: 1 1 100%
	}
}
@media only screen and (max-width:540px){
	.section3 div.s3alpg{
		display: flex !important;
		flex-direction: column;
		justify-content: center;
	}
	.section3 div.s3alpg .swiper3-pagination{
		position: relative;
		display: flex !important;
		justify-content: center;
		bottom: 0;
		flex-wrap: wrap;
		row-gap: 10px;
	}
}
/*Main page section 3 END*/


/*Main page section 4*/

.section4 .swiper-wrapper{
	height: 100% !important;	
}
.section4 .swiper-container-professionals .swiper-slide{
	height: auto;
}
.section4 .swiper-container-professionals .swiper-slide>div{
	height: 100%;
}
.section4 .spec_section_pagintation{
    position: relative !important;
    bottom: 0 !important;	
}
@media only screen and (max-width:992px){
	.section4 .swiper-container-professionals .swiper-slide{
		height: auto !important;
	}
	.section4 .s4alpg{
		margin-top: 0;
	}
}
/*Main page section 4 END*/
/*Testimonilas page*/
.testimonials .swiper-wrapper{
	width: auto;
}
@media only screen and (max-width:992px){
	.page-template-page-reviews #afilter{
		flex-wrap: wrap;
		gap: 20px;
	}
	.page-template-page-reviews #afilter select,
	.page-template-page-reviews #afilter div.bsdw{
		flex: 1 1 45%;
	}
	.select-specs-last{
		flex: 1 1 100%;
		order: 1;
	}
	.page-template-page-reviews #afilter div.bsdw{
		padding: 20px 10px;
	}
	.select-specs-last .bsdw{
		padding: 20px 10px;
		width: 100%;
	}
	.testimonials__item .swiper-slide a{
		min-width: max-content !important;
		width: max-content !important;
	}
}
@media only screen and (max-width:765px){
	.select-specs-last{
	     margin-top: 0;
		flex-direction: column;
	}

}
/*Testimonilas page END*/

/*Efficiency page*/
@media only screen and (max-width:1200px){
	.pregnancy_section .split-section__col.split-chart .split-section__col__illustration{
		display: none;
	}
}
@media only screen and (max-width:992px){
	.pregnancy_section{
		flex-direction: column;
	}
	.pregnancy_section .split-section__col{
		width: 100%;
	}
	.pregnancy_section .split-section__col.split-chart .split-chart__plugin{
	    width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.pregnancy_section .split-section__col.split-chart .split-chart__plugin .visualizer-front>div>div{
		position: relative !important;
		width: 100% !important;
		height: 100% !important;
	}
	.pregnancy_section .split-section__col.split-chart .split-chart__plugin .visualizer-front>div>div>div{
		position: relative !important;
		display: flex;
		justify-content: center;
	}
}
@media only screen and (max-width:765px){
	.pregnancy_section .split-section__col.split-chart .split-chart__plugin .visualizer-front>div>div>div{
		transform: scale(0.7);
	}
	.pregnancy_section .split-section__col.split-chart .split-chart__plugin .visualizer-front>div>div>div>svg{
		flex-shrink: 0;
	}
}

/*Efficiency page*/
/*Producs page*/
@media only screen and (max-width:540px){
	.serv__doctor__procedures1_ch1 .d-flex.col{
		margin: 26px 10px;
	}
}
/*Producs page END*/
/*Blog*/
@media only screen and (max-width:992px){
	.popular-articles-items a.btn {
		line-height: 100%;
	}
}
/*Blog END*/

/*Promotions*/
@media only screen and (max-width:992px){
	.site-main.blogmain .section-switch{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
	}
	.site-main.blogmain .section-switch button{
		width: max-content;
		line-height: 1;
	}
}
/*Promotions END*/
/*About Us*/
.about-us .stats-wrapper:has(#read1div) {
	justify-content: center;
}
.about-us .stats-wrapper>div .about__statistics_p_numbers{
	margin: 0 auto 7%;
}
@media only screen and (max-width:992px){
	.about__certificates_img{
		width: 100% !important;
		margin: 2%;
		max-width: 300px;
	}	
}

/*About Us END*/

/*Product Page*/
html .product-template-default .swiper-container-professionals .swiper-wrapper{
	display: grid !important;
    grid-template-columns: repeat(auto-fill, 260px );
    gap: 20px;
}
@media only screen and (max-width:992px){
	.doctors-template-default a.swiper-slide>div.s4div1,
	.product-template-default a.swiper-slide>div.s4div1{
		height: 100% !important;
	}
	.doctors-template-default a.swiper-slide>div.s4div1 .s4div0,
	.product-template-default a.swiper-slide>div.s4div1 .s4div0{
		height: auto
	}
}
/*Product Page END*/

/*Doctor page*/
.allservices_ch1>a,
.allservices_ch1>a>img,
.serv__doctor__procedures1_ch1 .product_image_cont>a,
.serv__doctor__procedures1_ch1>a {
	border-radius: 20px;
}
@media only screen and (max-width:767px){
	.doctor__certificates .certificates .d-flex, #doctor__certificates_vis{
		overflow-x: hidden;
	}
	.doctor__certificates .certificates .d-flex, #doctor__certificates_vis .d-flex{
		overflow-x: auto;
		width: auto;
	}
}
@media only screen and (max-width: 764.98px){
	section.doctor__procedures1>h3{
		padding: 0 15px;
	}
	section.doctor__certificates>h3{
		padding: 0 calc(50vw - 270px);
	}
}
@media only screen and (max-width: 575.98px){
	section.doctor__certificates>h3{
		padding: 0 15px;
	}	
}
/*Doctor page*/

/*Blog Single Page*/
@media only screen and (max-width: 764.98px){
	.blog-template-default .swiper-container-professionals .swiper-wrapper .swiper-slide{
		width: max-content !important;
		max-width: 260px;
	}
}
/*Blog Single Page END*/
/*New Fix Style END*/

/* Hide section */
#sectionChildren,
#sectionInformation,
#sectionBegin,
#sectonAboutServ,
.menu_hide,
.sub-menu li.menu_hide,
button[onclick="filterSelection('nutritionist')"],
.section1__extra_4,
.about__advantages_ulnextimg,
.about__lada_div1 a:not(:first-child){
	display: none !important;
}
.about__lada_div1{
	justify-content: center;
}
/* Hide section END */

.about__advantages_info{
	width: 100% !important;
}
.about-certificates{
	gap: 10px;
}
.about__certificates_img {
	width: 100% !important;
	margin: 0 !important;
    max-width: 200px;
}
.about-certificates>a{
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}