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


: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: #333;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

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

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

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

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

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

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

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

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

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

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

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

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

.navbar-brand {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

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

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

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

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

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

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

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

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

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

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

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

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

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

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


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

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}



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

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



.logo-block4 a {
    display: block;
    margin-right: 5px;
}


.telega1,
.whatsapp1,
.vk1 {
stroke: #2b326d;
transition: all 0.3s ease 0s;
}

.telega2,
.whatsapp2,
.vk2 {
    fill: #2b326d;
        transition: all 0.3s ease 0s;
}


.telega:hover .telega1 {
stroke: #008ccd;
}


.telega:hover .telega2 {
    fill: #008ccd;
}


.vk:hover .vk1 {
    stroke: #0077ff;
}

.vk:hover .vk2 {
    fill: #0077ff;
}


.whatsapp:hover .whatsapp1 {
    stroke: #30b34c;
}


.whatsapp:hover .whatsapp2 {
    fill: #30b34c;
}


.logo-block2 .phone a {
display: block;
text-decoration: none;
font-family: var(--font-family);
font-weight: 700;
font-size: 18px;
color: #2b326d;
}


.logo-block4 {
  display: flex;
  align-items: center;
}

.logo-block3 {
  font-weight: 600;
    font-size: 18px;
    color: #2b326d;
    position: relative;
        padding-left: 50px;
}


.logo-block3::before {
content: "";
position: absolute;
left: 0;
display: block;
background: url(images/time.png) no-repeat;
width: 40px;
height: 42px;
    top: 3px;
}


.logo-block3 span {
  display: block;
}


.logo-mail {
  font-size: 16px;
}


.logo-block5 a {
  text-decoration: none;
  height: 55px;
  line-height: 55px;
  padding-left: 20px;
  padding-right: 20px;
  background: #23b59c;
  display: table;
  color: #fff;
  font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease 0s;
    border-radius: 10px;
}

.logo-block5 a:hover,
.logo-block5 a:active,
.logo-block5 a:focus {
   color: #fff; 
   background: #2b326d;
}


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


.baner-main-block1 {
  width: 50%;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 60px;
}

.baner-main-block2 {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 0px;
    top: 0px;
        clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 5% 100%, 0 50%);
}


#baner-main {
      background: #ecf1f9;
      position: relative;
      height: 590px;
}


.baner-main-block2 img {
     height: 590px;
     width: 100%;
    object-fit: cover;
}


.form-main {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 50px;
align-items: center;
}


.form-main1 {
  width: 32%;
  margin-bottom: 10px;
}

.form-main2 {
  width: 49%;
  margin-bottom: 15px;
}

.form-main3 {
  width: 49%;
}


.form-main4 {
    width: 49%;
    font-size: 12px;
  }


.form-main1 input,
.form-main2 input {
background-color: #fff;
border-radius: 10px;
height: 55px;
line-height: 55px;
border: 1px solid #eee;
font-size: 16px;
padding: 0 22px;
width: 100%;
color: #000;
}



.form-main3 input {
width: 100%;
text-align: center;
height: 55px;
line-height: 55px;
padding: 0;
border: none;
background: #23b59c;
color: #fff;
font-weight: 500;
font-size: 16px;
border-radius: 10px;
transition: all 0.3s ease 0s;
}

.form-main3 input:hover,
.form-main3 input:active,
.form-main3 input:focus {
  background: #2b326d;
  color: #fff;
}


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


.baner-main-block1 h1 {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    color: #2b326d;
}


.baner-title {
  font-weight: 600;
    font-size: 28px;
    color: #2b326d;
}

.baner-title span {
    color: #23b59c;
}


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

.plus-item {
margin-top: 60px;
margin-left: -7px;
margin-right: -7px;
}

.plus-block {
padding: 20px;
background: #ecf1f9;
border-radius: 10px;
display: none;
text-align: center;
margin-left: 7px;
margin-right: 7px;
position: relative;
margin-top: 30px;
min-height: 120px !important;
}

.plus-nomber {
font-size: 26px;
font-weight: 700;
color: #fff;
background: #23b59c;
width: 55px;
height: 55px;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 50%;
top: -30px;
transform: translateX(-50%);
}


.plus-title {
font-size: 16px;
padding-top: 20px;
padding-bottom: 10px;
font-weight: 600;
color: #2b326d;
}

#plus .slick-next {
right: 0px;
top: -55px;
width: 40px;
height: 40px;
background-size: 100%;
}
#plus .slick-prev {
right: 50px;
left: auto;
top: -55px;
width: 40px;
height: 40px;
background-size: 100%;
}

#service {
  padding-top: 80px;
  padding-bottom: 60px;
  background: #ecf1f9 url(images/home-img-0_4.png) no-repeat center center;
  background-size: cover;
}

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

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


.service-block {
  width: 32%;
  margin-bottom: 30px;
      background-color: #fff;
        box-shadow: 0 14px 24px rgba(159, 151, 151, .25);
        border-radius: 10px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
}
.service-block img {
  margin-bottom: 20px;
  height: 185px;
  object-fit: cover;
  width: 100%;
    border-radius: 10px 10px 0px 0px;
}



.service-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #2b326d;
}


.service-price {
    font-size: 18px;
      font-weight: 700;
      color: #2b326d;
}

.service-price span {
    color: #23b59c;
}

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


.service-block2 a {
  text-decoration: none;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #23b59c;
    display: table;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease 0s;
    border-radius: 10px;
}

.service-block2 a:hover {
   color: #fff;
   background: #2b326d;

}


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

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

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


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

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


.etap-block {
  margin-bottom: 40px;
  width: 32%;
}

.etap-title {
font-size: 22px;
font-weight: 700;
margin-bottom: 10px;
color: #2b326d;
}


.etap-desc {
  font-size: 16px;
  font-weight: 500;
}


.etap-block1 {
  position: relative;
  margin-bottom: 10px;
}

.etap-block1 img {
  width: 136px;
  height: 136px;
  object-fit: cover;
  border-radius: 100%;
}


.etap-nomber {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  font-size: 14px;
  color: #fff;
  background: #23b59c;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}


#uslov {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(images/8.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
  color: #fff;
}


#uslov .title {
  color: #fff;
  z-index: 10;
  position: relative;
  text-align: center;
}


#uslov:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(43, 50, 109, 0.7);
  z-index: 10;
}


.uslov-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
  position: relative;
  z-index: 10;
}

.uslov-block {
  width: 50%;
}



.uslov-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
      line-height: 1.2;
}

.uslov-desc {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}





.uslov-desc li {
list-style-type: none;
margin-bottom: 15px;
position: relative;
padding-left: 30px;

}

.uslov-desc ul {
margin-left: 0;
padding-left: 0px;
}

.uslov-desc li::before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  background: #23b59c;
  border-radius: 100%;
  left: 0;
  top: 5px;
}


.uslov-link {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.uslov-link a {
  text-decoration: none;
  height: 65px;
  line-height: 65px;
  padding-left: 40px;
  padding-right: 40px;
  background: #23b59c;
  display: table;
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  transition: all 0.3s ease 0s;
  border-radius: 10px;
  z-index: 10;
}

.uslov-link a:hover,
.uslov-link a:focus,
.uslov-link a:active {
 color: #fff;
background: #2b326d;
}

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


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

.text-block1 {
  width: 60%;
}

.text-block2 {
  width: 35%;
}


.text {
  margin-top: 40px;
  font-size: 18px;
    font-weight: 500;
}


.form {
  padding: 30px 40px;
    background-color: #ecf1f9;
    border-radius: 10px;
}


.form-title {
font-size: 26px;
font-weight: 700;
margin-bottom: 30px;
}


.form1 {
  margin-bottom: 15px;
}

.form1 input {
    background-color: #fff;
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #eee;
    font-size: 16px;
    padding: 0 22px;
    width: 100%;
}

.form2 input {
  width: 100%;
  text-align: center;
  height: 55px;
  line-height: 55px;
  padding: 0;
  border: none;
  background: #23b59c;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
}

.form2 input:hover,
.form2 input:focus,
.form2 input:active {
background: #2b326d;
color: #fff;
}


.lepopup-element .form2 input {
    text-align: center !important;
}


.form2 .wpcf7-spinner {
  display: none;
}

.form3 {
  font-size: 12px;
  margin-top: 20px;
  text-align: center;
}


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

.rews-block {
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #2b326d;
  border-radius: 10px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 17px;
  min-height: 255px !important;

}



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


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

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


.rews-name {
  width: 70px;
  height: 70px;
  font-weight: 500;
  font-size: 24px;
background: #ecf1f9;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2b326d;

}

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

.rews-name3 {
  font-weight: 700;
  font-size: 18px;
  color: #2b326d;
}

.rews-data {
  font-weight: 600;
  font-size: 16px;
  color: #23b59c;
}

.rews-desc {
  font-weight: 400;
  font-size: 16px;
  color: #2b326d;
}



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

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

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

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

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

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


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


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

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




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

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


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

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

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


.slick-dots .slick-active button {
  background: #23b59c;
}

button:focus {
  outline: none;
}

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


#nomber  {
   padding-top: 60px;
   padding-bottom: 60px;
   background: linear-gradient(228deg, #23B59C 0%, #4063CE 100%);
   color: #fff;
 }


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

.nomber-block {
  width: 25%;
}

.nomber-nomber {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: yellow;
    margin-bottom: 10px;
}

.nomber-title {
font-size: 22px;
font-weight: 700;
margin-bottom: 10px;
}

.nomber-desc {
font-size: 16px;
font-weight: 500;
}


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

.faq-item details {
  width: 49%;
  color: #2b326d;
}


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


.faq-item details {
  display: block;
  outline-style: none;
  cursor: pointer;
  position: relative;
}


.faq-item summary {
  padding: 18px 20px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  background: #fff;
  border-radius: 10px;
}


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



.faq-item details:after {
  content: "";
  background: url(images/ddown.svg);
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 14px;
}


.faq-item details[open]:after {
  content: "";
  background: url(images/uup.svg);
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 14px;
}


.faq-item summary:hover {
  color: #23b59c;
}



.faq-item details[open] summary {
  background: #23b59c;
  color: #fff;
}

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


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


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


.contact-block1 {
  width: 68%;
  max-height: 430px;
}

.contact-block2 {
    width: 32%;
    padding: 35px;
    background: #ecf1f9;
}

.contact-block-text {
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 25px;
  color: #2b326d;
}

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

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


.contact-block-text span {
  display: block;
  font-weight: 600;
  font-size: 22px;
  line-height: 109%;
  letter-spacing: -0.01em;
   color: #2b326d;
  padding-bottom: 10px;
}


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

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


.contact-block-call a {
text-decoration: none;
  height: 55px;
  line-height: 55px;
  padding-left: 35px;
  padding-right: 35px;
  background: #23b59c;
  display: table;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease 0s;
  border-radius: 20px;
}

.contact-block-call a:hover {
 color: #fff;
  background: #2b326d;
}

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

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

footer {
  background: #2b326d;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}

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

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


.footer-block2 a {
display: block;
}



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


.headen {
  display: none;
}


.form-popap {
  width: 420px;
}

input {
  outline: none;
}

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

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


#content-page .title {
  padding-bottom: 30px;
}


.content-desc1 {
color: #333;
font-weight: 500;
font-size: 16px;
padding-bottom: 40px;
line-height: 2;
}


.form-popap .form-title {
 text-align: center;
  margin-bottom: 30px;
}


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


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

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

.oborudovanie-block img {
     border-radius: 10px;
}

#oborudovanie .slick-prev,
#reviews-med .slick-prev {
left: auto;
right: 50px;
top: -35px;
width: 40px;
height: 40px;
background-size: 100%;
}

#oborudovanie .slick-next,
#reviews-med .slick-next {
left: auto;
right: 0px;
top: -35px;
width: 40px;
height: 40px;
background-size: 100%;
}


.widget-right {
    position: fixed;
    right: 0px;
    top: 18%;
    background: #23b59c;
    width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px 0px 0px 20px;
    z-index: 100;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    opacity: 0.9;
    transition: all 0.3s ease 0s;
}

.widget-right:hover {
    opacity: 1;
}


.widget-right img {
    width: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.widget-right p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 0;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.widget-item {
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
}
.widget-item a {
   color: #fff; 
}
.widget-item a:hover {
   color: #fff; 
   text-decoration: none;
}
.widget-cloce {
    color: #fff;
    position: relative;
    font-size: 12px;
    background: #23b59c;
    width: 22px;
    height: 22px;
    top: -13px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
}
.widget-cloce:hover {
     color: #fff;
     text-decoration: none;
}



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

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

@media (max-width: 1200px) {

.baner-main-block1 {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 40px;
}

.baner-main-block1 h1 {
    font-size: 34px;
        margin-bottom: 20px;
}

#baner-main {
    height: 540px;
}

.baner-main-block2 img {
    height: 540px;
}

.title {
    font-size: 34px;
}

.service-block2 {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.service-price {
    padding-bottom: 15px;
}

.service-title {
    text-align: center;
        margin-bottom: 10px;
}

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

.logo-block2 .phone a {
    font-size: 15px;
}
.logo-block3 {
    font-size: 15px;
        padding-left: 0px;
}
.logo-block3::before {
    display: none;
}
.logo-block1 img {
    width: 180px;
}

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


}

@media (max-width: 992px) {

.logo-block3 {
    display: none;
}
.baner-main-block1 h1 {
font-size: 30px;
}

.form-main1 input, .form-main2 input {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    padding: 0 20px;
}

#baner-main {
height: 520px;
}

.baner-main-block2 img {
height: 520px;
}

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

.baner-main-block1 {
padding-top: 0px;
padding-bottom: 0px;
padding-right: 0px;
width: 60%;
}

.baner-main-block2 {
    width: 40%;
}
#baner-main {
  padding-top: 40px;
  padding-bottom: 40px;
}
.baner-main-block1 h1 {
  font-size: 34px;
}
.baner-title {
  font-size: 22px;
}
.form-main {
  padding: 25px;
  margin-top: 30px;
}

.form-main1 {
  width: 49%;
}
.form-main4 {
  width: 100%;
  margin-top: 10px;
}

.form-main4 br {
  display: none;
  }

.form-main2 {
  margin-bottom: 10px;
}

.form-main3 input {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}

.form-main3 {
  margin-bottom: 10px;
}

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

.service-block {
  width: 49%;
}

.title {
  font-size: 30px;
}

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

#etap {
  padding-top: 60px;
}

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

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

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

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

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

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

.text {
  font-size: 16px;
}

.text-block2 {
  width: 40%;
}
.text-block1 {
  width: 58%;
}

.oborudovanie-block {
  width: 49%;
}
#oborudovanie {
padding-top: 60px;
  padding-bottom: 30px;
}
#reviews-med {
  padding-top: 30px;
  padding-bottom: 60px;
}

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

.nomber-nomber {
  font-size: 30px;
}

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

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

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

.faq-item details {
  width: 100%;
}
#contact {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

.map {
  height: 430px;
}
.etap-item {
  margin-top: 40px;
}
}


@media (max-width: 768px) {


.miby-widget {
    width: 100%;
    position: fixed;
    z-index: 100;
    bottom: 0px;
    left: 0px;
    display: flex;
    text-align: center;
    font-size: 14px;
}

.miby-widget1 {
width: 50%;
background: #4caf50;
color: #fff;
font-weight: 600;
padding: 10px 10px;
position: relative;
}

.miby-widget2 {
    width: 50%;
background: #2b326d;
color: #fff;
font-weight: 600;
padding: 10px 10px;
}

.miby-widget1::before {
content: "";
position: relative;
display: inline-block;
background: url(images/icons8-whatsapp.svg) no-repeat;
background-size: 100%;
width: 18px;
height: 18px;
top: 2px;
}


.miby-widget2::before {
content: "";
position: relative;
display: inline-block;
background: url(/wp-content/uploads/2025/07/phone-call-1.png) no-repeat;
background-size: 100%;
width: 18px;
height: 18px;
top: 2px;
margin-right: 5px;
}




.miby-widget a {
   color: #fff;
   text-decoration: none; 
}


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

#baner-main {
height: auto;
}

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

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

.baner-main-block1 img {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
}


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

.baner-main-block1 h1 {
font-size: 32px;
    margin-bottom: 30px;
}

.baner-title {
margin-bottom: 30px;
}


.baner-main-block1 h1 br {
display: none;
}
.form-main {
  padding: 0px;
  margin-top: 20px;
}

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

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

.logo-block4 svg {
    width: 28px;
}

.logo-block2 .phone a {
font-size: 16px;
}

.plus-block {
    padding: 20px;
    min-height: 145px !important;
}
.plus-title {
    font-size: 15px;
}

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


#service {
padding-top: 40px;
padding-bottom: 20px;
}
.service-block {
width: 100%;
}
.title {
  font-size: 32px;
}

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

.etap-block {
  width: 49%;
}
#uslov {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.uslov-link {
  margin-top: 0px;
}

.uslov-link a {
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}

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

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

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

.text-block2 {
  width: 100%;
}

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

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

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

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

.nomber-block {
  width: 50%;
  margin-bottom: 20px;
}

.faq-item summary {
  font-size: 16px;
  padding-right: 40px;
}
#faq {
  padding-top: 40px;
  padding-bottom: 20px;
}

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

.contact-block1 {
width: 100%;
max-height: 320px;
order: 2;
}
.map {
height: 320px;
}

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

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

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

.footer-block1,
.footer-block2 {
  margin-bottom: 15px;
}
#content-page .title {
  padding-bottom: 20px;
}

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

}