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

:root {
  --font-family: "Inter", sans-serif;
  --second-family: "Comfortaa", 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: #f8f7ff;
  font-family: "Inter", sans-serif;
  /* 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
--------------------------------------------------------------*/


.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}


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

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

.slick-loading .slick-list {
  background: #fff url('images/fn_loader.gif') center center no-repeat;
}

.slick-prev,
.slick-next {
  font-size: 0;
  position: absolute;
  width: 38px;
  height: 38px;
  top: 50%;
  display: block;
  padding: 0;
  z-index: 10;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.9;
}

.slick-prev {
  left: 0px;
  background: url(images/sl-left.svg) no-repeat;
}

.slick-next {
  right: 0px;
  background: url(images/sl-left.svg) no-repeat;
  transform: rotate(180deg);
}

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

.slick-dots {
  position: relative;
  display: flex;
  padding: 0;
  list-style: none;
  text-align: center;
  justify-content: center;
  margin-top: 20px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: 14px;
  height: 14px;
  outline: none;
  padding: 0;
  border: 0;
  border-radius: 100%;
  background-color: #7982b2;
  cursor: pointer;
  color: transparent;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
  background-color: #3f417e;
}


.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #b9c1e8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}


.header-top-block1 {
  display: flex;
    align-items: center;
    font-family: var(--font-family);
      font-weight: 500;
      font-size: 16px;
      color: #1a1533;
}

.header-top-block1 a {
  color: #1a1533;
  text-decoration: none;
}



.header-top-block3 {
  font-weight: 400;
  padding-left: 20px;
}


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

.header-soc a  {
  display: block;
  margin-left: 5px;
  transition: all 0.3s ease 0s;
  opacity: 1;
}
.header-soc a:hover {
  opacity: 0.7;
}



.logo-item {
  display: flex;
  align-items: center;
  padding: 5px 0px;
}

.logo-block1 {
  width: 19%;
}


.logo-block1-1 {
  width: 81%;
}


.logo-block2-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.logo-block2 a {
text-decoration: none;
font-size: 16px;
font-weight: 400;
  color: #777580;
}


.logo-block2 a span {
  color: #352b68;
  font-weight: 500;
}


.logo-block2 {
  position: relative;
  padding-left: 55px;
}



.logo-block2::before {
  content: "";
  position: absolute;
  display: block;
  background: url(images/liczenziya.svg) no-repeat;
  width: 44px;
  height: 46px;
  left: 0;
}



.logo-block5 a {
font-family: var(--font-family);
font-weight: 400;
font-size: 16px;
color: #1a1533;
text-decoration: none;
position: relative;
display: block;
padding-left: 60px;
}

.logo-block5 a::before {
content: "";
position: absolute;
background: url(images/vers.svg) no-repeat;
width: 48px;
height: 36px;
left: 0;
top: 4px;
}

.logo-block4 a {
  text-decoration: none;
  font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    color: #352b68;
}

.logo-block4 .mail {
  font-weight: 400;
  font-size: 16px;
  font-family: var(--font-family);
}


.logo-block6 a {
text-decoration: none;
display: flex;
justify-content: center;
align-items: center;
font-weight: 500;
font-size: 16px;
color: #f8f7ff;
font-family: var(--font-family);
height: 48px;
background: #79bd85;
border-radius: 30px;
transition: all 0.3s ease 0s;
padding-left: 15px;
padding-right: 15px;
}

.logo-block6 a:hover,
.logo-block6 a:focus,
.logo-block6 a:active {
  background: #6eb07a;
}


.menu-header {
  background: #454785;
}

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


#mega-menu-wrap-primary .mega-sub-menu .mega-menu-link {
  line-height: 26px!important;
          margin-bottom: 10px !important;
}





#mega-menu-item-47 .mega-menu-link {
  color: #3f417e !important;
  height: 47px !important;
  line-height:47px !important;
  background: #fff !important;
    border-radius: 30px !important;
    margin-top: 4px!important;
}
#mega-menu-item-47 .mega-menu-link:hover,
#mega-menu-item-47 .mega-menu-link:focus,
#mega-menu-item-47 .mega-menu-link:active {
    background: #fff !important;
    border-radius: 30px !important;
}


#mega-menu-item-47 .mega-sub-menu .mega-menu-link {
    background: #575999 !important;
    color: #fff!important;
    border-radius: 0px !important;
    margin-top: 0px!important;
    height: auto!important;
    line-height: 35px!important;
}


#mega-menu-item-18 .mega-menu-link  {
      background: #454785!important;
}
#mega-menu-item-18 .mega-menu-link:hover {
  background: #575999!important;
}



#mega-menu-item-47 .mega-sub-menu a {
  color: #fff !important;
}
}

.baner-main h1{
  margin: 0;
  padding: 0;
  font-family: var(--second-family);
    font-weight: 700;
    font-size: 55px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #fff;
    text-shadow: 2px 2px 1px #454785;
    margin-bottom: 20px;
}



.baner-main-desc {
  font-family: var(--font-family);
    font-weight: 400;
    font-size: 28px;
    line-height: 107%;
    letter-spacing: -0.01em;
    color: #fff;
    text-shadow: 2px 2px 1px #454785;
    margin-bottom: 40px;
}


.baner-main-open {
  font-family: var(--font-family);
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
    margin-top: 30px;
}

.baner-main-open span {
  font-weight: 600;
    font-size: 25px;
    color: #ffeee4;
}


.baner-main-link a {
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  background: #3f417e url(images/right23.svg) no-repeat 7px 50%;
  border-radius: 30px;
  padding-left: 55px;
  padding-right: 20px;
  font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    display: table;
    position: relative;
        transition: all 0.2s ease 0s;
}


.baner-main-link a:hover {
    background: #575999 url(images/right23.svg) no-repeat 11px 50%;
}

 
#baner-main {
  background-size: cover !important;
  padding-top: 100px;
  padding-bottom: 100px;
  background-position: top center!important;
  position: relative;
}

#baner-main::before {
    content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0.3;
      top: 0px;
          z-index: 0;
}


.baner-main {
  position: relative;
  z-index: 10;
}




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


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

#uslugy {
  padding-top: 80px;
  padding-bottom: 35px;
}



#form {
    padding-top: 35px;
    padding-bottom: 35px;
  }


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

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


.plus-block .plus-block1 {
  background: #454785 url(images/plus1.png) no-repeat bottom right;
  border-radius: 30px 30px 0 0;
  padding: 20px;
  min-height: 125px;
}





.plus-block:nth-child(2n) .plus-block1 {
  background: #89b294 url(images/plus2.png) no-repeat bottom right;
}


.plus-title {
  font-family: var(--second-family);
    font-weight: 700;
    font-size: 22px;
    line-height: 92%;
    letter-spacing: -0.01em;
    color: #f8f7ff;
    margin-top: 10px;
    margin-bottom: 10px;

}

.plus-plus-title {
  font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: #f8f7ff;
    position: relative;
    padding-left: 23px;
}


.plus-plus-title::before {
content: "";
position: absolute;
display: block;
background: url(images/gal1.svg) no-repeat;
width: 15px;
height: 16px;
transform: translateY(-50%);
top: 50%;
left: 0;
}

.plus-block:nth-child(2n) .plus-block1 .plus-plus-title::before {
  background: url(images/gal2.svg) no-repeat;
}

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


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


.uslugy-block {
  display: flex;
  width: 49%;
  margin-bottom: 40px;
  min-height: 200px;
}


.uslugy-block1 {
width: 50%;
}

.uslugy-block1 img {
  border-radius: 30px 0 0 30px;
  height: 100%;
}


.uslugy-block2 {
width: 50%;
background: #454785 url(images/flore.png) no-repeat top right;
padding: 20px;
border-radius: 0 30px 30px 0;
display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}


.uslugy-title a {
  text-decoration: none;
  font-family: var(--second-family);
    font-weight: 700;
    font-size: 22px;
    line-height: 104%;
    letter-spacing: -0.01em;
    color: #f8f7ff;
    margin-bottom: 20px;
    display: block;
    transition: all 0.3s ease 0s;
}
.uslugy-title :hover {
  opacity: 0.8;
}



.uslugy-bottom {
  margin-left: -20px;
}

.uslugy-bottom a  {
  font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    color: #342a67;
    height: 55px;
    line-height: 55px;
    background: #b9c1e8;
    width: 100%;
    display: block;
    border-radius: 0 31px 31px 0;
    position: relative;
    padding-left: 20px;
    transition: all 0.2s ease 0s;
    text-decoration: none;
}

.uslugy-bottom a::before {
  content: "";
  display: block;
  position: absolute;
  background: url(images/right2.svg) no-repeat;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
    top: 50%;
        right: 7px;
        transition: all 0.2s ease 0s;
}


.uslugy-bottom a:hover {
  text-decoration: none;
}

.uslugy-bottom a:hover:before {
  right: 12px;
}
  


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


.read-block1 .readMore,
.read-block1 .showless1 {
  display: table;
  cursor: pointer;
  font-weight: 400;
    font-size: 20px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-family: var(--font-family);
    background: #89b294;
    border-radius: 30px;
    padding-left: 60px;
    padding-right: 20px;
    position: relative;
    transition: all 0.2s ease 0s;
}



.read-block1 .readMore::before,
.read-block1 .showless1::before {
  content: "";
  display: block;
  background: url(images/down.svg) no-repeat;
  width: 43px;
  height: 43px;
  position: absolute;
  transform: translateY(-50%);
    top: 50%;
    left: 7px;
    border-radius: 100%;
    transition: all 0.2s ease 0s;
}

.read-block1 .showless1::before {
  transform: translateY(-50%) rotate(180deg);
}




.read-block1 .readMore:hover {
  opacity: 0.9;
}

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



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




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


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


.price-item {
  width: 75%;
}


.price-tab0 {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #b9c1e8;
  font-family: var(--font-family);
    font-weight: 300;
    font-size: 19px;
    color: #1a1533;
    padding-bottom: 15px;
    margin-bottom: 15px;
    transition: all 0.2s ease 0s;
}


.price-tab0:hover {
  color: #000;
  font-weight: 400;
}


.price-tab1 {
  width: 50%;
  padding-left: 10px;
}



.price-tab0 .price-tab1:last-child {
display: flex;
justify-content: flex-end;
}

.price-tab2 {
  padding-right: 20px;
      color: #1a1533;
  font-weight: 300;
}



.price-tab0:last-child {
    border-bottom: 0px solid #fff;
}


.price-title {
  margin-bottom: 20px;
  font-family: var(--second-family);
    font-weight: 400;
    font-size: 35px;
    letter-spacing: -0.01em;
    color: #3f417e;
    line-height: 110%;
}

.price-block {
  margin-bottom: 25px;
}




.form-item {
  display: flex;
  background: #342a67;
  padding: 5px;
  border-radius: 30px;
      align-items: center;
}


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

.form-block1 {
width: 60%;
}


.form-block2 {
  width: 40%;
  padding: 25px;
  padding-left: 40px;
}


.form-title {
  margin-bottom: 20px;
  font-family: var(--second-family);
    font-weight: 400;
    font-size: 35px;
    letter-spacing: -0.01em;
    color: #f8f7ff;
        line-height: 36px;
}


.for-bl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}


.for-bl1 {
  margin-bottom: 20px;
  width: 100%;
}

.for-bl1 input {
  width: 100%;
  border: 1px solid #7f89bc;
    border-radius: 10px;
    height: 45px;
    line-height: 45px;
    color: #f8f7ff;
    background: transparent;
    font-family: var(--font-family);
      font-weight: 300;
      font-size: 18px;
      padding-left: 20px;
}

.for-bl1 input::placeholder {
  color: #f8f7ff;
}

.for-bl2 {
  width: 43%;
  border: 1px solid #7f89bc;
  border-radius: 10px;
  padding: 5px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 12px;
  line-height: 117%;
  color: #f8f7ff;
  position: relative;
  height: 55px;
  padding-left: 30px;
  padding-top: 11px;
}

.for-bl2 a {
  color: #f8f7ff;
  text-decoration: underline;
}


.for-bl2::before {
  content: "";
  background: url(images/gal1.svg) no-repeat;
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 16px;
  margin-right: 0px;
  top: 15px;
  left: 7px;
}


.for-bl3 {
  width: 55%;
}

.for-bl3 .wpcf7-spinner {
display: none;
}


.for-bl3 input {
  width: 100%;
  background: #79bd85 url(images/right.svg) no-repeat 7px 50%;
  border-radius: 30px;
  height: 55px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 19px;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 55px;
  transition: all 0.3s ease 0s;
}

.for-bl3 input:hover {
background: #62a66e url(images/right.svg) no-repeat 7px 50%;
  color: #fff;
}

.for-bl2 .form-control {
  background: transparent;
  font-weight: 300;
    font-size: 12px;
    line-height: 117%;
    color: #f8f7ff;
    height: auto;
        padding: 0;
          margin: 0;
}


.for-bl2 .wpcf7-list-item {
  display: block;
  margin: 0;
}

.for-bl2 label span {
  font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    color: #f8f7ff;
    position: relative;
}


.for-bl2 input[type="checkbox"] {
  display: none;
}

.for-bl2 label {
  display: block;
  position: relative;
  padding: 0;
  padding-left: 20px;
  margin: 0;
}

.for-bl2 input[type="checkbox"]+span::before {
  position: absolute;
  content: "";
  left: -20px;
  top: 8px;
  width: 15px;
  height: 16px;
  background: url(images/cec2.svg) no-repeat;
  cursor: pointer;
}

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


.form-block2 .wpcf7-response-output {
  color: #fff;
}


#comparison {
  padding-top: 35px;
  padding-bottom: 35px;
}

.title2 {
  padding: 0;
  margin: 0;
  font-family: var(--second-family);
    font-weight: 400;
    font-size: 35px;
    letter-spacing: -0.01em;
    color: #3f417e;
}

.comparison {
  padding-top: 40px;
}


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

.comparison-block1,
.comparison2-block1,
.comparison3-block1 {
  width: 48%;
}




.comparison-block2,
.comparison-block3 {
width: 25%;
font-family: var(--font-family);
font-weight: 500;
font-size: 30px;
line-height: 67%;
    border-radius: 30px 30px 0px 0px;
text-align: center;
padding-top: 25px;
padding-bottom: 15px;
}

.comparison-block2 {
color: #342a67;
background: #dce6fa;

}

.comparison-block3 {
color: #64816b;
background: #d5e8d9;
}


.comparison2-block1,
.comparison3-block1 {
  font-family: var(--font-family);
    font-weight: 300;
    font-size: 19px;
    color: #1a1533;
    border-bottom: 1px solid #b9c1e8;
    padding-bottom: 10px;
    padding-top: 10px;
}


.comparison3-block1 {
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: none;
}

.comparison3-block2,
.comparison3-block3 {
text-align: center;
padding-bottom: 10px;
padding-top: 20px;
font-family: var(--font-family);
font-weight: 700;
font-size: 19px;
line-height: 105%;
border-radius: 0px 0px 30px 30px;
width: 25%;
}

.comparison3-block2 {
background: #dce6fa;
color: #1a1533;
}

.comparison3-block3 {
background: #d5e8d9;
color: #1a1533;
}


.comparison2-block2,
.comparison2-block3 {
  width: 25%;
  text-align: center;
  padding: 20px;
}


.comparison2-block2 {
  background: #dce6fa;
    border-bottom: 1px solid #f8f7ff;

}

.comparison2-block3 {
  background: #d5e8d9;
  border-bottom: 1px solid #eaf6ea;
}



.comparison2-block2 .comparison-yes,
.comparison2-block3 .comparison-yes,
.comparison2-block3 .comparison-none {
  position: relative;
  display: flex;
  justify-content: center;
}

.comparison2-block2 .comparison-yes::before {
  content: "";
  position: relative;
  display: block;
  background: url(images/yes.svg) no-repeat;
  width: 21px;
  height: 21px;
}


.comparison2-block3 .comparison-yes::before {
  content: "";
  position: relative;
  display: block;
  background: url(images/yes1.svg) no-repeat;
  width: 21px;
  height: 21px;
}

.comparison2-block3 .comparison-none::before {
  content: "";
  position: relative;
  display: block;
  background: url(images/none.svg) no-repeat;
  width: 20px;
  height: 20px;
}


#text-main h2 {
  font-family: var(--second-family);
    font-weight: 700;
    font-size: 50px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #1a1533;
}


.text-block1,
.text2 {
  font-family: var(--font-family);
    font-weight: 300;
    font-size: 19px;
  line-height: 132%;
    color: #1a1533;
}

.text-block1 p,
.text2 p {
  margin-bottom: 1em;
}

.text-block1 strong,
.text2 strong {
  font-weight: 700;
}

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

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

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

.fn_readmore+[data-readmore-toggle] {
  margin-top: 10px;
  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 {
font-family: var(--font-family);
  font-weight: 300;
  font-size: 19px;
  color: #7f89bc;
}



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

.text-block1 {
  width: 55%;
}

.text-block2 {
  width: 40%;
}


#text-main {
  padding-top: 35px;
  padding-bottom: 35px;
}



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


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

.scheme-block {
  width: 24%;
  border-radius: 30px;
  display: flex;
  height: 120px;
}


.scheme-block1 {
  background: #64816b;
  font-family: var(--font-family);
    font-weight: 700;
    font-size: 70px;
    color: #eaf6ea;
    border-radius: 30px 0 0 30px;
    width: 26%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scheme-block2 {
background: #c5e0cb;
border-radius: 0px 30px 30px 0px;
font-family: var(--font-family);
  font-weight: 500;
  font-size: 19px;
  line-height: 105%;
  color: #64816b;
  align-items: center;
  display: flex;
  padding: 15px;
  width: 74%;
}



.scheme-block:nth-child(2n) .scheme-block1 {
  background: #3f417e;
  color: #f8f7ff;
}


.scheme-block:nth-child(2n) .scheme-block2 {
  background: #c1c7e8;
  color: #3f417e;
}




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


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

.title span {
  color: #454785;
}


.videoreviews-block {
  display: none;
  position: relative;
  margin-left: 10px;
    margin-right: 10px;
}

.videoreviews-block img {
  border-radius: 30px;
}



.videoreviews-title {
  position: absolute;
  background: #7982b2 url(images/play.svg) no-repeat 7px 50%;
  width: 96%;
  left: 2%;
  border-radius: 31px;
  height: 55px;
  line-height: 55px;
  bottom: 15px;
  padding-left: 60px;
      transition: all 0.3s ease 0s;
}

.videoreviews-title:hover {
background: #7982b2 url(images/play.svg) no-repeat 12px 50%;
}

.videoreviews-title a {
  color: #fff;
  text-decoration: none;
  font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
}



#reviews .videoreviews .slick-next {
top: -85px;
}

#reviews .videoreviews .slick-prev {
  top: -85px;
  left: auto;
  right: 50px;
}


button:focus {
  outline: none;
}


.reviews {
margin-top: 60px;
margin-left: -20px;
  margin-right: -20px;
}

.reviews-b {
  display: none;
  margin-left: 20px;
  margin-right: 20px;
}

.reviews-block {
  display: flex;
  flex-wrap: wrap;
}




.reviews-block1 {
  width: 50%;
}

.reviews-block2 {
  width: 50%;
  font-family: var(--second-family);
    font-weight: 700;
    font-size: 25px;
    line-height: 116%;
    letter-spacing: -0.01em;
    color: #342a67;
    position: relative;
}

.reviews-block2 svg {
  display: block;
  margin-bottom: 10px;
}




.reviews-block3 {
  width: 100%;
  margin-top: 10px;
  font-family: var(--font-family);
    font-weight: 300;
    font-size: 19px;
    line-height: 132%;
    color: #1a1533;
}


.reviews-block1 img {
  border: 3px solid #7982b2;
    border-radius: 30px 30px 5px 30px;
}



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

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

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

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

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

.fn_readmore1+[data-readmore-toggle] span {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 19px;
  color: #7f89bc;
}


.prev-str {
  width: 38px;
  height: 38px;
  cursor: pointer;
  background: url(images/right-slide.svg) no-repeat;
  transform: rotate(180deg);
  margin-right: 20px;
  opacity: 0.8;
      transition: all 0.3s ease 0s;
}

.next-str {
  width: 38px;
  height: 38px;
  cursor: pointer;
  background: url(images/right-slide.svg) no-repeat;
  margin-left: 10px;
  opacity: 0.8;
      transition: all 0.3s ease 0s;
}


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



.slide-navs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.slider-dots ul {
  margin: 0;
}


.slider-dots ul li a {
  font-weight: 700;
    font-size: 19px;
    line-height: 105%;
    color: #89b294 !important;
        display: block;
          margin-left: 3px;
          margin-right: 3px;
}



.slider-dots .slick-active a {
  color: #64816B !important;
}



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


.form-title1 {
font-family: var(--second-family);
  font-weight: 400;
  font-size: 35px;
  letter-spacing: -0.01em;
  color: #ffeee4;
  margin-bottom: 15px;
  line-height: 36px;
}

.form-title2 {
font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #f8f7ff;
  margin-bottom: 20px;
}


#schedule {
  padding-top: 35px;
  padding-bottom: 35px;
  background: #f3f1ff;
}


#schedule .title2 {
  text-align: center;
}


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

.schedule-block {
  width: 32%;
}



.schedule-block1 {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #b9c1e8;
  padding-bottom: 10px;
  margin-bottom: 19px;
  flex-wrap: wrap;
}

.schedule-block2 {
  width: 40%;
  font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 105%;
    color: #7982b2;
}

.schedule-block3 {
  width: 60%;
  font-family: var(--font-family);
    font-weight: 300;
    font-size: 18px;
    color: #1a1533;
}



#photos {
  padding-top: 55px;
  padding-bottom: 35px;
}


.photos-item {
  margin-top: 40px;
    margin-left: -15px;
      margin-right: -15px;
}


.photos-block {
  margin-left: 15px;
  margin-right: 15px;
  display: none;
}


.photos-block img {
  border-radius: 20px;
}



#photos .slick-next {
  top: 38%;
  right: -40px;
}

#photos .slick-prev {
  top: 38%;
  left: -40px;
}



#staff,
#staff-page {
  padding-top: 35px;
  padding-bottom: 35px;
}


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


.staff-block {
  margin-left: 15px;
  margin-right: 15px;
  display: none;
}

.staff-block img {
  border-radius: 100%;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.staff-title {
font-family: var(--font-family);
  font-weight: 700;
  font-size: 25px;
  line-height: 116%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #454785;
  margin-bottom: 10px;
}

.staff-title a {
  color: #454785;
  text-decoration: none;
}


.staff-desc {
font-family: var(--font-family);
  font-weight: 400;
  font-size: 19px;
  text-align: center;
  color: #777580;
}



#staff .slick-dots li.slick-active button {
  background-color: #64816b;
}

#staff .slick-dots li button {
  background-color: #c5e0cb;
}


#staff .slick-prev {
  left: -40px;
  top: 30%;
  background: url(images/sl-left1.svg) no-repeat;
}

#staff .slick-next {
  top: 30%;
  right: -40px;
  background: url(images/sl-left1.svg) no-repeat;
  transform: rotate(180deg);
}


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


.text2 {
  padding-top: 20px;
}



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



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


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

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


.faq-item summary {
font-family: var(--font-family);
  font-weight: 700;
  font-size: 19px;
  line-height: 30px;
  color: #454785;
  padding-top: 10px;
  padding-bottom: 10px;
}



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



.faq-item details:after {
  content: "";
  background: url(images/vector6.svg);
  width: 17px;
  height: 17px;
      transition: all 0.3s ease 0s;
  position: absolute;
  right: 20px;
  top: 14px;
}


.faq-item details[open]:after {
      transform: rotate(45deg);
}


.faq-text {
  margin-top: 10px;
  font-family: var(--font-family);
    font-weight: 300;
    font-size: 19px;
    color: #1a1533;
}


.map {
  height: 440px;
  width: 100%;
  border-radius: 0 30px 30px 0;
}


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


.contact-item {
  display: flex;
}

.contact-block1 {
  width: 27%;
  background: #dce1fa;
  border-radius: 20px 0 0 20px;
  padding: 30px;
  max-height: 440px;
}

.contact-block2 {
  width: 73%;
}


.contact-block1-1 strong {
  font-family: var(--second-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 104%;
    letter-spacing: -0.01em;
    color: #342a67;
}

.contact-block1-1 {
  margin-bottom: 20px;
  font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: #454785;
}


.contact-block1-1 a {
  color: #454785;
  text-decoration: none;
}


.contact-soc {
  margin-top: 10px;
  display: flex;
}

.contact-soc a  {
      transition: all 0.3s ease 0s;
      opacity: 1;
      display: block;
      margin-right: 5px;
}

.contact-soc a:hover {
  opacity: 0.8;
}



.contact-bottom a {
  display: table;
  text-decoration: none;
  background: #575999 url(images/right23.svg) no-repeat 7px 50%;
  border-radius: 30px;
    height: 55px;
    line-height: 55px;
    font-family: var(--font-family);
      font-weight: 400;
      font-size: 20px;
      color: #fff;
      padding-left: 50px;
      padding-right: 20px;
          transition: all 0.3s ease 0s;
}

.contact-bottom a:hover {
  background: #575999 url(images/right23.svg) no-repeat 97% 50%;
  padding-left: 20px;
    padding-right: 50px;
}


footer {
  background: #342a67;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

footer a {
  color: #fff;
}


.footer-link a,
.footer-name {
  display: block;
  font-family: var(--font-family);
    font-weight: 300;
    font-size: 18px;
    line-height: 132%;
    color: #f8f7ff;
    text-decoration: none;
}

.footer-name {
  margin-bottom: 10px;
  margin-top: 15px;
}

.footer-link strong {
  display: block;
  margin-top: 10px;
}


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


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


.footer-block2 li {
  list-style-type: none;
font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  color: #c1c7e8;
}

.footer-block2 li a {
  color: #c1c7e8;
  text-decoration: none;
      transition: all 0.3s ease 0s;
}

.footer-block2 li a:hover {
  color: #fff;
}


.footer-block2 h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-family: var(--font-family);
    font-weight: 500;
    font-size: 19px;
    line-height: 105%;
    color: #f8f7ff;
}


.footer-title {
  margin-bottom: 20px;
  font-family: var(--font-family);
    font-weight: 500;
    font-size: 19px;
    line-height: 105%;
    color: #f8f7ff;
}

.footer-title a  {
  text-decoration: none;
  color: #f8f7ff;
}


.footer-soc {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-soc a {
  display: block;
  margin-right: 7px;
  transition: all 0.3s ease 0s;
  opacity: 1;
}

.footer-soc a:hover {
    opacity: 0.8;
  }


.footer-bottom a {
  display: table;
  text-decoration: none;
  background: #7982b2 url(images/right23.svg) no-repeat 7px 50%;
  border-radius: 30px;
  height: 55px;
  line-height: 55px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  padding-left: 50px;
  padding-right: 20px;
  transition: all 0.3s ease 0s;
}

.footer-bottom a:hover {
  background: #7982b2 url(images/right23.svg) no-repeat 97% 50%;
  padding-left: 20px;
  padding-right: 50px;
}


.footer-block1 img {
  width: 150px;
}


.headen {
  display: none;
}

#selectcity {
  width: 420px;
}



#selectcity .h3 {
  margin-bottom: 30px;
}

#selectcity li a {
  color: #3f417e;
  text-decoration: none;
  font-weight: 500;
}

#selectcity li {
  list-style-type: none;
}

#selectcity ul {
  margin-left: 0;
  padding-left: 0;
}




.for-pop {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}


.for-pop .for-bl3 input {
  background: #7982b2;
  text-align: center;
  justify-content: center;
 padding: 0;
}

.for-pop .for-bl3 input:hover {
      background: #575999;
}


.forms-title {
  margin-bottom: 20px;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 26px;
  letter-spacing: -0.01em;
  color: #f8f7ff;
  line-height: 36px;
}


@media (max-width:1340px) {

#photos .slick-prev {
    left: 0px;
  }

#photos .slick-next {
  right: 0px;
}

#staff .slick-prev {
  left: 0px;
}

#staff .slick-next {
  right: 0px;
}

.reviews {
  margin-left: 0px;
  margin-right: 0px;
}

}

@media (max-width:1200px) {


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





.contact-bottom a {
    font-size: 18px;
    padding-left: 50px;
    padding-right: 15px;
  }


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

.contact-block2 {
  width: 70%;
}

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

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

.price-item {
  width: 100%;
}

.form-title,
.form-title1 {
  font-size: 26px;
}

.form-block1 {
  width: 55%;
}

.form-block2 {
  width: 45%;
  padding: 25px;
  padding-left: 25px;
}

.scheme-block2 {
  font-size: 18px;
}

.title {
  font-size: 46px;
}

.reviews-block2 {
  font-size: 22px;
}

.reviews-block3 {
  font-size: 17px;
}

.faq-item {
  width: 100%;
}
.footer-title {
  font-size: 17px;
}

.footer-block2 h3 {
  font-size: 17px;
}

.footer-block2 li {
  font-size: 16px;
}

.footer-link a,
.footer-name {
  font-size: 16px;
}


#text-main h2 {
  font-size: 46px;
}

.baner-main h1 {
  font-size: 46px;
}


.baner-main-desc {
  font-size: 26px;
}

}


@media (max-width:992px) {





.logo-block2 {
  display: none;
}
.logo-block1 {
  width: 20%;
}

.logo-block1-1 {
  width: 80%;
  padding-left: 20px;
}

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


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




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

    .baner-main h1 {
      font-size: 42px;
    }

.title {
  font-size: 42px;
}

#text-main h2 {
  font-size: 42px;
}

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


.plus-block {
  width: 32%;
  margin-left: 0.6%;
  margin-right: 0.6%;
}

.plus-item {
  justify-content: center;
}

.uslugy-block2 {
  padding: 15px;
}

.uslugy-bottom a {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
}
.uslugy-bottom {
  margin-left: -15px;
      width: 100%;
}


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

.uslugy-bottom a::before {
  background-size: 100%;
  width: 40px;
  height: 40px;
}

.header-top-block1 {
  font-size: 14px;
}


.uslugy-block {
  margin-bottom: 20px;
  min-height: auto;
}

.read-block1 .readMore,
.read-block1 .showless1 {
  font-size: 18px;
  height: 50px;
  line-height: 50px;
}

#uslugy,
#price,
#comparison,
#text-main,
#reviews,
#schedule,
#staff,
#staff-page,
#text2,
#faq {
  padding-top: 30px;
  padding-bottom: 30px;
}


#form {
  padding-top: 0px;
  padding-bottom: 20px;
}
#scheme {
  padding-top: 20px;
  padding-bottom: 30px;
}

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

#photos {
  padding-top: 50px;
  padding-bottom: 30px;
}
#contact {
  padding-top: 15px;
  padding-bottom: 40px;
}

.price-tab0 {
  justify-content: space-between;
  font-size: 16px;
}

.price-tab1 {
  width: auto;
}

.price-title {
  font-size: 32px;
}

.title2 {
  font-size: 32px;
}

.form-item {
  flex-wrap: wrap;
}
.form-block1 {
width: 100%;
margin-bottom: 20px;
}

.form-block2 {
width: 100%;
margin-bottom: 20px;
}
.form-block1 img {
  border-radius: 30px;
  width: 100%;
}

.form-title br,
.form-title1 br {
  display: none;
}

.for-bl2 {
  width: 49%;
  padding: 15px;
}
.for-bl3 {
  width: 49%;
}

.for-bl2 input[type="checkbox"]+span::before {
  top: 0px;
}

.comparison-block2,
.comparison-block3 {
  font-size: 26px;
}

.comparison2-block1,
.comparison3-block1 {
  font-size: 17px;
}

.comparison3-block2,
.comparison3-block3 {
  font-size: 17px;
}

.text-block1,
.text2 {
  font-size: 16px;
}


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

.scheme-block {
  width: 48%;
  margin-bottom: 20px;
}
.reviews-block3 {
font-size: 16px;
}

.videoreviews-title a {
  font-size: 14px;
}

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

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


.schedule-block:nth-child(3) {
  width: 100%;
}

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

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

.contact-block1 {
  width: 40%;
  padding: 25px;
}
.contact-block2 {
  width: 60%;
}
.contact-block1-1 strong {
  font-size: 22px;
}

.footer-block2-1 {
  display: none;
}

}

@media (max-width:768px) {


.header-top {
  display: none;
}


.logo-block5,
.logo-block6 {
  display: none;
}

.logo-block1 {
  width: auto;
}
.logo-block1-1 {
  width: auto;
  padding-left: 0px;
}

.logo-item {
  justify-content: space-between;
}

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

.logo-block4 a {
  font-size: 20px;
}
.logo-block4 .mail {
  display: none;
}

.header-soc {
  justify-content: flex-end;
}


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

.menu-mob-block1 a  {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}

.hd-fx {
padding-top: 128px;
}
#baner-main {
  padding-top: 30px;
  padding-bottom: 30px;
}
.baner-main h1 {
font-size: 34px;
}
.baner-main-desc {
font-size: 18px;
}


.baner-main {
  width: 100%;
}


.baner-main-link a {
  font-size: 16px;
}

.baner-main-open {
  font-size: 16px;
  margin-top: 20px;
}

.baner-main-open span {
  font-size: 22px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
  font-size: 18px;
  padding: 0px 15px;
  line-height: 50px;
    height: 50px;
}
#mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
padding: 10px 10px 10px 10px;
}


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


.menu-mob-item-open {
overflow-y: scroll !important;
height: 90vh;
align-items: flex-start;
padding-top: 7px;
}



#plus {
  padding-top: 30px;
  padding-bottom: 0px;
}
.plus-block {
width: 100%;
margin-left: 0%;
margin-right: 0%;
}

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


.uslugy-block {
width: 100%;
height: 140px;
}

.uslugy-block1 img {
    height: 140px;
    object-fit: cover;
}


.scheme-block {
width: 100%;
}


.price-title,
.title2 {
font-size: 28px;
}
.title {
font-size: 34px;
}


.price-tab0 .price-tab1:nth-child(2n) {
text-align: right;
}
.for-bl2 {
width: 100%;
order: 2;
}

.for-bl3 {
width: 100%;
order: 1;
margin-bottom: 20px;
}

.comparison-block2,
.comparison-block3 {
  font-size: 14px;
  width: 20%;
}

.comparison-block1,
.comparison2-block1,
.comparison3-block1 {
  width: 60%;
}

.comparison2-block2,
.comparison2-block3 {
  width: 20%;
  padding: 15px;
}

.comparison3-block2,
.comparison3-block3 {
  font-size: 14px;
  width: 20%;
}

.comparison2-block1,
.comparison3-block1 {
  font-size: 16px;
}

.text-item {
  flex-wrap: wrap;
}
.text-block1 {
  width: 100%;
  margin-bottom: 20px;
}

.text-block2 {
  width: 100%;
}

.scheme-block2 {
font-size: 18px;
}

.scheme-block2 br {
  display: none;
}

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

#reviews .videoreviews .slick-prev {
top: auto;
left: auto;
right: 53%;
bottom: -55px;
}

#reviews .videoreviews .slick-next {
top: auto;
left: auto;
right: 42%;
bottom: -55px;
}

.reviews-block {
  margin-top: 30px;
}


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

.form-title2 br {
  display: none;
}


.schedule-block {
  width: 100%;
}

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

.contact-block1 {
width: 100%;
    border-radius: 20px 20px 0 0px;
}



.map {
  height: 300px;
  border-radius: 0px 0px 30px 30px;
}



.contact-block2 {
width: 100%;
}

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

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


.footer-block2-1 {
  display: block;
}

.footer-block1 {
  margin-bottom: 30px;
}

.footer-block2 {
margin-bottom: 20px;
}

.footer-link a,
.footer-name {
font-size: 17px;
}

.footer-block2 h3 {
font-size: 19px;
}

.footer-block2 li {
font-size: 17px;
}

#staff .slick-prev {
left: 10px;
}
#staff .slick-next {
right: 10px;
}


.form-popap .for-bl2 {
  margin-top: 0px;
}

#uslugy,
#price,
#comparison,
#text-main,
#reviews,
#schedule,
#staff,
#text2,
#faq {
padding-top: 25px;
padding-bottom: 25px;
}
}





.bvi-active .plus-block .plus-block1 {
  background: #454785;
}

.bvi-active .uslugy-block2 {
  background: #454785;
}


.bvi-active .slick-prev {
  font-size: 0px !important;
}

.bvi-active .slick-next {
  font-size: 0px !important;
}



.bvi-active #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  color: #000!important;
}

.bvi-active #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  color: #fff !important;
}


.bvi-active .baner-main {
  padding: 40px;
}



#respond {
  width: 66%;
}


#respond #reply-title {
  padding: 0;
  margin: 0;
  font-family: var(--second-family);
    font-weight: 400;
    font-size: 35px;
    letter-spacing: -0.01em;
    color: #1a1533;
    margin-bottom: 40px;
}




#commentform .sogl {
  font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    line-height: 117%;
    color: #454785;
    position: relative;
}
#commentform .sogl a  {
  color: #454785;
  text-decoration: underline;
}

#commentform .sogl::before {
  content: "";
  background: url(images/gal1.svg) no-repeat;
  position: relative;
  display: inline-block;
  width: 15px;
  height: 16px;
  margin-right: 10px;
  top: 2px;
}




#commentform textarea {
  width: 100%;
  background: transparent;
border: 1px solid #c1c7e8;
  border-radius: 10px;
  height: 350px;
  padding: 20px;
  font-weight: 300;
    font-size: 19px;
    color: #454785;
}


#commentform textarea::placeholder {
  color: #454785;
}
.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 #c1c7e8;
    border-radius: 10px;
    width: 100%;
    height: 55px;
    padding-left: 20px;
    line-height: 55px;
    font-weight: 300;
      font-size: 19px;
      color: #454785;
      background: transparent;
}

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



#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: #575999;
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: #89b294;
}



#respond .form-submit .submit-btn {
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    background: #3f417e url(images/right23.svg) no-repeat 7px 50%;
    border-radius: 30px;
    border: none;
    padding-left: 55px;
    padding-right: 20px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    display: table;
    position: relative;
    transition: all 0.2s ease 0s;
  }

  
#respond .form-submit .submit-btn:hover {
  background: #575999 url(images/right23.svg) no-repeat 7px 50%;
}


#respond .sratings {
    color: #89b294;
  }

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


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


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



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




.ratings .checked  {
color: #89b294 !important;
}


.ratings .fa-star {
  color: #c5c4cc;
}


.video-reviews {
  margin-top: 50px;
  margin-bottom: 40px;
}

.reviews-slider {
  margin-top: 40px;
  margin-left: -20px;
    margin-right: -20px;
}


.prev-str {
  margin-right: 10px;
}

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


.reviews-bl {
  display: none;
}



#orizi .next-str {
  margin-left: 10px;
}

.reviews-bl {
 margin-left: 20px;
margin-right: 20px;
}


#stars-rating-review .br-widget a.br-selected:after {
  color: #89b294 !important;
}





.ratings {
  margin-bottom: 10px;
}


.yoast-breadcrumbs {
  font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    color: #777580;
    padding-top: 10px;
    padding-bottom: 10px;
}

.yoast-breadcrumbs a {
  text-decoration: none;
color: #777580;
}




#content-page {
  margin-top: 20px;
  margin-bottom: 20px;
}







.service-page-item {
  display: flex;
  justify-content: space-between;
  position: relative;
  
}


.service-page-block1 {
  width: 30%;
  position: relative;
}

.service-page-block2 {
  width: 70%;
  padding-left: 30px;
    font-weight: 400;
      font-size: 19px;
      line-height: 120%;
      color: #1a1533;
}


.service-menu {
  background: #dce1fa;
  padding: 20px;
  border-radius: 30px;
        position: sticky;
          top: 180px;
}


.service-menus {
  position: sticky;
    top: 180px;
}



.service-menus .service-menu {
  position: relative;
  top: 0px;
}


.service1-menu {
  background: #d5e8d9;
    padding: 20px;
    border-radius: 30px;
    margin-bottom: 20px;
}




.service-menu .zagg,
.service1-menu .zagg {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  font-family: var(--font-family);
    font-weight: 700;
    font-size: 28px;
    line-height: 71%;
    color: #454785;
    margin-top: 20px;
}

.service1-menu .zagg { 
  color: #64816b;
}


.service-menu li,
.service1-menu li {
  list-style-type: none;
}

.service-menu ul,
.service1-menu ul {
  margin-left: 0;
  padding-left: 0;
}


.service-menu ul a,
.service1-menu ul a {
  font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #575999;
    text-decoration: none;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.3s ease 0s;
}

.service1-menu ul a {
color: #64816b;
}

.service1-menu ul a:hover,
.service1-menu .active {
  background: #abccb3;
}



.service-menu ul a:hover,
.service-menu .active {
background: #c1c7e8;
}

.service-menu .current-menu-item a {
  background: #c1c7e8 !important;
}




.service-page-block2 h2 {
    margin-bottom: 20px;
    font-family: var(--second-family);
}

.service-page-block2 strong {
font-weight: 700;
}

.service-page-block2 p {
  margin-bottom: 1em;
}


.service-price .price-tab0 .price-tab1:nth-child(2) {
color: #64816b;
font-weight: 500;
}


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

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

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

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

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

.fn_readmore3+[data-readmore-toggle] span {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 19px;
  color: #7f89bc;
}

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

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

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

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

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

.fn_readmore4+[data-readmore-toggle] span {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 19px;
  color: #7f89bc;
}

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

#service-page {
  padding-top: 35px;
    padding-bottom: 35px;
}


#care {
      padding-top: 35px;
        padding-bottom: 35px;
        background: #f3f1ff;
}



.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: #dce1fa;
  border-radius: 30px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 19px;
  color: #342a67;
  margin-bottom: 20px;
  position: relative;
  height: 35px;
  line-height: 35px;
  padding-left: 45px;
}
.care-title::before {
  content: "";
  position: absolute;
  background: url(images/care1.svg) no-repeat;
  width: 35px;
  height: 35px;
  display: block;
  left: 0;
}


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



.care-item .care-block .care-title:nth-child(2n){
background: #d5e8d9;
color: #64816b;
}


.care-item .care-block .care-title:nth-child(2n) a {
    text-decoration: none;
    color: #64816b;
  }


.care-item .care-block .care-title:nth-child(2n)::before {
background: url(images/care2.svg) no-repeat;
}


.care-item1 .care-block1 .care-title:nth-child(2n) {
  background: #d5e8d9;
  color: #64816b;
}


.care-item1 .care-block1 .care-title:nth-child(2n) a {
  text-decoration: none;
  color: #64816b;
}


.care-item1 .care-block1 .care-title:nth-child(2n)::before {
  background: url(images/care2.svg) no-repeat;
}






#plus2 {
  padding-top: 50px;
  padding-bottom: 35px;
}


#photos2 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

#form22  {
   padding-top: 35px;
   padding-bottom: 35px;
 }




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


.rews-desc {
font-weight: 400;
  font-size: 19px;
  line-height: 120%;
  color: #1a1533;
}


.rews-desc strong {
  font-weight: 700;
}

.rews-desc p {
  margin-bottom: 1em;
}



.reviews-one-sl {
  display: none;
}


.reviews-one-item {
  display: flex;
      align-items: flex-start;
}
.reviews-one-block1 {
  width: 24%;
}


.reviews-one-block2 {
    width: 76%;
 padding-left: 20px;
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
        align-items: flex-start;
}

.reviews-one-block2-3 {
  width: 100%;
  font-weight: 300;
    font-size: 19px;
    line-height: 132%;
    color: #1a1533;
}


.reviews-one-block1 img {
  width: 285px;
  height: 285px;
  object-fit: cover;
  border: 3px solid #7982b2;
    border-radius: 30px 30px 5px 30px;
}




.reviews-one-block2-2 img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border: 2px solid #7982b2;
    border-radius: 20px;
}


.reviews-one-block2-2 {
  position: relative;
}


.reviews-one-block2-2::before {
content: "";
background: url(images/lupa.svg) no-repeat;
width: 28px;
height: 28px;
right: 10px;
bottom: 10px;
position: absolute;
}


.reviews-one-name {
  font-family: var(--second-family);
font-weight: 700;
font-size: 25px;
line-height: 116%;
letter-spacing: -0.01em;
color: #342a67;
margin-top: 20px;
margin-bottom: 15px;
}


.reviews-one {
  margin-top: 40px;
}


.slick-current .reviews-block {
  opacity: 0.7;
}

input,
textarea {
  outline: none;
}


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



.reviews-one-block2-1 .ratings .fa-star {
  margin-right: 5px;
}


@media (max-width:1270px) {
.rews-desc h2 {
font-size: 46px;
}

.reviews-slider {
margin-left: 0px;
margin-right: 0px;
}

#respond {
  width: 80%;
}

}




@media (max-width:992px) {


#respond {
    width: 100%;
  }


.rews-desc h2 {
    font-size: 42px;
  }

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

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

.reviews-one-block1 {
  width: 33%;
}

.reviews-one-block2 {
  width: 67%;
}

.reviews-one-block2-2 img {
  width: 80px;
  height: 80px;
}
}

@media (max-width:768px) {


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

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

.comms-block2 {
  width: 100%;
}


#respond #reply-title {
  font-size: 32px;
}


#commentform textarea {
  height: 180px;
}


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

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

.reviews-one-block1 {
  width: 100%;
  margin-bottom: 20px;
}

.reviews-one-block2 {
padding-left: 0;
  width: 100%;
}

.reviews-one {
  display: none;
}

.slick-current .reviews-block {
  opacity: 1;
}


.reviews-block3 .ratings {
  margin-top: 10px;
}

.reviews-slider {
  margin-top: 20px;
}

.rews-desc h2 {
  font-size: 36px;
}

#orizi {
padding-top: 10px;
padding-bottom: 20px;
}

}


@media (max-width:1200px) {
.service-menu .zagg,
.service1-menu .zagg {
  font-size: 26px;
}

.service-menu ul a,
.service1-menu ul a {
  font-size: 18px;
}
.service-page-block1 {
  width: 25%;
}

.service-page-block2 {
  width: 75%;
  padding-left: 25px;
  font-size: 17px;
}
}

@media (max-width:992px) {


.service-menu .zagg,
.service1-menu .zagg {
  font-size: 22px;
}
.service-menu ul a,
.service1-menu ul a {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}


.service-menu,
.service1-menu {
  padding: 10px;
}

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

.care-block {
  width: 48%;
}


.care-block:nth-child(3) {
  width: 100%;
}
#plus2 {
  padding-top: 40px;
  padding-bottom: 30px;
}

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

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

}




@media (max-width:768px) {


.service-page-item {
    flex-wrap: wrap;
  }

.service-page-block1 {
width: 100%;
margin-bottom: 30px;
}
.service-page-block2 {
width: 100%;
padding-left: 0px;
}

.service-menu ul,
.service1-menu ul {
  display: none;
}



.oopnens {
  display: block !important;
  margin-top: 25px;
}


.service-menu .zagg,
.service1-menu .zagg {
  margin-bottom: 10px;
  font-size: 24px;
  margin-top: 10px;
  position: relative;
  cursor: pointer;
  margin-left: 10px;
}


.service-menu h3::before {
  content: "";
  background: #454785;
  position: absolute;
  width: 25px;
  height: 3px;
  right: 20px;
  top: 0px;
  transition: all 0.3s ease 0s;
}
.service-menu h3::after {
  content: "";
  background: #454785;
  position: absolute;
  width: 25px;
  height: 3px;
  right: 20px;
  top: 14px;
  transition: all 0.3s ease 0s;
}

.service-menu h3 span {
  content: "";
  background: #454785;
  position: absolute;
  width: 25px;
  height: 3px;
  right: 20px;
  top: 7px;
  transition: all 0.3s ease 0s;
}




.service1-menu .zagg::before {
  content: "";
  background: #64816b;
  position: absolute;
  width: 25px;
  height: 3px;
  right: 20px;
  top: 0px;
  transition: all 0.3s ease 0s;
}

.service1-menu .zagg::after {
  content: "";
  background: #64816b;
  position: absolute;
  width: 25px;
  height: 3px;
  right: 20px;
  top: 14px;
  transition: all 0.3s ease 0s;
}

.service1-menu .zagg span {
  content: "";
  background: #64816b;
  position: absolute;
  width: 25px;
  height: 3px;
  right: 20px;
  top: 7px;
  transition: all 0.3s ease 0s;
}







.openh3 span {
  display: none;
}


.openh3::after {
  transform: rotate(-45deg);
  top: 10px !important;
}


.openh3::before {
  transform: rotate(45deg);
  top: 10px !important;
}

.care-block {
  width: 100%;
}

#plus2 {
padding-top: 35px;
padding-bottom: 20px;
}

#photos2 {
padding-top: 20px;
padding-bottom: 25px;
}

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

.price-tab0 {
font-size: 15px;
}

}


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


.prisec-item {
  display: flex;
  margin-left: -1%;
    margin-right: -1%;
    flex-wrap: wrap;
}


.prisec-block {
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 20px;
    background: #dce1fa;
      border-radius: 30px;
}


.prisec-block:nth-child(2n) {
  background: #c5e0cb;
}



.prisec-block:nth-child(2n) .prisec-name {
  background: #64816b url(images/plus2.png) no-repeat bottom right;

}

.prisec-block:nth-child(2n) .prisec-price {
  color: #6d9477;
}


.prisec-block:nth-child(2n) .prisec-title {
  color: #507359;
}


.prisec-block:nth-child(2n) .prisec-title::before {
      background: url(images/gal2.svg) no-repeat;
}



.prisec-block:nth-child(2n) .prisec-link a {
  background: #abccb3 url(images/prises2.svg) no-repeat;
    background-position: 0px 50%;
    color: #507359;
}



.prisec-block:nth-child(2n) .prisec-link a:hover {
  background-position: 100% 50%;
}




.prisec-name {
border-radius: 30px 30px 0 0;;
min-height: 165px;
background: #454785 url(images/plus1.png) no-repeat bottom right;
text-align: center;
font-family: var(--second-family);
  font-weight: 700;
  font-size: 23px;
  line-height: 113%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #f8f7ff;
  padding-top: 25px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}



.prisec-block1 {
  padding-top: 15px;
  padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
        min-height: 275px;
}


.prisec-price {
  text-align: center;
  font-family: var(--font-family);
    font-weight: 700;
    font-size: 19px;
    line-height: 105%;
    color: #575999;
    margin-bottom: 15px;
}


.prisec-title {
  font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    line-height: 106%;
    color: #454785;
    position: relative;
        padding-left: 23px;
        margin-bottom: 10px;
}

.prisec-title::before {
  content: "";
  position: absolute;
  display: block;
  background: url(images/gal1.svg) no-repeat;
  width: 15px;
  height: 16px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}


.prisec-link a {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: #c1c7e8 url(images/prises1.svg) no-repeat;
  background-position: 0px 50%;
  border-radius: 30px;
  font-family: var(--font-family);
    font-weight: 300;
    font-size: 19px;
    color: #454785;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.prisec-link a:hover {
  background-position: 100% 50%;
}



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


.read-block2 .readMore2,
.read-block2 .showless2 {
  display: table;
  cursor: pointer;
  font-weight: 400;
  font-size: 20px;
  height: 55px;
  line-height: 55px;
  color: #fff;
  font-family: var(--font-family);
  background: #454785;
  border-radius: 30px;
  padding-left: 60px;
  padding-right: 20px;
  position: relative;
  transition: all 0.2s ease 0s;
}



.read-block2 .readMore2::before,
.read-block2 .showless2::before {
  content: "";
  display: block;
  background: url(images/down2.svg) no-repeat;
  width: 43px;
  height: 43px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 7px;
  border-radius: 100%;
  transition: all 0.2s ease 0s;
}

.read-block2 .showless2::before {
  transform: translateY(-50%) rotate(180deg);
}




.read-block2 .readMore2:hover {
  opacity: 0.9;
}


#variant {
  padding-top: 35px;
  padding-bottom: 35px;
  background: #f3f1ff;
}

#variant .title2 {
  text-align: center;
}



.tab_navigation {
  overflow: hidden;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.tab_navigation a {
  display: block;
  margin: 0 3px 0 0;
  border-bottom: 2px solid #c1c7e8;
font-family: var(--font-family);
  font-weight: 500;
  font-size: 19px;
  line-height: 105%;
  color: #7982b2;
  padding: 15px 35px;
  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_navigation a:hover,
.tab_navigation a.selected {
  color: #342a67;
  border-bottom: 2px solid #342a67;
}

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

.tab {
  display: none;
}


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


.variant-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.variant-block1 {
  width: 50%;
}

.variant-block2 {
  width: 50%;
}

.variant-block2 img {
  border-radius: 30px;
}


.variant-name {
  font-family: var(--font-family);
    font-weight: 700;
    font-size: 19px;
    line-height: 105%;
    color: #454785;
    margin-bottom: 20px;
}


.variant-title {
  font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: #454785;
    margin-bottom: 10px;
    position: relative;
        padding-left: 23px;
}

.variant-title::before {
  content: "";
  position: absolute;
  display: block;
  background: url(images/gal1.svg) no-repeat;
  width: 15px;
  height: 16px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}

.variant-price {
  font-family: var(--font-family);
    font-weight: 700;
    font-size: 19px;
    line-height: 105%;
    color: #454785;
    margin-top: 20px;
    margin-bottom: 25px;
}

.variant-price span {
  color: #6d9477;
}


.variant-bottom a {
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  background: #575999 url(images/right23.svg) no-repeat 7px 50%;
  border-radius: 30px;
  padding-left: 55px;
  padding-right: 20px;
font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  color: #fff;
  display: table;
  position: relative;
  transition: all 0.2s ease 0s;
}

.variant-bottom a:hover {
background: #3f417e url(images/right23.svg) no-repeat 7px 50%;
}


#formprice {
  padding-top: 35px;
  padding-bottom: 35px;
}




.forms-pop-title {
  font-family: var(--second-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 104%;
    letter-spacing: -0.01em;
    color: #454785;
    margin-bottom: 20px;
}


.forms-pop-input1 input {
border: 1px solid #c1c7e8;
  border-radius: 10px;
  width: 350px;
  height: 45px;
  line-height: 45px;
  margin-bottom: 20px;
  width: 100%;
}


.form-popap {
  width: 400px;
  border: 2px solid #c1c7e8;
    border-radius: 15px;
}


.form-popap .fancybox-button svg {
  color: #454785;
}


.forms-pop-sog {
  font-weight: 300;
    font-size: 12px;
    line-height: 100%;
    color: #454785;
    position: relative;
    margin-top: -15px;
}

.forms-pop-sog a {
color: #454785;
text-decoration: underline;
}



.forms-pop-sog::before {
  content: "";
  background: url(images/gal1.svg) no-repeat;
  position: relative;
  display: inline-block;
  width: 15px;
  height: 16px;
  margin-right: 10px;
  top: 2px;
}

.forms-pop-input2 input {
  width: 100%;
  height: 55px;
  text-align: center;
  background: #575999 url(images/right22.svg) no-repeat 7px 50%;
  font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    border: none;
    border-radius: 30px;
    transition: all 0.3s ease 0s;
}



.forms-pop-input2 input:hover {
  background: #7982b2 url(images/right22.svg) no-repeat 7px 50%;
  color: #fff;
}


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

.about-block1 {
  width: 48%;
}

.about-block2 {
  width: 48%;
}

.about-block2 img {
  border-radius: 30px;
}

.about-menu {
  display: flex;
  flex-wrap: wrap;
}
.about-menu a  {
  background: #dce1fa;
  text-decoration: none;
  border-radius: 20px;
  padding: 10px 15px;
  font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #575999;
    margin-bottom: 10px;
    margin-right: 10px;
        transition: all 0.3s ease 0s;
        display: block;
}

.about-menu ul {
  display: flex;
  flex-wrap: wrap;
    margin-left: 0;
      padding-left: 0;
}


.about-menu li {
  list-style-type: none;
    display: block;
}





.about-menu a:hover {
  background: #c1c7e8;

}


#about-menu {
      background: #f3f1ff;
      padding-top: 30px;
      padding-bottom: 10px;
}
.oo-nass {
  background: #f3f1ff;
}


.about-block1 {
  font-family: var(--font-family);
    font-weight: 300;
    font-size: 19px;
    line-height: 120%;
    color: #1a1533;
}


.about-block1 strong {
  font-weight: 700;
}


.about-block1 p {
  margin-bottom: 1em;
}


.about-block1 h2 {
  font-family: var(--second-family);
    font-weight: 400;
    font-size: 35px;
    letter-spacing: -0.01em;
    color: #1a1533;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
        line-height: 100%;
}

.about {
  padding-top: 35px;
  padding-bottom: 35px;
}



.about:nth-child(2n) {
  background: #f3f1ff;
}

.about:nth-child(2n) .about-block2 {
  order: 1;
}


.about:nth-child(2n) .about-block1 {
  order: 2;
}


#text22 {
  padding-top: 15px;
  padding-bottom: 35px;
}



#contcat-form {
    padding-bottom: 55px;
  }


.concact-form {
  display: flex;
  padding: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #342a67;
  border-radius: 30px;
      align-items: flex-start;
}


.concact-form-title {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  font-family: var(--second-family);
    font-weight: 400;
    font-size: 35px;
    letter-spacing: -0.01em;
    color: #f8f7ff;
}


.concact-form-input1 {
  width: 28%;
}

.concact-form-input2 {
  width: 20%;
}

.concact-form-sog {
width: 18%;
font-family: var(--font-family);
font-weight: 300;
font-size: 12px;
height: 55px;
color: #f8f7ff;
border: 1px solid #575999;
border-radius: 10px;
display: flex;
align-items: center;
padding-left: 15px;
}

.concact-form-sog a  {
color: #f8f7ff;
text-decoration: underline;
}



.concact-form-sog span {
  position: relative;
  display: block;
  padding-left: 23px;
}


.concact-form-sog span::before {
    content: "";
    background: url(images/gal1.svg) no-repeat;
    position: absolute;
    width: 15px;
    height: 16px;
    margin-right: 10px;
    top: 9px;
    left: 0;
  }




.concact-form-input1 input {
  width: 100%;
  border: 1px solid #575999;
    border-radius: 10px;
    height: 55px;
    line-height: 55px;
    background: transparent;
    font-weight: 300;
      font-size: 17px;
      color: #f8f7ff;
      padding-left: 20px;
}

.concact-form-input1 input::placeholder {
  color: #f8f7ff;
}


.concact-form-input2 input {
  width: 100%;
  background: #454785 url(images/right23.svg) no-repeat 7px 50%;
  border-radius: 30px;
  height: 55px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 19px;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 50px;
  transition: all 0.3s ease 0s;
}

.concact-form-input2 input:hover {
  background: #7982b2 url(images/right23.svg) no-repeat 7px 50%;
  color: #fff;
}



.soc-bottom {
  position: fixed;
  right: 0px;
  top: 30%;
  display: flex;
  align-items: flex-end;
      z-index: 100;
}


.soc-form1,
.soc-form2 {
  border: 2px solid #c1c7e8;
    border-radius: 15px 0 0 0;
    width: 380px;
    background: #fff;
    padding: 25px;
    display: none;
}

.soc-color {
fill: #454785;
transition: all 0.3s ease 0s;
}

.soc-bottom-nav {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 10px;
  border: 2px solid #c1c7e8;
  border-right: none;
    border-radius: 15px 0 0 15px;
}


.soc-bottom-nav a { 
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}




.soc-bottom-nav a:hover .soc-color {
  fill: #79bd85;
}


.soc-bottom1-open .soc-color {
  fill: #79bd85;
}





.soc-form-open {
  display: block;
}


.soc-close {
 position: absolute;
 top: 15px;
 right: 15px;
 text-decoration: none;
}


#period {
  padding-top: 35px;
  padding-bottom: 35px;
  background: #f3f1ff;
  margin-bottom: 20px;
}


.period-item {
  display: flex;
  align-items: center;
}

.period-block2 {
  font-family: var(--second-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 104%;
    letter-spacing: -0.01em;
    color: #1a1533;
}


.period-block1 {
  padding-right: 20px;
}



.staff-item2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
      margin-left: -1%;
        margin-right: -1%;
}

.staff-item2 .staff-block {
width: 31%;
display: block;
margin-left: 1%;
margin-right: 1%;
margin-bottom: 20px;
}









.content-desc {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 19px;
  line-height: 130%;
  color: #1a1533;
  margin-bottom: 40px;
}

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

.content-desc strong {
  font-weight: 700;
}

.content-desc ul li {
  margin-bottom: 1em;
}


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


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

.save-block1 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.save-block {
  width: 50%;
  text-align: center;
}

.save-block img,
.save-block1 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.save-title {
  font-family: var(--font-family);
    font-weight: 300;
    font-size: 19px;
    text-align: center;
    color: #454785;
    margin-top: 10px;
    margin-bottom: 10px;
}

.save-block p {
  margin: 0;
  padding: 0;
}

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

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


.action-block0 {
  display: flex;
  justify-content: space-between;
}
.action-block1 {
  width: 50%;
}

.action-block1 img {
  border-radius: 30px 0 0 30px;
  width: 100%;
}


.action-block2 {
    width: 50%;
      border-radius: 0 30px 30px 0;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 20px;
      padding-bottom: 10px;
      background: #454785 url(images/fl1.png) no-repeat bottom right;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
}


.action-block:nth-child(2n) .action-block2 {
  background: #507359 url(images/fl2.png) no-repeat bottom right;
}





.action-title {
font-family: var(--second-family);
  font-weight: 700;
  font-size: 22px;
  line-height: 104%;
  letter-spacing: -0.01em;
  color: #f8f7ff;
  margin-bottom: 10px;
}


.action-desc {
font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #f8f7ff;
      line-height: 100%;
}

.action-link {
  margin-left: -20px;
}

.action-link a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #342a67;
  height: 55px;
  line-height: 55px;
  background: #b9c1e8;
  width: 100%;
  display: block;
  border-radius: 0 31px 31px 0;
  position: relative;
      padding-left: 50px;
  transition: all 0.2s ease 0s;
  text-decoration: none;
}



.action-block:nth-child(2n) .action-link a {
  background: #c5e0cb;
}




.action-link a::before {
  content: "";
  display: block;
  position: absolute;
  background: url(images/right2.svg) no-repeat;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
  top: 50%;
  right: 7px;
  transition: all 0.2s ease 0s;
}


.action-block:nth-child(2n) .action-link a::before {
  background: url(images/right3.svg) no-repeat;
}

.action-link a:hover:before {
  right: 12px;
}


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


@media (max-width:1200px) {

action-block2 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

.action-title {
  font-size: 20px;
}
.action-desc {
  font-size: 16px;
}


.action-link a {
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
}


.h2 {
    font-size: 42px;
  }

  
.content-desc {
    font-size: 17px;
  }

.prisec-name {
    min-height: 140px;
    font-size: 20px;
  }

.prisec-block {
  width: 24%;
  margin-left: 0.5%;
  margin-right: 0.5%;
}


.prisec-item {
  margin-left: -0.5%;
  margin-right: -0.5%;
}
.about-block1 h2 {
  font-size: 32px;
}


.about-block1 {
  font-size: 17px;
}


.concact-form-title {
  font-size: 28px;
}

.concact-form-input2 {
  width: 49%;
  margin-top: 20px;
}

.concact-form-sog {
  width: 49%;
margin-top: 20px;
}
.concact-form-input1 {
  width: 49%;
}
}


@media (max-width:992px) {

.action-block0 {
    flex-wrap: wrap;
  }

.action-block1 {
  width: 100%;
}

.action-block2 {
  width: 100%;
  border-radius: 0px 0px 30px 30px;
}
.action-block1 img {
  border-radius: 30px 30px 0 0px;
}


.action-desc {
margin-bottom: 30px;
}

.action-link {
  margin-left: 0px;
}


.action-link a {
  border-radius: 31px;
}




.staff-item2 .staff-block {
    width: 48%;
  }

.h2 {
  font-size: 38px;
}


.prisec-block {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }

.prisec-item {
  margin-left: -1%;
  margin-right: -1%;
}


.tab_navigation a {
  font-size: 16px;
  padding: 15px 15px;
}


.variant-name {
  font-size: 17px;
}

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

.variant-price {
  font-size: 17px;
}
#prisec {
  padding-bottom: 20px;
}

.about-block1 {
  width: 49%;
}

.about-block2 {
  width: 49%;
}

.about-block1 h2 {
  font-size: 28px;
}


.period-block2 {
  font-size: 20px;
}

#period {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 10px;
}

#text22 {
  padding-top: 20px;
  padding-bottom: 25px;
}

.action-block2 {
  padding-bottom: 20px;
}


}


@media (max-width:768px) {


.about-menu a {
    padding: 10px 10px;
    font-size: 13px;
    margin-right: 5px;
  }

#about-menu {
  padding-top: 20px;
  padding-bottom: 0px;
}



#akczii {
    padding-top: 10px;
    padding-bottom: 10px;
  }



.save-item {
    justify-content: space-between;
  }

.save-block {
  width: 48%;
  text-align: center;
}

.h2 {
    font-size: 34px;
  }

.prisec-item {
    margin-left: 0%;
    margin-right: 0%;
  }


.prisec-block {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.prisec-name {
  min-height: auto;
  font-size: 22px;
}

.read-block2 {
  margin-top: 10px;
}

.tab_navigation {
  flex-wrap: wrap;
}

.variant-block {
  flex-wrap: wrap;
}

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

.variant-block2 {
  width: 100%;
}


.soc-form1,
.soc-form2 {
  width: 330px;
  padding: 20px;
}

.about-items {
  flex-wrap: wrap;
}

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

.about-block2 {
width: 100%;
}

.about:nth-child(2n) .about-block2 {
  order: 2;
}
.about:nth-child(2n) .about-block1 {
  order: 1;
}

.concact-form-input1 {
  width: 100%;
  margin-bottom: 20px;
}

.concact-form-input2 {
width: 100%;
margin-top: 0px;
}


.concact-form-sog {
width: 100%;
  margin-top: 0px;
}

.period-block2 {
font-size: 16px;
}

#period {
margin-bottom: 10px;
margin-top: 15px;
}
#text22 {
  padding-top: 10px;
  padding-bottom: 20px;
}


.baner-main-desc br {
  display: none;
}

.about {
  padding-top: 30px;
  padding-bottom: 30px;
}


.soc-bottom-nav a svg {
  width: 20px;
  height: 20px;
}

.soc-bottom-nav a {
  margin-top: 7px;
  margin-bottom: 7px;
}

.soc-bottom {
  top: 25%;
}

.soc-bottom-z {
  z-index: -1 !important;
}

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



#programm {
  padding-top: 35px;
  padding-bottom: 35px;
}



.programm-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.programm-block1 {
  width: 49%;
  position: relative;
}

.programm-block2 {
  width: 49%;
  position: relative;
}


.programm-block1 img {
  border-radius: 30px;
}


.programm-name {
position: absolute;
background: #7982b2 url(images/program.svg) no-repeat 7px 50%;
width: 96%;
left: 2%;
border-radius: 30px;
min-height: 55px;
bottom: 15px;
padding-left: 60px;
padding-right: 10px;
transition: all 0.3s ease 0s;
display: flex;
align-items: center;
}

.programm-name:hover {
  background: #7982b2 url(images/program.svg) no-repeat 12px 50%;
}

.programm-name a  {
  text-decoration: none;
  font-weight: 400;
    font-size: 18px;
    color: #fff;
}

.programm-name:hover a {
  text-decoration: none;
  color: #fff;
}




.programm-block2 li {
  font-family: var(--font-family);
    font-weight: 300;
    font-size: 19px;
    line-height: 132%;
    color: #1a1533;
    margin-bottom: 10px;
}

.programm-block2 ul {
  margin-left: 15px;
  padding-left: 0;
}

.programm-title {
  margin-bottom: 15px;
  font-family: var(--font-family);
    font-weight: 700;
    font-size: 19px;
    line-height: 105%;
    color: #6d9477;
}

.programm-items {
  margin-top: 40px;
}


#formprogram {
  padding-top: 0px;
  padding-bottom: 50px;
}


.programm-desc {
  font-family: var(--font-family);
    font-weight: 300;
    font-size: 19px;
    line-height: 132%;
    color: #1a1533;
}


.programm-desc strong {
  font-weight: 700;
}


.programm-desc p {
  margin-bottom: 1em;
}


#programm-single {
  padding-top: 25px;
  padding-bottom: 35px;
}


.baner-main-desc a  {
    color: #fff;
    text-decoration: none;
}


.blago-form {
  width: 490px;
  display: flex;
  flex-wrap: wrap;
      justify-content: space-between;
}

.blago-form-input1 {
    width: 100%;
    margin-bottom: 15px;
}

.blago-form-input1 input {
background: #575999;
border-radius: 10px;
  width: 100%;
  list-style: 45px;
  height: 45px;
  font-weight: 300;
    font-size: 19px;
    color: #f8f7ff;
    border: none;
    padding-left: 20px;
}


.blago-form-input1 input::placeholder {
color: #f8f7ff;
}


.blago-form-input2 {
  width: 50%;
}


.blago-form-sog {
   width: 49%;
  background: #575999;
  border-radius: 10px;
    height: 55px;
    font-family: var(--font-family);
      font-weight: 300;
      font-size: 14px;
      line-height: 117%;
      color: #f8f7ff;
      position: relative;
          padding-top: 10px;
            padding-left: 40px;
 }


.blago-form-sog a {
  color: #f8f7ff;
  text-decoration: underline;
}




.blago-form-sog::before {
  content: "";
  background: url(images/gal1.svg) no-repeat;
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 16px;
  margin-right: 0px;
  top: 15px;
  left: 14px;
}





 .blago-form-input2 input {
   width: 100%;
   background: #79bd85 url(images/right.svg) no-repeat 7px 50%;
   border-radius: 30px;
   height: 55px;
   font-family: var(--font-family);
   font-weight: 400;
   font-size: 19px;
   color: #fff;
   border: none;
   display: flex;
   align-items: center;
   position: relative;
   padding-left: 60px;
   padding-right: 20px;
   transition: all 0.3s ease 0s;
 }

 .blago-form-input2 input:hover {
   background: #62a66e url(images/right.svg) no-repeat 7px 50%;
   color: #fff;
 }


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


.blogo1,
.blogo2,
.content-desc1 h2 {
  font-family: var(--second-family);
    font-weight: 400;
    font-size: 35px;
    letter-spacing: -0.01em;
    color: #1a1533;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    position: relative;

}


.blogo1,
.blogo2 {
      padding-left: 90px !important;
      margin-bottom: 30px!important;
}




.blogo1::before {
  background: url(images/blago1.svg) no-repeat;
  content: "";
  position: absolute;
  left: 0;
      transform: translateY(-50%);
        top: 50%;
  width: 75px;
  height: 70px;
}

.blogo2::before {
  background: url(images/blago2.svg) no-repeat;
  content: "";
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
  width: 75px;
  height: 70px;
}







.content-desc1 {
font-family: var(--font-family);
  font-weight: 300;
  font-size: 19px;
  line-height: 132%;
  color: #1a1533;
  padding-top: 10px;
}


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


.liczenzii-block {
  display: none;
}


.liczenzii-block img  {
  border: 2px solid #c1c7e8;
    border-radius: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}



#liczenzii {
  padding-top: 10px;
  padding-bottom: 50px;
}


#scheme2  {
   padding-top: 20px;
   padding-bottom: 35px;
 }


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

.gallery-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -1%;
    margin-right: -1%;
}

.gallery-block {
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 20px;
  position: relative;
}


.gallery-title {
  position: absolute;
  bottom: 15px;
  left: 10px;
  font-weight: 400;
  line-height: 100%;
  font-size: 18px;
  color: #fff;
  background: #7982b2;
  padding: 17px 15px;
  border-radius: 31px;
}


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

#gallery-page {
  padding-top: 20px;
  padding-bottom: 20px;
}




@media (max-width:1200px) {
.liczenzii-block {
  padding-left: 5px;
  padding-right: 5px;
}

.gallery-title {
  font-size: 16px;
  padding: 13px 13px;
}

}

.cnt-item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
	margin-bottom: 40px;
}
.cnt-block {
	width: 32%;
	border: 1px solid #b9c1e8;
	padding: 20px;
}


.cnt-block2 {
	width: 50%;
}




@media (max-width:992px) {


.gallery-block {
    width: 48%;
  }


.blogo1,
  .blogo2,
  .content-desc1 h2 {
    font-size: 32px;
  }

.blogo1::before,
.blogo2::before {
  width: 60px;
  height: 56px;
  background-size: 100%;
}
.content-desc1 {
  font-size: 17px;
}

.programm-block2 li {
  font-size: 17px;
}

.programm-title {
  font-size: 17px;
}


.programm-name a {
  font-size: 16px;
}

#scheme2 {
  padding-bottom: 30px;
}
	
.cnt-block {
	width: 100%;
margin-bottom: 20px;
}
	
	

}


@media (max-width:768px) {

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


.docs-block {
  width: 50%;
 margin-bottom: 20px;
}
#scheme2 {
  padding-top: 10px;
  padding-bottom: 0px;
}


.gallery-title {
font-size: 12px;
padding: 10px 10px;
bottom: 10px;
left: 10px;
}

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


.blago-form {
    width: 100%;
  }


.blago-form-sog {
width: 100%;
order: 3;
margin-top: 10px;
}
.blago-form-input1 {
  width: 100%;
  order: 1;
}


.blago-form-input2 {
width: 100%;
  order: 2;
}

.blogo1::before,
.blogo2::before {
display: none;
}

.blogo1,
.blogo2 {
  padding-left: 0px !important;
  margin-bottom: 20px !important;
}
.blogo1,
.blogo2,
.content-desc1 h2 {
font-size: 28px;
}

.menu-header {
  padding-top: 4px;
  padding-bottom: 4px;
}

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

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


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


.programm-block2 {
  width: 100%;
}

#programm-single {
  padding-top: 20px;
  padding-bottom: 30px;
}

}





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

.prises-block1 {
  width: 80%;
}

.prises-block2 {
  width: 10%;
}


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

.staff-link {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}


.prises-block3 a,
.staff-link a,
.prisec-table a,
.programm-link a {
  background: #575999;
  color: #fff !important;
  text-decoration: none;
      border-radius: 30px;
      display: block;
          padding: 8px 20px;
          cursor: pointer;
}

.programm-link a {
  display: table;
}


.prises-block3 a:hover,
.staff-link a:hover,
.prisec-table a:hover,
.programm-link a:hover {
  background: #575999;
}


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

.prises-block1 span {
  display: block;
  font-weight: 300;
}


.vrachi {
  padding-top: 35px;
  padding-bottom: 35px;
}



.reab {
  display: flex;
  align-items: center;
}
.reab p {
  margin: 0;
  padding: 0;
}

.reab a {
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  background: #3f417e;
  border-radius: 30px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  display: table;
  margin-left: 40px;
  position: relative;
  transition: all 0.2s ease 0s;
}

.reab a:hover {
  background: #575999;
}


.prisec-table table {
  border-collapse: collapse;
  border: 1px solid #b9c1e8;
  width: 100%;
}

.prisec-table th {
  border: 1px solid #b9c1e8;
}


.prisec-table td {
  border: 1px solid #b9c1e8;
  padding: 10px;

}
.prisec-table p {
  margin: 0;
padding: 0;
}


.doctors-desc p {
    margin: 0;
      padding: 0;
}
.doctors-desc {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.doctors-info1 {
  width: 50%;
  margin-bottom: 10px;
  font-weight: 300;
}
.doctors-info1 span {
  font-weight: 500;
  display: block;
}



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


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


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


#opit {
    padding-top: 35px;
    padding-bottom: 35px;
  }



.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: 60%;
  padding-right: 40px;
}

.doctors-block2 {
  width: 40%;
  padding-left: 40px;
}
.doctors-block2 img {
border-radius: 30px;
max-width: 430px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.doctors-link a {
  text-decoration: none;
  height: 55px;
  line-height: 55px;
  background: #3f417e url(images/right23.svg) no-repeat 7px 50%;
  border-radius: 30px;
  padding-left: 55px;
  padding-right: 35px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  display: table;
  position: relative;
  transition: all 0.2s ease 0s;
}


.doctors-link a:hover {
  background: #575999 url(images/right23.svg) no-repeat 11px 50%;
}



.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 #7982b2;
    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;
  border-bottom: 2px solid #c1c7e8;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 19px;
  line-height: 105%;
  color: #7982b2;
  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 {
  color: #342a67;
  border-bottom: 2px solid #342a67;
}

.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: 700;
        font-size: 19px;
        line-height: 30px;
        color: #454785;
        position: relative;
}
.opyt-desc {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 19px;
  line-height: 30px;
  color: #454785;
}


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


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

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


#prisec .title {
  margin-bottom: 40px;
}


.service1-menu li {
  position: relative;
}

 .toggle-arrow {
   cursor: pointer;
   position: absolute;
right: 0;
    top: 8px;
 }

 .submenu {
   display: none;
 }

 .submenu.active {
   display: block;
 }


.submenu li a {
  background: #d5e8d9 !important;
      font-size: 16px;
      padding-left: 30px;
}

.submenu .active {
  color: #000;
}
.submenu a:hover {
  color: #000;
}

.submenu-open {
  display: block;
}


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

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

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

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







@media (max-width:1200px) {


.doctors-block2 img {
    height: auto;
  }





.prises-block1 {
    width: 70%;
  }

.prises-block2 {
  width: 15%;
}

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

@media (max-width:992px) {

.obraz-blocks {
    padding: 25px;
  }

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

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

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

  .prises-block1 {
    width: 60%;
  }

  .prises-block2 {
    width: 20%;
  }

  .prises-block3 {
    width: 20%;
  }

#doctor-single h2 {
  font-size: 42px;
}

.obraz-items {
  margin-bottom: 10px;
}


}


@media (max-width:768px) {


#doctor-single h2 {
    font-size: 34px;
  }

.obraz-blocks {
  width: 100%;
}



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

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

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

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

.prisec-table table {
    width: 660px;
    overflow-y: scroll;
  }



  .prises-block1 {
      width: 50%;
    }
  
    .prises-block2 {
      width: 20%;
    }
  
    .prises-block3 {
      width: 30%;
    }


.prises-items1 {
  font-size: 16px;
}
.prises-block3 a {
  padding: 7px 15px;
}

#prisec {
padding-bottom: 0px;
}


.price-tab2 {
  display: none;
}

.price-tab0 .price-tab1:nth-child(2n) {
  min-width: 70px;
}

.care-block1 .care-title {
  min-width: auto;
  margin-right: 5px;
  padding-right: 15px;
  font-size: 14px;
}

.vrachi {
  overflow: hidden;
}
}


#post-ssing {
  padding-top: 20px;
}


.single-item1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
  margin-top: 30px;
}


.single-item {
  display: flex;
  flex-wrap: wrap;
    margin-left: -1%;
      margin-right: -1%;
}

.news-block {
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 40px;
}


.news-block-image img {
  border-radius: 30px;
}

.news-block-image {
  margin-bottom: 15px;
}


.news-block-date {
  color: #454785;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  position: relative;
  border-bottom: 1px solid #D7DCDF;
  padding-bottom: 15px;
  margin-bottom: 10px;
}



.news-block-date::before {
  content: "";
  background: url(images/calendar.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 25px;
  position: relative;
  display: inline-block;
  margin-right: 8px;
  top: 5px;
}


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

.news-block-title {
  text-decoration: none;
      color: #1a1533;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  display: block;
  margin-bottom: 10px;
}


.news-block-title:hover {
  color: #454785;
  text-decoration: none;
}

.news-block-excerpt p {
  margin: 0;
  padding: 0;
}

.news-block-excerpt {
      color: #1a1533;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}


.dalee {
  fill: #454785;
  transition: all 0.3s ease 0s;
}

.dalee2 {
  fill: #fff;
  transition: all 0.3s ease 0s;
}


.single-link:hover .dalee,
.news-block-link:hover .dalee {
  fill: #79bd85;
}


.single-link:hover .dalee2,
.news-block-link:hover .dalee2 {
  fill: #ffffff;
}

.cats .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cats .pagination .page-numbers {
  padding: 10px 20px;
  margin-right: 10px;
  text-decoration: none;
  color: #555;
  background-color: #F2F6F8;
  border-radius: 3px;
  transition: background-color 0.3s;
}

.cats .pagination .page-numbers.current {
  color: #fff;
  background-color: #454785;
}

.cats .pagination .page-numbers.next {
  padding: 10px 20px;
  color: #fff;
  background-color: #7982b2;
}

.cats .pagination .page-numbers:hover {
  background-color: #454785;
  color: #fff;
}


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

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

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

.videos-block .wp-video {
  height: 320px !important;
  width: 100%!important;
}

.videos-block .mejs-container {
    height: 320px !important;
    width: 100% !important;
  }


.videos-block video {
    height: 320px !important;
    width: 100% !important;
  }




@media (max-width:992px) {

.news-block {
    width: 48%;
  }

#category-stat {
  padding-bottom: 40px;
}
}


@media (max-width:768px) {

.videos-block {
    width: 100%;
  }


.news-block {
width: 100%;
}
.single-item,
.single-item1 {
margin-left: 0%;
margin-right: 0%;
}
.news-block-block2 {
display: none;
}

.single-title {
font-size: 18px;
padding-right: 50px;
}
.single-item1 {
  margin-bottom: 30px;
}
}