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

:root{
  --bg:#f7f9fc;
  --white:#ffffff;
  --dark:#10233d;
  --blue:#0060ad;
  --blue2:#6ea8ff;
  --gold:#f2c66d;
  --text:#56657a;
  --border:#e5ebf5;
  --shadow:0 20px 60px rgba(27,53,97,.08);
  --radius:32px;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 2.5rem;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
/*   margin-top: 24px;
  margin-bottom: 15px; */
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

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

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background:linear-gradient(180deg,#fbfcff,#f2f7ff);
  color:var(--dark);
  overflow-x:hidden;
}




.mobile-pric-toggle:focus,
.mobile-pric-toggle:active,
#mobile-pric-item .mega-menu-link:focus,
#mobile-pric-item .mega-menu-link:active,
.btnprice:focus,
.btnprice:active {
    outline: none !important;
    box-shadow: none !important;
}



a{
  text-decoration:none;
  color:inherit;
}

img{
  width:100%;
  display:block;
}

header{
  position:sticky;
  top:0;
  z-index:9999;
  padding:20px 0;
/*   background:rgba(247,249,252,.85); */
  backdrop-filter:blur(18px);
}

.navbar{
  background:rgba(255,255,255,.92);
  border:1px solid rgba(255,255,255,.7);
  border-radius:28px;
  padding:18px 28px;
  box-shadow:var(--shadow);
  display:flex;
  justify-content:space-between;
  align-items:center;
}

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

.logo-icon{
  width:58px;
  height:58px;
  border-radius:20px;
  background:linear-gradient(135deg,#f3d28f,#f5b948);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  box-shadow:0 10px 25px rgba(242,198,109,.45);
}

.logo-text h2{
  font-size:32px;
  font-weight:900;
  letter-spacing:2px;
}

.logo-text span{
  color:var(--blue);
}

.logo-text p{
  font-size:12px;
  letter-spacing:2px;
  color:#7d8ca1;
}

nav{
  display:flex;
  gap:34px;
}

nav a{
  font-weight:700;
  color:#44546d;
  transition:.3s;
  position:relative;
}

nav a::after{
  content:'';
  position:absolute;
  left:0;
  bottom:-7px;
  width:0;
  height:3px;
  border-radius:20px;
  background:var(--blue);
  transition:.3s;
}

nav a:hover{
  color:var(--blue);
}

nav a:hover::after{
  width:100%;
}

.nav-right{
  display:flex;
  align-items:center;
  gap:35px;
}


#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > a.mega-menu-link {
    overflow: visible !important;
    position: relative !important;
}

#mega-menu-wrap-primary #mega-menu-primary {
    display: flex !important;
    gap: 34px !important;
    border: none !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > a.mega-menu-link {
    font-weight: 700 !important;
    color: #44546d !important;
    padding: 0px 7px !important;
    transition: color 0.3s ease-in-out !important; 
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > a.mega-menu-link::after {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important; 
    height: 3px !important;
    border-radius: 20px !important;
    z-index: 999 !important;
    
    transform: scaleX(0) !important; 
    transform-origin: left center !important; 
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important; 
}

/* #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:hover > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > a.mega-menu-link:hover {
    color: var(--blue) !important;
} */

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:hover > a.mega-menu-link::after {
    transform: scaleX(1) !important;
}

.lang {
    display: inline-flex;
    align-items: center;
    background-color: #f0f5fa; 
    padding: 4px;
    border-radius: 50px;
    gap: 2px;
}

.lang button {
    background: transparent;
    border: none;
    outline: none;
    color: #4a5d6e;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.2s ease;
    line-height: 1;
    font-family: inherit;
}

.lang button:hover:not(.active) {
    color: #0060ad;
}

.lang button.active {
    background-color: #0060ad; 
    color: #ffffff; 
    cursor: default;
}

.btn{
  padding:16px 28px;
  border:none;
  border-radius:18px;
  cursor:pointer;
  font-weight:800;
  transition:.35s;
}

.btn-primary{
  background:linear-gradient(135deg,var(--blue),var(--blue2));
  color:#fff;
  box-shadow:0 14px 30px rgba(28,93,255,.25);
}

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

.btnprice {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px!important;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
    cursor: pointer;
}

.hero{
  padding:30px 0 30px;
}

.hero-box {
    background: #fcf9f2;
    border-radius: 48px;
    padding: 60px;
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden; 
}

.hero-box > .page-scroller {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-box::before {
    content: '';
    position: absolute;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(28, 93, 255, .12), transparent 70%);
    top: -350px;
    right: -250px;
}

.hero-box::after {
    content: '';
    position: absolute;
    width: 360px;
    height: 360px;
    border: 36px solid rgba(243, 222, 175, 0.45); 
    border-radius: 50%;
    bottom: -150px;
    left: -110px;
    z-index: 1;
    pointer-events: none;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2; 
}

.hero-content h1 {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 28px;
    font-weight: 900;
}

.hero-content h1 span {
    color: #107ccf;
}

.hero-content p {
    font-size: 20px;
    line-height: 1.9;
    color: var(--text);
    margin-bottom: 40px;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
    cursor: pointer;
}

.btn-primary2 {
    width: 180px;
    background-color: #0060ad;
    color: #ffffff !important;
    box-shadow: 0 10px 24px rgba(0, 96, 173, 0.22);
}

.btn-primary:hover {
    background-color: #004e8c;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(0, 96, 173, 0.3);
}


.btn-secondary2 {
	width: 205px;
    background-color: #ffffff;
    color: #0060ad !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 96, 173, 0.08);
}

.btn-secondary:hover {
    background-color: #f8fafc;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.hero-image {
    position: relative;
}

.hero-image img {
    border-radius: 36px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .12);
}

.floating-info {
    position: absolute;
    left: 15px;
    bottom: 20px;
    background: #fff;
    border-radius: 10px;
    padding: 26px;
    box-shadow: var(--shadow);
}

.floating-info h3 {
    font-size: 22px;
    color: var(--blue);
    font-weight: bold;
    margin: 0;
    line-height: 0;
}

section{
  padding:80px 0;
}

.section-title{
  text-align:center;
  margin-bottom:70px;
}

.section-title h2{
  font-size:58px;
  margin-bottom:18px;
}

.section-title p{
  max-width:850px;
  margin:auto;
  color:var(--text);
  line-height:1.9;
}

.wheat-section{
  position:relative;
}

.wheat-section::before{
  content:'';
  position:absolute;
  width:400px;
  height:400px;
  background:url('/wp-content/uploads/2026/06/hl1.jpg?q=80&w=1200&auto=format&fit=crop') center/cover;
  opacity:.08;
  right:-100px;
  top:100px;
  border-radius:50%;
}


.wheat-section {
    position: relative; 
    overflow: hidden;  
}

.-ctl-catalog {
	    position: relative; 
    overflow: hidden;  
}

.-ctn-section {
	    position: relative; 
    overflow: hidden;  
}


@media (max-width: 767px) {
    .wheat-section::before {
        width: 400px;
        height: 200px;
        right: -80px;
        top: 50px;
        max-width: 50vw;
    }
	
	.-ctl-catalog::before {
		       width: 400px;
        height: 200px;
        left: 80px;
        top: 50px;
        max-width: 50vw;
	}	
	
.-ctn-section::before {
       width: 400px;
        height: 200px;
        right: -80px;
        top: 50px;
        max-width: 50vw;
}	
}





.features-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:30px;
}

.feature-card{
  background:#fff;
  border-radius:32px;
  padding:38px;
  box-shadow:var(--shadow);
  border:1px solid #eef3fb;
  transition:.4s;
  position:relative;
  overflow:hidden;
}

.feature-card::before{
  content:'';
  position:absolute;
  width:180px;
  height:180px;
  background:rgba(28,93,255,.06);
  border-radius:50%;
  right:-80px;
  top:-80px;
}

.feature-card:hover{
  transform:translateY(-10px);
}

.feature-icon{
  width:74px;
  height:74px;
  border-radius:24px;
 background: linear-gradient(135deg, #136fb5, #3186c6);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:32px;
  margin-bottom:24px;
}

.feature-card h3{
  font-size:28px;
  margin-bottom:16px;
}

.feature-card p{
  line-height:1.9;
  color:var(--text);
}

.catalog{
  background:linear-gradient(180deg,#f9fbff,#eef4fd);
}

.catalog-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:40px;
  flex-wrap:wrap;
  gap:20px;
}

.search-box{
  background:#fff;
  border-radius:22px;
  padding:18px 24px;
  width:380px;
  box-shadow:var(--shadow);
  border:1px solid #edf2fa;
}

.search-box input{
  width:100%;
  border:none;
  outline:none;
  font-size:15px;
}

.catalog-tabs{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-bottom:50px;
}

.catalog-tabs button{
  padding:15px 24px;
  border:none;
  border-radius:18px;
  background:#fff;
  box-shadow:var(--shadow);
  cursor:pointer;
  font-weight:800;
  transition:.3s;
}

.catalog-tabs button.active,
.catalog-tabs button:hover{
  background:linear-gradient(135deg,var(--blue),var(--blue2));
  color:#fff;
}

.products-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:30px;
}

.product-card{
  background:#fff;
  border-radius:34px;
  overflow:hidden;
  box-shadow:var(--shadow);
  transition:.4s;
  position:relative;
}

.product-card:hover{
  transform:translateY(-12px);
}

.product-image{
  height:270px;
  overflow:hidden;
}

.product-image img{
  height:100%;
  object-fit:cover;
  transition:.5s;
}

.product-card:hover img{
  transform:scale(1.08);
}

.badge{
  position:absolute;
  top:20px;
  left:20px;
  padding:11px 18px;
  border-radius:40px;
  background:linear-gradient(135deg,var(--gold),#ffdd93);
  font-size:12px;
  font-weight:900;
  z-index:5;
}

.product-content{
  padding:30px;
}

.product-content h3{
  font-size:30px;
  margin-bottom:14px;
}

.product-content p{
  color:var(--text);
  line-height:1.8;
  margin-bottom:24px;
}

.product-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.price{
  font-size:30px;
  font-weight:900;
  color:var(--blue);
}

.banner{
  padding:0 0 120px;
}

.banner-box{
  background:
  linear-gradient(135deg,rgba(16,35,61,.88),rgba(28,93,255,.8)),
  url('/wp-content/uploads/2026/06/hll.webp?size=1944x924') center/cover;
  border-radius:48px;
  padding:90px;
  color:#fff;
  overflow:hidden;
  position:relative;
}

.banner-box::before{
  content:'';
  position:absolute;
  width:500px;
  height:500px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
  right:-180px;
  top:-180px;
}

.banner-box h2{
  font-size:68px;
  margin-bottom:24px;
  position:relative;
  z-index:2;
}

.banner-box p{
  max-width:850px;
  line-height:2;
  color:#dfe8f6;
  margin-bottom:35px;
  position:relative;
  z-index:2;
}

.partners-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:24px;
}

.partner-card{
  background:#fff;
  border-radius:28px;
  min-height:170px;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:var(--shadow);
  font-size:34px;
  font-weight:900;
  color:var(--blue);
}

.contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:45px;
}

.contact-card{
  background:#fff;
  border-radius:36px;
  padding:45px;
  box-shadow:var(--shadow);
}

.contact-card h2{
  font-size:52px;
  margin-bottom:20px;
}

.contact-card p{
  line-height:1.9;
  color:var(--text);
  margin-bottom:25px;
}

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

.contact-item{
  background:#f4f8ff;
  border-radius:20px;
  padding:20px;
  font-weight:700;
}

.form-group{
  margin-bottom:22px;
}

.form-group label{
  display:block;
  margin-bottom:10px;
  font-weight:700;
}

.form-group input,
.form-group textarea{
  width:100%;
  padding:18px;
  border-radius:18px;
  border:1px solid #e6edf8;
  outline:none;
  font-size:15px;
}

.form-group textarea{
  min-height:160px;
  resize:vertical;
}

footer{
  padding:0px 0 30px;
}

.footer-box{
  background:#fff;
  border-radius:42px;
  padding:40px;
  box-shadow:var(--shadow);
}

.footer-grid{
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1fr;
  gap:45px;
  margin-bottom:40px;
}

.footer-logo{
  font-size:46px;
  font-weight:900;
  margin-bottom:18px;
}

.footer-logo span{
  color:var(--blue);
}

.footer-column h4{
  margin-bottom:18px;
  font-size:22px;
}

.footer-column ul{
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:15px;
}

.footer-column li{
  color:var(--text);
}

.footer-bottom{
  border-top:1px solid #edf2fa;
  padding-top:24px;
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:15px;
  color:var(--text);
}

.chat-button{
  position:fixed;
  right:30px;
  bottom:30px;
  width:78px;
  height:78px;
  border:none;
  border-radius:50%;
  color:#fff;
  font-size:30px;
  cursor:pointer;
  box-shadow:0 20px 40px rgba(28,93,255,.25);
  z-index:999;
}

@media(max-width:1200px){
  .hero-grid,
  .contact-grid,
  .footer-grid{
    grid-template-columns:1fr;
  }

  .hero-content h1{
    font-size:58px;
  }
}

@media(max-width:850px){

  .hero-box,
  .banner-box,
  .footer-box{
    padding:15px;
  }

  .hero-content h1,
  .banner-box h2,
  .section-title h2{
    font-size: 33px;
        padding-top: 20px;
  }
	
	.btn-primary2 {
    width: 150px;
    background-color: #0060ad;
    color: #ffffff !important;
    box-shadow: 0 10px 24px rgba(0, 96, 173, 0.22);
}
	
	.btn-secondary2 {
    width: 150px;
    background-color: #ffffff;
    color: #0060ad !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 96, 173, 0.08);
}

  .search-box{
    width:100%;
  }
}


.-ctn-section::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: url(/wp-content/uploads/2026/06/hl2.jpg?q=80&w=1200&auto=format&fit=crop) center / cover;
    opacity: .08;
    right: -100px;
    border-radius: 50%;
}


.-ctl-catalog::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: url(/wp-content/uploads/2026/06/hl3.jpg?q=80&w=1200&auto=format&fit=crop) center / cover;
    opacity: .08;
    left: -100px;
    border-radius: 50%;
}
	
	
.-ctl-head{
  text-align:center;
  margin-bottom:40px;
}

.-ctl-head h2{
  font-size:44px;
  margin-bottom:10px;
}

.-ctl-head p{
  opacity:0.7;
}

.-ctl-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:18px;
}

.-ctl-card {
    padding: 16px;
    background: #fff;
    border-radius: 32px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: 0.3s;
	box-shadow: var(--shadow);
    border: 1px solid #eef3fb;
}

.-ctl-card:hover{
  transform:translateY(-6px);
  border-color:rgba(202,167,106,0.4);
}

.-ctl-card h3{
  font-size:15px;
}

.-ctl-desc{
  font-size:12px;
  opacity:0.75;
  line-height:1.5;
}

.-ctl-meta{
  font-size:11px;
  opacity:0.6;
  display:flex;
  flex-direction:column;
  gap:3px;
}

.-ctl-btn{
  margin-top:auto;
  padding:8px 12px;
  border:none;
  border-radius:8px;
  background:#135587;
  color:white;
  font-weight:600;
  cursor:pointer;
}

.-ctl-img{
  width:100%;
  height:160px;
  object-fit:contain;
  margin-bottom:10px;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.4));
}

.-ctl-badge{
  font-size:10px;
  padding:4px 8px;
  border-radius:20px;
  width:max-content;
  background:#1b1b1b;
	color: white;
}

/* colors */
.-ctl-badge.premium{ color:#ffd36a; }
.-ctl-badge.standard{ color:#cfd0ff; }
.-ctl-badge.bread{ color:#a7e3ff; }
.-ctl-badge.rye{ color:#d6a77a; }
.-ctl-badge.mix{ color:#ffb3a7; }
.-ctl-badge.whole{ color:#b7ffb0; }
.-ctl-badge.burger{ color:#ffe2a7; }
.-ctl-badge.bakery{ color:#ffbde6; }
.-ctl-badge.rustic{ color:#caa0ff; }

@media(max-width:1400px){
  .-ctl-grid{ grid-template-columns:repeat(4,1fr); }
}
@media(max-width:1100px){
  .-ctl-grid{ grid-template-columns:repeat(3,1fr); }
}
@media(max-width:800px){
  .-ctl-grid{ grid-template-columns:repeat(2,1fr); }
}
@media(max-width:500px){
  .-ctl-grid{ grid-template-columns:1fr; }
}


.banner-p {
	max-width: 850px;
    line-height: 2;
    color: #dfe8f6;
    margin-bottom: 35px;
    position: relative;
    z-index: 2;
}

.banner-h2 {
	    font-size: 68px;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
	color: #fff;
}













.-newcat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.-newcat-subtitle {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #00569e;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.-newcat-subtitle::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 3px;
    background-color: #d99b26;
    border-radius: 2px;
}

.-newcat-title {
    font-size: 42px;
    font-weight: 800;
    color: #1a2b49;
    margin: 0;
    line-height: 1.1;
}

.-newcat-logo {
    max-height: 55px;
    width: auto;
    object-fit: contain;
}

.-newcat-filters-wrapper {
    margin-bottom: 35px;
}

.-newcat-filters {
    display: inline-flex;
    background: #ffffff;
    padding: 6px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    gap: 4px;
    flex-wrap: wrap;
}

.-newcat-filter-btn {
    border: none;
    background: transparent;
    padding: 10px 24px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #5a6e85;
    cursor: pointer;
    transition: all 0.25s ease;
}

.-newcat-filter-btn:hover {
    color: #00569e;
}

.-newcat-filter-btn.active {
    background-color: #00569e;
    color: #ffffff;
}

.-newcat-badge-wrapper {
    margin-bottom: 25px;
}

.-newcat-badge-group {
    display: none;
    gap: 8px;
    flex-wrap: wrap;
}

.-newcat-badge-group.active {
    display: flex;
}
	
.-newcat-section button,
.-newcat-section button:focus,
.-newcat-section button:active,
.-newcat-section button:focus-visible {
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
}

.-newcat-badge-btn {
    border: 1px solid #e2e8f0;
    background: #ffffff;
    padding: 6px 16px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #475569;
    cursor: pointer;
    transition: all 0.2s ease;
}

.-newcat-badge-btn.active {
    background-color: #e2e8f0;
    color: #0f172a;
    font-weight: 600;
}

.-newcat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 24px;
    margin-bottom: 50px;
}

@media (max-width: 1200px) {
    .-newcat-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
    .-newcat-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
    .-newcat-grid { 
        grid-template-columns: repeat(1, 1fr);
        gap: 30px 0;
    }
    .-newcat-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}
	
@media (max-width: 768px) {
    .-newcat-section {
        background-color: #f5f7fa;
        padding: 24px 12px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }

    .-newcat-header {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 12px;
        margin-bottom: 30px;
    }

    .-newcat-subtitle {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #00569e;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        gap: 6px;
        margin-bottom: 4px;
    }

    .-newcat-subtitle::before {
        content: '';
        display: inline-block;
        width: 18px;
        height: 3px;
        background-color: #d99b26;
        border-radius: 2px;
    }

    .-newcat-title {
        font-size: 28px;
        font-weight: 800;
        color: #1a2b49;
        margin: 0;
        line-height: 1.15;
    }

    .-newcat-logo {
        max-height: 38px;
        width: auto;
        object-fit: contain;
    }

    .-newcat-filters-wrapper {
        margin-bottom: 16px;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .-newcat-filters-wrapper::-webkit-scrollbar {
        display: none;
    }
	
	.-ctn-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 25px 0;
    justify-content: center;
}

    .-newcat-filters {
   display: inline-flex;
        background: #ffffff;
        padding: 4px;
        border-radius: 30px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
        gap: 4px;
        white-space: nowrap;
        justify-content: center;
    }

    .-newcat-filter-btn {
        border: none;
        background: transparent;
        padding: 8px 16px;
        border-radius: 20px;
        font-size: 13px;
        font-weight: 600;
        color: #5a6e85;
        cursor: pointer;
    }

    .-newcat-filter-btn.active {
        background-color: #00569e;
        color: #ffffff;
        box-shadow: 0 4px 10px rgba(0, 86, 158, 0.25);
    }

    .-newcat-badge-wrapper {
        margin-bottom: 16px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .-newcat-badge-wrapper::-webkit-scrollbar {
        display: none;
    }

    .-newcat-badge-group {
        display: none;
        gap: 6px;
        white-space: nowrap;
    }

    .-newcat-badge-group.active {
        display: flex;
    }

    .-newcat-badge-btn {
        border: 1px solid #e2e8f0;
        background: #ffffff;
        padding: 5px 12px;
        border-radius: 16px;
        font-size: 12px;
        font-weight: 500;
        color: #475569;
        cursor: pointer;
    }

    .-newcat-badge-btn.active {
        background-color: #e2e8f0;
        color: #0f172a;
        font-weight: 600;
    }

    .-newcat-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 30px;
    }

    .-newcat-card {
        background: #ffffff;
        border-radius: 20px;
        padding: 14px 14px 28px 14px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
        display: flex;
        flex-direction: column;
        cursor: pointer;
        border: 1px solid rgba(0, 0, 0, 0.02);
    }

    .-newcat-card__img-box {
        background-color: #f3f2eb;
        border-radius: 14px;
        height: 210px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
        margin-bottom: 18px;
        position: relative;
        overflow: hidden;
    }

    .-newcat-card__img {
        max-height: 100%;
        max-width: 100%;
        object-fit: contain;
        filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.12));
    }

    .-newcat-card__meta {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }

    .-newcat-card__cat-title {
        font-size: 11px;
        font-weight: 800;
        color: #00569e;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 6px;
    }

    .-newcat-card__badge-chip {
        background-color: #ebf3fa;
        color: #00569e;
        font-size: 11px;
        font-weight: 700;
        padding: 4px 10px;
        border-radius: 6px;
        flex-shrink: 0;
    }

    .-newcat-card__title {
        font-size: 17px;
        font-weight: 700;
        color: #1a2b49;
        margin: 0;
        line-height: 1.3;
    }

    .-newcat-load-more {
        text-align: center;
        margin-top: 10px;
    }

    .-newcat-btn-primary {
        width: 100%;
        background-color: #00569e;
        color: #ffffff;
        border: none;
        padding: 14px 24px;
        border-radius: 10px;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
    }
}	

.-newcat-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 16px 16px 28px 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.-newcat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.-newcat-card__img-box {
    background-color: #f3f2eb;
    border-radius: 18px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.-newcat-card__img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.12));
    transition: transform 0.3s ease;
}

.-newcat-card:hover .-newcat-card__img {
    transform: scale(1.04);
}

.-newcat-card__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.-newcat-card__cat-title {
    font-size: 11px;
    font-weight: 800;
    color: #00569e;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 8px;
}

.-newcat-card__badge-chip {
    background-color: #ebf3fa;
    color: #00569e;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 8px;
    flex-shrink: 0;
}

.-newcat-card__title {
    font-size: 18px;
    font-weight: 700;
    color: #1a2b49;
    margin: 0;
    line-height: 1.35;
}

.-newcat-load-more {
    text-align: center;
    margin-top: 20px;
}

.-newcat-btn-primary {
    background-color: #00569e;
    color: #ffffff;
    border: none;
    padding: 14px 36px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.25s ease, transform 0.2s ease;
    box-shadow: 0 4px 15px rgba(0, 86, 158, 0.2);
}

.-newcat-btn-primary:hover {
    background-color: #004077;
    transform: translateY(-2px);
}











.-ctn-contact-box{
  margin-top:30px;
  display:flex;
  flex-direction:column;
  gap:14px;
}

.-ctn-contact-item{
  display:flex;
  align-items:center;
  gap:16px;
  padding:16px 18px;
  background:rgb(245 249 255);
  border:1px solid rgba(255,255,255,0.06);
  border-radius:14px;
  transition:0.3s;
}

.-ctn-contact-item:hover{
  transform:translateX(6px);
  border-color:rgba(202,167,106,0.35);
  background:rgba(255,255,255,0.05);
}

.-ctn-icon{
  width:48px;
  height:48px;
  min-width:48px;
  border-radius:14px;
  background:#0060ad;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  color:#111;
  box-shadow:0 10px 20px rgba(202,167,106,0.2);
}

.-ctn-content{
  display:flex;
  flex-direction:column;
}

.-ctn-content span{
  font-size:12px;
  opacity:0.55;
  margin-bottom:3px;
  letter-spacing:0.5px;
}

.-ctn-content strong{
  font-size:15px;
  font-weight:600;
}

.-ctn-title{
  text-align:center;
  margin-bottom:40px;
}

.-ctn-title h2{
  font-size:42px;
  margin-bottom:10px;
}

.-ctn-title p{
  opacity:0.7;
}

.-ctn-partners{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:12px;
  margin-bottom:50px;
}

.-ctn-partner{
  padding:20px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,0.06);
  display:flex;
  align-items:center;
  justify-content:center;
  transition:0.3s;
  height:90px;
}

.-ctn-partner img{
  max-width:100%;
  max-height:80px;
  object-fit:contain;
  opacity:0.85;
  transition:0.3s;
}

.-ctn-partner:hover img{
  opacity:1;
  transform:scale(1.05);
}

.-ctn-partner{
background: #ffffff;
  padding:18px;
  text-align:center;
  border-radius:12px;
  font-weight:600;
  letter-spacing:1px;
  border:1px solid rgba(255,255,255,0.06);
  transition:0.3s;
}

.-ctn-partner:hover{
  border-color:#caa76a;
  transform:translateY(-4px);
}

.-ctn-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
}

.-ctn-info{
padding: 30px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: var(--shadow);
}

.-ctn-info h3{
  font-size:22px;
  margin-bottom:10px;
}

.-ctn-info p{
  opacity:0.7;
  line-height:1.6;
}

.-ctn-list{
  margin-top:20px;
  display:flex;
  flex-direction:column;
  gap:10px;
  opacity:0.8;
}

.-ctn-form-box{
padding: 30px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: var(--shadow);
}

.-ctn-group{
  display:flex;
  flex-direction:column;
  margin-bottom:0px;
}

.-ctn-group label{
  font-size:12px;
  margin-bottom:6px;
  opacity:0.7;
}

.-ctn-group input,
.-ctn-group textarea{
    padding: 12px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #f4f8ff;
    color: #000000;
    outline: none;
}

.-ctn-group textarea{
  min-height:110px;
  resize:none;
}

.-ctn-btn{
  width:100%;
  padding:12px;
  border:none;
  border-radius:10px;
  background:#136fb5;
  color:white;
  font-weight:600;
  cursor:pointer;
  transition:0.3s;
	margin-bottom: 28px;
}

.-ctn-btn:hover{
  background:#d7b47a;
}

@media(max-width:1000px){
  .-ctn-partners{
    grid-template-columns:repeat(3,1fr);
  }

  .-ctn-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:600px){
  .-ctn-partners{
    grid-template-columns:repeat(2,1fr);
  }
}





.-ctn-link-item {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}
.-ctn-link-item:hover {
  color: #2563eb; 
}

.-ctn-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 25px 0;
}

.-ctn-social-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 20px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  
  background: rgba(30, 41, 59, 0.04);
  color: #334155 !important;
  border: 1px solid rgba(30, 41, 59, 0.08);
  
  overflow: hidden;
  box-sizing: border-box;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}

.-btn-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--brand-color);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.25s ease;
}

.-soc-svg, .-btn-text {
  position: relative;
  z-index: 2; 
  transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275), color 0.2s ease;
}

.-soc-svg {
  width: 15px;
  height: 15px;
  display: block;
  color: #475569; 
}

.-ctn-social-btn:hover {
  color: #ffffff !important;
  border-color: var(--brand-color);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px var(--brand-glow);
}

.-ctn-social-btn:hover .-btn-overlay {
  opacity: 1; 
}

.-ctn-social-btn:hover .-soc-svg {
  color: #ffffff;
  transform: scale(1.15) rotate(-4deg); 
}

.-ctn-social-btn:hover .-btn-text {
  transform: translateX(2px);
}

.-ctn-social-btn.-insta:hover .-btn-overlay {
  background: linear-gradient(45deg, #f09433 0%, #dc2743 50%, #bc1888 100%);
}

.-ctn-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}

@media (min-width: 480px) {
  .-ctn-actions {
    flex-direction: row;
  }
}

.-ctn-action-btn {
  flex: 1;
  text-align: center;
  padding: 14px 22px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-sizing: border-box;
  transition: all 0.25s ease;
}

.-ctn-action-btn.-btn-callback {
  background-color: #1e293b;
  color: #ffffff !important;
  border: 1px solid #1e293b;
}
.-ctn-action-btn.-btn-callback:hover {
  background-color: #0f172a;
  border-color: #0f172a;
}

.-ctn-action-btn.-btn-map {
  background-color: transparent;
  color: #1e293b !important;
  border: 1px solid #cbd5e1;
}
.-ctn-action-btn.-btn-map:hover {
  background-color: #f8fafc;
  border-color: #94a3b8;
}




.modal-zakazbut {
	
}







.-ft-footer{
  background:#0b0b0b;
  color:#fff;
  padding:0px 0 30px;
  border-top:1px solid rgba(255,255,255,0.06);
}

.-ft-wrapper{
  display:grid;
  grid-template-columns:1.2fr 0.9fr 1.1fr;
  gap:40px;
  margin-bottom:20px;
}

.-ft-logo{
  font-size:42px;
  font-weight:800;
  margin-bottom:20px;
  letter-spacing:2px;
}

.-ft-logo span{
  color:#caa76a;
}

.-ft-text{
  line-height:1.8;
  margin-bottom:25px;
  max-width:420px;
}

.-ft-contacts{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.-ft-center{
  display:flex;
  gap:60px;
}

.-ft-column h4{
  margin-bottom:18px;
  font-size:17px;
}

.-ft-column ul{
  list-style:none;
  padding:0;
  margin:0;
}

.-ft-column li{
  margin-bottom:12px;
}

.-ft-column a{
  text-decoration:none;
  transition:0.3s;
}

.-ft-column a:hover{
  color:#caa76a;
}

.-ft-map{
  background:#f3f7ff;
  padding:16px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,0.06);
}

.-ft-map-title{
  margin-bottom:15px;
  font-weight:600;
}

.-ft-map iframe{
  width:100%;
  height:240px;
  border:none;
  border-radius:12px;
  filter:grayscale(1) contrast(1.1);
}

.-ft-bottom{
  padding-top:25px;
  border-top:1px solid rgba(255,255,255,0.06);
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:14px;
}

/* responsive */
@media(max-width:1100px){

  .-ft-wrapper{
    grid-template-columns:1fr;
  }

  .-ft-center{
    justify-content:flex-start;
  }

}

@media(max-width:600px){

  .-ft-center{
    flex-direction:column;
    gap:30px;
  }

  .-ft-bottom{
    flex-direction:column;
    text-align:center;
  }

}


.h-pg1 {
    color: #de0049;
    font-weight: bold;
    font-size: 2em;
    margin: 0;
    padding: 0;	
}


.h-pg2 {
    color: #740d03;
    font-weight: bold;
    font-size: 2em;
    margin: 0;
    padding: 0;	
}





.-abpg-intro-section { margin-bottom: 35px; }
.-abpg-lead-text { font-size: 1.5rem; font-weight: bold; color: #0b4d8c; margin-bottom: 15px; }
.-abpg-description { font-size: 1.1rem; color: #555555; }
.-abpg-divider { border: none; border-top: 3px dotted #0073bc; width: 100px; margin: 40px auto; }
.-abpg-feature-banner { background: linear-gradient(135deg, #0b4d8c 0%, #0073bc 100%); color: #ffffff; padding: 30px 40px; border-radius: 12px; margin-bottom: 40px; text-align: center; font-size: 1.35rem; font-weight: bold; }

.-abpg-infographic-section {
    margin: 70px 0;
    padding: 40px 20px 40px 40px;
    border-left: 6px solid #0073bc; 
    background-color: #fcfdfe;
    border-radius: 0 20px 20px 0;
    box-shadow: inset 10px 0 30px rgba(0, 115, 188, 0.02);
}

.-abpg-info-main-title {
    color: #0b4d8c;
    font-size: 2.4rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 50px;
    letter-spacing: 0.5px;
}

.-abpg-info-grid-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    position: relative;
}

.-abpg-info-block {
    background: #ffffff;
    padding: 30px;
    border-radius: 0 12px 12px 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

.-abpg-info-block:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.-abpg-border-red { border-left: 5px solid #ff3b30; }
.-abpg-border-green { border-left: 5px solid #34c759; }
.-abpg-border-pink { border-left: 5px solid #af52de; }
.-abpg-border-cyan { border-left: 5px solid #5ac8fa; }

.-abpg-info-title {
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
    letter-spacing: 0.3px;
}

.-abpg-color-red { color: #ff3b30; }
.-abpg-color-green { color: #34c759; }
.-abpg-color-pink { color: #af52de; }
.-abpg-color-cyan { color: #5ac8fa; }

.-abpg-info-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4f4f4f;
    margin: 0;
    text-align: left;
}

.-abpg-info-center-circle {
    display: none;
}

@media (min-width: 992px) {
    .-abpg-info-grid-wrapper {
        grid-template-columns: 1fr 260px 1fr;
        grid-template-rows: auto auto;
        grid-template-areas: 
            "tl center-space tr"
            "bl center-space br";
        gap: 40px 50px;
        align-items: stretch;
    }

    .-abpg-area-tl { grid-area: tl; }
    .-abpg-area-tr { grid-area: tr; }
    .-abpg-area-bl { grid-area: bl; }
    .-abpg-area-br { grid-area: br; }

    .-abpg-info-center-circle {
        display: block;
        grid-column: 2;
        grid-row: 1 / span 2;
        align-self: center;
        justify-self: center;
        width: 280px;
        height: 280px;
        background: #ffffff;
        border-radius: 50%;
        box-shadow: 0 12px 40px rgba(0,0,0,0.12);
        padding: 10px;
        z-index: 10;
        box-sizing: border-box;
    }

    .-abpg-circle-image {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: url('/wp-content/uploads/2026/06/hleb.png') no-repeat center center;
        background-size: cover;
    }
}

.-abpg-content-grid { display: grid; grid-template-columns: 1fr; gap: 40px; margin-top: 50px; }
@media (min-width: 768px) { .-abpg-content-grid { grid-template-columns: 3.5fr 6.5fr; } }
.-abpg-card-title { font-size: 1.6rem; color: #0b4d8c; margin-top: 0; margin-bottom: 20px; font-weight: bold; position: relative; padding-bottom: 10px; }
.-abpg-card-title::after { content: ''; position: absolute; bottom: 0; left: 0; width: 50px; height: 3px; background-color: #0073bc; }
.-abpg-card-cozy .-abpg-card-title { color: #c05c1d; }
.-abpg-card-cozy .-abpg-card-title::after { background-color: #c05c1d; }
.-abpg-card-body p { margin-bottom: 15px; font-size: 0.95rem; color: #444444; }
.-abpg-guarantee-badge { background-color: #e6f2fa; border: 1px dashed #0073bc; padding: 15px 20px; border-radius: 8px; font-weight: bold; color: #0b4d8c; margin-top: 25px; }





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


@media (max-width: 768px) {
    .-newcat-filter-btn[data-filter="all"] {
        display: none !important;
    }
}

.-zakazmodal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
}
.-zakazmodal.active {
    display: flex;
}
.-zakazmodal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
}
.-zakazmodal__content {
    position: relative;
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.-zakazmodal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
    color: #333;
}
.-zakazmodal__title {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
}
.-zakazmodal__product-info {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.-zakazmodal__product-title {
    font-weight: 700;
    font-size: 16px;
    color: #212529;
    margin-bottom: 4px;
    display: block;
}
.-zakazmodal__product-badge {
    font-size: 14px;
    color: #6c757d;
    display: block;
}

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



@media (max-width: 768px) {
    .products-filter .filter-btn[data-filter="all"],
    .badge-filter-wrapper .badge-btn[data-badge="all"] {
        display: none !important;
    }
	
.filter-btn {
    position: relative;
    border: none;
    cursor: pointer;
    padding: 14px 20px;
    border-radius: 100px;
    background: #fff;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08), inset 0 1px 0 rgba(255, 255, 255, .7);
    transition: .35s ease;
}
	
	.products-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0 0 40px;
    flex-direction: row;
}
	
}

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














.nad-title {
    text-align: center;
    color: #122b46;
    font-weight: 700;
    font-size: 32px;
    margin: 0 0 30px 0;
}

.nad-facts-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin-bottom: 25px;
}

.nad-fact-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 30px 10px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #102a45;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.nad-about-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 24px;
    display: flex;
    gap: 35px;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
}

.nad-about-img-wrap {
    flex: 0 0 45%;
    max-width: 45%;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
}

.nad-about-img {
    width: 100%;
    height: 100%;
    max-height: 350px;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}

.nad-about-content {
    flex: 1;
}

.nad-about-title {
    font-size: 30px;
    font-weight: 700;
    color: #122b46;
    margin: 0 0 16px 0;
}

.nad-about-text {
    font-size: 16px;
    line-height: 1.65;
    color: #4a5568;
    margin: 0;
}

@media (max-width: 992px) {
    .nad-facts-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {

    .nad-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .nad-facts-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-bottom: 15px;
    }
    .nad-fact-card {
        padding: 16px 8px;
        font-size: 15px;
        border-radius: 12px;
    }
    .nad-about-box {
        flex-direction: column;
        padding: 18px;
        gap: 20px;
        border-radius: 16px;
    }
    .nad-about-img-wrap {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .nad-about-img {
        max-height: 220px;
    }
    .nad-about-title {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .nad-about-text {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .nad-facts-grid {
        grid-template-columns: repeat(3, 1fr);
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
	
	
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 14px;
    margin-block-start: 2em;
    margin-block-end: 2em;
    padding-inline-start: 30px;
}	
	
}













.pric-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.pric-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 9999;
    min-width: 380px;
    max-width: 450px;
    padding: 8px 0;
    margin: 0; 
    border-top: 6px solid transparent; 
    list-style: none;
    background-color: #ffffff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    background-clip: padding-box; 
    
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}

.pric-dropdown-menu::before {
    content: '';
    position: absolute;
    top: 6px; 
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(0, 73, 188, 0.08);
    border-radius: 8px;
    pointer-events: none;
    z-index: -1;
}

.pric-dropdown.is-open .pric-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.pric-dropdown-item {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    clear: both;
    font-weight: 500;
    font-size: 0.95rem;
    line-height: 1.4;
    color: #333333;
    text-align: left;
    white-space: normal;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
    position: relative;
}

.pric-dropdown-item:hover {
    background-color: #f4f7fa;
    color: #0b4d8c;
}

.pric-dropdown-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #0073bc;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.pric-dropdown-item:hover::before {
    opacity: 1;
}

/* Контейнер для карточек */
.granum-numbers-container {
    padding-top: 1.5rem;
}

/* Стилизация самих карточек */
.number-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04); /* Легкая, воздушная тень */
    border: 1px solid #f0f2f5;
    transition: all 0.3s ease;
}

/* Эффект при наведении */
.number-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 123, 255, 0.08); /* Мягкое брендовое свечение */
    border-color: #e2e8f0;
}

/* Крупные цифры */
.number-value {
    font-size: 2.2rem;
    font-weight: 800;
    color: #107ccf; 
    line-height: 1.2;
    margin-bottom: 8px;
    white-space: nowrap; 
}

.number-unit {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: lowercase; 
}

.number-desc {
    font-size: 0.9rem;
    color: #64748b; 
    line-height: 1.4;
    margin: 0;
    font-weight: 500;
}

.chif {
	padding: 5px;
}

@media (max-width: 576px) {
    .number-value {
        font-size: 1.8rem;
    }
    .number-unit {
        font-size: 1.2rem;
    }
    .number-card {
        padding: 16px;
    }
}

.pric-dropdown-item::after {
    content: '';
    flex-shrink: 0;
    order: -1;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.pric-icon-pdf::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23d32f2f'%3E%3Cpath d='M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-1.5 9h-2v1h2v1.5h-2V15H13V9h3.5c.8 0 1.5.7 1.5 1.5V11c0 .6-.4 1-1 1zm-6-1.5H11v5h1.5V13h1c.8 0 1.5-.7 1.5-1.5v-1c0-.8-.7-1.5-1.5-1.5zm-5 1.5v3H6V9h3v1.5H7.5v1H9zm6-1.5H14v2h1.5v-2zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6z'/%3E%3C/svg%3E");
}

.pric-icon-doc::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230073bc'%3E%3Cpath d='M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-5 14H7v-2h7v2zm3-4H7v-2h10v2zm0-4H7V7h10v2z'/%3E%3C/svg%3E");
}

.pric-item-text {
    display: inline-block;
}

@media (max-width: 767px) {
    .pric-dropdown {
        position: relative;
        display: inline-block;
		padding: 15px;
    }

    .pric-dropdown-menu {
        position: absolute; 
        top: 100%;
       right: 0;      
        width: 100%;  
        min-width: 290px !important;
        max-width: 360px !important; 
        margin-top: 10px !important;
        background-color: #ffffff !important;
        border-radius: 8px !important;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2) !important; 
        border: 1px solid rgba(0, 73, 188, 0.12) !important;
        z-index: 99999 !important; 
        display: block !important;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
    }
	
	.pric-dropdown-menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(0, 73, 188, 0.08);
    border-radius: 8px;
    pointer-events: none;
    z-index: -1;
}

    .pric-dropdown.is-open .pric-dropdown-menu {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
    }

    .pric-dropdown-item {
        padding: 14px 16px !important;
        font-size: 0.9rem !important;
        white-space: normal !important; 
    }
}









.prtn-hero-section {
    text-align: center;
    margin-bottom: 50px;
}

.prtn-main-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #0b4d8c; 
    text-transform: uppercase;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}

.prtn-lead-text {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #5a6c7d;
    max-width: 900px;
    margin: 0 auto;
}

.prtn-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 25px;
    margin-bottom: 60px;
}

.prtn-feat-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.3s ease;
}

.prtn-feat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 73, 188, 0.08);
}

.prtn-feat-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
}

.prtn-accent-lime::before { background-color: #a3e635; }
.prtn-accent-blue::before { background-color: #0073bc; }
.prtn-accent-gold::before { background-color: #f59e0b; }

.prtn-feat-badge {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0073bc;
    margin-bottom: 12px;
}

.prtn-feat-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #4b5563;
    margin: 0;
}

.prtn-contacts-section {
    margin-bottom: 60px;
	 margin-top: 60px;
}

.prtn-section-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 35px;
    position: relative;
    display: inline-block;
}

.prtn-section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 50%;
    height: 3px;
    background-color: #0073bc;
}

.prtn-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 30px;
}

.prtn-biz-card {
    background: linear-gradient(145deg, #ffffff, #f8fafc);
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 16px;
    padding: 24px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.prtn-biz-card:hover {
    transform: scale(1.02) translateY(-2px);
    box-shadow: 0 20px 35px rgba(15, 23, 42, 0.08);
    border-color: rgba(0, 115, 188, 0.3);
}

.prtn-card-main {
    background: linear-gradient(145deg, #1e3a8a, #0f172a);
    color: #ffffff;
    border: none;
}

.prtn-card-main .prtn-card-role { color: #38bdf8; }
.prtn-card-main .prtn-link { color: #f1f5f9; }
.prtn-card-main .prtn-link:hover { color: #38bdf8; }
.prtn-card-main .prtn-address { color: #94a3b8; }

.prtn-card-header {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.prtn-logo-placeholder {
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 2px;
    color: #64748b;
}

.prtn-card-main .prtn-logo-placeholder { color: #38bdf8; }

.prtn-card-role {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0073bc;
    margin: 0;
}

.prtn-card-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.prtn-link {
    font-size: 1rem;
    font-weight: 600;
    color: #334155;
    text-decoration: none;
    transition: color 0.2s ease;
    display: inline-block;
}

.prtn-link:hover {
    color: #0073bc;
}

.prtn-address {
    font-size: 0.85rem;
    color: #64748b;
    margin: 8px 0 0 0;
    border-top: 1px solid rgba(0,0,0,0.06);
    padding-top: 8px;
}

.prtn-card-main .prtn-address {
    border-top-color: rgba(255,255,255,0.1);
}

.prtn-employee-block, .prtn-manager-item {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed rgba(226, 232, 240, 1);
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.prtn-label {
    font-size: 0.8rem;
    color: #64748b;
    text-transform: uppercase;
}

.prtn-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1e293b;
}

.prtn-card-main .prtn-name { color: #ffffff; }

.prtn-link-sub {
    font-size: 0.95rem;
    color: #475569;
    text-decoration: none;
}
.prtn-link-sub:hover { color: #0073bc; }

.prtn-footer-invite {
    background: linear-gradient(135deg, #a3e635 0%, #84cc16 100%); /* Тот самый лаймовый салатовый цвет */
    border-radius: 16px;
    padding: 35px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(132, 204, 22, 0.2);
}

.prtn-invite-content h3 {
    font-size: 1.45rem;
    font-weight: 800;
    color: #0f172a;
    margin-top: 0;
    margin-bottom: 10px;
}

.prtn-invite-content p {
    font-size: 1.05rem;
    color: #1e293b;
    margin: 0;
}


@media (max-width: 767px) {
    .prtn-main-title {
        font-size: 2rem;
    }
    
    .prtn-hero-section {
        margin-bottom: 35px;
    }

    .prtn-cards-wrapper {
        grid-template-columns: 1fr; 
        gap: 20px;
    }

    .prtn-biz-card {
        padding: 20px;
    }

    .prtn-footer-invite {
        padding: 25px 20px;
    }
    
    .prtn-invite-content h3 {
        font-size: 1.2rem;
    }
}


.-ctn-form br {
    display: none !important;
}



.granum-section {
    padding: 60px 15px;
    background-color: #f8fafc;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
.granum-container {
    max-width: 1200px;
    margin: 0 auto;
}
.granum-main-title {
    text-align: center;
    font-size: 32px;
    color: #1e293b;
    margin-bottom: 45px;
    font-weight: 700;
}
.granum-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}
.granum-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05), 0 2px 4px -1px rgba(0,0,0,0.03);
    padding: 30px;
    border-top: 4px solid #0070bb;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.granum-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
}
.granum-card-wide {
    grid-column: 1 / -1;
}
.granum-title {
    font-size: 22px;
    color: #0f172a;
    margin: 0 0 15px 0;
    font-weight: 600;
}
.granum-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #475569;
    margin-bottom: 20px;
    flex-grow: 1;
}
.granum-toggle-btn {
    background: #0f172a;
    color: #ffffff;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.granum-toggle-btn:hover {
    background: #d9a74a;
}
.granum-details-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
}
.granum-details-panel.active {
    max-height: 1000px;
    transition: max-height 0.4s cubic-bezier(1, 0, 1, 0);
    border-top: 1px dashed #e2e8f0;
    margin-top: 20px;
    padding-top: 20px;
}
.granum-spec-row {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.5;
}
.granum-spec-label {
    font-weight: 700;
    color: #1e293b;
    display: block;
    margin-bottom: 2px;
}
.granum-spec-value {
    color: #64748b;
}
.granum-spec-row.contacts-row {
    background: #fdf8ed;
    padding: 10px;
    border-radius: 6px;
    border-left: 3px solid #d9a74a;
}
.granum-spec-row.contacts-row .granum-spec-value {
    color: #0f172a;
    font-weight: 600;
}

/* Стили для новых блоков оформления */
.granum-inner-title {
    font-size: 26px;
    color: #0f172a;
    margin: 50px 0 25px 0;
    font-weight: 700;
    border-left: 5px solid #0070bb;
    padding-left: 15px;
}
.granum-steps-intro {
    font-size: 16px;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 30px;
}
.granum-steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 15px;
    margin-bottom: 50px;
}
.granum-step-item {
    background: #ffffff;
    padding: 18px 22px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #e2e8f0;
}
.granum-step-num {
    background: #0070bb;
    color: #ffffff;
    font-weight: 700;
    min-width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
.granum-step-text {
    font-size: 14.5px;
    color: #1e293b;
    font-weight: 500;
}
.granum-prod-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
    margin-bottom: 50px;
}
.granum-prod-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
    border-top: 4px solid #0070bb;
}
.granum-prod-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 10px 0;
}
.granum-prod-meta {
    display: inline-block;
    background: #f1f5f9;
    color: #0070bb;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}
.granum-prod-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #475569;
}
.granum-mission-wrapper {
    background: #0f172a;
    color: #ffffff;
    border-radius: 14px;
    padding: 40px;
    margin-top: 50px;
}
.granum-mission-wrapper h3 {
    color: #ffffff;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
}
.granum-mission-p {
    font-size: 16px;
    line-height: 1.7;
    color: #cbd5e1;
    margin-bottom: 20px;
}
.granum-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-top: 35px;
}
.granum-feature-box {
    background: #1e293b;
    padding: 25px;
    border-radius: 10px;
    border-bottom: 3px solid #d9a74a;
}
.granum-feature-label {
    font-size: 15px;
    font-weight: 700;
    color: #d9a74a;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.granum-feature-value {
    font-size: 14px;
    line-height: 1.5;
    color: #f1f5f9;
}

@media(max-width: 768px) {
    .granum-card-wide { grid-column: auto; }
    .granum-main-title { font-size: 24px; }
    .granum-inner-title { font-size: 20px; }
    .granum-mission-wrapper { padding: 25px; }
}




.granum-kom-scientific-info {
    margin-top: 35px;
    padding: 20px 24px;
    background-color: #ffffff;
    border-left: 4px solid #107ccf;
    border-radius: 0 6px 6px 0;
    font-size: 15px;
    line-height: 1.6;
    color: #3f4e46;
    font-weight: 400;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

@media (max-width: 768px) {
    .granum-kom-scientific-info {
        margin-top: 25px;
        padding: 16px 20px;
        font-size: 14px;
    }
}






        .granum-kom-wrapper {
            --kom-primary: #107ccf; 
            --kom-primary-light: #2c5945;
            --kom-accent: #d4af37; 
            --kom-text-dark: #2b2b2b;
            --kom-text-light: #555555;
            --kom-bg-white: #ffffff;
            --kom-bg-muted: #f9f9f7;
            --kom-border-color: #e6e4e0;
            --kom-transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
            --kom-radius: 12px;
            
            color: var(--kom-text-dark);
            line-height: 1.6;
            margin: 0 auto;
            -webkit-font-smoothing: antialiased;
            box-sizing: border-box;
        }

        .granum-kom-wrapper * {
            box-sizing: border-box !important;
        }

        .granum-kom-hero {
            display: grid !important;
            grid-template-columns: 1.2fr 1fr !important;
            gap: 30px !important;
            margin-bottom: 60px !important;
            align-items: stretch !important;
        }

        .granum-kom-about {
            background-color: var(--kom-bg-white) !important;
            border-radius: var(--kom-radius) !important;
            border: 1px solid var(--kom-border-color) !important;
            padding: 40px !important;
            display: flex !important;
            flex-direction: column !important;
            justify-content: center !important;
            position: relative !important;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02) !important;
        }

        .granum-kom-about::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background-color: #0070bb;
        }

        .granum-kom-brand-title {
            font-size: 32px !important;
            color: var(--kom-primary) !important;
            font-weight: 700 !important;
            margin: 0 0 20px 0 !important;
            text-transform: uppercase !important;
            letter-spacing: 0.5px !important;
        }

        .granum-kom-brand-title span {
            font-size: 13px !important;
            color: var(--kom-text-light) !important;
            font-weight: 500 !important;
            letter-spacing: 2px !important;
            display: inline-block !important;
            margin-left: 8px !important;
            vertical-align: middle !important;
        }

        .granum-kom-about-text {
            font-size: 15px !important;
            color: var(--kom-text-light) !important;
            margin: 0 0 16px 0 !important;
            text-align: justify !important;
        }

        .granum-kom-about-text:last-of-type {
            margin-bottom: 0 !important;
        }

        .granum-kom-photo-box {
            position: relative !important;
            border-radius: var(--kom-radius) !important;
            overflow: hidden !important;
            background-color: var(--kom-primary) !important;
            box-shadow: 0 10px 30px rgba(30, 61, 47, 0.05) !important;
            height: 100% !important;
            min-height: 350px !important;
        }

        .granum-kom-img {
            width: 100% !important;
            height: 100% !important;
            object-fit: cover !important;
            object-position: center !important;
            display: block !important;
            transition: var(--kom-transition) !important;
        }

        .granum-kom-photo-box:hover .granum-kom-img {
            transform: scale(1.03) !important;
        }

        .granum-kom-photo-overlay {
            position: absolute !important;
            bottom: 0 !important;
            left: 0 !important;
            width: 100% !important;
            background: linear-gradient(to top, rgba(15, 33, 25, 0.95) 0%, rgba(15, 33, 25, 0.4) 70%, rgba(0,0,0,0) 100%) !important;
            padding: 30px !important;
            z-index: 2;
        }

        .granum-kom-photo-overlay h3 {
            font-size: 18px !important;
            font-weight: 600 !important;
            margin: 0 0 8px 0 !important;
            color: var(--kom-accent) !important;
        }

        .granum-kom-photo-overlay p {
            font-size: 13.5px !important;
            color: #ffffff !important;
            opacity: 0.9 !important;
            margin: 0 !important;
            line-height: 1.5 !important;
        }

        .granum-kom-advantages-section {
            width: 100% !important;
            border-top: 1px solid var(--kom-border-color) !important;
            padding-top: 50px !important;
        }

        .granum-kom-advantages-title {
            font-size: 26px !important;
            color: var(--kom-primary) !important;
            margin: 0 0 35px 0 !important;
            font-weight: 700 !important;
            text-align: center !important;
        }

        .granum-kom-grid {
            display: grid !important;
            grid-template-columns: repeat(2, 1fr) !important;
            gap: 20px !important;
        }

        .granum-kom-card {
            background: var(--kom-bg-white) !important;
            border: 1px solid var(--kom-border-color) !important;
            border-radius: 8px !important;
            padding: 24px !important;
            display: flex !important;
            gap: 18px !important;
            align-items: flex-start !important;
            transition: var(--kom-transition) !important;
            opacity: 0;
            transform: translateY(20px);
        }

        .granum-kom-card:nth-child(5) {
            grid-column: span 2 !important;
        }

        .granum-kom-card.granum-kom-visible {
            opacity: 1 !important;
            transform: translateY(0) !important;
        }

        .granum-kom-card:hover {
            border-color: var(--kom-primary-light) !important;
            box-shadow: 0 8px 25px rgba(30, 61, 47, 0.05) !important;
            background-color: var(--kom-bg-muted) !important;
        }

        .granum-kom-icon-container {
            flex-shrink: 0 !important;
            width: 40px !important;
            height: 40px !important;
            background: var(--kom-bg-muted) !important;
            border-radius: 6px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            transition: var(--kom-transition) !important;
        }

        .granum-kom-card:hover .granum-kom-icon-container {
            background: var(--kom-primary) !important;
        }

        .granum-kom-icon-container svg {
            width: 22px !important;
            height: 22px !important;
            fill: var(--kom-primary) !important;
            transition: var(--kom-transition) !important;
        }

        .granum-kom-card:hover .granum-kom-icon-container svg {
            fill: white !important;
        }

        .granum-kom-card-content {
            flex-grow: 1 !important;
        }

        .granum-kom-card-title {
            font-size: 16px !important;
            font-weight: 600 !important;
            color: var(--kom-primary) !important;
            margin: 0 0 6px 0 !important;
        }

        .granum-kom-card-desc {
            font-size: 14px !important;
            color: var(--kom-text-light) !important;
            margin: 0 !important;
            line-height: 1.5 !important;
            text-align: justify !important;
        }

        @media (max-width: 992px) {
            .granum-kom-hero {
                grid-template-columns: 1fr !important;
                gap: 25px !important;
            }
            .granum-kom-photo-box {
                min-height: 280px !important;
            }
            .granum-kom-grid {
                grid-template-columns: 1fr !important;
            }
            .granum-kom-card:nth-child(5) {
                grid-column: span 1 !important;
            }
            .granum-kom-about {
                padding: 30px !important;
            }
        }






.granum-kom-wrapper::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: url(/wp-content/uploads/2026/06/hl3.jpg?q=80&w=1200&auto=format&fit=crop) center / cover;
    opacity: .08;
    left: -100px;
    border-radius: 50%;
}


.grain-video-section {
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 60px 0 0;
}

.video-block {
    position: relative;
    width: 100%;
    max-width: 1100px;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1000px; 
}

.kolos {
    position: absolute;
    top: 50%;
    width: 500px;
    z-index: 1;
    pointer-events: none;
    filter: drop-shadow(0 15px 25px rgba(0,0,0,.15));
    opacity: 0;
    transition: transform 0.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s ease;
    will-change: transform; 
}

.kolos-left {
    left: -240px;
    transform: translateY(-50%) translateX(-40px) rotate(45deg) scale(0.9);
}

.kolos-right {
    right: -240px;
    transform: translateY(-50%) scaleX(-1) translateX(-40px) rotate(45deg) scale(0.9);
}

.video-frame {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 900px;
    padding: 16px;
    border-radius: 28px;
    background: linear-gradient(135deg, #fef0b7, #dca542, #b77b2d, #efc564, #fff3c2);
    box-shadow:
        0 25px 60px rgba(0,0,0,.15),
        inset 0 2px 0 rgba(255,255,255,.7);
    opacity: 0;
    transform: scale(0.93) translateY(30px);
    transition: transform 0.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s ease;
    transform-style: preserve-3d;
}

.video-frame::before {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 20px;
    border: 2px solid rgba(255,255,255,.4);
    pointer-events: none;
}

.video-frame iframe {
    width: 100%;
    aspect-ratio: 16/9;
    display: block;
    border: none;
    border-radius: 18px;
    background: #000;
}

.grain-video-section.in-view .video-frame {
    opacity: 1;
    transform: scale(1) translateY(0);
}

.grain-video-section.in-view .kolos {
    opacity: 1;
}

.grain-video-section.in-view .kolos-left {
    transform: translateY(calc(-50% + var(--scroll-y, 0px))) translateX(0) rotate(75deg) scale(1);
}

.grain-video-section.in-view .kolos-right {
    transform: translateY(calc(-50% + var(--scroll-y, 0px))) scaleX(-1) translateX(0) rotate(75deg) scale(1);
}

@media(max-width: 991px) {
    .grain-video-section {
        padding: 40px 20px; 
    }
    .video-frame {
        padding: 12px;
        border-radius: 20px;
    }
    .video-frame::before {
        inset: 6px;
        border-radius: 14px;
    }
    .video-frame iframe {
        border-radius: 12px;
    }
    .kolos {
        width: 200px;
    }
    .kolos-left {
        left: -80px;
    }
    .kolos-right {
        right: -80px;
    }
    .video-block {
        perspective: none;
    }
}

@media(max-width: 575px) {
    .grain-video-section {
        padding: 25px 12px; 
    }
    .video-frame {
        padding: 6px; 
        border-radius: 14px;
        box-shadow: 0 15px 35px rgba(0,0,0,.15);
    }
    .video-frame::before {
        inset: 4px;
        border-radius: 10px;
        border-width: 1px; 
    }
    .video-frame iframe {
        border-radius: 8px;
    }
    
    .kolos {
        width: 32vw; 
        max-width: 130px;
        top: 55%; 
        transition: transform 0.25s cubic-bezier(0.1, 0.8, 0.2, 1), opacity 1.2s ease; 
    }
    .kolos-left {
        left: -10vw;
		top: 10px;
    }
    .kolos-right {
        right: -10vw;
		top: 200px;
    }
}






/*--------------------------------------------------------------
# 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: 3.75rem;
  padding-top: 4.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;
}








/* .contacts-page-wrapper {
    background: url('') repeat center center;
    background-size: cover;
    padding: 20px 0;
    position: relative;
    min-height: 80vh;
} */

.page-title {
    text-align: center;
    color: #0b4d8c;
    margin-bottom: 40px;
    font-size: 2.5rem;
    text-transform: uppercase;
}

.contacts-board {
    position: relative;
    max-width: 1330px;
    margin: 0 auto;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
    align-items: start;
}

.contact-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.15);
    padding: 25px;
    min-height: 200px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

.contact-card:hover {
    transform: scale(1.03) !important;
    box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.25);
    z-index: 10;
}

.card-logo {
    margin-bottom: 15px;
}
.card-logo img {
    max-width: 130px;
    height: auto;
}

.card-heading {
    font-size: 1.15rem;
    color: #0073bc;
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 600;
}

.card-body {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #333333;
}

.card-body a {
    color: #222222;
    text-decoration: none;
    font-weight: bold;
}
.card-body a:hover {
    color: #0073bc;
}

@media (min-width: 992px) {
    .card-mod-1 { transform: rotate(-2deg); }
    .card-mod-2 { transform: rotate(1.5deg); margin-top: 15px; }
    .card-mod-3 { transform: rotate(-3deg); }
    .card-mod-0 { transform: rotate(1deg); }
    
    .decor-coffee {
        position: absolute;
        top: -40px;
        right: 10%;
        width: 220px;
        height: 220px;
        background: url('') no-repeat center/contain;
        pointer-events: none;
        z-index: 1;
    }
    .decor-pen {
        position: absolute;
bottom: 0px;
        right: -30%;
        width: 100%;
        height: 300px;
        background: url('/wp-content/uploads/2026/06/kolos.png') no-repeat center/contain;
        pointer-events: none;
        z-index: 2;
    }
}

@media (max-width: 767px) {
    .cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .contact-card {
        border-radius: 10px;
    }
}











.products-filter{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:14px;
    margin:0 0 50px;
}

.filter-btn{
    position:relative;
    border:none;
    cursor:pointer;
    padding:10px 28px;
    border-radius:10px;
    background:#fff;
    color:#222;
    font-size:14px;
    font-weight:700;
    letter-spacing:.5px;
    box-shadow:
        0 10px 25px rgba(0,0,0,.08),
        inset 0 1px 0 rgba(255,255,255,.7);
    transition:.35s ease;
}

.filter-btn:hover{
    transform:translateY(-3px);
    box-shadow:
        0 20px 40px rgba(0,0,0,.12);
}

.filter-btn.active{
    background: #135587;
    color:#fff;
    box-shadow:
        0 20px 45px rgba(200,155,60,.35);
}

.filter-btn.active:before{
    content:'';
    position:absolute;
    inset:-2px;
    border-radius:10px;
    border:1px solid rgba(255,255,255,.35);
}
		  
		  
		  .badge-filter-wrapper{
    display: flex;
    justify-content: center;
    margin: 15px 0 35px;
}

.badge-group{
    display: none;    
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.badge-btn{
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid #e5e5e5;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all .25s ease;
    color: #333;
    user-select: none;
}

.badge-btn:hover{
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,.08);
    border-color: #d4b46a;
}

.badge-btn.active{
    background: #c89b3c;
    color: #fff;
    border-color: #c89b3c;
    box-shadow: 0 10px 20px rgba(200,155,60,.25);
}

@media (max-width: 768px){

    .badge-btn{
        padding: 8px 14px;
        font-size: 12px;
    }

    .badge-filter-wrapper{
        margin: 10px 0 25px;
    }

}

.product-modal{
    position:fixed;
    inset:0;
    z-index:999999;
    display:none;
}

.product-modal.active{
    display:block;
    animation:modalFade .35s ease;
}

@keyframes modalFade{
    from{
        opacity:0;
    }
    to{
        opacity:1;
    }
}

.product-modal__overlay{
    position:absolute;
    inset:0;
    background:rgba(10,10,10,.82);
    backdrop-filter:blur(12px);
}

.product-modal__content{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:94%;
    max-width:1200px;
    max-height:90vh;
    overflow:auto;

    background:#fff;
    border-radius:28px;

    display:grid;
    grid-template-columns:1fr 1fr;

    box-shadow:
        0 40px 100px rgba(0,0,0,.25);

    animation:modalContent .45s ease;
}

@keyframes modalContent{
    from{
        opacity:0;
        transform:translate(-50%,-45%);
    }
    to{
        opacity:1;
        transform:translate(-50%,-50%);
    }
}

.product-modal__image{
    position:relative;
    overflow:hidden;
    min-height:650px;
    background:#f5f5f5;
}

.product-modal__image:before{
    content:'';
    position:absolute;
    inset:0;
    background:
        radial-gradient(
            circle at center,
            rgba(200,155,60,.15),
            transparent 70%
        );
    z-index:1;
}

.product-modal__image img{
    width:100%;
    height:100%;
    object-fit:contain;
    padding:50px;
    transition:.5s ease;
}

.product-modal__image:hover img{
    transform:scale(1.04);
}

.product-modal__info{
    padding:50px;
}


.product-modal__title{
    font-size:42px;
    font-weight:800;
    color:#1d1d1d;
    margin:0 0 25px;
    line-height:1.2;
}

.product-modal__desc{
    font-size:16px;
    line-height:1.9;
    color:#666;
    margin-bottom:35px;
}

.modal-purpose {
	    font-size:16px;
    line-height:1.9;
    color:#666;
    margin-bottom:35px;
}


.product-modal__meta{
    display:flex;
    flex-direction:column;
    gap:15px;
    margin-bottom:40px;
}

.product-modal__meta div{
    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:16px 20px;

    background:#fafafa;

    border-radius:14px;

    border:1px solid #eee;
}

.product-modal__meta strong{
    color:#222;
    font-weight:700;
}

.product-modal__meta span{
    color:#777;
}

.product-modal__order{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-width:240px;
    height:58px;

    text-decoration:none;

    font-size:15px;
    font-weight:700;
    letter-spacing:.5px;

    color:#fff;

    border-radius:14px;

background: #135587;

    transition:.35s ease;
}

.product-modal__order:hover{
transform: translateY(-3px);
    color: white;
}

.product-modal__close{
    position:absolute;
    right:20px;
    top:20px;

    width:50px;
    height:50px;

    border:none;
    cursor:pointer;

    background:#fff;
    color:#111;

    border-radius:50%;

    font-size:28px;

    z-index:10;

    box-shadow:
        0 10px 25px rgba(0,0,0,.12);

    transition:.3s;
}

.product-modal__close:hover{
    transform:rotate(90deg);
}

.product-modal__content::-webkit-scrollbar{
    width:8px;
}

.product-modal__content::-webkit-scrollbar-thumb{
    background:#d2d2d2;
    border-radius:50px;
}

@media(max-width:900px){

    .product-modal__content{
        grid-template-columns:1fr;
        max-height:95vh;
    }

    .product-modal__image{
        min-height:350px;
    }

    .product-modal__info{
        padding:30px;
    }

    .product-modal__title{
        font-size:28px;
    }

    .product-modal__meta div{
        flex-direction:column;
        align-items:flex-start;
        gap:5px;
    }

    .product-modal__order{
        width:100%;
    }

}
	  




.load-more-container {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

#load-more-btn {
    padding: 12px 35px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}
















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

.site-content {
	padding: 30px 0px;
}

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

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

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

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



.pric-but {
    margin-left: 8px;	
}




/* Базовые стили мегаменю */
.mega-menu-container {
    position: relative;
}

.mega-menu-dropdown-content {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 580px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease-in-out;
    z-index: 999;
}

.mega-menu-container.is-open .mega-menu-dropdown-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-menu-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.mega-card,
.mega-card:hover,
.mega-card:focus,
.mega-card *,
.mega-card *:hover {
    text-decoration: none !important;
}

.mega-card {
    display: flex;
    align-items: center;
    padding: 12px 14px;
    background: #f8f9fa;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.mega-card:hover {
    background: #f1f3f5;
    border-color: #007bff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.mega-card-icon {
    width: 38px;
    height: 38px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
    margin-right: 12px;
}

.pdf-icon { background: #ff4757; }
.doc-icon { background: #2ed573; }

.mega-card-body {
    display: flex;
    flex-direction: column;
}

.mega-card-title {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
    margin-bottom: 2px;
}

.mega-card-desc {
    font-size: 11px;
    color: #888;
}

.mobile-pric-toggle {
    display: none;
}

/* Адаптив для мобильных устройств (ширина до 768px) */
@media (max-width: 768px) {
    .desktop-only {
        display: none !important;
    }

    .mega-menu-dropdown-content {
        position: static;
        width: 100%;
        box-shadow: none;
/*         border: 1px solid #ddd; */
        padding: 0px;
        opacity: 1;
        visibility: visible;
        transform: none;
        margin-top: 5px;
    }

    .mobile-pric-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        background: #0060ad;
        color: #fff;
        border: none;
        padding: 12px 15px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
    }

    .mobile-pric-toggle span {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .arrow-indicator {
        font-size: 10px;
        transition: transform 0.3s ease;
    }

    .mega-menu-grid {
        display: none;
        grid-template-columns: 1fr;
        margin-top: 10px;
    }

    .mega-menu-container.mobile-expanded .mega-menu-grid {
        display: grid;
    }

    .mega-menu-container.mobile-expanded .arrow-indicator {
        transform: rotate(180deg);
    }
}

















/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
	
	
	
/* .btnprice {
		display: none;
	}	 */
	
	
	section {
    padding: 40px 0;
}
	
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > a.mega-menu-link {
    font-weight: 700 !important;
    color: #ffffff !important;
    padding: 0px 10px !important;
    transition: color 0.3s ease-in-out !important;
}	
	
	
#mega-menu-wrap-primary #mega-menu-primary {
    display: flex !important;
    gap: 15px !important;
    border: none !important;
}	
	
	
.navbar {
background: rgba(255, 255, 255, .92);
        border: 1px solid rgba(255, 255, 255, .7);
        border-radius: 10px;
        padding: 10px 10px;
        box-shadow: var(--shadow);
        display: flex;
        align-items: center;
        justify-content: space-evenly;
}
	
	.navbar-brand {
    height: auto;
    width: 200px;
}
	
	
.nav-right {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}	
	
.lang button {
    width: 35px;
    height: 35px;
    border-radius: 14px;
    border: none;
    background: #eef3fb;
    cursor: pointer;
    font-weight: 700;
    transition: .3s;
}	
	
header {
    position: relative;
    top: 0;
    z-index: 9999;
    padding: 20px 0;
    /* background: rgba(247, 249, 252, .85); */
    backdrop-filter: blur(18px);
}
	
	
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}






@media (max-width: 768px) {
    .lang {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: transparent !important;
        padding: 0 !important;
        border: none !important;
        box-shadow: none !important;
    }

    .lang button {
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
        font-size: 15px;
        font-weight: 700;
        color: #00569e !important;
        cursor: pointer;
        outline: none !important;
        -webkit-tap-highlight-color: transparent;
        display: inline-flex;
        align-items: center;
        line-height: 1;
        box-shadow: none !important;
    }

    .lang button:not(:last-child)::after {
        content: "|";
        margin-left: 8px;
        font-weight: 400;
        color: #00569e;
        opacity: 0.8;
    }

    .lang button.active {
        font-weight: 800;
    }
	

	
header, 
    .header, 
    .header-wrapper {
        display: flex !important;
        flex-direction: row !important; 
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .nav-right {
        order: 1;
        margin: 0;
    }

    nav {
        order: 2;
        margin: 0;
    }	

	
	
.hero-box::after {
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    border: 36px solid rgba(243, 222, 175, 0.45);
    border-radius: 50%;
    bottom: 570px;
    left: -130px;
    z-index: 1;
    pointer-events: none;
}	
	
    .hero-buttons {
        display: flex;
        gap: 15px;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }
	
}




@media (max-width: 768px) {
    .nav-right > .pric-dropdown {
        display: none !important;
    }
}
