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

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 2.5rem;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
	font-weight: bold;
}
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 {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial!important;
  color: #1f2937;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.45;

  /* Мягкий элегантный серый градиент */
  background: linear-gradient(
    180deg,
    #e9ecef 0%,   /* приятный светло-серый сверху */
    #f5f6f7 40%,  /* мягкий переход */
    #ffffff 100%  /* чистый белый внизу */
  ) fixed;
  background-attachment: fixed;
  background-size: cover;
}

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
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 0.75rem;
  padding-top: 0.125rem;
}

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

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












:root{
    --bg:#f6f8fb;
    --card:#ffffff;
    --accent:#0b63d6;
    --accent-2:#17a2b8;
    --muted:#6b7280;
    --glass: rgba(255,255,255,0.7);
    --radius:12px;
    --shadow: 0 6px 18px rgba(11,99,214,0.08);
    --maxw:1200px;
  }
  *{box-sizing:border-box}
  html,body{height:100%}


.hero-back {
  min-height: 65vh;
  align-items: center;
  justify-content: center;
  padding: 100px 5%;
  position: relative;
  overflow: hidden;
  background: url(/wp-content/uploads/2025/11/back-scaled.webp) center / cover no-repeat;
}

/* затемнение фона */
.hero-back::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45); /* степень затемнения (0.3–0.6 обычно) */
  z-index: 1;
}

/* чтобы контент был поверх затемнения */
.hero-back > * {
  position: relative;
  z-index: 2;
}


  a{color:var(--accent); text-decoration:none}
  header{
    background: linear-gradient(90deg, rgba(255,255,255,0.7), rgba(255,255,255,0.6));
    position:sticky; top:0; z-index:60; backdrop-filter: blur(6px);
    border-bottom:1px solid rgba(15,23,42,0.04);
  }
  .container{max-width: 1400px; margin:0 auto; padding:15px;}
  .nav{
    display:flex; align-items:center; justify-content:space-between; gap:12px;
  }
  .brand {
   display: flex;
    gap: 10px;
    align-items: center;
    width: 235px;
  }

  #products {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .logo {
    width:48px; height:48px; border-radius:10px; background:linear-gradient(135deg,var(--accent),var(--accent-2));
    display:grid; place-items:center; color:#fff; font-weight:700; font-size:18px;
    box-shadow: var(--shadow);
  }
  nav ul{display:flex; gap:18px; align-items:center; margin:0; padding:0; list-style:none; font-weight:600;}
  nav a{color:#0f1724; font-size:15px}
  .cta {background:#023365; color:white; padding:10px 14px; border-radius:10px; font-weight:700; box-shadow: 0 6px 16px rgba(11,99,214,0.12)}

a.cta:hover {
	color: white!important;
	background: #0859a7;
    transform: scale(1.02);
}

a.btn-wide:hover {
	color: white!important;
	background: #0859a7;
    transform: scale(1.02);
}


  /* Hero */
  .hero{display:grid; grid-template-columns: 1fr 420px; gap:28px; align-items:center; padding:44px 0}
  .hero .eyebrow{
   display: inline-block;
    background: rgb(2 51 101);
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 15px;
  }
  .hero h1{
    font-size:34px; 
    margin:0px 0 12px; 
    color: white;
	  font-weight: bold;
	  padding: 0;
  }
  .hero p.lead{
    color: #e1e1e1;
	  font-size: 16px;
  }

.page-scroller-butt {
	display: flex;
    align-items: center;
    justify-content: center;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
    color: white;
}

  .stats{display:flex; gap:12px; margin-top:16px;margin-bottom: 45px;}


  .stat{background:var(--card); padding:12px 14px; border-radius:10px; box-shadow:var(--shadow); min-width:150px; text-align:center}
  .stat strong{display:block; font-size:32px}
  /* Card on right */
  .card{
    background:linear-gradient(180deg,#ffffff, #fbfdff);
    border-radius:14px; padding:18px; box-shadow:var(--shadow); border:1px solid rgba(11,99,214,0.06)
  }
  .card h3{margin:0 0 8px}
  .pill{display:inline-block; padding:6px 10px; border-radius:999px; background:#eef6ff; color:var(--accent); font-weight:700; font-size:13px}
  /* Sections */
  section{padding:36px 0}
  .grid-3{display:grid; grid-template-columns: repeat(3,1fr); gap:18px}
  .service{
    background:var(--card); padding:18px; border-radius:12px; box-shadow:var(--shadow); border:1px solid rgba(15,23,42,0.03);
  }
  .service h4{
       margin: 0px 0 10px;
    line-height: normal;

  }

  .muted{
    color:var(--muted);
    font-size: smaller;
  }


  /* partners / logos */
  .partners{display:flex; gap:16px; align-items:center; flex-wrap:wrap; justify-content:center}
  .partner-logo{width:120px; height:56px; background:linear-gradient(180deg,#fff,#f7fbff); border-radius:8px; display:grid; place-items:center; border:1px dashed rgba(15,23,42,0.06); color:var(--muted); font-weight:700}
  /* About / Mission */
  .two-col{display:grid; grid-template-columns:1fr 420px; gap:28px; align-items:start}
  .mission{background:linear-gradient(90deg,#fff,#fbfdff); padding:18px; border-radius:12px; border:1px solid rgba(15,23,42,0.03); box-shadow:var(--shadow)}
  /* contact */
  .contact-card{background:var(--card); padding:18px; border-radius:12px; box-shadow:var(--shadow); border:1px solid rgba(15,23,42,0.03)}
/*   form {display:grid; gap:10px} */
  input[type="text"], input[type="email"], input[type="tel"], textarea {
    width:100%; padding:12px 14px; border-radius:10px; border:1px solid #e6edf7; background:#fff; font-size:14px;
  }
  button[type="submit"]{background: #023365; color:white; padding:12px 14px; border-radius:10px; border:0; font-weight:700}
  .foot{padding:0px 0; border-top:1px solid rgba(15,23,42,0.04); color:var(--muted); font-size:14px; text-align:center}

  .foot a {
    color: white;
   }
  /* small & responsive */
  @media (max-width:980px){
    .hero, .two-col{grid-template-columns:1fr; }
    nav ul{display:none}
    .mobile-nav{display:flex; gap:10px}
  }
  @media (max-width:520px){
    .hero h1{font-size:20px}
    .card, .mission, .contact-card{padding:12px}
    .grid-3{grid-template-columns:1fr}
  }

  /* subtle outline for section headings */
  .section-title{display:flex; align-items:center; gap:12px; margin-bottom:14px}
  .section-title h3{margin:0}
  .line{width:40px; height:4px; background:linear-gradient(90deg,var(--accent),var(--accent-2)); border-radius:4px}
  /* small helpers */
  .muted-sm{color:var(--muted); font-size:15px}
  .muted-sm2{
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
  }

  .muted-sm-stat{
    font-size: 20px;
  }

  .hidden{display:none}
  .success{background:#ecfdf5; color:#065f46; padding:10px 12px; border-radius:8px; border:1px solid rgba(6,95,70,0.08)}

#logo img {
width: 66px;
}

.language-selector {
  background: #f7fafc;
  border-radius: 10px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s ease;
}

.language-selector:hover {
  background: #edf2f7;
}

.language-select {
  background: transparent;
  border: none;
  font-weight: 500;
  color: #4a5568;
  cursor: pointer;
  font-size: 14px;
}

.service-inner {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.service-img {
  width: 100px;
  height: 100px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: var(--shadow);
  flex-shrink: 0;
}

/* На мобильных — картинка сверху */
@media (max-width: 600px) {
  .service-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .service-img {
  width: 100%;
        max-width: 100%;
        height: 150px;
        object-fit: cover;
  }
}


#projects {
    padding-top: 50px;
    padding-bottom: 50px;
}

#about {
    padding-top: 50px;
    padding-bottom: 50px;
}


#partners {
    padding-top: 50px;
    padding-bottom: 50px;
}

#contacts {
    padding-top: 50px;
    padding-bottom: 50px;
}

#products-list {
    padding-top: 50px;
    padding-bottom: 50px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 25px;
}

.product-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}

.product-img {
  width: 100%;
  height: 230px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.product-card:hover img {
  transform: scale(1.05);
  opacity: 0.9;
}

.product-card h4 {
  margin: 14px 0 6px;
  font-size: 18px;
  font-weight: 600;
  color: #222;
}

.product-card p {
  font-size: 14px;
  color: #666;
  padding: 0 12px 18px;
  flex-grow: 1;
	margin-bottom: 0;
}

/* Кнопка "Подробнее" */
.btn-more {
  display: block;
  width: 100%;
  background: #023365;
  color: #fff;
  text-decoration: none;
  padding: 12px 0;
  font-weight: 600;
  border-top: 1px solid #004999;
  transition: background 0.3s ease, transform 0.2s ease;
  border-radius: 0 0 10px 10px;
}

.btn-more:hover {
  background: #0859a7;
  transform: scale(1.02);
	color: white;
}

/* На мобильных — по 1–2 карточки в ряд */
@media (max-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
  .product-img {
    height: 140px;
  }
}








/* ==== MOBILE-FIRST BASE ==== */

.slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 15px 0;
}

/* Лента слайдов */
.slider-track {
    display: flex;
    transition: transform 0.45s ease;
}

/* Каждый слайд */
.slide {
    flex: 0 0 calc(50% - 10px); /* 2 на мобильных */
    margin-right: 10px;
    background: #ffffff;
    border-radius: 14px;
    padding: 14px;
    text-align: center;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.25s ease;
}

.slide:hover {
    transform: translateY(-4px);
}

/* Картинки – одинаковый размер */
.slide img {
    width: 100%;
    height: 120px; /* одинаковая высота */
    object-fit: cover; /* обрезает красиво */
    border-radius: 10px;
    margin-bottom: 10px;
}

/* Подпись */
.slide p {
margin: 0;
    font-size: 11px;
    color: #222;
    margin-top: 5px;
}


/* ==== TABLET ==== */
@media (min-width: 600px) {
    .slide {
        flex: 0 0 calc(33.333% - 12px); /* 3 на планшетах */
        margin-right: 12px;
    }

    .slide img {
        height: 150px;
    }
}

/* ==== SMALL DESKTOP ==== */
@media (min-width: 900px) {
    .slide {
        flex: 0 0 calc(25% - 15px); /* 4 карточки */
        margin-right: 15px;
    }

    .slide img {
        height: 160px;
    }
}

/* ==== LARGE DESKTOP (6 элементов) ==== */
@media (min-width: 1200px) {
    .slide {
        flex: 0 0 calc(16.666% - 15px); /* 6 карточек */
    }

    .slide img {
		height: 90px;
        width: 100%;
        object-fit: contain;
    }
}

.slide:last-child {
    margin-right: 0;
}


/* ==== Стрелки ===== */

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(0,0,0,0.55);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: 0.25s ease;
}

.slider-btn:hover {
    background: rgba(0,0,0,0.8);
}

.slider-btn svg {
    width: 22px;
    height: 22px;
    stroke: #fff;
    fill: none;
    stroke-width: 3;
}

.prev { left: 12px; }
.next { right: 12px; }


/* ==== Точки ==== */

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
}

.slider-dots button {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    cursor: pointer;
    transition: 0.3s ease;
}

.slider-dots .active {
    background: #333;
}














/* Общий двухколоночный блок */
.two-col {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 900px) {
  .two-col {
    grid-template-columns: 1fr;
  }
}

/* Сертификаты */
.certificates {
display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: space-between;
    margin-bottom: 35px;
}

.certificate-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 180px;
}

.certificate-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.certificate-card img {
/*   width: 100%; */
  height: 220px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 8px;
}

.certificate-card p {
  font-size: 14px;
  color: #333;
  margin: 0;
}

/* Отзывы (слайдер) */
.reviews-slider {
  position: relative;
  overflow: hidden;
  margin-top: 12px;
}

.review {
  background: #f8f9fa;
  border-left: 4px solid #023365;
  border-radius: 6px;
  padding: 16px 18px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 14px;
  animation: fadeIn 1s ease;
}

.review-text {
  font-style: italic;
  color: #444;
  margin: 0 0 6px;
}

.review-author {
  font-size: 14px;
  font-weight: 500;
  color: #222;
  margin: 0;
}

/* Миссия и преимущества */
.advantages {
  margin: 8px 0 0 18px;
  color: var(--muted, #555);
  line-height: 1.6;
  list-style: disc;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.mission {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
}

.about-photo {
  margin-top: 20px;
  text-align: center;
}

.about-photo img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  height: 210px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.photo-caption {
  font-size: 13px;
  color: #666;
  margin-top: 6px;
  font-style: italic;
}

.company-values {
  margin-top: 20px;
}

.company-values h4 {
  font-size: 16px;
  margin-bottom: 8px;
}

.company-values ul {
  list-style: disc;
  margin-left: 18px;
  color: #555;
  line-height: 1.6;
}

.btn-wide {
  display: block;
  text-align: center;
  margin-top: 22px;
  padding: 10px 0;
  background: #023365;
  color: #fff;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}
.btn-wide:hover {
  background: #0056b3;
}


/* Блок партнеров */

.partners-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 28px;
}

.partner-card {
  width: 240px;
  height: 135px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-align: center;
}

.partner-card img {
max-width: 100%;
    height: 60px;
    max-height: 60px;
    object-fit: contain;
    margin-bottom: 8px;
/*     filter: grayscale(100%); */
    opacity: 0.8;
    transition: all 0.3s ease;
}

.partner-card p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

.partner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.1);
}

.partner-card:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.stat-bl-cen {
	    display: flex;
    justify-content: center;
}


.modern-contact {
  padding: 80px 0;
  animation: fadeInUp 0.7s ease;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 40px;
  align-items: start;
}

.contact-form {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  padding: 32px;
  transition: all 0.3s ease;
}

.contact-form:hover {
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  margin-top: 10px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 15px;
  background: #f9fafb;
  transition: border 0.3s, box-shadow 0.3s, background 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
  background: #fff;
  outline: none;
}

.form-row {
  display: flex;
  gap: 12px;
}

.submit-btn {
  width: 100%!important;
  margin-top: 18px!important;
  padding: 14px!important;
  background: linear-gradient(90deg, #2563eb, #1d4ed8)!important;
  color: #fff!important;
  border: none!important;
  border-radius: 10px!important;
  font-size: 16px!important;
  cursor: pointer!important;
  transition: transform 0.2s, box-shadow 0.3s!important;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(37, 99, 235, 0.3);
}

.contact-right {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.info-card {
  background: #f8fafc;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
  padding: 24px;
  font-size: 15px;
  color: #374151;
}

.info-card a {
  color: #023365;
  text-decoration: none;
}

.info-card hr {
  border: none;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  margin: 16px 0;
}

.map-card iframe {
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.success {
  margin-top: 10px;
  color: #16a34a;
  font-weight: 500;
}

.hidden {
  display: none;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .map-card iframe {
    height: 220px;
  }
}


.footer {
  background: radial-gradient(circle at top left, #023365, #023365);
  color: #e2e8f0;
  position: relative;
  overflow: hidden;
}


.footer-content {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand img {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  object-fit: contain;
	max-width: max-content;
}

.footer-section h4 {
  font-size: 15px;
  margin-bottom: 14px;
  font-weight: 600;
  color: #f8fafc;
}

.footer-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #cbd5e1;
  transition: color 0.2s ease;
}

.footer-section ul li i {
  color: #ffffff;
  font-size: 15px;
}

.footer-section ul li a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-section ul li a:hover {
  color: #38bdf8;
}

.social-links {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.social-links a {
  background: rgba(255, 255, 255, 0.1);
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s, transform 0.2s;
}

.social-links a i {
  color: #e2e8f0;
  font-size: 16px;
}

.social-links a:hover {
  background: #38bdf8;
  transform: translateY(-2px);
}

.foot {
  margin-top: 40px;
  text-align: center;
  font-size: 13px;
  color: #94a3b8;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 16px;
}

.foot a {
  color: #ffffff;
  text-decoration: none;
}

.foot a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media (max-width: 600px) {
  .footer-content {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .social-links {
    justify-content: center;
  }
}

.foot-tats {
    display: flex
;
    gap: 10px;
    flex-direction: column;
}

.section-divider {
    margin-bottom: -15px;
}

.brand-foot {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
}




/* Новый светлый стиль */
.workflow-light {
  background: linear-gradient(180deg, #f9f9f9 0%, #ffffff 100%);
  padding: 90px 0;
  position: relative;
}

.workflow-light h2 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 800;
  color: #0a0f12;
  margin-bottom: 30px;
  position: relative;
}

.workflow-light h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #01b192, #ff176b);
  border-radius: 2px;
  margin: 10px auto 0;
}

.workflow-intro {
  max-width: 800px;
  margin: 0 auto 50px;
  text-align: center;
  color: #555;
  font-size: 1.05rem;
  line-height: 1.7;
}

.workflow-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.workflow-card {
  background: white;
  padding: 30px 25px;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: all 0.3s ease;
  border-top: 4px solid transparent;
}

.workflow-card:hover {
  transform: translateY(-6px);
  border-top: 4px solid #01b192;
  box-shadow: 0 10px 26px rgba(1, 177, 146, 0.15);
}

.workflow-card i {
  font-size: 34px;
  color: #023365;
  margin-bottom: 15px;
}

.workflow-card h3 {
  font-size: 1.15rem;
  color: #111;
  margin-bottom: 10px;
  font-weight: 700;
}

.workflow-card p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
}

.workflow-summary {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    gap: 50px;
    display: flex;
    padding: 30px 40px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    align-items: center;
    justify-content: center;
}

.workflow-summary h4 {
  color: #0a0f12;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.workflow-summary ul {
  list-style: none;
  padding: 0;
}

.workflow-summary li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  color: #333;
  line-height: 1.6;
}

.workflow-summary li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #01b192;
  font-weight: bold;
}

/* Адаптив */
@media (max-width: 768px) {
  .workflow-card {
    padding: 15px 15px;
  }
}


.goals-right img {
  width: 100%;
    height: 300px;
    object-fit: cover;
}

.icon-head-bl {
  display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 35px;
}


/* ===== Анимация появления ===== */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}
.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* ===== Кнопка вверх ===== */
#scrollTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  background: #013368;
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
#scrollTopBtn.show {
  opacity: 1;
  visibility: visible;
}
#scrollTopBtn:hover {
  background: #0c5199;
  transform: translateY(-3px);
}

.timeline {
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    padding-left: 43px;
    border-left: 3px solid #023365;
}

.timeline-item {
  position: relative;
  margin-bottom: 35px;
  padding-left: 30px;
}

.timeline-year {
  position: absolute;
  left: -80px;
  top: 0;
  width: 70px;
  height: 70px;
  background: #023365;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(0, 87, 255, 0.3);
}

.timeline-content {
  background: #fff;
  padding: 20px 25px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-content:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 25px rgba(0,0,0,0.08);
}

/* Адаптив */
@media (max-width: 768px) {
  .timeline {
    border: none;
    padding-left: 0;
  }

  .timeline-year {
    position: static;
    margin-bottom: 10px;
  }

  .timeline-item {
 padding-left: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
  }

  .timeline-content {
    padding: 18px;
  }
}


/* .values-block {
  margin-top: 20px;
  background: #f9fafc;
  padding: 25px 30px;
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
} */

/* .values-block h3 {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #1e2a38;
  font-weight: 700;
  text-align: left;
} */

.values-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.values-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
  gap: 12px;
}

.values-list i {
  font-size: 28px;
  color: #0659a8;
  background: #e9f2ff;
  border-radius: 50%;
  padding: 10px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.values-list div {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

.values-list strong {
  color: #0659a8;
  display: block;
  margin-bottom: 4px;
}

.title-is-shablocksotr {
	font-size: medium;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.image-circle img {
	
}


.insta-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #E1306C; 
  font-weight: 500;
  text-decoration: none;
	margin-top: 5px;
}

.insta-link:hover {
  opacity: 0.8;
}

.insta-icon {
  width: 20px;
  height: 20px;
  fill: #E1306C;
}





























@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
	
header {
    position: relative;
}
	
.workflow-summary {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    gap: 50px;
    display: flex;
    padding: 20px 25px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    align-items: center;
    justify-content: center;
    flex-direction: column;
}	
	
  .certificates {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 10px;
  }

  .certificate-card {
    width: 90%;
    max-width: 400px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    padding: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .certificate-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  }

  .certificate-card img {
width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 8px;
        cursor: zoom-in;
  }

  .certificate-card p {
    margin-top: 10px;
    font-size: 15px;
    color: #333;
    line-height: 1.3;
  }	
	
.partners-grid {
    display: grid;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 28px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 2fr));
    align-items: center;
    justify-items: center;
    justify-content: center;
}
	
.partner-card {
    width: 180px;
    height: 130px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s 
ease;
    text-align: center;
}
	
.workflow-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(185px, 2fr));
    gap: 15px;
    margin-top: 30px;
}	
	
.section-divider {
    margin-bottom: -1px;
}	
	
.stat {
    background: var(--card);
    padding: 12px 14px;
    border-radius: 10px;
    box-shadow: var(--shadow);
    min-width: auto;
    text-align: center;
}	
	
.stat strong {
    display: block;
    font-size: 22px;
}
	
.muted-sm-stat {
    font-size: 16px;
}	
	
.hero p.lead {
    color: #e1e1e1;
    font-size: 14px;
}	
	
	
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}