/*
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: "Montserrat", sans-serif;
}



:root {
  --font-family: "Montserrat", sans-serif;
  --second-family: "Montserrat", sans-serif;
  --third-family: "Montserrat", sans-serif;
  --font3: "Montserrat", sans-serif;
  --font4: "Montserrat", 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: 10px;
  padding-bottom: 10px;
}

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


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

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

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


.logo-block5 a,
.logo-block5 a:hover {
    text-decoration: none;
}



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

.logo-block5 a:hover .vers {
  fill: #db4039;
  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 #db4039;
  background: #db4039;
  border-radius: 20px;
  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-wrap-primary #mega-menu-primary {
  background: #db4039;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 100;
}



#main-baner {
  background: url(images/bgs.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

#main-baner2, #main-baner22 {
  background: url(images/bg33.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
#main-baner22 {
    background: url(images/9fb0c151-3cc0-48c5-a9f0-6169334e484e.jpg) no-repeat top center; 
    background-size: cover;
}


#main-baner2 .main-baner-block1,
#main-baner22 .main-baner-block1 {
    max-width: 700px;
}


#main-baner::before,
#main-baner2::before,
#main-baner22::before {
    content: "";
    background: #000;
    position: absolute;
    z-index: 1;
    opacity: 0.4;
    height: 100%;
    width: 100%;
    top: 0px;
}

#main-baner .container,
#main-baner2 .container,
#main-baner22 .container {
    position: relative;
    z-index: 10;
}



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


.main-baner-desc2 {
    color: #fff;
    font-size: 24px; 
    font-weight: 500;
    padding-top: 40px;
    padding-bottom: 10px;
}

.bvi-widget, .bvi-shortcode a, .bvi-widget a, .bvi-shortcode {
    background-color: #db4039 !important;
    position: fixed;
    right: 0px;
    top: 30%;
    border-radius: 5px 0px 0px 5px;
    z-index: 100;
        padding: 3px;
    padding-left: 7px;
}


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


.main-baner-block1 {
  width: 100%;
}


.main-baner-block2 img {
  position: absolute;
  width: 635px;
  top: -50px;
}
.main-fotm {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}


.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: 300px;
  margin-right: 20px;
}

.main-fotm-input2 {
  width: 300px;
}

.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;
  background: #fff;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  color: #000;
  height: 50px;
  line-height: 50px;
  border-radius: 20px;
  padding: 0;
  padding-left: 20px;
}

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

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

.main-fotm-input2 input:hover,
.main-fotm-input2 input:active,
.main-fotm-input2 input:focus {
  background: #c8342d;
  color: #fff;
}


.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: 500;
  font-size: 22px;
  color: #db4039;
}


.title2 {
  padding: 0;
  margin: 0;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 38px;
  color: #000000;
      border-bottom: 1px solid #c9cfd1;
    padding-bottom: 20px;
}

.title2 span {
    color: #db4039;
}



#servise {
  padding-top: 80px;
  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: 15px;
    height: 100%;
    object-fit: cover;
}

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


.uslugy-title, .medical-title {
    border-radius: 0px 0px 15px 15px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    bottom: 0px;
    z-index: 100;
    padding-bottom: 20px;
    width: 100%;
    height: 75px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0px 0px 15px 15px;
}



.uslugy-title a,
.medical-title a {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  color: #fff;
}

.uslugy-title a:hover,
.medical-title a:hover {
  color: #db4039;
}

.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: 20px;
  width: 246px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #db4039;
  cursor: pointer;
  ransition: all 0.3s ease 0s;
}

#medical .readMore,
#medical .showless1 {
  background: #db4039;
  color: #000000;
}


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



.readMore:hover,
.showless1:hover {
  background: #db4039;
}



#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: 1000;
  top: 0px;
}


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

.header_fixed .top-menu {
  position: relative;
}


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


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

.form-block1 {
  width: 48%;
}



.form-block1 img {
border-radius: 20px;
}


.form-block2 {
  width: 48%;
}



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

.form-title2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  color: #000000;
  padding: 0;
  margin: 0;
  padding-bottom: 30px;
}

.form-title2 span {
        color: #db4039;
}



.form-desc {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  color: #666;
  padding-bottom: 25px;
}


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

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

input:focus {
  outline: none;
}


.form-input input::placeholder {
  color: #666666;
}


.form-block2 .form-sog {
    width: 100%;
}



.form-botton {
  display: flex;
  flex-direction: column;
}

.form-input2 {
  width: 240px;
}


.form-input2 input {
  width: 240px;
  background: #db4039;
  border-radius: 20px;
  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;
}


.wpcf7-acceptance input[type="checkbox"] {
opacity: 0;
position: absolute;
width: 0;
height: 0;
margin: 0;
padding: 0;
}

.wpcf7-acceptance .wpcf7-list-item-label {
cursor: pointer;
}

.wpcf7-acceptance .wpcf7-list-item-label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    transform: translateY(-50%);
}

.wpcf7-acceptance .wpcf7-list-item-label:before {
background-image: url(images/check1.svg);
}

.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
background-image: url(images/check2.svg);
}

.form-sog label {
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    color: #000;
}

.form-sog label a {
color: #000;
}


.form-sog .wpcf7-list-item {
    margin: 0;
}

.form-sog {
    margin-top: 20px;
}


#main-baner .form-sog label,
#main-baner .form-sog label a,
#main-baner2 .form-sog label,
#main-baner2 .form-sog label a,
#main-baner22 .form-sog label,
#main-baner22 .form-sog label a  {
    color: #fff;
}

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


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


.plus-item {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

.plus-block {
  width: 25%;
  margin-bottom: 20px;
}

.plus-block img {
    width: 200px;
}



.plus-content {
  padding: 20px;
}

.plus-title {
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 109%;
  color: #000;
}


.plus-desc {
  font-weight: 500;
  font-size: 16px;
  color: #666;
}


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

.price-block {
    width: 24%;
    background: #fff;
    display: flex;
    flex-direction: column;
    border: 1px solid #dce5e8;
    padding: 20px;
    border-left: 10px solid red;
}

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


.price-title {
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 105%;
    padding-top: 20px;
}


.price-desc {
  font-weight: 400;
  font-size: 16px;
  color: #666;
      padding-bottom: 20px;
}

.price-price {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  padding-bottom: 15px;
}

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

.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: 20px;
  width: 246px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  background: #db4039;
  color: #fff;
  text-decoration: none;
}

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


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


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

.calc-block1 {
  width: 48%;
}

.calc-block2 {
  width: 48%;
}

.calc-block1 img {
        border-radius: 20px;
}


.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: #000000;
  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: #666666;

}


.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 #db4039;
  background: #db4039;
  border-radius: 20px;
  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: #000000;
  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: 600;
  font-size: 20px;
  line-height: 80%;
  color: #fff;
  background: #db4039;
  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: 600;
  font-size: 20px;
  line-height: 80%;
  color: #000;
  text-align: center;
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 15px 15px 0px 0px;
}


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

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


.nurse2-block1 {
  width: 50%;
  font-weight: 500;
  font-size: 16px;
  color: #666;
  padding-top: 15px;
  padding-bottom: 15px;
}

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

.nurse2-block3 {
  background: #fff;
  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: #000000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nurse3-block2 {
  width: 23%;
  background: #db4039;
  border-radius: 0px 0px 15px 15px;
  font-weight: 600;
  font-size: 18px;
  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: #fff;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #000000;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}


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


#scheme, #scheme2 {
  padding-top: 80px;
  padding-bottom: 80px;
}


#scheme {
     background: #fafafa;
}

.scheme-item {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
  position: relative;
}


.scheme-block {
    width: 32%;
    background: #fff;
    display: flex;
    flex-direction: column;
    border: 1px solid #dce5e8;
    padding: 20px;
    border-left: 10px solid red;
}



.scheme-block a {
    text-decoration: none;
    display: table;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    border: 1px solid #db4039;
    background: #db4039;
    border-radius: 20px;
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.3s ease 0s;
    margin-top: 15px;
}


.scheme-block a:hover {
  opacity: 0.8;
}



.scheme-nomber {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    background: #db4039;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
        border-radius: 100%;
        margin-bottom: 15px;
}


.scheme-title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;

}



.scheme-desc {
    font-size: 16px;
    font-weight: 500;
    color: #666;

}
 

/* 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: 80px;
  padding-bottom: 80px;
      background: #fafafa;
}


.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: #000000;
  padding-bottom: 15px;
}


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


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

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


.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: #000000;
}


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

.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: #db4039;
border: 1px solid #db4039;
border-radius: 20px;
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: #db4039;
  color: #fff;
}


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


.video-slider-image img {
  border-radius: 15px;
  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: #db4039;
}



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



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



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


.video-slider-title {
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    bottom: 0px;
    z-index: 100;
    padding-bottom: 20px;
    width: 100%;
    height: 75px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0px 0px 15px 15px;
    color: #fff;
}



.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: #db4039;
}

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, #staff3 {
  padding-top: 80px;
  padding-bottom: 80px;
}

#staff3 {
        background: #fafafa;
}


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


.staff-image {
  display: table;
  margin-left: auto;
  margin-right: auto;
}


.btn.disabled, .btn:disabled {
    opacity: 1 !important;
}


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

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

.staff-block {
  display: none;
}


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


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


.text-block1 {
  width: 60%;
}

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

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

.textform-title1 {
    padding-bottom: 40px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 26px;
    line-height: 106%;
    color: #000000;
    text-align: center;
}

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


.textform-input input {
  width: 100%;
  border: 1px solid #c9cfd1;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  height: 50px;
  line-height: 50px;
  background: transparent;
  border-radius: 20px;
  padding: 0;
  padding-left: 20px;
}

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


.textform-input2 input {
  width: 100%;
  max-width: 100%;
background: #db4039;
border-radius: 20px;
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-phone {
  margin-top: 20px;
  font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    color: #666666;
}

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

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

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


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


.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: #db4039;
  background: transparent;
  border-color: #db4039;
  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: #db4039;
  border-color: #db4039;
}




#faq, #faq2 {
  padding-top: 80px;
  padding-bottom: 80px;
}
#faq2 {
    background: #fafafa;
}


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

.faq-block1 {
    width:62%;
}

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

.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: 1px solid #bec8cc;
      border-radius: 20px;
  margin-bottom: 10px;
  padding: 10px 15px 10px 15px;
}


.faq-item summary {
font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #000000;
  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-weight: 400;
  font-size: 16px;
  line-height: 128%;
  color: #000000;
}

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


#contact, #contact2 {
  padding-top: 80px;
  padding-bottom: 80px;
}
#contact {
background: #fafafa;
}

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


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

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


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

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

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


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


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


.contact-block-soc a {
    display: block;
    text-decoration: none;
    margin-right: 5px;
}


.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 #db4039;
      background: #db4039;
      border-radius: 20px;
      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: #434248;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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


.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: 400;
    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: 240px;
}


.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: 400;
    font-size: 16px;
    line-height: 194%;
    color: #fff;
    display: block;
    text-decoration: none;
}

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



.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: #fff;
  border: 1px solid #db4039;
  background: #db4039;
  border-radius: 20px;
  width: 195px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.3s ease 0s;
  opacity: 1;
}

.footer-call a:hover {
 opacity: 0.8;
  color: #fff;
  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 .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 .textform-input,
#consul2 .textform-input {
  width: 100%;
}

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


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


.top-menu {
        background: #db4039;
}



@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) {

.container {
    padding-right: 40px;
    padding-left: 40px;
}

.logo-block6 a {
font-size: 15px;
width: 150px;
height: 45px;
line-height: 45px;
}

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

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

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

.footer-title2 {
    font-size: 18px;
}

.footer-item li a {
    font-size: 15px;
}
.footer-title {
    font-size: 14px;
}

.footer-call a {
    font-size: 15px;
    width: 170px;
    height: 45px;
    line-height: 45px;
}

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


.main-baner-desc2 {
    font-size: 20px;
    padding-top: 40px;
    padding-bottom: 5px;
}


.faq-item {
width: 100%;
}
.map {
  height: 549px;
}
.contact-block1 {
  max-height: 549px;
}

.title2 {
    font-size: 32px;
}

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

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

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

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

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


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

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


.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) {

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 0px;
    font-size: 13px;
}


.logo-block2 {
    display: none;
}

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

#main-baner, #main-baner2, #main-baner22 {
padding-top: 60px;
padding-bottom: 60px;
}


.main-baner-desc2 {
font-size: 18px;
padding-top: 30px;
padding-bottom: 0px;
}

.title2 {
font-size: 30px;
}


.uslugy-block, .medical-block {
    width: 48%;
}

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


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

#servise {
  padding-top: 60px;
  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: 60px;
}

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

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


.form-block2 {
  width: 100%;
}

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

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


.plus-block {
  width: 48%;
}


.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, #scheme2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

.slick-dots li {
  margin-top: 7px;
}
.faq-block1 {
    width: 100%;
}

.faq-block2 {
    display: none;
}

#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, #staff3 {
  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, #faq2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.ddn {
    display: none;
}

.faq-text {
  font-size: 16px;
}
#contact, #contact2 {
  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-block6 {
    display: none;
}

.container {
padding-right: 15px;
padding-left: 15px;
}
.logo-block4 {
    display: none;
}

.moby-phone a {
    font-weight: 700;
    text-decoration: none;
    color: #000000;
    display: block;
    font-size: 0px;
    height: 35px;
    width: 35px;
	        margin-right: 5px;
    background: url(/wp-content/uploads/2026/05/phone.png);
}

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

	.logo-block5 {
		display: flex;
	}
	
.vk-m {
display: none;
} 
	
	
.telegram-m, .max-m {
	margin-right: 5px;	
}
	

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


#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
margin-left: 0px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
margin-right: 0px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
padding: 0px 20px;
font-size: 16px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #434248;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #434248;
    color: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
  background: #434248;
}

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



.main-fotm-input {
    margin-right: 0px;
}

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


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

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


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




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


.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,
#main-baner22 h1  {
font-size: 26px;
}

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


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


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

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

.main-fotm-input2 {
  width: 100%;
}
#servise {
  padding-top: 40px;
  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-input2 {
  margin-bottom: 20px;
}


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

.plus-block {
width: 100%;
}

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

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

.bvi-shortcode {
    display: none !important;
}

.soc-moby {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    display: flex;
    flex-direction: column;
}

.soc-moby a {
    display: block;
    text-decoration: none;
    margin-bottom: 5px;
}

.plus-content {
    padding: 0px;
}

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

.price-block {
width: 100%;
}

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

.scheme-item {
    margin-top: 40px;
    flex-wrap: wrap;
}

.scheme-block {
    width: 100%;
    margin-bottom: 20px;
}


.title2 {
font-size: 28px;
}

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


#nurse {
padding-top: 40px;
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, #scheme2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ddn {
display: block;
}

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

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

.title {
    font-size: 20px;
}


.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,
#staff3 {
padding-top: 40px;
padding-bottom: 40px;
}

#text {
padding-top: 40px;
padding-bottom: 40px;
}
#faq, #faq2 {
padding-top: 40px;
padding-bottom: 40px;
}
#contact, #contact2 {
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;
}


.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: #fff;
padding-top: 40px;
  padding-bottom: 25px;
}




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

.yoast-breadcrumbs,
.yoast-breadcrumbs a  {
  font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #666666;
    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: 16px;
    line-height: 139%;
    color: #000000;
}

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

.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: #fafafa;
  padding: 20px;
  border-radius: 20px;
}


.service1-menu .zagg {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 10px;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    color: #db4039;
}




.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: 16px;
    line-height: 100%;
    color: #000000;
  margin-bottom: 7px;
  margin-top: 7px;
  display: inline-block;
  padding-right: 10px;
  text-decoration: none;
}


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


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


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


.actives2 {
  display: block !important;
}


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



.form-service-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 22px;
    line-height: 106%;
    color: #000;
    padding-bottom: 40px;
    padding-top: 10px;
}

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

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


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


.form-service-input input {
  width: 100%;
    border: 1px solid #c9cfd1;
    border-radius: 20px;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 18px;
    color: #000;
    height: 45px;
    line-height: 45px;
    background: transparent;
    padding: 0;
    padding-left: 20px;
}

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


.form-service-input2 input {
  width: 100%;
    background: #db4039;
    border-radius: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    border: none;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease 0s;
    opacity: 1;
}


.form-service-input2 input:hover,
.form-service-input2 input:active,
.form-service-input2 input:focus {
  opacity: 0.8;

}



.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 #db4039;
    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: #db4039;
    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: #000000;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #dce5e8;
}

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


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

.table-block1 {
width: 75%;
}

.table-block2 {
width: 25%;
}


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

#plus2, #plus31 {
padding-top: 80px;
padding-bottom: 80px;
}
#plus2 {
    background: #fafafa;
}



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


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

 #text22 {
    background: #fafafa;
 }


 @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-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: 60px;
padding-bottom: 60px;
}

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


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

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


#plus2, #plus31 {
  padding-top: 60px;
  padding-bottom: 60px;
}

 }



 @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: 16px;
}


.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: #db4039;
  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: #db4039;
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, #plus31 {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

#text2, #text22  {
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;
}

}


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

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


.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: #000000;
}


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


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


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

.rews-block {
display: none;
margin-left: 10px;
margin-right: 10px;
border: 1px solid #db4039;
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: #fafafa;
      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: 600;
    font-size: 18px;
    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: 16px;
    line-height: 117%;
    color: #000000;
}



.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: #db4039 url(images/ddd.svg) no-repeat center center;
  display: inline-block;
  transition: all .3s;
  color: #666666;
  width: 22px;
  height: 22px;
  font-size: 0px;
}


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

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


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



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


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


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


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


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



@media (max-width:992px) {

#form5{
  padding-bottom: 60px;
}



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


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


#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: 60px;
  padding-bottom: 60px;
}
#reviews-med {
  padding-top: 60px;
  padding-bottom: 60px;
}

#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: 16px;
}
.rews-data {
  font-size: 16px;
}

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

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

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


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

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

}


@media (max-width:768px) {

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


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


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


#form4 {
    padding-bottom: 40px;
  }

#form5{
  padding-bottom: 40px;
}


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

#reviews-med2 {
    padding-top: 40px;
  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;
padding-bottom: 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: #000000;
}

.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: #000000;
}

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



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


.breds {
  padding-top: 5px;
}


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


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


#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: #fff;
      background: #db4039;
      border-radius: 20px;
      width: 230px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      transition: all 0.3s ease 0s;
      opacity: 1;
}


.doctors-link a:hover {
 opacity: 0.8;
 color: #fff;
 text-decoration: none;
}

.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 #db4039;
  background: #fff;
  color: #000000;
  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 #000000;
    color: #000000;
}

.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: #000000;
  position: relative;
}

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


.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 #db4039;
  background-color: #fff;
  border-radius: 50%;
}


.opyt-block::after {
  content: "";
  position: absolute;
  left: 8px;
  border-left: 2px solid #db4039;
  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: #db4039;
  border-radius: 30px;
  padding: 10px;
  margin-bottom: 3px;
  display: block;
}

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



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



.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: #fff;
  border-radius: 30px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-weight: 400;
  font-size: 19px;
  color: #000;
  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: #000;
}


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


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


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


.prises2-items1 {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #db4039;
  justify-content: space-between;
  font-family: var(--second-family);
    font-weight: 400;
    font-size: 19px;
    color: #000000;
  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: #fafafa;
  padding-bottom: 70px;
}

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

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

.prisecs {
  padding-top: 40px;
}


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

.prises2-block3 a:hover {
  background: #fff;
  opacity: 0.8;
}

#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-med4 {
  padding-top: 20px;
  padding-bottom: 60px;
}

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

}


@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-med4 {
  padding-bottom: 40px;
}

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


.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: #db4039;
    border-radius: 20px;
      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: #db4039;
      color: #fff;
}

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

.staff1-item .staff-title a {
  color: #000000;
  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 #db4039;
    border-radius: 20px;
}


.price_tab-item {
  display: flex;
  justify-content: space-evenly;
  font-family: var(--second-family);
    font-weight: 400;
    font-size: 19px;
    color: #000000;
    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: #db4039;
  font-weight: 600;
  font-size: 18px;
  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: #db4039;
  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: #000000;
    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: #db4039;
}



.tab_navigation a.selected {
  color: #fff;
  background: #db4039;
}

.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: #fafafa;
      border-radius: 0px 0px 0px 18px;
}

.variant-block2 {
  width: 50%;
  background: #fafafa;
  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: #000000;
  margin-bottom: 20px;
}


.variant-title {
  margin-bottom: 10px;
  padding-left: 32px;
  font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    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: #000000;
  margin-top: 20px;
  margin-bottom: 30px;
}

.variant-price span {
font-family: var(--second-family);
  font-weight: 700;
  font-size: 19px;
  line-height: 105%;
  color: #666666;
}


.variant-bottom a {
text-decoration: none;
display: table;
font-family: var(--font-family);
font-weight: 400;
font-size: 17px;
color: #fff;
border: 1px solid #db4039;
background: #db4039;
border-radius: 20px;
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: 80px;
}

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

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


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

#respond {
  width: 66%;
}


#respond #reply-title {
  padding: 0;
  margin: 0;
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
    color: #000000;
  margin-bottom: 40px;
}




#commentform .sogl {
font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 117%;
  color: #666666;
  position: relative;
  padding-left: 30px;
}

#commentform .sogl a {
font-weight: 500;
  text-decoration: underline;
  color: #666666;
}

#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: #000000;
}


#commentform textarea::placeholder {
  color: #000000;
}

.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: #000000;
  background: transparent;
}

#com1 input::placeholder {
  color: #000000;
}



#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: #000000;
  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: #db4039;
}



#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 #db4039;
  background: #db4039;
  border-radius: 20px;
  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: #db4039;
}

#respond .fa-star-o:before {
  color: #C5C4CC;
}


#respond .fa-star-o:hover:before {
  color: #db4039;
}


#commentform .comment-form-cookies-consent {
  display: none;
}



#commentform .comment-notes {
  display: none;
}

.ratings .fa {
  margin-right: 3px;
}


.ratings .checked {
  color: #db4039 !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: 600;
    font-size: 18px;
    line-height: 106%;
    color: #000000;
    padding-bottom: 20px;
    padding-top: 10px;
}


.reviews-one-block2-3 {
  font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 139%;
    color: #000000;
}


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


#orizi {
  padding-top: 80px;
  padding-bottom: 60px;
  background: #fafafa;
}


#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;
      border-bottom: none;
}

#content-page  {
  padding-bottom: 10px;
  padding-top: 10px;
}


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


.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;
  padding-bottom: 40px;
}

#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: 40px;
}


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

#text3 {
  padding-top: 60px;
}

.staff-block .smata-form {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}


#variant {
  padding-bottom: 60px;
}

}


@media (max-width:768px) {
	
	
.variant-bottom a {
    font-size: 15px;
}
	
	

.contacts-blocks {
    width: 100%;
  }

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

#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: 40px;
}

.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: 40px;
  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: #db4039;
      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: #db4039;
    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: #fafafa;
}

.table-subtitle {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
}
