/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: "Roboto", serif;
}

@font-face {
  font-family: 'Sriracha Cyrillic';
  src: url('fonts/sriracha-cyrillic.ttf') format('truetype');
}



:root {
  --font-family: "Geologica", sans-serif;
  --second-family: "Roboto", sans-serif;
  --third-family: "Sriracha Cyrillic", sans-serif;
  --font3: "Inter", sans-serif;
  --font4: "Raleway", sans-serif;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}

h1 {
  font-size: 32px;
  padding-bottom: 10px;
}

h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}

h3 {
  font-size: 18px;
  line-height: 25px;
}

h4 {
  font-size: 16px;
  line-height: 20px;
}

h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}

h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}

h2.entry-title {
  border-bottom: 1px solid #eaecef;
}

h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #563d7c;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1);
  padding: .74rem 1rem;
}

.navbar-brand>a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand>a:visited,
.navbar-brand>a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}

body:not(.theme-preset-active) #page-sub-header p {
  color: #212529;
}

a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }

  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav>li.current_page_item>a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
  position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
  display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
  border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
  float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

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

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}

.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .dropdown-menu li>.dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}

@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav>li>a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}

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

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav>li>a:focus,
.nav>li>a:hover {
  background-color: #eee;
  text-decoration: none;
}

.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}

.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/


.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

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

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on,
.byline,
.comments-link {
  color: #9a9a9a;
}

.entry-title>a {
  color: inherit;
}

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

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}

.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

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

.gallery-item .gallery-columns-2 {
  max-width: 50%;
}

.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}

.gallery-item .gallery-columns-4 {
  max-width: 25%;
}

.gallery-item .gallery-columns-5 {
  max-width: 20%;
}

.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}

.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}

.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}

.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value>select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}

body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}

.navbar-dark .site-info {
  color: #fff;
}

.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a,
footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav>li>a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }

  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}

/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}


.logo-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 25px;
}

.logo-block2 {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  color: #212f33;
}


.logo-block3 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  color: #495559;
}

.logo-block4 {
  font-family: var(--second-family);
  font-size: 16px;
  color: #495559;
  line-height: 20px;
}

.logo-block4 a {
  font-weight: 700;
  text-decoration: none;
  color: #495559;
  display: block;
}

.logo-block4 span {
  font-weight: 400;
  display: block;
}

.vers {
  fill: #77878C;
  transition: all 0.3s ease 0s;
}

.logo-block5 a:hover .vers {
  fill: #5ec480;
  transition: all 0.3s ease 0s;
}





.logo-block6 a {
  text-decoration: none;
  display: table;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  border: 1px solid #5ec480;
  background: #6c8;
  border-radius: 19px;
  width: 190px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.3s ease 0s;
}

.logo-block6 a:hover {
  opacity: 0.8;
}


@media (min-width:768px) {
#mega-menu-primary {
  display: flex !important;
  justify-content: space-between;
}
}

.mega-menu-link {
  font-family: var(--font-family) !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  color: #495559 !important;
}


.mega-menu-link:hover {
  color: #6c8 !important;
}



#mega-menu-wrap-primary #mega-menu-primary {
  border-radius: 20px;
  box-shadow: 0 5px 20px 0 rgba(138, 181, 195, 0.1), 0 0 35px 0 rgba(138, 181, 195, 0.1);
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 100;
}



#main-baner {
  background: url(images/bg.png) no-repeat top center, linear-gradient(90deg, #65ab74 0%, #78bf87 100%);
  background-size: cover;
  position: relative;
  top: -32px;
  padding-top: 90px;
  padding-bottom: 70px;
}

#main-baner h1,
#main-baner2 h1 {
  padding: 0;
  margin: 0;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 45px;
  line-height: 116%;
  color: #fff;
}

.main-baner {
  display: flex;
  align-items: center;
  position: relative;
}


.main-baner-block1 {
  width: 61%;
  padding-right: 20px;
}

.main-baner-block2 {
  width: 39%;
}

.main-baner-block2 img {
  position: absolute;
  width: 635px;
  top: -50px;
}
.main-fotm {
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 25px 30px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.main-fotm-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 25px;
  color: #fff;
  width: 100%;
  padding-bottom: 20px;
}

.main-fotm-input {
  width: 31%;
}

.main-fotm-input2 {
  width: 31%;
}

.main-fotm-sog {
  width: 100%;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 108%;
  color: #fff;
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
}

.main-fotm-sog::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(images/sog.svg) no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: -5px;
}

.main-fotm-sog a {
  color: #fff;
  text-decoration: underline;
}

.main-fotm-input input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  background: transparent;
  border-radius: 0px;
  padding: 0;
}

.main-fotm-input input::placeholder {
  color: #fff;
}

.main-fotm-input2 input {
  width: 100%;
  background: #fcef77;
  border-radius: 19px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  color: #212f33;
  border: none;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease 0s;
}

.main-fotm-input2 .wpcf7-spinner {
  display: none;
}

.main-fotm-input2 input:hover {
  background: #ecdf6b;
}


.main-baner-plusy {
  display: flex;
  justify-content: space-between;
}


.main-baner-plus {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  padding-left: 15px;
  border-left: 2px solid #fcea4c;
  min-height: 70px;
  display: flex;
  align-items: center;
}


.title {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 24px;
  color: #81c781;
  text-align: center;
  text-transform: capitalize;
}


.title2 {
  padding: 0;
  margin: 0;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 45px;
  color: #212f33;
  text-align: center;
}


#servise {
  padding-top: 40px;
  padding-bottom: 80px;
}


.uslugy-item,
.medical-item {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
}

.uslugy-block,
.medical-block {
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  margin-bottom: 25px;
}

.uslugy-block img {
  width: 100%;
  border-radius: 0px 0px 15px 15px;
}

.medical-block img {
  width: 100%;
  border-radius: 15px 15px 0px 0px;
}


.uslugy-title {
  background: #f3f6f7;
  border-radius: 15px 15px 0 0;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}

.medical-title {
  border-radius: 0px 0px 15px 15px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  background: #81c781;
}


.uslugy-title a,
.medical-title a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 105%;
  text-align: center;
  color: #212f33;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.medical-title a {
  color: #fff;
}

.medical-title a:hover {
  color: #fcef77;
}

.uslugy-title a:hover {
  color: #70b27f;
}

.uslugy-link {
  position: absolute;
  right: 5px;
  bottom: 5px;
  transition: all 0.2s ease 0s;
}

.uslugy-link:hover {
  bottom: 7px;
}



.medical-link {
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all 0.2s ease 0s;
}

.medical-link:hover {
  top: 13px;
}


.read-block1 {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}


.readMore,
.showless1 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  border-radius: 19px;
  width: 246px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #70b27f;
  cursor: pointer;
  ransition: all 0.3s ease 0s;
}

#medical .readMore,
#medical .showless1 {
  background: #fcef77;
  color: #495559;
}


#medical .readMore:hover,
#medical .showless1:hover {
  background: #ecdf6b;
  color: #495559;
}



.readMore:hover,
.showless1:hover {
  background: #6c8;
}



#medical .readMore::after,
#medical .showless1::after {
  background: url(images/down2.svg) no-repeat;
}



.readMore::after,
.showless1::after {
  content: "";
  position: relative;
  display: inline-block;
  background: url(images/down.svg) no-repeat;
  width: 10px;
  margin-left: 5px;
  height: 7px;
}

.showless1::after {
  transform: rotate(180deg);
}

.headers {
  top: -170px;
  transition: all 0.3s ease 0s;
}


.header_fixed {
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 100;
  top: 0px;
}


.hd-fx {
  padding-top: 155px;
}

.header_fixed .top-menu {
  top: 27px;
  position: relative;
  margin-top: -27px;
}


#medical {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f3f6f7;
}


.form-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-block1 {
  width: 49%;
}

.form-block2 {
  width: 49%;
}



.form-title1 {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 22px;
  color: #81c781;
  padding-bottom: 15px;
  text-transform: capitalize;
}

.form-title2 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  color: #212f33;
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}

.form-desc {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 20px;
  color: #495559;
  padding-bottom: 25px;
}


.form-input {
  width: 240px;
  padding-bottom: 25px;
}

.form-input input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #c9cfd1;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  color: #77878c;
  height: 40px;
  line-height: 40px;
  background: transparent;
  border-radius: 0px;
  padding: 0;
}

input:focus {
  outline: none;
}


.form-input input::placeholder {
  color: #77878c;
}


.form-botton {
  display: flex;
  align-items: center;
}

.form-input2 {
  width: 240px;
}


.form-input2 input {
  width: 240px;
  background: #6c8;
  border-radius: 19px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  border: none;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease 0s;
}

.form-input2 input:hover {
  opacity: 0.8;
  color: #fff;
}

.form-input2 .wpcf7-spinner {
  display: none;
}

.form-sog {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 117%;
  color: #77878c;
  position: relative;
  padding-left: 30px;
  margin-left: 20px;
}

.form-sog a {
  font-weight: 500;
  text-decoration: underline;
  color: #77878c;
}

.form-sog::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(images/sog2.svg) no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
}


#form {
  padding-top: 80px;
  padding-bottom: 60px;
}


#plus {
  padding-top: 60px;
  padding-bottom: 80px;
}


.plus-item {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.plus-block {
  width: 32%;
  margin-bottom: 25px;
  background: #f3f6f7;
  border-radius: 20px;
}

.plus-block img {
  border-radius: 20px 20px 0 0;
  width: 100%;
}


.plus-content {
  padding: 20px;
}

.plus-title {
  padding-bottom: 10px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 23px;
  line-height: 109%;
  color: #495559;
}


.plus-desc {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  color: #77878c;
  padding-bottom: 10px;
}


.price-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

.price-block {
  width: 23%;
  background: #fff;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
}

#price {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f3f6f7;
}


.price-title {
  background: #81c781;
  min-height: 75px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 105%;
  color: #fff;
  border-radius: 15px 15px 0px 0px;
}

.price-content {
  padding: 20px;
  border: 1px solid #dce5e8;
  border-radius: 0 0 15px 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.price-desc {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  color: #77878c;
  padding-bottom: 10px;
}

.price-price {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #495559;
}

.price-price span {
  font-weight: 700;
}

.price-title span {
  color: #fcef77;
}

.price-link {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

.price-link a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  border-radius: 19px;
  width: 246px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  background: #fcef77;
  color: #495559;
  text-decoration: none;
}

.price-link a:hover {
  background: #ecdf6b;
  color: #495559;
  text-decoration: none;
}


#calc {
  padding-top: 80px;
  padding-bottom: 60px;
}


.calc-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.calc-block1 {
  width: 49%;
}

.calc-block2 {
  width: 49%;
}


.form-calc-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form-calc-input {
  margin-bottom: 30px;
  border-bottom: 1px solid #c9cfd1;
}


.form-calc-block .form-calc-input {
  width: 49%;
}

.form-calc-block .form-calc-bottom {
  width: 49%;
}


.form-calc-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  color: #495559;
  display: block;
  margin-bottom: 10px;
}


.form-calc-input input[type="radio"] {
  display: none;
}


.form-calc-input input[type="radio"]+span::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(images/radio.svg) no-repeat;
  cursor: pointer;
  position: relative;
  top: 3px;
  margin-right: 8px;
}


.form-calc-input input[type="radio"]:checked+span::before {
  background: url(images/radio1.svg) no-repeat;
}

.form-calc-input .wpcf7-list-item {
  margin: 0;
  margin-right: 20px;
}


.form-calc-input label {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  color: #77878c;

}


.form-calc-bottom a {
  width: 100%;
  text-decoration: none;
  display: table;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  border: 1px solid #5ec480;
  background: #6c8;
  border-radius: 19px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.3s ease 0s;
}

.form-calc-bottom a:hover {
  opacity: 0.8;
}


.form-calc-input .form-control {
  padding: 0;
}


.calc-forms-title {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 20px;
  color: #495559;
  padding-bottom: 15px;
}


.calc-forms {
  display: none;
}


.calc-forms-open {
  display: block;
}


.form-calc-none {
  display: none;
}

.nurse-item {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  border-bottom: 1px solid #dce5e8;
}

.nurse-block1 {
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.nurse-block2 {
  width: 23%;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 25px;
  line-height: 80%;
  color: #fff;
  background: #81c781;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 15px 15px 0px 0px;
}

.nurse-block3 {
  width: 23%;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 25px;
  line-height: 80%;
  color: #77878c;
  text-align: center;
  background: #f3f6f7;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 15px 15px 0px 0px;
}


.nurse-item2 {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dce5e8;
}

.nurses .nurse-item2:last-child {
  border-bottom: none;
}







.nurse2-block1 {
  width: 50%;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 19px;
  color: #495559;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.nurse2-block2 {
  width: 23%;
  background: #81c781;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nurse2-block3 {
  background: #f3f6f7;
  width: 23%;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}


.nurse3-item {
  display: flex;
  justify-content: space-between;
}


.nurse3-block1 {
  width: 50%;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #495559;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 10px;
}

.nurse3-block2 {
  width: 23%;
  background: #81c781;
  border-radius: 0px 0px 15px 15px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
}

.nurse3-block3 {
  width: 23%;
  border-radius: 0px 0px 15px 15px;
  background: #f3f6f7;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #495559;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}


#nurse {
  padding-top: 40px;
  padding-bottom: 80px;
}


#scheme {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f3f6f7;
}

.scheme-item {
  display: flex;
  margin-top: 40px;
  justify-content: center;
  position: relative;
}



.scheme-nomber {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 70px;
  line-height: 100%;
  color: #81c781;
  opacity: 0.7;
  text-align: center;
  padding-bottom: 10px;
}


.scheme-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 105%;
  text-align: center;
  color: #495559;
  padding-bottom: 10px;
}

.scheme-desc {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 117%;
  text-align: center;
  color: #495559;
}


.scheme-block {
  border-radius: 100%;
  border: 1px solid #70b27f;
  padding: 10px;
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
  z-index: 10;
  background: #f3f6f7;
}

.scheme-block1 {
  width: 285px;
  height: 285px;
  border-radius: 100%;
  border: 1px solid #dce5e8;
  padding: 25px;
}


.scheme-item::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 70%;
  display: block;
  background: #70b27f;
  top: 50%;
  z-index: 1;
}


/* Slick slider  v1.5.9 */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-banner .slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}


#reviews {
  padding-top: 40px;
  padding-bottom: 80px;
}


.reviews-item {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}



.reviews-block1 {
  width: 32%;
}

.reviews-block2 {
  width: 66%;
}


.reviews-image1,
.reviews-slide2-1,
.reviews-image2 {
  display: none;
}


.reviews-title {
font-family: var(--font-family);
  font-weight: 400;
  font-size: 32px;
  line-height: 106%;
  color: #212f33;
  padding-bottom: 15px;
}


.reviews-data {
font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 115%;
  color: #77878c;
  padding-bottom: 15px;
}


.reviews-desc {
font-family: var(--second-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 139%;
  color: #495559;
}

.reviews-desc2 {
font-family: var(--second-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 153%;
  color: #77878c;
}


.slider-prev,
.slider-next {
  cursor: pointer;
  width: 37px;
  height: 37px;
  background: url(images/ryjgrf.svg) no-repeat;

}

.slider-next {
  transform: rotate(180deg);
}


.dots-slider li {
  list-style-type: none;
}

.dots-slider ul {
  margin-left: 0;
  padding-left: 0;
  margin: 0;
}

.slider-nav {
  display: flex;
  align-items: center;
}


.dots-slider .slick-dots {
  display: flex;
  padding-left: 10px;
    padding-right: 10px;
}

.dots-slider .slick-dots li {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: var(--font-family);
    font-weight: 400;
    font-size: 25px;
    color: #495559;
}


.dots-slider .slick-dots .slick-active {
  font-weight: 500;
    color: #70b27f;
}

.reviews-image1 img {
  border-radius: 20px;
}

.reviews-image2 img {
  border-radius: 15px;
}

.video-reviews {
  padding-top: 80px;
}


.slider-navs {
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 20px;
padding-bottom: 25px;
}


.slider-link a {
text-decoration: none;
font-family: var(--font-family);
font-weight: 400;
font-size: 17px;
color: #70b27f;
border: 1px solid #70b27f;
border-radius: 19px;
width: 186px;
height: 60px;
line-height: 60px;
text-align: center;
transition: all 0.3s ease 0s;
display: table;
position: relative;
}

.slider-link a::after {
content: "";
position: relative;
display: inline-block;
background: url(images/rrigght.svg) no-repeat;
width: 7px;
height: 11px;
margin-left: 10px;
top: 1px;
}


.slider-link a:hover::after {
  background: url(images/rrigght2.svg) no-repeat;
}





.slider-link a:hover {
  background: #70b27f;
  color: #fff;
}


.video-slider-block {
  display: none;
}


.video-slider-image img {
  border-radius: 15px 15px 0 0;
  width: 100%;
}

.video-slider-image {
  position: relative;
}


.video-slider-link {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
    margin-top: -23px;
}


.video-svg {
fill: #fff;
transition: all 0.2s ease 0s;
}
.video-svg1 {
stroke: #fff;
transition: all 0.2s ease 0s;
}



.video-slider-link:hover .video-svg {
fill: #81c781;
}



.video-slider-link:hover .video-svg1 {
  stroke: #81c781;
}



.video-slider {
  margin-top: 40px;
  margin-left: -15px;
    margin-right: -15px;
}



.video-slider-block {
  margin-left: 15px;
  margin-right: 15px;
}


.video-slider-title {
  font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 105%;
    color: #fff;
    background: #81c781;
  border-radius: 0px 0px 15px 15px;
      min-height: 90px;
      display: flex;
      align-items: center;
      padding-left: 20px;
      padding-right: 20px;
}



.slick-prev,
.slick-next {
  width: 31px;
  height: 31px;
  top: 50%;
    position: absolute;
    margin-top: -45px;
    transition: all 0.2s ease 0s;
    background: url(images/otz.svg) no-repeat;
    border: none;
    font-size: 0px;
    opacity: 0.9;
    z-index: 10;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
}




.slick-prev {
  left: -31px;
}

.slick-next {
  right: -31px;
  transform: rotate(180deg);
}


.slick-dots {
  margin-left: 0;
    padding-left: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.slick-dots li {
  list-style-type: none;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 25px;
}

.slick-dots li button {
  font-size: 0;
  border: none;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  background: #bec8cc;
}


 .slick-dots .slick-active button {
  background: #70b27f;
}

button:focus {
  outline: none;
}






#gallery {
  padding-top: 80px;
  padding-bottom: 50px;
}


.gallery-item {
  margin-top: 40px;
    margin-left: -10px;
      margin-right: -10px;
}


.gallery-block {
  display: none;
  margin-left: 10px;
  margin-right: 10px;
}


.gallery-block img {
  border-radius: 15px;
}


#staff {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f3f6f7;
}


.staff-item {
  margin-top: 40px;
}


.staff-image {
  padding: 7px;
  border: 1px solid #81c781;
  border-radius: 100%;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.staff-image img {
  border-radius: 100%;
}

.staff-title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #495559;
}

.staff-desc {
  font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #77878c;
    padding-bottom: 20px;
}

.staff-block {
  display: none;
}


#text {
  padding-top: 80px;
  padding-bottom: 80px;
}


.text-item {
  display: flex;
  align-items:flex-start;
  justify-content: space-between;
}


.text-block1 {
  width: 62%;
}

.text-block2 {
  width: 37%;
  border: 1px solid #dce5e8;
    border-radius: 20px;
    padding: 30px;
}

.textform-title {
font-family: var(--third-family);
  font-weight: 400;
  font-size: 22px;
  color: #81c781;
  padding-bottom: 10px;
  text-transform: capitalize;
}

.textform-title1 {
padding-bottom: 20px;
font-family: var(--font-family);
  font-weight: 400;
  font-size: 30px;
  line-height: 106%;
  color: #212f33;
}

.textform-input {
    width: 240px;
    max-width: 100%;
      padding-bottom: 25px;
}


.textform-input input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #c9cfd1;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  color: #77878c;
  height: 40px;
  line-height: 40px;
  background: transparent;
  border-radius: 0px;
  padding: 0;
}

.textform-input2 {
  margin-bottom: 20px;
}


.textform-input2 input {
  width: 240px;
  max-width: 100%;
background: #6c8;
border-radius: 19px;
height: 60px;
line-height: 60px;
text-align: center;
font-family: var(--font-family);
font-weight: 400;
font-size: 17px;
color: #fff;
border: none;
padding: 0;
margin: 0;
transition: all 0.3s ease 0s;
}



.textform-input2 input:hover {
  color: #fff;
  opacity: 0.8;

}


.text-block2 .form-sog {
  margin-left: 0px;
}


.text-phone {
  margin-top: 20px;
  font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    color: #77878c;
}

.text-phone a {
  text-decoration: none;
  color: #495559;
  font-weight: 700;
}

.text-phone a:hover {
  color: #81c781;
  text-decoration: none;
}

.text {
  font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 139%;
    color: #495559;
}


.fn_readmore+[data-readmore-toggle],
.fn_readmore[data-readmore] {
  display: inline-block;
  width: auto;
  position: relative;
}

.fn_readmore[aria-expanded="false"]::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 4em;
  background: -moz-linear-gradient(top, #fff0 0, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
}

.fn_readmore[data-readmore] {
  transition: height 500ms;
  overflow: hidden;
  max-height: 250px;
  display: block;
  width: 100%;
}

.fn_readmore+[data-readmore-toggle] {
  margin-top: 13px;
  text-decoration: none;
  transition: all 0.3s;
}

.fn_readmore+[data-readmore-toggle]:hover,
.fn_readmore+[data-readmore-toggle]:focus {
  color: var(--okay-button-text);
  text-decoration: none;
}

.fn_readmore+[data-readmore-toggle] span {
  color: #6c8;
  background: transparent;
  border-color: #6c8;
  border: 1px solid;
  border-radius: 3px;
  padding: 1px 20px;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  transition: all .3s;
  font-weight: 500;
}

.fn_readmore+[data-readmore-toggle]:hover span {
  color: #fff;
  background: #6c8;
  border-color: #6c8;
}




#faq {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f3f6f7;
}



.faq-item {
  margin-top: 40px;
  width: 90%;
}


.faq-item details summary {
  display: block;
  outline-style: none;
  cursor: pointer;
  padding-right: 10px;
}

.faq-item details {
  display: block;
  outline-style: none;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #bec8cc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}


.faq-item summary {
font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #495559;
  padding-top: 10px;
  padding-bottom: 10px;
}



.faq-item details summary::-webkit-details-marker {
  display: none;
}



.faq-item details .faq-n {
  content: "";
  background: url(images/vector6.svg) no-repeat top right;
      padding-right: 10px;
}


.faq-item details[open] .faq-n {
background: url(images/vector7.svg) no-repeat top right;
}


.faq-text {
  margin-top: 10px;
font-family: var(--second-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 128%;
  color: #495559;
}

.map {
  width: 100%;
  height: 522px;
}


#contact {
  padding-top: 80px;
  padding-bottom: 80px;
}


.contact-item {
  display: flex;
  justify-content: space-between;
}


.contact-block1 {
  width: 69%;
  max-height: 522px;
}

.contact-block2 {
  width: 31%;
  padding: 35px;
  border: 1px solid #dce5e8;
  border-radius: 0 20px 20px 0;
}


.contact-block-text {
  font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    color: #495559;
    padding-bottom: 25px;
}

.contact-block-text a {
  color: #495559;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.contact-block-text a:hover {
  color: #6c8;
}


.contact-block-text span {
  display: block;
  font-family: var(--font-family);
    font-weight: 500;
    font-size: 23px;
    line-height: 109%;
    letter-spacing: -0.01em;
    color: #212f33;
    padding-bottom: 10px;
}


.contact-block-soc {
  display: flex;
  align-items: center;
}


.max {
width: 30px;
height: 30px;
  text-decoration: none;
    display: block;
    background: url(images/max.svg) no-repeat;
    transition: all 0.3s ease 0s;
    margin-right: 10px;
}

.telegram {
width: 30px;
height: 30px;
  text-decoration: none;
    display: block;
    background: url(images/telegram.svg) no-repeat;
    transition: all 0.3s ease 0s;
    margin-right: 10px;
}

.whatsapp {
width: 30px;
  height: 30px;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease 0s;
  background: url(images/whatsapp.svg) no-repeat;
  margin-right: 10px;
}

.vk {
width: 30px;
  height: 30px;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease 0s;
  background: url(images/vk.svg) no-repeat;
}

.max:hover,
.telegram:hover,
.whatsapp:hover,
.vk:hover {
  opacity: 0.8;
}


.contact-block-call a {
    text-decoration: none;
      display: table;
      font-family: var(--font-family);
      font-weight: 400;
      font-size: 17px;
      color: #fff;
      border: 1px solid #5ec480;
      background: #6c8;
      border-radius: 19px;
      width: 195px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      transition: all 0.3s ease 0s;
}

.contact-block-call a:hover {
  opacity: 0.8;
}

.contact-block-call {
  padding-top: 10px;
}


footer {
  background: #5c9969;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  text-decoration: none;
  color: #fcef77;
}


.footer-item {
  display: flex;
  justify-content: space-between;
}

.footer-block1 {
  width: 25%;
}

.footer-block2 {
  width: 26%;
}

.footer-block3 {
  width: 23%;
}

.footer-title {
  font-family: var(--font-family);
    font-weight: 200;
    font-size: 16px;
    color: #fff;
    padding-bottom: 12px;
}

.footer-title2 {
  font-family: var(--font-family);
    font-weight: 500;
    font-size: 23px;
    color: #fff;
    padding-bottom: 15px;
}

.footer-logo {
  padding-bottom: 20px;
}

.footer-logo img {
  width: 170px;
}


.footer-item ul {
  margin-left: 0;
  padding-left: 0;
}

.footer-item li {
  list-style-type: none;
}

.footer-item li a {
  text-decoration: none;
  font-family: var(--font-family);
    font-weight: 200;
    font-size: 16px;
    line-height: 194%;
    color: #fff;
    display: block;
    text-decoration: none;
}

.footer-item li a:hover {
text-decoration: none;
color: #fcef77;
}



.footer-soc {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}




.footer-call a {
  text-decoration: none;
  display: table;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  color: #495559;
  border: 1px solid #fcef77;
  background: #fcef77;
  border-radius: 19px;
  width: 195px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.3s ease 0s;
}

.footer-call a:hover {
background: #ecdf6b;
  color: #495559;
  text-decoration: none;
}


.soc-fix {
  position: fixed;
top: 20px;
  right: 20px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  box-shadow: 0 5px 20px 0 rgba(138, 181, 195, 0.1), 0 0 35px 0 rgba(138, 181, 195, 0.1);
    background: #fff;
    border-radius: 20px;
    padding: 15px;
}

.soc-fix .max,
.soc-fix .telegram,
.soc-fix .whatsapp {
  margin-right: 0px;
  margin-bottom: 10px;
}

.headen {
  display: none;
}

#callback,
#consul2 {
  width: 400px;
}

#callback .textform-title1,
#consul2 .textform-title1 {
  padding-bottom: 15px;
  font-size: 26px;
}

#callback .textform-title,
#consul2 .textform-title {
  font-size: 18px;
}

#callback .form-sog,
#consul2 .form-sog {
  margin-left: 0px;
}

#callback .textform-input,
#consul2 .textform-input {
  width: 100%;
}

#callback .textform-input2 input,
#consul2 .textform-input2 input {
  width: 100%;
}


.logo-block1 img {
  max-width: 150px;
}




@media (max-width:1560px) {
.main-baner-block2 img {
  position: relative;
  width:auto;
  top: 0;
}
}

@media (max-width:1350px) {
.slick-prev {
    left: 0px;
  }
.slick-next {
  right: 0px;
}

.soc-fix {
  top: 160px;
}
}

@media (max-width:1200px) {
.faq-item {
width: 100%;
}
.map {
  height: 549px;
}
.contact-block1 {
  max-height: 549px;
}

.main-fotm {
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 20px 25px;
}

.main-baner-block1 {
  width: 65%;
  padding-right: 10px;
}

.main-baner-block2 {
  width: 35%;
}

.main-baner-plus {
  font-size: 14px;
  padding-left: 10px;
}
#main-baner {
  padding-top: 80px;
  padding-bottom: 80px;
}

.mega-menu-link {
  font-size: 15px !important;
}

.form-desc {
  font-size: 18px;
}

.form-desc br {
  display: none;
}

.form-title1 {
  padding-bottom: 10px;
}

.reviews-image2 {
  padding-left: 5px;
  padding-right: 5px;
}
}

@media (max-width:992px) {
.logo-block3 {
  display: none;
}

.logo-block5 {
  display: none;
}
.logo-block2 {
  font-size: 15px;
}
.logo-block4 {
  font-size: 15px;
}

.logo-block6 a {
  font-size: 16px;
  width: 170px;
}
.mega-menu-link {
  font-size: 14px !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
  line-height: 50px;
  height: 50px;
  padding: 0px 2px 0px 2px;
}

#main-baner {
padding-top: 60px;
padding-bottom: 40px;
top: -27px;
}

#main-baner h1,
#main-baner2 h1 {
  font-size: 38px;
}

.title2 {
  font-size: 36px;
}

.title {
  font-size: 20px;
}

.main-fotm {
  margin-top: 40px;
  margin-bottom: 40px;
}

.main-baner-plusy {
  flex-wrap: wrap;
}


.main-baner-plus {
  padding-left: 10px;
  width: 50%;
  margin-bottom: 20px;
}

#servise {
  padding-top: 20px;
  padding-bottom: 60px;
}

.uslugy-title a,
.medical-title a {
  font-size: 16px;
}

.uslugy-title {
  height: 75px;
}

.readMore,
.showless1 {
  font-size: 16px;
  width: 220px;
  height: 50px;
  line-height: 50px;
}

#medical {
  padding-top: 60px;
  padding-bottom: 60px;
}

#form {
  padding-top: 60px;
  padding-bottom: 40px;
}

.form-item {
  flex-wrap: wrap;
}

.form-block1 {
  width: 100%;
  margin-bottom: 40px;
}
.form-block1 img {
  width: 100%;
}
.form-sog::before {
  top: -3px;
}

.form-block2 {
  width: 100%;
}

#plus {
  padding-top: 40px;
  padding-bottom: 60px;
}
.plus-block {
  width: 48%;
}

.plus-title {
  font-size: 20px;
}

.plus-desc {
  font-size: 16px;
}

#price {
  padding-top: 60px;
  padding-bottom: 50px;
}

.form-title1 {
  font-size: 20px;
}

.form-title2 {
  font-size: 32px;
}


.price-link a {
  font-size: 16px;
  width: 210px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.price-block {
  width: 49%;
  margin-bottom: 20px;
}

.price-link {
  padding-top: 20px;
}

#calc {
  padding-top: 60px;
  padding-bottom: 40px;
}


.calc-item {
 flex-wrap: wrap;
}

.calc-block1 {
  width: 100%;
  margin-bottom: 40px;
}
.calc-block2 {
  width: 100%;
}

#nurse {
  padding-top: 40px;
  padding-bottom: 60px;
}

.nurse-block2,
.nurse-block3 {
  font-size: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.nurse2-block1 {
  font-size: 16px;
}

.nurse3-block1 {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 30px;
}

.nurse3-block2,
.nurse3-block3 {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 30px;
}

#scheme {
  padding-top: 60px;
  padding-bottom: 60px;
}


.scheme-block1 {
  width: 220px;
  height: 220px;
  padding: 10px;
}

.scheme-nomber {
  font-size: 48px;
}

.scheme-title {
  font-size: 16px;
}
.scheme-desc {
  font-size: 16px;
}
#gallery {
  padding-top: 60px;
  padding-bottom: 40px;
}

.slick-dots li {
  margin-top: 7px;
}

#reviews {
  padding-top: 40px;
  padding-bottom: 60px;
}

.reviews-item {
 flex-wrap: wrap;
}

.reviews-block1 {
  width: 100%;
  margin-bottom: 40px;
}
.reviews-block2 {
  width: 100%;
}


.reviews-image1 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.video-reviews {
  padding-top: 60px;
}

.reviews-title {
  font-size: 28px;
}

.reviews-data {
  font-size: 18px;
}

.reviews-desc {
  font-size: 16px;
}

#staff {
  padding-top: 60px;
  padding-bottom: 60px;
}

.staff-title {
  font-size: 18px;
}

.staff-desc {
  font-size: 16px;
  padding-bottom: 15px;
}

#text {
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-item {
  flex-wrap: wrap;
}

.text-block1 {
  width: 100%;
  margin-bottom: 40px;
}


.text-block2 {
  width: 100%;
}

#faq {
  padding-top: 60px;
  padding-bottom: 60px;
}

.faq-item summary {
  font-size: 18px;
}

.faq-text {
  font-size: 16px;
}
#contact {
  padding-top: 60px;
  padding-bottom: 60px;
}

.contact-block1 {
  width: 60%;
  max-height: 515px;
}

.contact-block2 {
  width: 40%;
  padding: 30px;
}


.contact-block-text span {
  font-size: 20px;
}

.map {
height: 515px;
}

.contact-block-call a {
  font-size: 16px;
  width: 200px;
  height: 50px;
  line-height: 50px;
}

.footer-title2 {
  font-size: 20px;
  padding-bottom: 10px;
}

.footer-title {
  font-size: 15px;
}

.footer-item li a {
  font-size: 15px;
  line-height: 180%;
}

.text {
  font-size: 16px;
}

.calc-block1 img {
  width: 100%;
}
}

@media (max-width:768px) {


.logo-block2 {
  display: none;
}
  

.logo-block6 {
    display: none;
  }

.logo-block4 {
  font-size: 18px;
  padding-top: 15px;
}


.moby-menu {
display: flex;
justify-content: space-between;
box-shadow: 0 5px 20px 0 rgba(138, 181, 195, 0.1), 0 0 35px 0 rgba(138, 181, 195, 0.1);
background: #fff;
padding: 7px 10px;
z-index: 10;
position: relative;
align-items: center;
border-radius: 20px;
}


.moby-soc {
  display: flex;
}


.logo-item {
  padding-top: 5px;
  padding-bottom: 20px;
}


.hd-fx {
  padding-top: 135px;
}

.header_fixed .top-menu {
  top: 0px;
  position: relative;
  margin-top: 0px;
}


.header_fixed .moby-menu {
top: 27px;
margin-top: -27px;
}
 


.mega-menu-link {
font-size: 18px !important;
}


#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
padding: 7px 20px 7px 20px;
}

#mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
border-radius: 0px;
        padding: 10px;
}


#mega-menu-wrap-primary:has(.mega-menu-open) #mega-menu-primary[data-effect-mobile^="slide_"]+button.mega-close:before {
color:  #5EC480;
width: 45px;
height: 45px;
font-size: 30px;
}


#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
padding: 0px 15px !important;
}


.main-baner {
flex-wrap: wrap;
z-index: 1;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open+#mega-menu-primary {
z-index: 1000;
padding-top: 40px;
}


.main-baner-block1 {
width: 100%;
padding-right: 0px;
}

.main-baner-block2 {
display: none;
}


.main-baner-moby {
  display: flex;
  align-items: center;
}
 
.main-baner-moby h1 {
  width: 55%;
}

.baner-moby-image {
  width: 45%;
}


#main-baner h1,
#main-baner2 h1 {
font-size: 26px;
}

#main-baner h1 br,
#main-baner2 h1 br {
  display: none;
}
.main-fotm {
margin-top: 20px;
margin-bottom: 20px;
}

#main-baner {
padding-top: 40px;
padding-bottom: 20px;
}

.main-fotm-input {
  width: 100%;
  margin-bottom: 20px;
}

.main-fotm-input2 {
  width: 100%;
}
#servise {
  padding-top: 10px;
  padding-bottom: 40px;
}

.uslugy-block,
.medical-block {
  width: 48%;
  margin-bottom: 20px;
}
#medical {
  padding-top: 40px;
  padding-bottom: 40px;
}

#form {
  padding-top: 40px;
  padding-bottom: 20px;
}

.form-botton {
  align-items: flex-start;
  flex-direction: column;
}


.form-sog {
  margin-left: 0px;
}


.form-input2 {
  margin-bottom: 20px;
}
.form-sog::before {
  top: 2px;
}

#plus {
padding-top: 30px;
padding-bottom: 30px;
}

.plus-block {
width: 100%;
}

#price {
padding-top: 40px;
padding-bottom: 40px;
}

.price-link {
padding-top: 10px;
}


.title2 {
font-size: 34px;
}

#calc {
padding-top: 50px;
padding-bottom: 20px;
}


#nurse {
padding-top: 10px;
padding-bottom: 40px;
}

.nurse-block1 {
width: 40%;
padding-top: 20px;
padding-bottom: 20px;
}


.nurse-block2,
.nurse-block3 {
width: 30%;
font-size: 18px;
padding-top: 20px;
padding-bottom: 20px;
}


.nurse2-block1 {
font-size: 14px;
width: 40%;
}

.nurse2-block2,
.nurse2-block3 {
  width: 30%;
}

.nurse3-block1 {
font-size: 16px;
width: 40%;
}

.nurse3-block2,
.nurse3-block3 {
  font-size: 16px;
  width: 30%;
}


#scheme {
padding-top: 40px;
padding-bottom: 20px;
}


.scheme-item::before {
display: none;
}

.scheme-item {
flex-wrap: wrap;
align-items: center;
}


.scheme-block {
padding: 4px;
margin: 0;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 20px;
width: 195px;
height: 195px;
display: block;
}

.scheme-block1 {
width: 185px;
height: 185px;
padding: 5px;
}

.scheme-nomber {
font-size: 36px;
}

.scheme-desc {
font-size: 14px;
}

#gallery {
padding-top: 40px;
padding-bottom: 30px;
}

#reviews {
  padding-top: 30px;
  padding-bottom: 50px;
}


.reviews-slide3 {
  display: none;
}

.reviews-image1 img {
max-width: 220px;
}

.slider-navs {
  padding-top: 20px;
  padding-bottom: 20px;
  flex-direction: column;
}


.slider-link {
padding-top: 40px;
}
.video-reviews {
padding-top: 30px;
}

#staff {
padding-top: 40px;
padding-bottom: 40px;
}

#text {
padding-top: 40px;
padding-bottom: 40px;
}
#faq {
padding-top: 40px;
padding-bottom: 40px;
}
#contact {
padding-top: 40px;
padding-bottom: 40px;
}

.contact-item {
  flex-wrap: wrap;
}


.contact-block1 {
  width: 100%;
  height: 250px;
  order: 2;
}

.map {
  height: 250px;
}


.contact-block2 {
width: 100%;
padding: 25px;
border-radius: 20px 20px 0px 0px;
order: 1;
}


footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-item {
 flex-wrap: wrap;
}


.footer-block1 {
  width: 100%;
  margin-bottom: 20px;
}
.footer-block2 {
  width: 100%;
  margin-bottom: 20px;
}

.footer-block3 {
  width: 100%;
}

.staff-desc {
padding-bottom: 0px;
}


#reviews .slick-dots {
  padding-top: 20px;
}

.logo-block1 img {
  max-width: 140px;
}


.main-fotm-title {
  font-size: 22px;
  padding-bottom: 10px;
}

}


.main-baner-block3 {
width: 55%;
padding-top: 40px;
}

.main-baner-block4 {
width: 45%;
}

.main-baner-desc {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 30px;
  line-height: 113%;
  color: #fcef77;
padding-top: 40px;
  padding-bottom: 25px;
}

#main-baner2 {
  background: url(images/bg.png) no-repeat top center, linear-gradient(90deg, #65ab74 0%, #78bf87 100%);
  background-size: cover;
  position: relative;
  top: -32px;
  padding-top: 60px;
  padding-bottom: 0px;
}



#breadcrumb {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}

.yoast-breadcrumbs,
.yoast-breadcrumbs a  {
  font-family: var(--second-family);
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
    color: #77878c;
    text-decoration: none;
}

.yoast-breadcrumbs a {
  margin-right: 5px;
}

.yoast-breadcrumbs span {
  margin-left: 5px;
}


.content-item {
  display: flex;
  justify-content: space-between;
}

.content-block1 {
  width: 30%;
}

.content-block2 {
  width: 68%;
}

.content-text {
  font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 139%;
    color: #495559;
}

.content-text h2,
.content-text h3 {
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  font-family: var(--font-family);
    font-weight: 400;
    font-size: 32px;
    line-height: 106%;
    color: #212f33;
}

.content-text p {
  margin-bottom: 1em;
}

.vertical-category-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}

.dropdown-category-menu {
  list-style: none;
  padding: 10px;
  margin: 0;
}


.service1-menu {
  background: #f3f6f7;
  padding: 20px;
  border-radius: 20px;
}


.service1-menu .zagg {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 10px;
  font-family: var(--font-family);
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
    color: #6c8;
}




.ar-left {
  cursor: pointer;
  margin-left: 5px;
  width: 10px;
  height: 17px;
  background: url(images/ar-left.svg) no-repeat;
  display: inline-block;
  top: 3px;
  position: relative;
  transform: rotate(90deg);
}


.toggle-subcategories {
  position: absolute;
  right: 0px;
  width: 17px;
  height: 25px;
  top: 3px;
}

.active .ar-left {
  transform: rotate(-90deg);
}
.vertical-category-menu li {
  position: relative;
}


.vertical-category-menu li a {
  font-family: var(--second-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #495559;
  margin-bottom: 7px;
  margin-top: 7px;
  display: inline-block;
  padding-right: 10px;
  text-decoration: none;
}


.vertical-category-menu li a:hover {
  color: #6c8;
    text-decoration: none;
}


.dropdown-category-menu li a {
    font-size: 18px;
}


.active {
  color: #6c8 !important;
      font-weight: 600 !important;
}


.actives2 {
  display: block !important;
}


.form-service {
  background: #81c781;
  padding: 20px;
  border-radius: 20px;
  margin-top: 40px;
}



.form-service-title {
  font-family: var(--font-family);
    font-weight: 400;
    font-size: 32px;
    line-height: 106%;
    color: #fff;
    padding-bottom: 20px;
    padding-top: 10px;
}


.form-service-input {
  padding-bottom: 20px;
  width: 230px;
}

.form-service-input2 {
  width: 230px;
  padding-top: 10px;
}


.form-service-input2 .wpcf7-spinner {
  display: none;
}


.form-service-input input {
  width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    background: transparent;
    border-radius: 0px;
    padding: 0;
}

.form-service-input input::placeholder {
  color: #fff;
}


.form-service-input2 input {
  width: 100%;
    background: #fcef77;
    border-radius: 19px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    color: #212f33;
    border: none;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease 0s;
}


.form-service-input2 input:hover {
  background: #ecdf6b;
}


#main-baner2 .main-fotm-sog::before {
  top: 2px;
}


.form-service-sog::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(images/sog.svg) no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}

.form-service-sog {
  width: 100%;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 108%;
  color: #fff;
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
  padding-bottom: 20px;
}

.form-service-sog a  {
  color: #fff;
  text-decoration: underline;
}


#content-uslugy {
  padding-bottom: 40px;
}

#table {
  padding-top: 30px;
  padding-bottom: 40px;
}


.table-item {
  margin-top: 40px;
  border: 1px solid #81c781;
    border-radius: 20px;
}


.table-tile {
  text-align: center;
  font-family: var(--font3);
    font-weight: 700;
    font-size: 23px;
    line-height: 87%;
    min-height: 60px;
    color: #fff;
    display: flex;
    align-items:center;
    justify-content: center;
    background: #81c781;
    border-radius: 18px 18px 0 0;
}


.table-block {
  display: flex;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: var(--second-family);
    font-weight: 400;
    font-size: 20px;
    color: #495559;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #dce5e8;
}

.table-items .table-block:last-child {
  border-bottom: none;
}


.table-zag {
color: #70b27f;
font-weight: 600;
}

.table-block1 {
width: 75%;
}

.table-block2 {
width: 25%;
}


#form2 {
padding-top: 40px;
padding-bottom: 80px;
}

#plus2 {
padding-top: 40px;
padding-bottom: 40px;
}


#reviews2  {
   padding-top: 80px;
   padding-bottom: 80px;
 }


 #text2 {
  padding-top: 80px;
  padding-bottom: 80px;
 }


 @media (max-width:992px) {


.main-baner-desc {
    font-size: 26px;
    padding-top: 30px;
    padding-bottom: 10px;
  }

.content-text h2,
.content-text h3 {
  font-size: 28px;
}

.content-text {
  font-size: 16px;
}


.service1-menu .zagg {
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 22px;
}

.vertical-category-menu li a {
  font-size: 16px;
}


.dropdown-category-menu li a {
  font-size: 14px;
}
.form-service-title {
  font-size: 22px;
}

.form-service-input {
  width: 100%;
}
.form-service-input2 {
width: 100%;
}

#table {
  padding-top: 20px;
  padding-bottom: 20px;
}

.table-tile {
  font-size: 20px;
  min-height: 50px;
}


.table-block {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
}

#form2 {
  padding-top: 20px;
  padding-bottom: 60px;
}

#reviews2 {
  padding-top: 60px;
  padding-bottom: 60px;
}


#text2 {
  padding-top: 60px;
    padding-bottom: 60px;
}

.form-service {
  margin-top: 30px;
}
 }



 @media (max-width:768px) {

.form-service {
    display: none;
  }

.content-item {
 flex-wrap: wrap;
}


.content-block1 {
  width: 100%;
  padding-bottom: 20px;
}

.content-block2 {
  width: 100%;
}

.vertical-category-menu li a {
  font-size: 18px;
}


.vertical-category-menu {
  display: none;
}

.vertical-category-menu-open {
  display: block;
  margin-top: 20px;
}


.service1-menu .zagg {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service1-menu .zagg span {
position: relative;
}






.service1-menu .zagg span::before {
  background: #6c8;
  height: 25px;
  width: 2px;
  content: "";
  position: absolute;
  display: block;
  right: 11px;
  top: -13px;
  transition: all 0.3s ease 0s;
}


.service1-menu .zagg span::after {
background: #6c8;
height: 2px;
width: 25px;
content: "";
position: absolute;
display: block;
right: 0px;
top: -2px;
transition: all 0.3s ease 0s;
}



.men-open span::before {
transform: rotate(45deg);
}

.men-open span::after {
  transform: rotate(45deg);
}

#content-uslugy {
  padding-bottom: 20px;
}

.table-block {
  justify-content: space-between;
}
#plus2 {
  padding-top: 20px;
  padding-bottom: 20px;
}
#form2 {
padding-bottom: 40px;
}

#text2 {
padding-top: 40px;
padding-bottom: 40px;
}

.main-baner-block3 {
  width: 100%;
      padding-top: 0px;
}

.main-baner-desc {
font-size: 20px;
padding-top: 15px;
padding-bottom: 10px;
}

#main-baner2 {
  padding-top: 40px;
  padding-bottom: 10px;
}
}


#medical2 {
  padding-top: 20px;
  padding-bottom: 40px;
}

#plus3 {
  padding-top: 50px;
  padding-bottom: 80px;
}


.plus2-item {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.plus2-block {
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
}

.plus2-block img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.plus2-title {
  padding-top: 10px;
  font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #495559;
}


#form3 {
  padding-top: 80px;
  padding-bottom: 80px;
}


#reviews-med {
    padding-top: 80px;
    padding-bottom: 10px;
  }


.rews-item {
  margin-top: 40px;
  margin-left: -10px;
    margin-right: -10px;
}

.rews-block {
display: none;
margin-left: 10px;
margin-right: 10px;
border: 1px solid #70b27f;
border-radius: 15px;
position: relative;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 25px;
padding-right: 25px;
padding-bottom: 17px;
}



.rews-block::before {
  content: "";
  position: absolute;
  background: url(images/cov.svg) no-repeat;
  width: 40px;
  height: 40px;
    left: 20px;
      top: -20px;
}


.rews-block::after {
  content: "";
  position: absolute;
  background: url(images/cov.svg) no-repeat;
  width: 40px;
  height: 40px;
  right: 20px;
  bottom: -20px;
  transform: rotate(180deg);
}

.rews-title {
display: flex;
align-items: center;
padding-top: 10px;
padding-bottom: 20px;
}


.rews-name {
  width: 70px;
    height: 70px;
    font-family: var(--second-family);
      font-weight: 500;
      font-size: 25px;
      color: #212c33;
      background: #f3f6f7;
      border-radius: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
}

.rews-name2 {
  padding-left: 15px;
}

.rews-name3 {
  font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    color: #212c33;
}

.rews-data {
  font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    color: #70818c;
}

.rews-desc {
  font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 117%;
    color: #495559;
}



.fn_readmore2+[data-readmore-toggle],
.fn_readmore2[data-readmore] {
  display: inline-block;
  width: auto;
  position: relative;
}

.fn_readmore2[aria-expanded="false"]::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 4em;
  background: -moz-linear-gradient(top, #fff0 0, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
}

.fn_readmore2[data-readmore] {
  transition: height 500ms;
  overflow: hidden;
  max-height: 125px;
  display: block;
  width: 100%;
}

.fn_readmore2+[data-readmore-toggle] {
  margin-top: 0px;
  text-decoration: none;
  transition: all 0.3s;
  float: right;
}

.fn_readmore2+[data-readmore-toggle]:hover,
.fn_readmore2+[data-readmore-toggle]:focus {
  color: var(--okay-button-text);
  text-decoration: none;
}

.fn_readmore2+[data-readmore-toggle] span {
border-radius: 100%;
  background: #fef4a0 url(images/ddd.svg) no-repeat center center;
  display: inline-block;
  transition: all .3s;
  color: #77878c;
  width: 22px;
  height: 22px;
  font-size: 0px;
}


.aact {
  transform: rotate(180deg);
}

#table2 {
  padding-top: 30px;
  padding-bottom: 80px;
}


#reviews-med2 {
    padding-top: 10px;
    padding-bottom: 80px;
  }



#form4   {
    padding-top: 40px;
    padding-bottom: 80px;
  }


#reviews-med3 {
padding-top: 80px;
padding-bottom: 80px;
}


#textt2 {
  padding-top: 80px;
    padding-bottom: 20px;
}


#form5{
  padding-top: 0px;
  padding-bottom: 40px;
}


#text21 {
  padding-top: 80px;
}



@media (max-width:992px) {

#text21 {
    padding-top: 60px;
  }


#textt2 {
    padding-top: 60px;
    padding-bottom: 10px;
  }


#form4 {
    padding-top: 20px;
    padding-bottom: 60px;
  }

#reviews-med3 {
  padding-top: 60px;
  padding-bottom: 60px;
}

#scheme {
    overflow-x: hidden;
  }

#medical2 {
  padding-bottom: 20px;
}
#plus3 {
  padding-top: 40px;
  padding-bottom: 60px;
}
#reviews-med {
  padding-top: 60px;
  padding-bottom: 0px;
}

#form3 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.main-baner-block3 {
  padding-top: 0px;
}

#content-uslugy {
  padding-bottom: 40px;
}

#table2 {
  padding-top: 20px;
  padding-bottom: 60px;
}

.rews-name3 {
  font-size: 18px;
}
.rews-data {
  font-size: 16px;
}

.rews-desc {
  font-size: 16px;
}

.rews-name {
  width: 60px;
  height: 60px;
  font-size: 22px;
}
#reviews-med2 {
  padding-top: 0px;
  padding-bottom: 60px;
}

#main-baner2 .main-fotm {
 flex-wrap: wrap;
}


#main-baner2 .main-fotm-input {
  width: 100%;
  margin-bottom: 20px;
}

#main-baner2 .main-fotm-input2 {
  width: 100%;
}
.plus2-title {
  font-size: 16px;
}

}


@media (max-width:768px) {

#text21 {
    padding-top: 40px;
  }


#textt2 {
    padding-top: 40px;
  }


#reviews-med3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }


#form4 {
    padding-bottom: 40px;
  }


#content-uslugy {
padding-bottom: 20px;
}
#table2 {
padding-bottom: 40px;
}
#plus3 {
padding-top: 20px;
padding-bottom: 40px;
}

#reviews-med2 {
  padding-bottom: 40px;
}

.plus2-item {
 flex-wrap: wrap;
}

.plus2-block {
  width: 48%;
  margin-bottom: 20px;
}

.rews-item {
  margin-top: 30px;
}

.main-baner-moby h1 {
z-index: 100;
}

#reviews-med {
padding-top: 40px;
}


}




.doctors-desc p {
  margin: 0;
  padding: 0;
}

.doctors-desc {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 139%;
    color: #495559;
}

.doctors-info {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.doctors-info1 {
  width: 50%;
  margin-bottom: 10px;
  font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 139%;
    color: #495559;
}

.doctors-info1 span {
  font-weight: 600;
  display: block;
}



#doctors {
  padding-top: 10px;
  padding-bottom: 60px;
}


.breds {
  padding-top: 25px;
}


#doctor-single {
  padding-top: 80px;
  padding-bottom: 80px;
}


#obraz {
  padding-top:80px;
  padding-bottom: 60px;
  background: #f3f6f7;
}


#opit {
  padding-top: 80px;
  padding-bottom: 40px;
}



.prises-items .prises-block3 a {
  display: table;
}




#doctor-single h2 {
  margin: 0;
  padding: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 50px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #1a1533;
  margin-bottom: 20px;
}



.doctors-item {
  display: flex;
}


.doctors-block1 {
  width: 65%;
  padding-right: 40px;
}

.doctors-block2 {
  width: 35%;
  padding-left: 40px;
}

.doctors-block2 img {
  border-radius: 100%;
  max-width: 380px;
  width: 100%;
  height: auto;
}

.doctors-link a {
    text-decoration: none;
      display: table;
      font-family: var(--font-family);
      font-weight: 400;
      font-size: 17px;
      color: #495559;
      background: #fcef77;
      border-radius: 19px;
      width: 230px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      transition: all 0.3s ease 0s;
}


.doctors-link a:hover {
  background: #ecdf6b;
}

.textform-input2 .wpcf7-spinner {
  display: none;
}


.obraz-item {
  margin-top: 40px;
}


.obraz-zag {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 25px;
  line-height: 116%;
  letter-spacing: -0.01em;
  color: #454785;
  margin-bottom: 30px;
}



.obraz-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.obraz-blocks {
  width: 49%;
  border: 1px solid #81c781;
  color: #495559;
  border-radius: 30px 30px 5px 30px;
  margin-bottom: 20px;
  padding: 40px;
}



.obraz-god {
  font-weight: 500;
  margin-bottom: 40px;
  font-size: 18px;
}


.obraz-title {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 18px;
}

.obraz-decs {
  font-weight: 400;
  font-size: 16px;
}



.tab_navigation3 {
  overflow: hidden;
  z-index: 1;
  display: flex;
  margin-bottom: 40px;
}

.tab_navigation3 a {
  display: block;
  margin: 0 3px 0 0;
  font-family: var(--font-family);
border-bottom: 2px solid #757e82;
color: #757e82;
  font-weight: 500;
  font-size: 22px;
  line-height: 105%;
  padding: 15px 20px;
  margin: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tab_navigation3 a:hover,
.tab_navigation3 a.selected3 {
  border-bottom: 2px solid #212f33;
    color: #212f33;
}

.tab_container3 {
  overflow: hidden;
  margin: -1px 0 0;
}

.tab3 {
  display: none;
}



.opyt-item {
  margin-top: 40px;
}


.opyt-title {
font-family: var(--font-family);
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #212f33;
  position: relative;
}

.opyt-desc {
font-family: var(--second-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #495559;
}


.opyt-block {
  padding-bottom: 25px;
  position: relative;
  padding-left: 35px;
}





.opyt-block::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #81c781;
  background-color: #fff;
  border-radius: 50%;
}


.opyt-block::after {
  content: "";
  position: absolute;
  left: 8px;
  border-left: 2px solid #81c781;
  top: 21px;
  height: 100%;
  background-color: #fff;
}

.opyt-block:last-child:after {
  display: none;
}


.uslugy-tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.uslugy-tag {
  margin-right: 5px;
  margin-bottom: 5px;
}

.uslugy-tag a {
  text-decoration: none;
  font-size: 16px;
  color: #64816b;
  background: #d5e8d9;
  border-radius: 30px;
  padding: 10px;
  margin-bottom: 3px;
  display: block;
}

.uslugy-tag a:hover {
  background: #abccb3;
}



#care {
  padding-top: 80px;
  padding-bottom: 60px;
  background: #f3f6f7;
}



.care-item {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.care-block {
  width: 32%;
}

.care-item1 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.care-block1 {
  display: flex;
  flex-wrap: wrap;
}


.care-block1 .care-title {
  min-width: 32%;
  margin-right: 1%;
  padding-right: 20px;
  font-size: 16px;
}


.care-title {
  background: #6c8;
  border-radius: 30px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-weight: 400;
  font-size: 19px;
  color: #fff;
  font-family: var(--font-family);
  margin-bottom: 20px;
  position: relative;
  height: 35px;
  line-height: 35px;
  padding-left: 45px;
}

.care-title::before {
  content: "";
  position: absolute;
  background: url(images/care2.svg) no-repeat;
  width: 35px;
  height: 35px;
  display: block;
  left: 0;
}


.care-title a {
  text-decoration: none;
  color: #fff;
}


.programm-desc {
  font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 139%;
    color: #495559;
}


.price2-title {
  margin-bottom: 20px;
font-family: var(--font-family);
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  color: #212f33;
}


.prises2-items {
  margin-bottom: 40px;
}


.prises2-items1 {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #81c781;
  justify-content: space-between;
  font-family: var(--second-family);
    font-weight: 400;
    font-size: 19px;
    color: #495559;
  padding-bottom: 15px;
  margin-bottom: 15px;
  transition: all 0.2s ease 0s;
}

.prises2-block1 {
  width: 80%;
}

.prises2-block2 {
  width: 10%;
}

.prises2-block3 {
  width: 10%;
  text-align: right;
}


#prisec {
  padding-top: 80px;
      background: #f3f6f7;
  padding-bottom: 70px;
}

#reviews-med3 {
  padding-top: 40px;
  padding-bottom: 20px;
}

.prisecs {
  padding-top: 40px;
}


.prises2-block3 a {
  font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    color: #495559;
    height: 50px;
    line-height: 50px;
    background: #fcef77;
    border-radius: 19px;
    display: table;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
        transition: all 0.3s ease 0s;
}

.prises2-block3 a:hover {
  background: #ecdf6b;
}

#care .title2 {
  text-align: left;
  font-size: 36px;
}



@media (max-width:1200px) {

.doctors-block2 img {
    max-width: auto;
    height: auto;
  }

.prises2-block1 {
  width: 70%;
}

.prises2-block2 {
  width: 15%;
}

.prises2-block3 {
  width: 15%;
}
}


@media (max-width:992px) {
.doctors-block1 {
    padding-right: 20px;
  }

.doctors-block2 {
  padding-left: 20px;
}

.doctors-desc {
  margin-top: 10px;
  font-size: 16px;
}

#doctors {
  padding-bottom: 40px;
}

#care {
  padding-top: 60px;
  padding-bottom: 40px;
}



#care .title2 {
  font-size: 32px;
}
.care-item1 {
  margin-top: 20px;
  margin-bottom: 10px;
}

#doctor-single {
  padding-top: 60px;
  padding-bottom: 60px;
}

#obraz {
  padding-top: 60px;
  padding-bottom: 20px;
}

#opit {
  padding-top: 60px;
}

.opyt-title {
  font-size: 20px;
}

.opyt-desc {
  font-size: 18px;
}

#prisec {
  padding-top: 60px;
  padding-bottom: 50px;
}


.price2-title {
  margin-bottom: 15px;
  font-size: 28px;
}

#reviews-med3 {
  padding-top: 20px;
  padding-bottom: 20px;
}
}


@media (max-width:768px) {

.doctors-item {
    flex-wrap: wrap;
  }

.doctors-block1 {
padding-right: 0px;
width: 100%;
order: 2;
}

.doctors-block2 {
padding-left: 0px;
width: 100%;
order: 1;
margin-bottom: 20px;
}


.doctors-block2 img {
  max-width: 180px;
}

#care {
  padding-top: 40px;
  padding-bottom: 20px;
}

#doctor-single {
padding-top: 40px;
padding-bottom: 40px;
}

#obraz {
  padding-top: 40px;
  padding-bottom: 0px;
}

.tab_navigation3 a {
  font-size: 16px;
  padding: 10px 10px;
}

.obraz-blocks {
  width: 100%;
  padding: 30px;
}
#opit {
padding-top: 40px;
}

#prisec {
padding-top: 40px;
padding-bottom: 30px;
}

.prises2-block1 {
width: 55%;
}

.prises2-block2 {
width: 17%;
}

.prises2-block3 {
width: 28%;
}

.prises2-items1 {
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.prises2-block3 a {
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  padding-left: 15px;
  padding-right: 15px;
}
#reviews-med3 {
padding-top: 30px;
}

.care-block1 .care-title {
  min-width: auto;
  margin-right: 10px;
  padding-right: 10px;
  font-size: 12px;
}

#care .title2 {
font-size: 28px;
text-align: left;
}


}



.staff1-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.staff1-item .staff-block { 
  width: 23%;
  margin: 0;
  margin-bottom: 20px;
  display: block;
}


.staff1-item .staff-image {
  position: relative;
}


.staff-block .smata-form {
  position: absolute;
  display: block;
  margin-left: auto;
  margin-right: auto;
  bottom: -10px;
      left: 0;
        right: 0;
  font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    background: #6c8;
    border-radius: 19px;
      width: 135px;
      height: 50px;
      line-height:50px;
      text-align: center;
          transition: all 0.3s ease 0s;
          text-decoration: none;
}

.staff-block .smata-form:hover {
    background: #fcef77;
      color: #212f33;
}

.staff1-item .staff-title {
  margin-top: 15px;
}

.staff1-item .staff-title a {
  color: #495559;
  text-decoration: none;
}

#staff-block {
  padding-top: 20px;
  padding-bottom: 40px;
}


#reviews-med4 {
  padding-top: 20px;
  padding-bottom: 50px;
}


#text3 {
  padding-top: 80px;
  padding-bottom: 20px;
}


.price-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-text-block1 {
  width: 49%;
}

.price-text-block2 {
  width: 49%;
}


#price-text {
  padding-top: 20px;
  padding-bottom: 40px;
}


.price_tab {
  margin-top: 80px;
  border: 1px solid #81c781;
    border-radius: 20px;
}


.price_tab-item {
  display: flex;
  justify-content: space-evenly;
  font-family: var(--second-family);
    font-weight: 400;
    font-size: 19px;
    color: #495559;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dce5e8;
}


.price_tab .price_tab-item:last-child {
  border-bottom: none;
}



.price_tab-block1 {
  width: 54%;
  padding-left: 20px;
}

.price_tab-block2,
.price_tab-block3 {
  width: 23%;
  text-align: center;
}


.tab-zag {
background: #81c781;
font-family: var(--font3);
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}


.price_tab .tab-zag:nth-child(1) {
  border-radius: 18px 18px 0 0;
}

.tab-lines {
  width: 100%;
  text-align: center;
 padding: 0;
}

.nones {
  display: none;
}

.price_tab-item span {
  color: #fff;
  background: #81c781;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 20px;
  margin-left: auto;
  margin-right: auto;
}


.tab_navigation {
  overflow: hidden;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}

.tab_navigation a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 122%;
    border-top: 1px solid #bec8cc;
    border-bottom: 1px solid #bec8cc;
    border-left: 1px solid #bec8cc;
    color: #495559;
    width: 20%;
    background: #fff;
    height: 73px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}




.tab_navigation a:nth-child(1) {
  border-radius: 20px 0 0 0;
}

.tab_navigation a:last-child {
        border-radius: 0px 20px 0px 0px;
        border-right: 1px solid #bec8cc;
  }


.tab_navigation a:hover {
 color: #81c781;
}



.tab_navigation a.selected {
  color: #fff;
  background: #81c781;
}

.tab_container {
  overflow: hidden;
  margin: -1px 0 0;
}

.tab {
  display: none;
}


.variant-item {
  margin-top: 40px;
}


.variant-block {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #bec8cc;
  border-left: 1px solid #bec8cc;
  border-right: 1px solid #bec8cc;
  border-top: 1px solid #bec8cc;
  border-radius: 0px 0px 20px 20px;
}

.variant-block1 {
  width: 50%;
  padding: 25px;
  background: #f3f6f7;
      border-radius: 0px 0px 0px 18px;
}

.variant-block2 {
  width: 50%;
  background: #f3f6f7;
  border-radius: 0px 0px 18px 0px;
}

.variant-block2 img {
  width: 100%;
      border-radius: 0px 0px 18px 0px;
}


.variant-name {
  font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #495559;
  margin-bottom: 20px;
}


.variant-title {
  margin-bottom: 10px;
  padding-left: 32px;
  font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    color: #495559;
    position: relative;
}

.variant-title::before {
  content: "";
  position: absolute;
  display: block;
  background: url(images/gal1.svg) no-repeat;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}

.variant-price {
font-family: var(--font3);
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #495559;
  margin-top: 20px;
  margin-bottom: 30px;
}

.variant-price span {
font-family: var(--second-family);
  font-weight: 700;
  font-size: 19px;
  line-height: 105%;
  color: #77878c;
}


.variant-bottom a {
text-decoration: none;
display: table;
font-family: var(--font-family);
font-weight: 400;
font-size: 17px;
color: #fff;
border: 1px solid #5ec480;
background: #6c8;
border-radius: 19px;
height: 50px;
line-height: 50px;
text-align: center;
transition: all 0.3s ease 0s;
padding-left: 20px;
padding-right: 20px;
}

.variant-bottom a:hover {
opacity: 0.8;
}


#variant {
  padding-top: 40px;
  padding-bottom: 40px;
}

#reviews3 {
    padding-top: 30px;
    padding-bottom: 50px;
  }

#text4 {
  padding-top: 40px;
  padding-bottom: 20px;
}


#riv-form {
  padding-top: 80px;
}

#respond {
  width: 66%;
}


#respond #reply-title {
  padding: 0;
  margin: 0;
  font-family: var(--font-family);
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    color: #212f33;
  margin-bottom: 40px;
}




#commentform .sogl {
font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 117%;
  color: #77878c;
  position: relative;
  padding-left: 30px;
}

#commentform .sogl a {
font-weight: 500;
  text-decoration: underline;
  color: #77878c;
}

#commentform .sogl::before {
    content: "";
      width: 22px;
      height: 22px;
      background: url(images/sog2.svg) no-repeat;
      display: block;
      position: absolute;
      left: 0;
      top: 0px;
}




#commentform textarea {
  width: 100%;
  background: transparent;
  border: 1px solid #dce5e8;
  border-radius: 20px;
  height: 300px;
  padding: 20px;
  font-weight: 300;
  font-size: 19px;
  color: #212f33;
}


#commentform textarea::placeholder {
  color: #212f33;
}

.comms-item {
  display: flex;
  justify-content: space-between;
}

.comms-block1 {
  width: 49%;
}

.comms-block2 {
  width: 49%;
}


#commentform .logged-in-as {
  display: none;
}

#com1 {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}


#com2,
#com3 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

#com4 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}


#com4 {
  display: flex;
  align-items: center;
}


#com4 label {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 19px;
  color: #454785;
  margin: 0;
  padding: 0;
  margin-right: 15px;
}



#com4 .acf-input {
  margin-top: -10px;
}


#acf-field_667812e84f519,
#acf-field_66794f006b8ff {
  display: none;
}



#com1 .acf-label {
  display: none;
}


.btn-star-clear {
  display: none;
}


#com1 input {
  border: 1px solid #dce5e8;
  border-radius: 20px;
  width: 100%;
  height: 55px;
  padding-left: 20px;
  line-height: 55px;
  font-weight: 300;
  font-size: 19px;
  color: #212f33;
  background: transparent;
}

#com1 input::placeholder {
  color: #212f33;
}



#commentform .comment-form-comment label {
  display: block;
}


#commentform .acf-comment-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}



.comms-block2 .acf-comment-fields {
  display: flex;
  flex-direction: column;
}

#com2 .acf-label label,
#com3 .acf-label label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #212f33;
  position: relative;
  display: block;
  height: 43px;
  line-height: 43px;
  padding-left: 55px;
  cursor: pointer;
}

#com2 .acf-label label::before,
#com3 .acf-label label::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(images/plus.svg) no-repeat;
  width: 43px;
  height: 43px;
  left: 0;
}


#com2 .acf-input {
  display: none;
}

#com3 .acf-input {
  display: none;
}


#respond .star-rating .fa-star {
  color: #fcef77;
}



#respond .form-submit .submit-btn {
text-decoration: none;
  display: table;
  padding: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  border: 1px solid #5ec480;
  background: #6c8;
  border-radius: 19px;
  width: 190px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.3s ease 0s;
}


#respond .form-submit .submit-btn:hover {
  opacity: 0.8;

}


#respond .sratings {
  color: #fcef77;
}

#respond .fa-star-o:before {
  color: #C5C4CC;
}


#respond .fa-star-o:hover:before {
  color: #fcef77;
}


#commentform .comment-form-cookies-consent {
  display: none;
}



#commentform .comment-notes {
  display: none;
}

.ratings .fa {
  margin-right: 3px;
}


.ratings .checked {
  color: #fcef77 !important;
}


.ratings .fa-star {
  color: #c5c4cc;
}



.reviews-one {
    margin-top: 60px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
}

.reviews-one-block {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  width: 49%;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}

.reviews-one-block1 {
  width: 27%;
}

.reviews-one-block2 {
  width: 73%;
  padding-left: 15px;
}

.reviews-one-name {
  font-family: var(--font-family);
    font-weight: 400;
    font-size: 22px;
    line-height: 106%;
    color: #212f33;
    padding-bottom: 20px;
    padding-top: 10px;
}


.reviews-one-block2-3 {
  font-family: var(--second-family);
    font-weight: 300;
    font-size: 18px;
    line-height: 139%;
    color: #495559;
}


.reviews-one-block1 img {
  border-radius: 15px;
}


#orizi {
  padding-top: 80px;
  padding-bottom: 60px;
  background: #f3f6f7;
}


#videos {
    padding-top: 20px;
      padding-bottom: 80px;
}

#videos .video-reviews {
      padding-top: 0px;
}

.docs-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}

.docs-block {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}


#content-page .title2 {
  text-align: left;
  padding-bottom: 20px;
}

#content-page  {
  padding-bottom: 10px;
  padding-top: 10px;
}


#form6 {
  padding-top: 40px;
}


.contacts-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}


@media (max-width:1200px) {

.tab-zag {
    font-size: 18px;
  }
.price_tab-block1 {
  padding-left: 15px;
}
.variant-block2 img {
  height: 100%;
  object-fit: cover;
}

.price_tab-item {
  font-size: 18px;
}

}


@media (max-width:992px) {

.price_tab-block1 {
    width: 50%;
    padding-left: 10px;
  }
.price_tab-block2,
.price_tab-block3 {
  width: 25%;
}

.price_tab {
    margin-top: 40px;
  }

.tab-zag {
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
}


.price_tab-item {
  font-size: 16px;
}

.contacts-items {
margin-bottom: 0px;
flex-wrap: wrap;
}
.contacts-blocks {
width: 50%;
margin-bottom: 10px;
}

#orizi {
  padding-top: 60px;
  padding-bottom: 40px;
}
#videos {
  padding-top: 10px;
  padding-bottom: 60px;
}

.reviews-one {
  margin-top: 40px;
}

.reviews-one-name {
  font-size: 20px;
  padding-bottom: 15px;
  padding-top: 5px;
}

.reviews-one-block2-3 {
  font-size: 16px;
}

#riv-form {
  padding-top: 60px;
}

#respond #reply-title {
  font-size: 36px;
}
#respond {
  width: 100%;
}
#price-text {
  padding-bottom: 20px;
}

.tab_navigation a {
  font-size: 16px;
  height: 55px;
}

.variant-name {
  font-size: 18px;
}

.variant-title {
  font-size: 16px;
}

.variant-price span {
  font-size: 16px;
}

.variant-price {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#text4 {
  padding-top: 20px;
  padding-bottom: 20px;
}


#staff-block {
  padding-bottom: 20px;
}

#text3 {
  padding-top: 60px;
}

.staff-block .smata-form {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}


}


@media (max-width:768px) {

.contacts-blocks {
    width: 100%;
  }

#form6 {
  padding-top: 30px;
  padding-bottom: 10px;
}

#videos {
padding-bottom: 40px;
}

.reviews-one-block {
  width: 100%;
  flex-wrap: wrap;
}
.reviews-one-block2 {
    width: 100%;
    padding-left: 0px;
}

.reviews-one-block1 {
  width: 100%;
  padding-bottom: 20px;
}


.reviews-one-block1 img {
max-width: 150px;
}
#orizi {
padding-top: 40px;
padding-bottom: 20px;
}

#riv-form {
padding-top: 40px;
}

.comms-item {
  flex-wrap: wrap;
}
#respond #reply-title {
font-size: 32px;
}


.comms-block1 {
  width: 100%;
  padding-bottom: 20px;
}

.comms-block2 {
  width: 100%;
  padding-bottom: 20px;
}

#commentform textarea {
  height: 120px;
}

.price-text {
  flex-wrap: wrap;
}

.price-text-block1 {
  width: 100%;
  order: 2;
}

.price-text-block2 {
  width: 100%;
  order: 1;
  padding-bottom: 20px;
}
#price-text {
  padding-top: 10px;
}

.price_tab-item {
  font-size: 14px;
}

.price_tab-block1 {
  width: 46%;
}

.price_tab-block2,
.price_tab-block3 {
  width: 27%;
}
#variant {
  padding-top: 30px;
  padding-bottom: 20px;
}

.variant-block1 {
  width: 100%;
  padding: 30px;
  padding-bottom: 40px;
      border-radius: 0px;
}

.variant-block2 {
width: 100%;
border-radius: 0px 0px 18px 18px;
}
.variant-block {
flex-wrap: wrap;
}
.variant-block2 img {
border-radius: 0px 0px 18px 18px;
height: 230px;
}

.tab_navigation {
flex-wrap: wrap;
}

.tab_navigation a {
width: 33%;
    border-bottom: none;
}

.tab_navigation a:nth-child(3) {
  border-right: 1px solid #bec8cc;
          border-radius: 0px 20px 0px 0px;
}


.tab_navigation a:nth-child(4) {
  width: 50%;
  border-bottom: 1px solid #bec8cc;
}

.tab_navigation a:nth-child(5) {
  width: 50%;
  border-bottom: 1px solid #bec8cc;
}

.tab_navigation a:last-child {
  border-radius: 0px;
}
#reviews3 {
  padding-top: 30px;
  padding-bottom: 40px;
}

#staff-block {
  padding-top: 10px;
  padding-bottom: 0px;
}
.staff1-item .staff-block {
  width: 48%;
}

#text3 {
padding-top: 40px;
    padding-bottom: 10px;
}

.docs-item {
  flex-wrap: wrap;
}

.docs-block {
  width: 50%;
  margin-bottom: 20px;
}
}




#content-page table {
  border-collapse: collapse;
  border: 1px solid #dce5e8;
}

#content-page th {
  border: 1px solid #dce5e8;
  padding: 10px;
      background: #81c781;
      color: #fff;
}

#content-page td {
  border: 1px solid #dce5e8;
  padding: 10px;
}

#content-page th,
#content-page td {
  border: 1px solid #dce5e8;
}



#content-page td:nth-child(2),
#content-page td:nth-child(3) {
  text-align: center;
}


#content-page td img:nth-child(2),
#content-page td img:nth-child(3) {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.classic-table-container {
    overflow-x: auto;
    margin-top: 15px;
}

.classic-table {
    width: 100%;
    border-collapse: collapse;
    
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border-radius: 8px;
    overflow: hidden;
}

.classic-table thead {
    background: linear-gradient(90deg, #6c8, #28a745);
    color: #fff;
    text-align: left;
}

.classic-table th, 
.classic-table td {
    padding: 12px 16px;
    border-bottom: 1px solid #e0e0e0;
}

.classic-table tbody tr:hover {
    background: #f9f9f9;
    transition: background 0.2s ease-in-out;
}

.classic-table th {
    font-weight: 600;
    font-size: 15px;
}

.classic-table td {
    font-size: 16px;
}

.classic-table tr.table-zag td {
    font-weight: 600;
    background: #f2f6fc;
}

.table-subtitle {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
}
.footer-phone-block a {font-size:22px; color: #fceb71!important; font-weight: 800;}
.site-footer {
	background-color: #5b9a6b; /* Фирменный зеленый цвет */
	color: #ffffff;
	font-family: inherit;
	padding: 50px 0 0 0;
	font-size: 0.95rem;
	line-height: 1.5;
}
.site-footer a {
	color: #ffffff;
	text-decoration: none;
	transition: color 0.3s ease, opacity 0.3s ease;
}
.site-footer a:hover {
	color: #fceb71; /* Фирменный желтый цвет при наведении */
}
.footer-grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
	gap: 30px;
	margin-bottom: 40px;
}
.footer-col {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.footer-logo img {
	max-width: 100%;
	height: auto;
	display: block;
}
/* Стилизация блока лицензии для E-E-A-T (доверие поисковиков) */
.footer-license-box {
	background: rgba(255, 255, 255, 0.08);
	border-left: 4px solid #fceb71;
	padding: 12px 15px;
	border-radius: 6px;
	font-size: 0.85rem;
	line-height: 1.4;
}
.footer-license-box strong {
	color: #fceb71;
	display: block;
	margin-bottom: 4px;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
/* Реквизиты */
.footer-requisites {
	font-size: 0.8rem;
	line-height: 1.5;
	opacity: 0.85;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding-top: 10px;
}
/* Виджет Яндекса */
.footer-yandex-rating {
	margin-top: 5px;
	display: inline-block;
}
/* Заголовки */
.footer-h3 {
	color: #fceb71!important;
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0 0 5px 0;
	padding: 0;
}
/* Стилизация списков меню */
.footer-nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.footer-nav-menu li {
	padding: 0;
	margin: 0;
}
.footer-nav-menu li a {
	font-size: 0.9rem;
	display: block;
	opacity: 0.9;
}
.footer-nav-menu li a:hover {
	opacity: 1;
	padding-left: 3px;
}
/* Броский телефон */
.footer-phone-block {
	margin: 5px 0;
}
.footer-phone-link {
	font-size: 1.45rem;
	font-weight: 800;
	color: #fceb71 !important; /* Выделен желтым для максимальной заметности */
	display: inline-block;
	line-height: 1.2;
	transition: transform 0.2s ease;
}
.footer-phone-link:hover {
	transform: scale(1.02);
	color: #ffffff !important;
}
.footer-phone-subtext {
	font-size: 0.85rem;
	opacity: 0.85;
	margin-top: 2px;
}
/* Кнопка заявки */
.footer-btn-call {
	display: inline-block;
	background-color: #fceb71;
	color: #333333 !important;
	font-weight: 700;
	padding: 14px 24px;
	border-radius: 30px;
	text-align: center;
	transition: background-color 0.3s ease, transform 0.2s ease;
	width: 100%;
	max-width: 250px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.footer-btn-call:hover {
	background-color: #ffe04d;
	transform: translateY(-2px);
}
/* Соцсети */
.footer-soc {
	display: flex;
	gap: 12px;
	margin: 5px 0;
}
/* Нижняя полоса с копирайтом */
.footer-bottom {
	background-color: rgba(0, 0, 0, 0.15); /* Чуть темнее основного фона */
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 20px 0;
	font-size: 0.85rem;
	margin-top: 20px;
}
.footer-bottom-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}
.footer-bottom-links {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.footer-bottom-links a {
	opacity: 0.85;
}
.footer-bottom-links a:hover {
	opacity: 1;
}
/* Адаптивность под планшеты */
@media (max-width: 991px) {
	.footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 40px 30px;
	}
}
/* Адаптивность под мобильные */
@media (max-width: 575px) {
	.footer-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.footer-bottom-inner {
		flex-direction: column;
		text-align: center;
	}
	.footer-bottom-links {
		justify-content: center;
		flex-direction: column;
		gap: 10px;
	}
	.footer-btn-call {
		max-width: 100%;
	}
}


/*--------------------------------------------------------------
# Логотип «Зори Урала» со слоганом (добавлено 15.09.2026)
--------------------------------------------------------------*/
.logo-block1 img {
  max-width: 320px;
  height: auto;
}
.header_fixed .logo-block1 img {
  max-width: 220px; /* компактнее в «прилипшей» шапке при прокрутке */
}
@media (max-width: 1199px) {
  .logo-block1 img { max-width: 240px; }
}
@media (max-width: 991px) {
  .logo-block1 img { max-width: 200px; }
}
@media (max-width: 768px) {
  .logo-block1 img { max-width: 190px; }
}
@media (max-width: 480px) {
  .logo-block1 img { max-width: 170px; }
}
.footer-logo img {
  width: 280px;
  max-width: 100%;
  height: auto;
}


/*--------------------------------------------------------------
# Таблица цен (страница «Цены») — примечания и цены без переноса (добавлено 18.09.2026)
# .price-note сбрасывает общее правило темы ".price_tab-item span" (зелёный кружок «+»)
--------------------------------------------------------------*/
.price_tab-item span.price-note {
  display: block;
  width: auto;
  height: auto;
  margin: 4px 0 0;
  padding: 0;
  background: none;
  border-radius: 0;
  color: #7a8a8f;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
  text-align: left;
  justify-content: flex-start;
}
.price_tab-item .tab-lines span.price-note {
  display: inline;
  margin: 0;
  text-align: center;
}
.price_tab-item:not(.tab-zag) .price_tab-block2,
.price_tab-item:not(.tab-zag) .price_tab-block3 {
  white-space: nowrap;
}
