*:not(i),
body {
  font-family: Montserrat, sans-serif;
}
/******STYLING WHATSAPP START**********/
.fixed-whatsapp {
    width: 50px;
    height: 50px;
    background: var(--main-color);
    position: fixed;
    bottom: 20px;
    z-index: 1000;
    right: 20px;
    color: #fff;
    animation: 1s infinite wpAnim;
    box-shadow: 0 0 0 18px transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px
}
/* About */
.about-blocks {
    margin-top:60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:20px;
}
.block-item-text-description {
    transition: all .3s ease-in-out;
    color: #000;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.about-block-item {
    padding: 70px 25px;
    position: relative;
    overflow: hidden;
    height: 100%;
     
}

.block-item-count {
    position: absolute;
    display: inline-block;
    /* font-weight: 400; */
    left: 10px;
    bottom: 0px;
    top: auto;
    font-size: 210px;
    font-weight: bold;
    line-height: 0.75;
    color: var(--main-color);
    opacity: 0.15;
    z-index: 0;
    /* -webkit-transition: 0.4s; */
    -o-transition: 0.4s;
    transition: 0.4s;
   
    
}

.block-item-text {
    position: absolute;
    top: 20px;
    font-weight: bold;
    transition: 0.4s;
   color:black;
}


.service_card:hover .service_title :is(h2, p) {
    color: #fff
}

#advantages .advantageCarousel::-webkit-scrollbar:horizontal {
    height: 8px
}

#advantages .advantageCarousel::-webkit-scrollbar-thumb:window-inactive {
    background: rgb(224 139 47 / .8)
}

.about-block-container:hover * {
    color: #fff;
}
.about-block-container {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    background: #FFFFFF;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background-position: center bottom;
    background-size: cover;
    transition: background-position 0.5s ease, color 0.5s ease;
    height: 180px;
}
.about-block-container:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/img/a23.webp);
    background-position: center;
    background-size: cover;
}
.about-block-container:hover .block-item-text {
    color: #fff !important; 
}
.about-block-container:hover {
    background-position: center top;
}

@media (max-width: 992px) {
  
  .about-blocks {
    grid-template-columns: 1fr!important;
    width: 100%;
    margin: auto
  }
    
    #new-about__section {
        padding: 20px 0 60px 0;
    }
 
}

.fixed-whatsapp:hover a {
    color: #fff;
}

.words-pdf a{
    display:flex; flex-direction:column; gap:12px; align-items:center; justify-content:center; border-radius:12px; background-color:#f6f6f6; padding:40px; text-decoration:none;
}
.words-pdf{
    margin-top:50px;
    display: flex;
    gap:10px;
    align-items: center;
    justify-content: center;
}
@keyframes wpAnim {
    0% {
        box-shadow: 0 0 0 0 var(--main-color)
    }
}

.hamburger,
.logo {
  flex-direction: column;
}
.navigation{display:none;}
.contact .mail,
.contact__top a {
  color: var(--main-color);
}
.cat-card__link,
a {
  text-decoration: none;
}
.cat-card__list,
.main-nav,
.pay,
.steps {
  list-style: none;
}
.blog_filter_list li,
.call-back-ok,
.close-btn,
.hamburger,
.head,
.product-form button,
.tab-link,
a.toggle-link,
footer .btn {
  cursor: pointer;
}
*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.blog-item:hover h4,
.leftAll_article,
.product-table,
.sharing-left,
.sharing-right {
  width: 100%;
}
.gap-3 {
  gap: 1rem !important;
}
.d-flex {
  display: flex !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-center {
  text-align: center !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
html {
  scroll-behavior: smooth;
}
body {
  color: #111827;
  background: #f9fafb;
}
a {
  color: inherit;
}
:root {
  --accent-2: #00c86e;
  --accent: #0d6efd;
  --border: #e5e7eb;
  --bg: #f9fafb;
  --card-bg: #fff;
  --dark: #222;
  --light: #f7f9fc;
  --radius: 8px;
  --sp: 1rem;
  --main-color: #243271;
  --primary: var(--main-color);
  --accent-gradient: linear-gradient(to bottom, #fea100 0%, #f65f00 100%);
  --primary-light: #e7f0ff;
  --text-dark: #262626;
  --text-light: #555;
  --border: #e5e7eb;
  --transition: 0.3s ease-in-out;
  --text: #1f2937;
  --shadowm: 0 4px 10px rgba(0, 0, 0, 0.05);
  --shadow: 0 10px 100px rgba(0, 0, 0, 0.06);
  --muted:#6b7280;
  --maxw:1100px;
  --gap:16px;
  --brand:#1a7f3b;
  --card:#ffffff;
  --bd:#e5e7eb;
}
/*****PRICE-FORM START*****/
#price-form .modal-content {
    padding: 20px 0 0 0;
    max-width: 500px;
    margin: auto;
    height: 70vh;
}

#price-form .modal-body { padding: 10px 40px 40px 40px }
#price-form .modal-title { font-size: 18px!important}
#price-form .modal-header {
    margin: 0 40px 10px 40px;
    padding-left: 0;
    padding-right: 0;
    border: none;
    border-bottom: 1px solid var(--main-color);
}

#price-form .modal-title { font-weight: 700; color: #000 }
#price-form input.effect, #price-form .custom-form select.effect { height: 50px }

#price-form .effect, .projects-full-story__form .effect {
    width: 100%;
    border: 2px solid #e6ecf2;
    padding: 12px 20px;
    margin: 0 0 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    -webkit-appearance: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}

#price-form .modal-content .btn-close {
    display: block;
    height: 20px;
    opacity: .5;
    position: absolute;
    right: 50px;
    top: 34px;
    width: 20px;
    z-index: 100;
    padding: 0;
    outline: transparent;
}

.modal-backdrop { opacity: .8!important }
#price-form .btn-close:focus { box-shadow: none!important }

#price-form .submit-btn:hover {
    opacity:.7;
}

#price-form .submit-btn, .projects-full-story__form .submit-btn {
    background-color: var(--main-color);
    color: #fff;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 0 26px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
}
/* Modal overlay */
.modal {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

/* Modal dialog box */
.modal-dialog {
  position: relative;
  margin: 10% auto;
  max-width: 500px;
}

/* Modal content */
.modal-content {
  background-color: #fff;
  padding: 1rem;
  border-radius: 0.3rem;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.3);
  animation: fadeIn 0.3s ease-in-out;
}

/* Header */
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Body */
.modal-body {
  margin-top: 1rem;
}

/* Close button */
.btn-close {
  background: none;
  border: none;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

/* Fade animation */
@keyframes fadeIn {
  from {opacity: 0; transform: translateY(-10px);}
  to {opacity: 1; transform: translateY(0);}
}
.container {
  max-width: 1300px;
  margin-inline: auto;
  padding-inline: 20px;
}
.text-white {
  color: #fff;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
header {
  position: relative;
  background: #fff;
}
.logo {
  display: flex;
  align-items: flex-start;
  color: #696969;
}
.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 10px;
  gap: 24px;
}
.contact__bottom,
.contact__top {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 10px;
}
.contact__top a {
  font-size: 26px;
  font-weight: 700;
}
.contact .mail,
.contact__bottom p {
  font-size: 16px;
}
.contact__top button {
  background: var(--accent-gradient);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font: 600 16px/1 Montserrat, sans-serif;
  cursor: pointer;
  transition: opacity var(--transition);
}
.hamburger span,
.main-nav {
  transition: var(--transition);
}
.contact__top button:hover {
  opacity: 0.85;
}
.main-nav2 {
  background: var(--main-color);
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-block: 20px;
}
.main-nav a {
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}
.hamburger {
  background-color: #fff0;
  border: none;
  display: none;
  width: 32px;
  height: 24px;
  justify-content: space-between;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  border-radius: 2px;
}
.main-nav__close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.close-btn {
  background: 0 0;
  border: none;
  font-size: 38px;
  line-height: 1;
  color: #fff;
  transition: opacity var(--transition);
}
.close-btn:hover {
  opacity: 0.7;
}
.hero-slider__slide,
.hero-slider__swiper {
  height: 65vh;
  overflow: hidden;
}
.hero-slider__slide {
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero-slider__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 0.4);
  z-index: -1;
}
.hero-slider__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 40px 40px;
  color: #fff;
  background: linear-gradient(180deg, #fff0 30%, rgb(0 0 0 / 0.55) 85%);
}
.hero-slider__badge {
  position: absolute;
  top: 110px;
  right: 24px;
  width: 63px;
  height: 84px;
  background: var(--main-color);
  color: #fff;
  border-radius: 42px 42px 14px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 700 23px/1 Montserrat, sans-serif;
}
.hero-slider__title {
  font-size: clamp(28px, 3vw+8px, 48px);
  font-weight: 700;
  margin-bottom: 12px;
  max-width: 900px;
}
.hero-slider__text {
  font-size: clamp(15px, 1vw+10px, 20px);
  margin-bottom: 28px;
  max-width: 800px;
}
.hero-slider__btn {
  max-width: 280px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 30px;
  border-radius: 24px;
  background: #fff;
  color: #000;
  font: 600 15px/1 Montserrat, sans-serif;
  transition: background var(--transition);
}
.hero-slider__btn:hover {
  background: #f5f5f5;
}
.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
  transition: opacity var(--transition);
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.catalog {
  max-width: 1280px;
  padding: 32px 16px 64px;
  margin: 0 auto;
}
.catalog__title {
  font-size: clamp(1.75rem, 2vw + 1rem, 2.5rem);
  font-weight: 800;
  margin-bottom: 24px;
}
.catalog__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.sharing,
.tab-content.active,
.tabs {
  display: flex;
}
.cat-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 20px 22px;
  transition: transform 0.15s;
}
.cat-card:hover {
  transform: translateY(-4px);
}
.cat-card__heading {
  font-weight: 700;
  margin: 0 0 12px;
  font-size: 1.05rem;
}
.cat-card__list {
  margin: 0;
  padding: 0;
}
.cat-card__item + .cat-card__item {
  margin-top: 6px;
}
.cat-card__link {
  font-size: 13px;
  margin-bottom: 10px;
  position: relative;
  color: var(--text);
  transition: color 0.15s;
}
.delivery-text,
.tab-text {
  color: var(--text-light);
}
.cat-card__link::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  width: 4px;
  height: 100%;
  background: #fff0;
  border-radius: 2px;
  transition: background 0.15s;
}
.cat-card__link:hover {
  color: var(--primary);
}
.cat-card__link:hover::before {
  background: var(--primary);
}
.sharing-right {
  border-radius: 10px;
  box-shadow: 0 0 20px rgb(0 0 0 / 0.1);
  background: #fff;
  padding: 20px 10px;
}
@media (min-width: 768px) {
  .sharing-left {
    max-width: 65%;
  }
  .sharing-right {
    max-width: 35%;
  }
}
.tabs {
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.tab-link {
  padding: 0.6rem 1.1rem;
  background: #fff;
  border: 2px solid var(--primary);
  border-radius: 4px;
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
}
.tab-link:hover {
  background: var(--primary-light);
}
.tab-link.active {
  background: var(--primary);
  color: #fff;
}
.tab-content {
  display: none;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  min-height: 155px;
  max-width: 722px;
}
.tab-content > div {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  flex-wrap: wrap;
}
.tab-content img {
  height: 300px;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
}
.delivery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}
.delivery img {
  max-width: 250px;
  width: 100%;
  flex-shrink: 0;
}
.delivery-text {
  max-width: 600px;
}
.how-to-buy {
  padding: 60px 0;
  background: #fafafa;
  font-family: Montserrat, sans-serif;
}
.section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}
.steps {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
}
.step {
  padding: 10px 20px 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(0 0 0 / 0.15);
  flex: 1 1 calc(25% - 40px);
  min-width: 260px;
  font-size: 13px;
}
.icon {
  font-size: 48px;
  margin-bottom: 12px;
}
.step h3 {
  font-size: 16px;
  margin: 0 0 12px;
}
.step p {
  font-size: 13px;
  line-height: 1.6;
  color: #333;
}
.step ul {
  font-size: 14px;
  padding-left: 18px;
  margin: 8px 0;
}
.step a {
  color: #07f;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .main-nav li.contact__bottom,
  .main-nav li.contact__top,
  .main-nav__close {
    display: none;
  }
}
@media (max-width: 992px) {
  .main-nav.open,
  .main-nav.open li {
    transform: translateX(0);
  }
  .catalog,
  .contact-inner,
  .container,
  .order-wrapper {
    max-width: 96% !important;
  }
  .step {
    flex: 1 1 calc(50% - 40px);
  }
  .contact__bottom,
  .contact__top {
    flex-wrap: wrap;
  }
  .header__top .contact__bottom,
  .header__top .contact__top {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  .main-nav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 70%;
    flex-direction: column;
    align-items: flex-start;
    padding: 100px 30px;
    gap: 24px;
    background: var(--main-color);
    transform: translateX(100%);
    z-index: 10;
  }
  .main-nav li {
    opacity: 0;
    transform: translateX(20px);
    transition: var(--transition);
  }
  .main-nav.open li {
    opacity: 1;
  }
  body.menu-open {
    overflow: hidden;
  }
  .leftAll_article {
    width: 100%;
  }
}
section:not(:first-child) {
  padding: 40px 0;
}
.accordion .item {
  margin-bottom: var(--sp);
  border-radius: var(--radius);
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.08);
  overflow: hidden;
}
.head {
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 600;
  background: var(--light);
  border: none;
  position: relative;
}
.head::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
.item.open .head::after {
  content: "–";
}
.body {
  max-height: 0;
  padding: 0 1rem;
  color: #555;
  transition: max-height 0.35s, padding 0.35s;
}
.item.open .body {
  padding: 1rem;
  max-height: 280px;
}
.section-12 {
  padding: 56px 0 0;
}
.section-12-content-all {
  padding: 48px 0;
}
.section-12-bg {
  background-color: var(--primary);
}
.section-12-content {
  width: 100%;
  margin: 0 auto;
  padding: 60px 80px;
  border-radius: 20px;
  background-color: #fff;
  min-height: 360px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-12-card-1 {
  width: 49%;
}
.section-12-card-1 h2 {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  flex-wrap: wrap;
  font-size: 32px;
  line-height: 40px;
  text-align: left;
}
.section-12-card-1 p {
  color: #d0d0d0;
  font-size: 13px;
  margin-top: 100px;
}
.section-12-card-1 h2 img {
  width: 34px;
}
.section-12-card-1 ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
}
.section-12-card-1 ul li {
  width: 100%;
  margin: 7px 8px;
}
.textarea-w100 {
  min-height: 90px !important;
  padding: 0 0 30px;
}
.ui-field__label {
  position: relative;
  display: flex;
  width: 100%;
}
.ui-field__input {
  display: block;
  width: 100%;
  min-height: 56px;
  padding: 17px 18px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  overflow: hidden;
  color: var(--text-main-color);
  font-size: 16px;
  font-family: inherit;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #f7f7f5;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.ui-field__name {
  position: absolute;
  top: 20px;
  left: 16px;
  color: var(--text-main-color);
  font-size: 14px;
  line-height: 1;
  opacity: 0.5;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  pointer-events: none;
}
.ui-field__input:focus-visible {
  border-color: #d4d4dd;
  background-color: var(--bg-main-color);
  outline: 0;
}
.ui-field__input:focus ~ .ui-field__name,
.ui-field__input:not(:focus):valid ~ .ui-field__name {
  top: 4px;
  font-size: 13px;
  opacity: 1;
  left: 20px;
  color: #cecece;
}
.textarea-w100 {
  width: 100% !important;
}
.call-back-ok {
  padding: 16px 0;
  border-radius: 12px;
  font-size: 15px;
  width: 100%;
  background-color: #23bc6a;
  color: #fff;
  border: 1px solid;
  transition: 0.2s;
}
.call-back-ok:hover {
  border-color: #096636;
  color: #fff;
  background-color: #096636;
}
.blog_filter_box h3:after,
.blog_filter_box h3:before {
  position: absolute;
  border-bottom: 3px solid var(--primary);
  content: "";
  bottom: 0;
}
@media only screen and (max-width: 1150px) {
  .call-back-ok {
    padding: 14px 0;
  }
}
@media only screen and (max-width: 1050px) {
  .section-12-card-1 {
    width: 600px;
    margin: 0 auto;
  }
  .section-12-card-1 p {
    margin: 30px 0;
  }
  .section-12-card-1 ul li {
    margin: 0 5px 5px 0;
  }
}
@media only screen and (max-width: 768px) {
  .section-12-bg {
    padding: 40px 0;
  }
  .section-12-content {
    padding: 24px;
    margin: 0;
    display: block;
    width: 99%;
    text-align: center;
  }
  .section-12-card-1 ul {
    display: block;
  }
  .call-back-ok,
  .section-12-card-1 {
    width: 100%;
  }
  .section-12-card-1 h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
  }
  .ui-field__label {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 340px) {
  .section-12-card-1 p {
    line-height: 18px;
    text-align: start;
  }
}
.brands .section-title {
  margin-bottom: 30px;
}
.brands {
  background: #fff;
}
.references .swiper .swiper-wrapper div {
  height: 150px;
}
.references h2 {
  margin-bottom: 12px;
}
.references .partbox,
.references-static__inner .partbox {
  border: 1px solid #e4e4e4;
  padding: 20px;
  border-radius: 3px;
  height: 170px;
  background: #fff;
}
.partbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.references-static__inner {
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: center;
  padding-bottom: 50px;
}
.references-static__inner .swiper-slide {
  max-width: 240px;
  flex-wrap: wrap;
  gap: 20px;
}
.order-info {
  padding: 30px 0;
}
footer .btn {
  background: var(--accent);
  color: #fff;
  border: none;
  padding: 0.8rem;
  border-radius: var(--radius);
  font-size: 1rem;
}
.btn:hover {
  filter: brightness(1.1);
}
.note {
  font-size: 0.75rem;
  color: #777;
}
.pay {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0;
}
.pay img {
  height: 32px;
}
@media (max-width: 600px) {
  .step {
    flex: 1 1 100%;
  }
  .section-title {
    font-size: 28px;
  }
  .hero-slider__slide,
  .hero-slider__swiper {
    height: 55vh;
  }
  .delivery,
  .tab-content {
    flex-direction: column;
    text-align: center;
  }
  .delivery img,
  .tab-content img {
    max-width: 80%;
  }
  .body {
    max-height: none;
  }
}
.extratexts_both {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding-top: 1.5rem;
}
.blog_filter_box {
  background: #fff;
  padding: 20px;
  margin-bottom: 45px;
  border-radius: 10px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  position: sticky;
  top: 100px;
}
.blog-item,
.blog-item img,
.blog-item::before,
.left-full img {
  border-radius: 0.5rem;
}
.blog_filter_box h3 {
  color: var(--primary);
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
  font-size: 20px;
}
.blog_filter_box h3:before {
  width: 30px;
  left: 0;
}
.blog_filter_box h3:after {
  width: 5px;
  left: 35px;
}
.blog_filter_list {
  padding: 0 10px;
  max-height: 350px;
  height: 100%;
  overflow-y: auto;
}
.blog_filter_list li:not(:last-child) {
  border-bottom: 1px solid #ced4da;
}
.blog_filter_list li {
  display: block;
  color: var(--primary);
  padding: 10px 0;
  transition: 0.5s ease-in-out;
}
.blog_filter_list li a {
  color: var(--primary);
  line-height: 28px;
  max-width:85%;
}
.blog_filter_list li i {
  margin-right: 5px;
}
.left-full h1 {
  line-height: 1.2;
}
.left-full,
.left-full p,
.left-full span,
.left-full > div {
  line-height: 28px;
}
.left-full h2 {
  font-size: 24px;
}
.check_desc ul li::marker {
  content: "\2713";
}
.blog-content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 1.4;
  color: #a7a7a7;
}
.left-full img {
  width: 24rem;
  height: 18rem;
  object-fit: cover;
}
.blog_full img {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}
ul.blog_filter_list.titles {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
ul.blog_filter_list.titles a {
  width: 100%;
  display: inline-flex;
  gap: 5px;
  color: var(--primary);
}
.swiper {
  height: 100%;
}
.blog-item {
  height: 312px;
  position: relative;
  overflow: hidden;
}
.blog-item:hover img {
  transform: scale(1.1);
}
.blog-item::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  background: linear-gradient(
    180deg,
    #fff0 27.4%,
    rgb(0 0 0 / 0.56) 58.85%,
    rgb(0 0 0 / 0.8) 100%
  );
  width: 100%;
  height: 100%;
}
.blog-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.blog-item h4 {
  color: #000;
  background: #fff;
  padding: 0.2rem 1.5rem;
  width: 9rem;
  border-radius: 1.5rem;
  transition: 0.4s;
  text-align: center;
}
.blog-content {
  position: absolute;
  bottom: 1rem;
  padding: 0 15px;
  z-index: 2;
  max-width: 100%;
  color: #fff;
}
@media (max-width: 768px) {
  .blog_filter_box {
    margin-top: 20px;
  }
  .extratexts_both {
    grid-template-columns: repeat(1, 1fr);
  }
  .blog_ustunlukler {
    width: unset !important;
  }
  .blog_full img {
    margin: 0 !important;
  }
  .left-full img {
    width: 100%;
    height: 13rem;
  }
  .left-full img:nth-child(odd) {
    margin: 1rem 0;
  }
}
.fullArticle_flex .table {
  margin-top: 30px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.fullArticle_flex thead th {
  text-align: left;
  padding: 12px 8px;
  font-size: 0.6rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.7;
}
.fullArticle_flex tbody tr {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadowm);
  transition: box-shadow var(--transition);
}
.fullArticle_flex tbody tr:hover {
  box-shadow: 0 6px 16px rgb(0 0 0 / 0.08);
}
.fullArticle_flex td {
  padding: 16px 18px;
  font-size: 0.93rem;
}
a.toggle-link {
  color: var(--accent);
  font-weight: 600;
  user-select: none;
  text-decoration: none;
}
.product-form-row {
  display: none;
  background: #eff4ff;
}
.product-form-row.open {
  display: table-row;
}
.product-form {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  align-items: flex-end;
}
.product-form label {
  font-weight: 600;
  font-size: 0.87rem;
}
.product-form input {
  padding: 10px 14px;
  border: 1px solid var(--border);
  border-radius: 6px;
  min-width: 180px;
  font-size: 0.9rem;
}
.product-form button {
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 11px 22px;
  border-radius: 6px;
  font-weight: 600;
  transition: background var(--transition);
}
.product-form button:hover {
  background: #0a58ca;
}
.product-form p {
  flex: 1 1 100%;
  margin: 6px 0 0;
  font-size: 0.83rem;
  opacity: 0.8;
}
@media (max-width: 640px) {
  .fullArticle_flex table,
  tbody,
  td,
  th,
  thead,
  tr {
    display: block;
  }
  .fullArticle_flex thead {
    display: none;
  }
  .fullArticle_flex tr {
    margin-bottom: 16px;
  }
  .fullArticle_flex td {
    display: flex;
    justify-content: space-between;
    padding: 14px 18px;
    border-bottom: 1px solid var(--border);
  }
  .fullArticle_flex td::before {
    content: attr(data-label);
    font-weight: 600;
    margin-right: 12px;
  }
}
/*dlya dostafki*/
    .dlya-dostafki h1,h2{line-height:1.25;margin:0 0 .5em}
    .dlya-dostafki h1{font-size:clamp(22px,3.2vw,34px)}
    .dlya-dostafki h2{font-size:clamp(18px,2.6vw,24px)}
    .dlya-dostafki p{margin:0 0 1em}
    .dlya-dostafki a{color:#0a58ca;text-decoration:underline}
    .dlya-dostafki .lead{color:var(--muted)}
    /* Links row */
    .dlya-dostafki .links{
      display:flex; gap:20px; flex-wrap:wrap; margin:.25rem 0 1.25rem
    }
    .dlya-dostafki .links a{font-weight:600}
    /* Tariffs grid */
    .dlya-dostafki .grid{
      display:flex;
      flex-wrap:wrap;
      gap:var(--gap);
    }
    .dlya-dostafki .grid--cards{
      grid-template-columns:repeat(6,1fr);
    }
    .dlya-dostafki .card{
      background:var(--card);
      border:1px solid var(--bd);
      border-radius:var(--radius);
      padding:14px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      min-height:170px;
    }
    .dlya-dostafki .card figure{margin:0 0 .75rem}
    .dlya-dostafki .card img{display:block; width:100%; height:90px; object-fit:contain}
    .dlya-dostafki .price{font-weight:700; color:#111}
    .dlya-dostafki .hint{color:var(--muted); font-size:.92rem}
    /* Small notes list */
    .dlya-dostafki  .notes{
        margin-top:1rem;
      background:var(--bg);
      border:1px dashed var(--bd);
      border-radius:var(--radius);
      padding:14px 16px;
      font-size:.95rem;
    }
    /* Services list */
    .dlya-dostafki  .bullets{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:var(--gap);
      margin-top:.5rem;
    }
    .dlya-dostafki .bullet{
      background:var(--card);
      border:1px solid var(--bd);
      border-radius:var(--radius);
      padding:12px 14px;
    }
    .dlya-dostafki  .bullet strong{display:block; margin-bottom:.35rem}
    /* Partners row */
    .dlya-dostafki  .partners{
      display:flex; gap:24px; flex-wrap:wrap; align-items:center
    }
    .dlya-dostafki  .partners-logo{
    margin-block: 20px;
    width:160px; height:44px; background:var(--bg);
    border:1px solid var(--bd); border-radius:8px;
    display:flex; align-items:center; justify-content:center;
    font-weight:700; color:var(--muted);
    }
    /* Steps list */
    .dlya-dostafki  .steps{list-style:decimal; padding-left:1.25rem; margin: .25rem 0 1rem}
    .dlya-dostafki  .steps li{margin:.35rem 0}
    /* Legend + map */
    .dlya-dostafki  .legend{display:flex; gap:18px; flex-wrap:wrap; align-items:center; margin:.5rem 0 1rem}
    .dlya-dostafki  .legend span{display:inline-flex; align-items:center; gap:8px; color:var(--muted)}
    .dlya-dostafki  .dot{width:10px; height:10px; border-radius:999px; display:inline-block}
    .dlya-dostafki  .dot--g{background:#2ecc71}
    .dlya-dostafki  .dot--y{background:#f1c40f}
    .dlya-dostafki  .dot--o{background:#e67e22}
    
    .dlya-dostafki  .dot--r{background:#e74c3c}
   
    /* Section spacing */
    /* SEO helper (breadcrumbs-like) */
    .dlya-dostafki nav.breadcrumbs{font-size:.9rem; color:var(--muted); margin-bottom:.5rem}
    .dlya-dostafki nav.breadcrumbs a{color:inherit; text-decoration:none}
    .dlya-dostafki nav.breadcrumbs a:hover{text-decoration:underline}
    /* Responsive */
    @media (max-width:1100px){
    .dlya-dostafki   .grid--cards{grid-template-columns:repeat(4,1fr)}
    }
    @media (max-width:780px){
    .dlya-dostafki   .grid--cards{grid-template-columns:repeat(2,1fr)}
    .dlya-dostafki   .bullets{grid-template-columns:1fr}
    }