/*
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: "Inter", sans-serif;
color: #111827;
}


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;
  color: var(--orange);
}

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: var(--color2);
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 36px;
  padding-bottom: 10px;
}
h2 {
  font-size: 32px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 20px;
  line-height: 25px;
}
h4 {
  font-size: 18px;
  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
--------------------------------------------------------------*/


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


:root {
	--color1: #0f6ec8;
    --color2: #111827;
    --orenge: #ff6b35;
    --orenge2: #e55a2b;
    --white: #fff;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}



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

}

.hidden {
    display: none;
}


.main-menu {
    background: var(--color1);
    color: var(--white);
}
@media (min-width: 768px) {
#mega-menu-wrap-primary #mega-menu-primary {
  display: flex;
  justify-content: space-between;
}
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-weight: 600 !important;
}


.phone a {
    color: var(--color2);
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
}


.color-btn {
    color: var(--white);
    background: var(--orange);
    border-radius: 10px;
    text-decoration: none;
    display: table;
        transition: all 0.3s ease 0s;
            box-shadow: 0 0 15px -5px var(--orange);
}

.color-btn:hover,
.color-btn:focus,
.color-btn:active {
    text-decoration: none;
    color: var(--white);
    background: var(--orenge2);
}



.logo-block5 a {
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 600;
}


.logo-block4 {
    display: flex;
}



.logo-block4 a {
    text-decoration: none;
    display: block;
    margin-right: 5px;
    position: relative;
    top: 0px;
    transition: all 0.3s ease 0s;
}

.logo-block4 a:hover {
    top: -3px;
}

#baner-main {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(images/d3f4ac92-7484-490a-ba5e-870c10d03f64.png) no-repeat center center;
    background-size: cover;
    overflow-x: hidden;
    position: relative;
}



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

.baner-main .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 10px;
}



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

.baner-block2 {
   width: 50%;
   left: 0;
   position: absolute;
   transform: translateX(98%); 
}

.baner-block2 img {
    position: relative;
}


.baner-main h1 {
    font-size: 52px;
    font-weight: 700;
    color: var(--color2);
    padding: 0;
    margin: 0;
}
.baner-main h1 span {
    color: var(--color1);
}


 
.baner-main .fa-solid {
    color: var(--color1);
    display: inline-block;
}


.form-baner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 3px 10px 22px -20px var(--color1);
    margin-top: 40px;
    margin-bottom: 10px;
}


.baner-main .form-sog {
    width: 100%;
    margin-bottom: 40px;
}



.form-baner-input {
    width: 32%;
}

.form-baner-bottom {
    width: 32%;
}



.form-baner-bottom .wpcf7-spinner {
    display: none;
}

.form-baner-input input {
    width: 100%;
    height: 50px;
    padding: 0;
    padding-left: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
}


.form-baner-bottom input {
    width: 100%;
    height: 50px;
    padding: 0;
    text-align: center;
    border-radius: 10px;
    background: var(--orenge);
    color: var(--white);
    border: none;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.3s ease 0s;
}

.form-baner-bottom input:hover,
.form-baner-bottom input:focus,
.form-baner-bottom input:active   {
    border: none;
     color: var(--white);
      background: var(--orenge2);
      text-decoration: none;
}



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

.wpcf7-acceptance .wpcf7-list-item-label {
position: relative;
padding-left: 30px;
cursor: pointer;
}

.wpcf7-acceptance .wpcf7-list-item-label:before {
content: "";
position: absolute;
left: -30px;
top: 0px;
width: 20px;
height: 20px;
box-sizing: border-box;
}

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

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

.wpcf7-acceptance .wpcf7-list-item-label {
    position: relative;
    padding-left: 0px;
    cursor: pointer;
        font-size: 12px;
            color: #64748b;
}

.wpcf7-acceptance .wpcf7-list-item-label a {
    text-decoration: none;
}

.wpcf7-list-item {
    margin: 0;
    margin-left: 30px;
}


 .baner-desc {
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 22px;
    color: var(--color2);
 }

 
 .baner-desc span {
    color: var(--color1);
 }


  .baner-plus {
    display: flex;
        border: 1px solid #fff;
        padding: 30px;
    border-radius: 20px;
background: #07478A;
background: linear-gradient(90deg, #0f6ec8, #087ff0);
      color: var(--white);
      position: relative;
    z-index: 10;
    margin-top: 30px;
  }


 .baner-plus-block {
    width: 25%;
    display: flex;
    align-items: center;
 }


.baner-plus-icon {
    font-size: 32px;
    margin-right: 20px;
}


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

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


.title {
    margin: 0;
    padding: 0;
    font-size: 38px;
    font-weight: 700;
}


#service {
    background: url(images/bg2.png) no-repeat 50% 65%;
        background-size: cover;
}


.block-pad1 {
    padding-top: 80px;
    padding-bottom: 80px;
     border-bottom: 1px solid #e5e7eb;
}



.block-pad2 {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f9fafb;
     border-bottom: 1px solid #e5e7eb;
}

.mmaps {
    width: 100%; 
    height: 500px; 
    margin: 20px 0; 
}

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

.service-block {
    width: 24%;
    border-radius: 20px;
    background: #fff;
    top: 0px;
    position: relative;
    transition: all 0.3s ease 0s;
    border: 1px solid #e5e7eb;
}


.service-block:hover {
top: -10px;
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.service-block img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
    transition: transform 0.5s ease;
    transform-origin: center center;
    position: relative;
    z-index: 0;
}

.service-nav {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 210px;
}

.service-title {
color: var(--color2);
text-decoration: none;
font-weight: 600;
font-size:20px;
margin-bottom: 10px;
}

.service-desc {
    color: var(--color2);
    opacity: 0.6;
    font-size: 14px;
    font-weight: 400;
}

.service-link .fa-solid {
    color: var(--color1);
    display: block;
    width: 37px;
    height: 37px;
    border-radius: 100%;
    background: #f1f4fc;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.service-link a {
    text-decoration: none;
}

.service-link:hover  .fa-solid  {
    background: var(--color1);
    color: #fff;
}



.map-block {
    margin-top: 40px;
}

#map {
     border-bottom: 1px solid #e5e7eb;
}



.service-link {
    display: flex;
    justify-content: flex-end;
}




.priсe-item {
    margin-top: 40px;
    margin-bottom: 40px;
}


.priсe1-block {
    display: flex;
        background: var(--color1);
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    padding: 20px 30px;
    border-radius: 20px 20px 0px 0px;
}


.priсe1-block1,
.priсe-block1 {
    width: 70%;
}

.priсe1-block2,
.priсe1-block3,
.priсe-block2,
.priсe-block3 {
    width: 30%;
}

.priсe1-block3,
.priсe-block3 {
    text-align: right;
}

.priсe-block2 {
    opacity: 0.6;
}
.priсe-block3 {
color: var(--color1);
font-weight: 600;
}


.priсe-block {
display: flex;
background: var(--white);
color: var(--color2);
font-size: 16px;
font-weight: 500;
padding: 20px 30px;
    border-bottom: 1px solid #e5e7eb;
}


.desc {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
    opacity: 0.6;
}

#priсe .desc,
#priсe .title {
    text-align: center;
}


.priсe_link {
    display: flex;
    justify-content: center;
}

.priсe_link a {
    display: table;
    height: 65px;
    line-height: 65px;
    font-size: 18px;
    font-weight: 700;
    padding-left: 40px;
    padding-right: 40px;
}

#calk {
background: url(images/bbg.jpg) no-repeat center center;
background-size: cover;
padding-top: 80px;
padding-bottom: 80px;
}


.calk-form .form-block {
    width: 100%;
    margin-top: 40px;
}


.calk-form {
    background: rgba(16, 89, 152, 0.7);
    border-radius: 20px;
    padding: 30px;
    color: #fff;
    margin-top: 40px;
}

.calk-form .title {
    color: #fff;
}


.calk-form .wpcf7-acceptance .wpcf7-list-item-label {
color: #fff;
}


.calk-form .wpcf7-acceptance .wpcf7-list-item-label:before {
    top: -3px;
}


.calk-desc {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-top: 40px;
    text-align: center;
}

.calk-desc a {
    color: var(--orange);
}



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


.plus-block {
width: 19%;
padding: 30px;
border-radius: 20px;
border-width: 1px;
border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
background: #fff;
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
transition: all 0.3s ease 0s;
top: 0px;
position: relative;
}

.plus-block:hover {
    top: -10px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);
}




.plus-block .fas {
width: 55px;
height: 55px;
border-radius: 10px;
display: flex;
justify-content: center;
align-items: center;
background: #eef2ff;
color: #4f46e5;
font-size: 22px;
margin-bottom: 20px;
}


.plus-item .plus-block:nth-child(2) .fas  {
background: #ecfdf5;
color: #059669;
}

.plus-item .plus-block:nth-child(3) .fas  {
background: #fff1f2;
color: #e11d48;
}

.plus-item .plus-block:nth-child(4) .fas  {
background: #fffbeb;
color: #d97706;
}


.plus-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}


.plus-desc {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.6;
}



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



#bur .title {
    font-size: 28px;
}

.bur-desc {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 500;
    opacity: 0.8;
}


.bur-block2 {
    position: relative;
}


.bur-block2-txt {
    color: #fff;
    position: absolute;
    text-align: left;
    top: 95px;
    right: 65px;
    font-weight: 600;
    text-shadow: 1px 1px 2px #2b326d;
    line-height: 1.2;
}

.bur-txt2 {
    font-size: 32px;
}


.bur-txt1 {
     font-size: 13px;
}

.bur-txt3 {
     font-size: 16px;
}


.bur2-item {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
        align-items: flex-start;
}


.bur2-block1 {
    width: 46%;
    position: relative;
}

.bur2-block2 {
    width: 52%;
}

.bur-desc2{
    font-size: 16px;
    font-weight: 400;
    opacity: 0.8;
    margin-top: 30px;
}


.bur2-block1-1 {
    position: relative;
    overflow: hidden;
        width: 100%;
}
.bur2-block1-1 img {
    width: 100%;
}



/* базовый стиль всех стрелок */
.bur2-block1-1 .arrow {
    position: absolute;
    width: 32px;
    height: 32px;
    opacity: 0;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/* ===== ВНИЗ (исчезают) ===== */
@keyframes fallDown {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    100% {
        transform: translateY(200px);
        opacity: 0;
    }
}

/* ===== ВВЕРХ ===== */
@keyframes moveUp {
    0% {
        transform: translateY(0px);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    100% {
        transform: translateY(-250px);
        opacity: 0;
    }
}

/* ===== позиционирование потоков ===== */

/* вниз */
.absolute1 { left: 35%; top: 0; animation-name: fallDown; animation-delay: 0s; }
.absolute2 { left: 35%; top: 0%; animation-name: fallDown; animation-delay: 0.8s; }
.absolute3 { left: 60%; top: 0; animation-name: fallDown; animation-delay: 0.3s; }

/* вверх */
.absolute4 { left: 48%; bottom: 0; animation-name: moveUp; animation-delay: 0.3s; }
.absolute5 { left: 48%; bottom: 0; animation-name: moveUp; animation-delay: 1.1s; }

.baza-item {
    margin-top: 60px;
}


.baza-block {
        display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
        border: 1px solid #e5e7eb;
        border-radius: 20px;
        padding: 25px;
        background: #fff;
            --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.baza-block1 {
    width: 48%;
}


.baza-block2 {
    width: 52%;
    padding-left: 30px;
}


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



.baza-title {
   color: var(--color2);
   font-weight: 700; 
   font-size: 20px;
   margin-bottom: 15px;
}

.baza-desc {
   color: var(--color2);
   font-weight: 500; 
   font-size: 16px;
   margin-bottom: 15px;
}

.baza-desc p {
    margin-bottom: 0;
}


.baza-nav {
     color: var(--color2);
   font-weight: 500; 
   font-size: 16px;
   display: flex;
   justify-content: space-between;
   margin-bottom: 10px;
}

.baza-nav2 {
     color: var(--orange);
}

.baza-gallerys {
    margin-top: 20px;
    display: flex;
}

.baza-gallery {
    margin-right: 10px;
}

.baza-gallery img {
        border-radius: 10px;
            transition: all 0.3s ease 0s;
            opacity: 1;
}


.baza-gallery img:hover {
    opacity: 0.8;
}



#form {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(images/bg-form.jpg) no-repeat bottom center;
    background-size: cover;
}

#form .title,
#form .desc {
    color: var(--white);
}



.form-block {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    width: 80%;
}


.form-block-input {
    width: 32%;
}

.form-block-bottom {
    width: 32%;
}

.form-block-input input {
    background: #fff;
    border: none;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    border-radius: 20px;
}


.form-block-bottom input {
        background: var(--orange);
    border: none;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-weight: 600;
    font-size: 18px;
    color: var(--white);
    border-radius: 20px;
}


#form .wpcf7-acceptance .wpcf7-list-item-label {
    color: #fff;
    opacity: 0.8;
}

#form .wpcf7-acceptance .wpcf7-list-item-label a {
    color: var(--orenge);
}


.form-block-bottom input:hover,
.form-block-bottom input:focus,
.form-block-bottom input:active {
    color: var(--white);
    background: var(--orenge2);
}


.form-bg {
    background: rgba(16, 89, 152, 0.7);
     border-radius: 20px;
     padding: 40px;
         border: 1px solid #2e6ebf;
}


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


.scheme-block {
padding: 20px;
background: #fff;
  border-radius: 20px;
margin-bottom: 30px;
width: 32%;
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition: all 0.3s ease 0s;
    top: 0px;
    position: relative;
}


.scheme-block:hover {
    top: -10px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);
}



.scheme-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}


.scheme-desc {
    font-size: 16px;
    font-weight: 500;
        padding-bottom: 20px;
}

.scheme-nomber {
    margin-bottom: 15px;
    display: flex;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background: var(--color1);
    color: var(--white);
    font-weight: 700;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

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


.partner-block {
        background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
    padding: 20px;
    border-radius: 20px;
        transition: all 0.3s ease 0s;
}


.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: #fff url(images/arrow-down.svg) no-repeat center center !important;
    font-size: 0px;
    border: 1px solid #eaecef;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--osnovnoy);
    transform: rotate(-90deg);
}



.owl-carousel .owl-nav button.owl-prev {
margin-right: 10px;
 transform: rotate(90deg);
}

button:active, button:focus {
	outline: none;
}
button::-moz-focus-inner {
	border: 0;
}

button:active, button:focus {
  outline: none !important;
}
button::-moz-focus-inner {
  border: 0 !important;
}


.partner-item .owl-nav,
.sert-item .owl-nav,
.news-item .owl-nav,
.service_gallers .owl-nav  {
    position: absolute;
    right: 0px;
    top: -80px;
    display: flex;
}

.service_gallers {
position: relative;
margin-top: 40px;
}



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

.sert-block {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    opacity: 0.7;
    transition: all 0.3s ease 0s;
}

.sert-block:hover {
    opacity: 1;
}


#sert {
background: var(--color1);
}

#sert .title {
    color: var(--white);
}


.rews {
    margin-top: 40px;
}

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


.jab-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
        border: 1px solid #e5e7eb;
        --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}


.jab-item .jab-block:last-child {
 margin-bottom: 0px;
}


.jab-block1 {
    width: 42%;
}

.jab-block2 {
    width: 56%;
}


.jab-image img {
    border-radius: 20px;
}


.jab-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.jab-desc {
    font-size: 16px;
    font-weight: 500;
    opacity: 0.6;
    margin-bottom: 15px;
}


.jab-price {
    background: var(--color1);
    color: var(--white);
    border-radius: 20px;
    display: table;
    padding: 7px 15px;
    margin-bottom: 15px;
}

.owl-dots {
    display: flex !important;
    padding-top: 40px !important;
    justify-content: center;
}

#jab .owl-dots {
    padding-top: 20px !important;
}





.owl-dots .owl-dot {
    height: 8px!important;
    width: 8px!important;
    background: #d7dce0 !important;
    margin-right: 5px!important;
    border-radius: 10px;
}



.owl-dots .active {
    height: 8px!important;
    width: 32px!important;
        background: var(--color1)!important;
}



.jab-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.jab-nav1 {
       font-size: 16px;
    font-weight: 600;
    opacity: 0.8;
}


.jab-nav2 a  {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
}



.form2-item {
    display: flex;
    justify-content: space-between;
    background: url(images/form.png) no-repeat top center;
    background-size: cover;
    height: 366px;
    border-radius: 20px;
}


.form2-block1 {
    width: 42%;
}

.form2-block2 {
    width: 32%;
    padding-top: 85px;
}


.form2-block3 {
    width: 26%;
    padding-right: 40px;
    padding-top: 85px;
}

.form2-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 20px;
}

.form2-title span {
    color: var(--orange);
}



.form2-desc {
       font-size: 18px;
    font-weight: 500;
    color: var(--white);
}


.form-2-input {
    margin-bottom: 20px;
}

.form-2-bottom {
    margin-bottom: 20px;
}



.form-2-input input {
    background: #fff;
    border: none;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    border-radius: 20px;
}

.form-2-bottom input {
        background: var(--orange);
    border: none;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    font-size: 18px;
    color: var(--white);
    border-radius: 20px;
}

.form-2-bottom input:hover,
.form-2-bottom input:focus,
.form-2-bottom input:active {
    color: var(--white);
    background: var(--orenge2);
}


#form2 .wpcf7-acceptance .wpcf7-list-item-label {
    color: #fff;
    font-size: 11px;
}

#form2 .wpcf7-acceptance .wpcf7-list-item-label a {
    color: var(--orenge);

}


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

.single-item {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.66%;
    margin-right: -0.66%;
    margin-top: 30px;
}

.single-item .news_block {
    width: 32%;
    margin-left: 0.66%;
    margin-right: 0.66%;
    margin-bottom: 20px;
}


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

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

.news-block-nav {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.news-block-date {
    position: relative;
font-weight: 500;
font-size: 16px;
line-height: 104%;
color: var(--color2);
}

.news-block-date::before {
    content: "";
    position: relative;
    border-radius: 100%;
    background: var(--color1);
    width: 8px;
    height: 8px;
    display: inline-block;
    top: -2px;
    margin-right: 15px;
}
.news-block-title {
    margin-bottom: 15px;
}



.news-block-title a {
    text-decoration: none;
font-weight: 700;
font-size: 18px;
line-height: 104%;
color: var(--color2);
    transition: all 0.3s ease 0s;
}

.news-block-title a:hover {
color: var(--color1);
}

.news-block-excerpt {
font-weight: 400;
font-size: 16px;
display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    overflow-wrap: break-word;
}


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



#news {
        background: var(--color1);
        color: var(--white);;
}

#news .title {
    color: var(--white);
}



#news .news-block-title a,
#news .news-block-date {
    color: var(--white);
    }


#news .news-block-title a:hover {
    color: var(--orange);
}





#news .news-block-date::before {
    background: var(--white);
}


.news_all {
    display: flex;
    justify-content: center;
}

.news_all a {
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    padding-left: 20px;
    padding-right: 20px;
}


.fn_readmore + [data-readmore-toggle],
.fn_readmore[data-readmore] {
    display: inline-block;
    width: auto;
    position: relative;
}
.fn_readmore[aria-expanded="false"]::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 4em;
    background: -moz-linear-gradient(top,#fff0 0,#fff 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(100%,#fff));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
}
.fn_readmore[data-readmore] {
    transition: height 500ms;
    overflow: hidden;
    max-height: 320px;
    display: block;
    width: 100%;
}
.fn_readmore + [data-readmore-toggle]{
    margin-top: 13px;
    text-decoration: none;
    transition: all 0.3s;
}
.fn_readmore + [data-readmore-toggle]:hover,
.fn_readmore + [data-readmore-toggle]:focus{
    color: var(--okay-button-text);
    text-decoration: none;
}
.fn_readmore + [data-readmore-toggle] span{
    color: var(--color1);
    background: transparent;
    border-color:  var(--color1);
    border: 1px solid;
    border-radius: 3px;
    padding: 1px 30px;
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    transition: all .3s;
    font-weight: 500;
}
.fn_readmore + [data-readmore-toggle]:hover span{
    color: #fff;
    background:var(--color1);
    border-color:  var(--color1);
}


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

.faq-item details {
  width: 49%;
color: var(--color2);
}


.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: 22px 20px;
  padding-right: 50px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  background: #fff;
  border-radius: 10px;
border: 1px solid #e5e7eb;
}


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



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


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


.faq-item summary:hover {
  color: var(--color1);
}



.faq-item details[open] summary {
  background: var(--color1);
  color: #fff;
}


footer {
    background: #0F4C81;
   color: var(--white);
   padding-top: 60px;
   padding-bottom: 60px;
}


footer a {
color: var(--white);
}

footer a:hover {
color: var(--orange);
text-decoration: none;
}


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


.footer-block1 {
    width: 25%;
}


.footer-block2 {
    width: 25%;
}


.footer-block3 {
    width: 25%;
}


.footer-block4 {
    width: 25%;
}


.footer-logo {
    width: 200px;
    margin-bottom: 20px;
}


.footer-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}


.footer-block-text {
        font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}


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

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

.footer-item li a {
    color: var(--white);
}

.footer-item li a:hover {
    color: var(--orange);
}


.footer-block-title {
        font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}


.footer-block-soc {
    margin-top: 10px;
}


.form-popap {
    width: 460px;
}


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


.form1 {
    margin-bottom: 20px;
}


.form1 input {
        width: 100%;
    height: 50px;
    padding: 0;
    padding-left: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
}


.form2 input {
width: 100%;
height: 50px;
padding: 0;
text-align: center;
border-radius: 10px;
background: var(--orenge);
color: var(--white);
border: none;
display: block;
}


.form2 input:hover,
.form2 input:focus,
.form2 input:active   {
    border: none;
     color: var(--white);
      background: var(--orenge2);
      text-decoration: none;
}



.footer-rew {
    font-size: 14px;
    margin-bottom: 20px;
}

.footer-rew1 {
    width: 120px;
}


.footer-copy {
    padding-top: 40px;
    text-align: center;
    opacity: 0.6;
}


.baner-main .wpcf7-acceptance .wpcf7-list-item-label:before {
    top: -3px;
}



.yoast-breadcrumbs {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
}


.rz {
    display: inlene-block;
    margin-left: 5px;
    margin-right: 5px;
}

.yoast-breadcrumbs a {
    color: var(--color1);
}


.content-desc1 {
    padding-bottom: 80px;
}

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

.headers {
    transition: all 0.3s ease 0s;
}

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


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

.kart {
width:100%; 
height:500px;
background:#f5f5f5;
border-radius:20px;
overflow:hidden;

}


#baner-main .wpcf7-acceptance .wpcf7-list-item-label a {
        color: var(--orange);
}



@media (max-width: 1500px) {

.baner-block1 {
    width: 55%;
    z-index: 10;
}

.baner-block2 {
    width: 60%;
    position: absolute;
    left: 0;
    transform: translateX(75%);
    z-index: 1;
}

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


}


@media (max-width: 1200px) {

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


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

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


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


.baner-plus {
    margin-top: 0px;
}


.baner-block1 {
    width: 60%;
    position: relative;
    z-index: 10;
}

.baner-block2 {
    width: 60%;
    position: absolute;
    left: 0;
    transform: translateX(75%);
    z-index: 1;
}
.baner-main h1 {
    font-size: 42px;
}

.form-baner {
    padding: 25px;
}


.logo-block5 a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
}

.logo-block2 {
    font-size: 14px;
}


.baner-main .form-sog {
    margin-bottom: 10px;
}

.service-nav {
    padding: 15px;
    min-height: 230px;
}

.plus-block {
    padding: 15px;
}

.bur2-block1-1 {
    width: 100%;
}

#bur .title br {
   display: none;
}

.desc {
    font-size: 18px;
}

.desc br {
     display: none;
}

.title {
    font-size: 36px;
}



.baner-desc {
    font-size: 20px;
}

.baner-plus {
    padding: 20px;
}


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


.service-title {
    font-size: 18px;
    line-height: 1.2;
}

#bur .title {
    font-size: 26px;
}

.baza-block1 {
    width: 45%;
}

.baza-block2 {
    width: 55%;
    padding-left: 20px;
}

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

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

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

.jab-nav1 {
    font-size: 14px;
}

.jab-nav2 a {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
}

.form2-item {
    height: 300px;
}



.form2-block1 {
    width: 40%;
}

.form2-block2 {
    padding-top: 55px;
    width: 33%;
}
.form2-block3 {
    padding-top: 55px;
        width: 27%;
    padding-right: 22px;
}

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

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


#form2 label {
    line-height: 1;
}


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


.footer-item ul {
    font-size: 14px;
}

.footer-block-title {
    font-size: 16px;
}

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

.footer-copy {
    font-size: 14px;
}

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

}


@media (max-width: 992px) {

.logo-block2 {
    display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
padding: 0px 0px;
font-size: 11px;
}

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

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

.form-baner {
padding: 20px;
flex-wrap: wrap;
}

.form-baner-input {
    width: 100%;
    margin-bottom: 20px;
}

.form-baner-bottom {
    width: 100%;
}


.baner-plus {
flex-wrap: wrap;
}

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

.baner-block2 {
width: 85%;
transform: translateX(50%);
}

.block-pad1, .block-pad2 {
    padding-top: 60px;
    padding-bottom: 60px;
}
    .title {
        font-size: 32px;
    }


.kart {
    height: 400px;
}

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


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

.service-block img {
    height: 200px;
    object-fit: cover;
}

.service-nav {
min-height: 160px;
}

.priсe1-block {
    font-size: 16px;
}
.priсe-block {
    font-size: 14px;
}

.priсe_link a {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    padding-left: 25px;
    padding-right: 25px;
}

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

.plus-item {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -1%;
margin-right: -1%;
}

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

#bur .title {
font-size: 24px;
}

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


.bur2-item {
    padding-top: 40px;
    flex-wrap: wrap;
}

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


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

.desc {
font-size: 16px;
}

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

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

.baza-block2 {
width: 100%;
padding-left: 0px;
}


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

.form-block {
    margin-top: 40px;
    width: 100%;
}

.form-block-input input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
}

.form-block-bottom input {
height: 60px;
line-height: 60px;
font-size: 16px;
}

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

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


.calk-desc {
    font-size: 16px;
    margin-top: 20px;
}

.jab-block {
    padding: 25px;
    flex-wrap: wrap;
}

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

.jab-block2 {
    width: 100%;
}

.jab-gallery {
    max-width: 460px;
}


.form2-block1 {
width: 0%;
display: none;
}

.form2-block2 {
padding-top: 0px;
width: 50%;
}

.form2-block3 {
padding-top: 0px;
width: 50%;
}


.form2-item {
    background: url(images/form2.jpg) no-repeat top center;
    background-size: cover;
    height: auto;
    padding: 40px;
}

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

.news-block-date {
    font-size: 14px;
}


.faq-item details {
    width: 100%;
}

.footer-block1, .footer-block2 {
    width: 50%;
    margin-bottom: 40px;
}

.footer-block3, .footer-block4 {
    width: 50%;
}

#news .owl-dots .active {
    background: var(--orange) !important;
}
#sert .owl-dots .active {
    background: var(--orange) !important;
}

.footer-block-text {
    font-size: 14px;
}
.baner-plus {
    display: none;
}
}


@media (max-width: 768px) {

.logo-block4 {
display: none;
}

.logo-block5 {
display: none;
}


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

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

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

.baner-block2 {
display: none;
}
.baner-block1 {
width: 100%;
    padding-right: 0px;
}

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

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
padding-top: 20px;
}


.mega-menu-item-1911 .mega-sub-menu {
display: block !important;
padding: 0 !important;
}

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


.calk-form {
    padding: 25px;
    margin-top: 30px;
}


.menu-cont  {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.menu-cont a {
    color: #fff;
}

    .menu-cos {
        display: flex;
    }

.telegram2 {
display: block;
background: url(images/tg.svg) no-repeat;
background-size: 100%;
width: 35px;
height: 35px;
text-decoration: none;
margin-right: 5px;
}
.vk2 {
display: block;
background: url(images/vvk.svg) no-repeat;
background-size: 100%;
width: 35px;
height: 35px;
text-decoration: none;
margin-right: 5px;
}

.max2 {
display: block;
background: url(images/max.svg) no-repeat;
background-size: 100%;
width: 35px;
height: 35px;
text-decoration: none;
margin-right: 5px;
}

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

.baner-desc {
font-size: 16px;
margin-top: 15px;
margin-bottom: 20px;
}

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

#baner-main .wpcf7-acceptance .wpcf7-list-item-label {
    color: #fff;
}
#baner-main {
padding-top: 30px;
padding-bottom: 20px;
}


.baner-block1 img {
width: 260px;
display: block;
margin-left: auto;
margin-right: auto;
}

.title {
font-size: 26px;
}

.block-pad1, .block-pad2 {
padding-top: 40px;
padding-bottom: 40px;
}

.kart {
height: 300px;
}

.service-block {
width: 100%;
margin-bottom: 0px;
}


.service-link {
    display: none;
}

.service-title {
font-size: 16px;
}
    .service-nav {
        min-height: 150px;
    }

.service-block:hover {
    top: 0px;
    --tw-shadow: none;
    --tw-shadow-colored: none;
    box-shadow: none;
}

.service-block img {
height: 160px;
}

.priсe1-block {
font-size: 14px;
    padding: 15px 15px;
}

.priсe1-block1, .priсe-block1  {
    width: 70%;
}


.priсe1-block2, .priсe1-block3, .priсe-block2, .priсe-block3 {
    width: 30%;
}

.priсe-block {
    padding: 15px 15px;
}

.priсe-item {
    margin-bottom: 20px;
}
.priсe_link a {
height: 50px;
line-height: 50px;
font-size: 14px;
padding-left: 20px;
padding-right: 20px;
}

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

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


.plus-block {
width: 100%;
margin-left: 0%;
margin-right: 0%;
}

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

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

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

.bur-block2 {
    order: 1;
            margin-bottom: 20px;
}
.bur-block1 {
order: 2;
}
.bur2-block1-1 {
width: auto;
}

.bur2-item {
padding-top: 20px;
}

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

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

.baza-block1 {
margin-bottom: 20px;
}

.baza-nav {
    font-size: 14px;
}

.baza-nav2 {
    text-align: right;
}


.baza-item .baza-block:last-child {
margin-bottom: 0px;
}

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

.form-bg {
    padding: 30px;
}

.form-block-input input {
height: 55px;
line-height: 55px;
}

.form-block-bottom input {
height: 55px;
line-height: 55px;
}

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

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

.form-block-bottom {
     width: 100%;
}

.scheme-block:hover {
    top: 0px;
    box-shadow: none;
}
.scheme-block {
width: 100%;
box-shadow: none;
border: 1px solid #e5e7eb;
margin-bottom: 20px;
min-height: 280px;
}


#scheme .owl-dots {
    padding-top: 20px !important;
}

.jab-nav {
    justify-content: center;
    flex-wrap: wrap;
}


.jab-nav1 {
margin-bottom: 20px;
}

.jab-block1 {
margin-bottom: 20px;
}

.jab-block {
padding: 20px;
    margin-bottom: 30px;
}

.jab-desc {
    font-size: 14px;
}
.jab-title {
font-size: 16px;
}

.jab-price {
    font-size: 14px;
}

.form2-item {
flex-wrap: wrap;
padding: 30px;
}

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

.form2-block3 {
width: 100%;
}

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

.form2-desc br {
display: none;
}

#news .owl-dots {
    padding-top: 20px !important;
    padding-bottom: 20px;
}

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


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

.footer-block4 {
width: 100%;
}

.footer-copy {
    padding-top: 20px;
}

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

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

.fancybox-content {
    padding: 35px;
}

.bur-desc2 {
font-size: 14px;
}

.bur-desc {
font-size: 14px;
}
.jab-gallery {
max-width: 100%;
}

#sert .title,
#partner .title,
#scheme .title {
    text-align: center;
}


#mega-menu-wrap-primary .mega-menu-toggle ~ button.mega-close:before {
font-size: 22px;
}

}



#baner-single {
    background: url(images/bg.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 40px;
    position: relative;
}

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


.baner-single-block1 {
    width: 46%;
}

.baner-single-block2 {
    width: 52%;
}


.baner-single h1 {
    font-size: 46px;
    font-weight: 700;
    color: var(--color2);
    padding: 0;
    margin: 0;
}


.single-desc {
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 16px;
    color: var(--color2);
}


#baner-single .yoast-breadcrumbs {
    padding-top: 0px;
}


#baner-single2 {
    padding-bottom: 40px;
}

 
.desc2 {
    margin-top: 20px;
}


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

.tech-block1 {
    width: 48%;
    position: relative;
}

.tech-block2 {
    width: 48%;
}

.tech-desc h2 {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.td3 {
    margin-top: 60px;
}

.td3 h2 {
    margin-bottom: 40px;
}


.tech-info  {
    width: 230px;
    position: absolute;
    color: #fff;
}


.tech-info-title {
font-size: 16px;
font-weight: 700;
text-decoration: none;
text-shadow: 1px 1px 2px #2b326d;
margin-bottom: 10px;
}




.tech-info-desc {
font-size: 14px;
font-weight: 500;
text-shadow: 1px 1px 2px #2b326d;
}


.tech-info a {
    color: #fff;
    text-decoration: none; 
}


.tch1 {
    top: 10%;
    left: 6%;
}

.tch2 {
    top: 35%;
    left: 6%;
}

.tch3 {
    top: 35%;
    right: 3%;
}


.tch4 {
    top: 64%;
    right: 3%;
}

.tch5 {
    top: 82%;
    left: 6%;
}

.tech-info:hover .tech-info-title,
.tech-info:hover .tech-info-desc,
.tech-info:hover a {
       color: var(--orange);
    text-decoration: none; 
}


.tech-info-pop {
    width: 1100px;
    font-size: 16px;
}


.tch1::after {
    content: "";
    position: absolute;
    width: 95px;
    height: 31px;
    background: url(images/line-left.svg) no-repeat;
    right: -10px;
}

.tch3::after {
    content: "";
    position: absolute;
    width: 95px;
    height: 31px;
    background: url(images/line-right.svg) no-repeat;
    left: -65px;
}

.tch4::after {
    content: "";
    position: absolute;
    width: 95px;
    height: 31px;
    background: url(images/line-right.svg) no-repeat;
    left: -65px;
}

.tch5::after {
    content: "";
    position: absolute;
    width: 95px;
    height: 31px;
    background: url(images/line-left.svg) no-repeat;
    right: -10px;
}


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


.dovv {
    font-size: 18px;
    background: var(--color1);
    color: var(--white);
    font-weight: 600;
        padding: 20px;
    border-radius: 20px;
    text-align: center;
    margin-top: 40px;
}

.dovv a {
    color: var(--orange);
}

.service-disc {
    font-size: 16px;
    font-weight: 500;
     color: var(--color2);
}

#price-page {
padding-bottom: 60px;
}



#price-page .priсe1-block1,
#price-page .priсe-block1 {
    width: 50%;
}

#price-page .priсe1-block3,
#price-page .priсe-block3 {
    width: 50%;
    text-align: right;
}


.cats {
    padding-bottom: 80px;
}


#obus {
        background: var(--color1);
    color: var(--white);
}


#obus .title, #obus h2, #obus h3, #obus h4 {
    color: var(--white);
}


#obus .tech-block1 {
    padding-top: 40px;
}




.obus1 {
    top: -3%;
    left: 8%;
}

.obus2 {
    top: -4%;
    right: -5%;
}


.obus3 {
    top: 27%;
    left: 10%;
}


.obus4 {
    top: 18%;
    right: -5%;
}

.obus5 {
    top: 36%;
    right: 0%;
}


.obus6 {
    top: 69%;
    left: 10%;
}

.obus7 {
    top: 64%;
    right: 1%;
}



.obus1:after {
    content: "";
    position: absolute;
    width: 95px;
    height: 31px;
    background: url(images/line-left.svg) no-repeat;
    right: -10px;
}


.obus2:after {
    content: "";
    position: absolute;
    width: 95px;
    height: 31px;
    background: url(images/line-right.svg) no-repeat;
    left: -65px;
}

.obus3:after {
    content: "";
    position: absolute;
    width: 95px;
    height: 31px;
    background: url(images/line-left.svg) no-repeat;
    right: -10px;
}



.obus4:after {
    content: "";
    position: absolute;
    width: 95px;
    height: 31px;
    background: url(images/line-right.svg) no-repeat;
    left: -90px;
    transform: rotate(180deg) scaleX(-1);
    top: -30px;
}

.obus5:after {
    content: "";
    position: absolute;
    width: 95px;
    height: 31px;
    background: url(images/line-right.svg) no-repeat;
    left: -65px;
}



.obus6:after {
    content: "";
    position: absolute;
    width: 95px;
    height: 31px;
    background: url(images/line-left.svg) no-repeat;
    right: -10px;
}


.obus7:after {
    content: "";
    position: absolute;
    width: 95px;
    height: 31px;
    background: url(images/line-right.svg) no-repeat;
    left: -65px;
}


.tech-block4 {
    margin-top: 20px;
    font-size: 16px;
}



.obus-item {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
        align-items: center;
}


.obus-block1 {
    width: 48%;
        position: relative;
}

.obus-block2 {
    width: 48%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.tech-info1 {
    width: 49%;
    margin-bottom: 40px;
}

.tech-info1 a {
     color: var(--white);
}


.tech-info1:hover a {
        color: var(--orange) !important;
        text-decoration: none;
}

.tech-info1:hover .tech-info-title,
.tech-info1:hover .tech-info-desc {
    color: var(--orange);
}



.obbs {
    position: absolute;
    background: url(images/rectangle-left.svg) no-repeat;
    width: 35px;
    height: 25px;
    color: var(--color2);
    zoom: 1;
        transition: all 0.3s ease 0s;
}

.obbs a {
    color: var(--color2);
   text-decoration: none;
       padding-left: 11px;
}

.obbs:hover {
  zoom: 1.1 !important;
}




.obbs1 {
    top: 25%;
    left: 25%;
}


.obbs2 {
    top: 40%;
    left: 38%;
    background: url(images/rectangle-right.svg) no-repeat;
    padding-left: 4px;
}


.obbs3 {
    top: 74%;
    left: 40%;
    background: url(images/rectangle-right.svg) no-repeat;
    padding-left: 4px;
}


.obbs4 {
    top: 80%;
    left: 31%;
}


.obbs5 {
    top: 32%;
    left: 42%;
    background: url(images/rectangle-right.svg) no-repeat;
    padding-left: 4px;
}

.obbs6 {
    top: 27%;
    left: 47%;
    background: url(images/rectangle-right.svg) no-repeat;
    padding-left: 4px;
}

.obbs7 {
    top: 20%;
    left: 50%;
}



.obbs8 {
    top: 26%;
    left: 66%;
}

.obbs9 {
    top: 5%;
    left: 75%;
}

.obbs10 {
    top: 11%;
    left: 68%;
    background: url(images/rectangle-right.svg) no-repeat;
    padding-left: 4px;
}



.baner2-main h1 {
padding: 0px;
margin: 0px;
font-size: 42px;
color: var(--white);
    text-shadow: 2px 2px 4px #000;
}

.baner2-main h1 br {
display: none;
}

.baner2-main .fa-solid {
display: none;
}




.baner2-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.baner2-desc {
font-size: 22px;
font-weight: 600;
margin-top: 20px;
color: var(--white);
    text-shadow: 1px 1px 2px #000;
}


.baner2-block2 a {
height: 60px;
line-height: 60px;
font-size: 18px;
padding-left: 40px;
padding-right: 40px;
}


#baner2-main {
background: url(images/orig.jpg) no-repeat top center;
background-size: cover;
position: relative;
}



#baner2-main::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none; 
    z-index: 1;
}



.baner2-main {
display: flex;
padding-bottom: 40px;
height: 740px;
flex-direction: column;
justify-content: flex-end;
align-items: flex-start;
position: relative;
z-index: 10;
}


.baner2-block15 {
background: rgba(16, 89, 152, 0.7);
padding: 20px;
border-radius: 20px;
margin-bottom: 20px;
}





#baner-company {
        background: url(images/bg.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 40px;
    position: relative;
}


#baner-company h1 {
    font-size: 46px;
    font-weight: 700;
    color: var(--color2);
    padding: 0;
    margin: 0;
    text-align: center;
}


.company-desc {
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 18px;
    color: var(--color2);
    text-align: center;
}


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

.company-plus-block {
width: 23%;
background: #f9fafb;
border-bottom: 1px solid #e5e7eb;
padding: 35px 20px;
border-radius: 20px;
position: relative;
top: 0px;
transition: all 0.3s ease 0s;
text-align: center;
}

.company-plus-block:hover {
top: -10px;
}



.company-plus-title {
font-size: 30px;
font-weight: 700;
color: var(--color1);
}

.company-plus-desc {
font-size: 18px;
font-weight: 500;
color: var(--color2);
}


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

.company-link a {
    font-size: 18px;
    padding-left: 40px;
    padding-right: 40px;
    height: 65px;
    line-height: 65px;
}


#history .yoast-breadcrumbs {
    padding-top: 0px;
}


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

.history-block {
padding: 20px;
    background: #f9fafb;
    border-radius: 20px;
    margin-bottom: 30px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease 0s;
    top: 0px;
    position: relative;
    margin-left: 35px;
}

.history-block::before {
    width: 20px;
    height: 20px;
    background: var(--color1);
    border-radius: 100%;
    content: "";
    position: absolute;
    left: -35px;
    z-index: 10;
    top: 10px;
}

.history-block::after {
    width: 5px;
    height: 90%;
    background: #e5e7eb;
    content: "";
    position: absolute;
    left: -28px;
    z-index: 0;
    top: 20px;
}



.history-title {
   margin-bottom: 10px;
   font-weight: 700;
   font-size: 24px;
}


.history-title2 {
   margin-bottom: 10px;
   font-weight: 700;
   font-size: 22px;
}

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

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


.history-missiya h3 {
    font-size: 28px;
     font-weight:700;
     margin: 0;
     padding: 0;
     margin-bottom: 30px;
}

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


.piple-icon {
    width: 55px;
    height: 55px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eef2ff;
    color: #4f46e5;
    font-size: 22px;
    margin-bottom: 20px;
}

.pb-bl2 {
    background: #ecfdf5;
    color: #059669;
}


.pb-bl3 {
    background: #fff1f2;
    color: #e11d48;
}


.piple-block {
    width: 32%;
    padding: 30px;
    border-radius: 20px;
    border-width: 1px;
    border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
    background: #ffff;
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease 0s;
    top: 0px;
    position: relative;
}



.piple-block:hover {
    top: -10px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);
}


.piple-title {
        color: var(--color2);
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 10px;
}

.piple-title2 {
        color: var(--color1);
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
}


.piple-title3 {
        color: var(--color2);
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 20px;
}

.piple-desc {
        color: var(--color2);
        font-size: 16px;
        font-weight: 500;
}


#piple .title {
    text-align: center;
}


.tech2-item  {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
}


.tech2-block1 {
    width: 48%;
}

.tech2-block2 {
    width: 48%;
}


.tech2-title {
font-size: 18px;
    font-weight: 700;
    color: var(--color2);
    margin-bottom: 20px;
}


.tech2-plus-block {
    display: flex;
    margin-bottom: 40px;
    align-items: flex-start;
}


.tech2-plus-number {
    display: flex;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: var(--color1);
    color: var(--white);
    font-weight: 700;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-right: 20px;
}


.tech2-plus-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--color2);
}


.tech2-plus-desc {
    font-size: 16px;
    font-weight: 500;
    color: var(--color2);
    opacity: 0.6;

}


.tech2-plus-block1 {
    padding-top: 10px;
}


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


.recv-block {
    width: 48%;
}

.recv-title {
    font-size: 22px;
   font-weight: 700;
   margin-bottom: 20px;
   color: var(--color2);
}


.recv-desc {
    margin-bottom: 20px;
     font-size: 18px;
   font-weight: 600;
   color: var(--color2);
}



.recv-desc span {
         font-size: 16px;
   font-weight: 500;
   opacity: 0.8;
}



.recv-desc a {
    color: var(--color2);
    text-decoration: none;
}


.recv-desc2 {
        margin-bottom: 20px;
     font-size: 18px;
   font-weight: 600;
   color: var(--color2);
   display: flex;
}

.recv-desc2 a {
        color: var(--color2);
    text-decoration: none;
}


.recv-ico {
    margin-right: 10px;
    font-size: 22px;
    padding-top: 5px;
}

.recv-map {
    padding-top: 40px;
}



#service-disc table,
#tech table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    font-size: 16px;
    line-height: 1.5;
}

#service-disc table thead,
#tech table thead {
    background: linear-gradient(135deg, #1e88e5, #1565c0);
    color: #fff;
}

#service-disc table th,
#tech table th {
    padding: 18px 20px;
    text-align: left;
    font-weight: 700;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

#service-disc table td, 
#tech table td {
    padding: 16px 20px;
    border-bottom: 1px solid #edf2f7;
    color: #333;
    transition: 0.3s ease;
}

#service-disc table tbody tr,
#tech table tbody tr {
    transition: 0.3s ease;
}

#service-disc table tbody tr:hover,
#tech table tbody tr:hover  {
    background: #f5f9ff;
    transform: scale(1.002);
}

#service-disc table tbody tr:last-child td,
#tech table tbody tr:last-child td {
    border-bottom: none;
}

#service-disc table td:first-child,
#service-disc table th:first-child,
#tech table td:first-child,
#tech table th:first-child  {
    padding-left: 30px;
}

#service-disc table td:last-child,
#service-disc table th:last-child,
#tech table td:last-child,
#tech table th:last-child {
    padding-right: 30px;
}

@media (max-width: 768px) {
    #service-disc,
    #tech {
        overflow-x: auto;
    }

    #service-disc table,
    #tech table {
        min-width: 700px;
        font-size: 14px;
    }

    #service-disc table th,
    #service-disc table td,
    #tech table th,
    #tech table td {
        padding: 12px 14px;
    }
}



@media (max-width: 1200px) {
.baner2-main h1 {
    font-size: 36px;
}
.baner2-desc {
    font-size: 20px;
}

.baner2-main {
    height: 640px;
}

#baner2-main {
    background-size: 140%;
}

#baner-company h1 {
    font-size: 36px;
}

.company-plus-title {
    font-size: 26px;
}

.history-title2 {
    font-size: 20px;
}
.history-title {
    font-size: 20px;
}
.history-desc {
    font-size: 18px;
}

.history-missiya h3 {
    font-size: 26px;
}

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

.piple-title2 {
    font-size: 16px;
}
.recv-title {
    font-size: 20px;
}

.recv-desc2 {
    font-size: 16px;
}
.recv-desc {
    font-size: 16px;
}
.tech2-plus-block {
    margin-bottom: 30px;
}

.baner-single h1 {
    font-size: 36px;
}

#baner-single .form-baner {
   zoom: 0.8;
}

.baner-single {
    flex-wrap: wrap;
}

.baner-single-block1 {
    width: 50%;
}

.baner-single-block2 {
    width: 50%;
}

.tech-info {
    zoom: 0.8;
}

.dovv {
    font-size: 16px;
}
}


@media (max-width: 992px) {
.baner2-main h1 {
    font-size: 32px;
}
.baner2-desc {
    font-size: 16px;
}

.baner2-block2 a {
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
}

.baner2-main {
height: 520px;
}
#baner-company h1 {
font-size: 32px;
}

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

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

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

.company-plus-desc {
    font-size: 16px;
}
.company-plus-block {
    width: 24%;
    padding: 20px 20px;
}

.company-link a {
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    height: 55px;
    line-height: 55px;
}

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

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

.history-desc {
font-size: 16px;
}
.history-missiya h3 {
font-size: 22px;
}

.history-missiya {
    font-size: 16px;
}

.piple-block {
    padding: 20px;
}

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

.tech2-plus-desc {
    font-size: 14px;
}
.tech2-item {
    flex-wrap: wrap;
}

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

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

.baner-single h1 {
font-size: 32px;
}

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

.baner-single-block2 {
width: 100%;
display: flex;
justify-content: center;
}
#baner-single .form-baner {
zoom: 1;
}

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

.tech-block1 {
    width: 100%;
    order: 2;

}

.tech-block2 {
    width: 100%;
     margin-bottom: 40px;
order: 1;
}


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


.tech-info {
zoom: 1;
}

#baner-single {
    padding-top: 40px;
}

.single-item .news_block {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
}


.single-item {
    margin-left: -1%;
    margin-right: -1%;
    margin-top: 20px;
}

.cats {
    padding-bottom: 60px;
}

.content-desc1 {
    padding-bottom: 60px;
}


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

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

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


.obus-block2 {
    width: 100%;
}

#obus {
    position: relative;
    overflow: hidden;
}


.tech-block4 {
    font-size: 14px;
}

#mega-menu-item-2107 {
    display: none !important;
}




}



@media (max-width: 768px) {

#mega-menu-item-2107 {
    display: block !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 16px;
    font-weight: 600;
}


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


.baner2-main h1 {
font-size: 28px;
}

.baner2-block {
    flex-wrap: wrap;
    flex-direction: column;
            align-items: flex-start;
}



.baner2-block1 {
    margin-bottom: 20px;
}

#baner2-main {
background-size: cover;
}

.baner2-main {
height: 440px;
padding-bottom: 20px;
}

    .baner2-block2 a {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        padding-left: 25px;
        padding-right: 25px;
    }


.baner2-block1 {
    zoom: 0.85;
}

#baner-company h1 {
font-size: 28px;
}

#baner-company h1 br {
    display: none;
}


.company-desc {
    margin-top: 20px;
    margin-bottom: 20px;
}

.company-plus {
    flex-wrap: wrap;
}

.company-plus-block:hover {
    top: 0px;
}


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

.company-link {
    margin-top: 10px;
}
.company-link a {
padding-left: 20px;
padding-right: 20px;
}

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

.history-title2 {
font-size: 16px;
}
.history-desc {
font-size: 14px;
}

.history-missiya h3 {
font-size: 20px;
margin-bottom: 20px;
}


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

.piple-block:hover {
    top: 0px;
    box-shadow: none;
}


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

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

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

.tech2-block1 {
margin-bottom: 20px;
}


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

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

.recv-map {
    padding-top: 0px;
}

.company-plus-desc {
font-size: 14px;
}
.company-plus-title {
font-size: 20px;
}
.yoast-breadcrumbs {
    font-size: 12px;
}

.baner-single h1 {
font-size: 28px;
}

.single-desc {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}

.baner-single-block1 {
margin-bottom: 0px;
}

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

.tech-block1 {
display: none;
}

.tech-block2 {
margin-bottom: 0px;
}

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

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

.dovv {
font-size: 14px;
}

.service-disc {
    font-size: 14px;
}

#price-page .priсe1-block1, #price-page .priсe-block1 {
    width: 70%;
}


#price-page .priсe1-block3, #price-page .priсe-block3 {
    width: 30%;
}

.single-item .news_block {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
}


.single-item {
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 10px;
}
.cats {
    padding-bottom: 40px;
}


.content-desc1 {
    padding-bottom: 40px;
    font-size: 14px;
}


#obus .tech-block1 {
    display: none;
}

.tech-info1 {
    width: 100%;
    margin-bottom: 30px;
}
.obus-item {
    margin-top: 20px;
}

.tech-info-pop {
    font-size: 14px;
}


}