/*
Theme Name: Biodevice
Theme URI: https://biodevice.baltlos.ru
Template: bootscore
Author: Biodevice
Author URI: seplos.ru
Version: 6.3.1.1775748635
Updated: 2026-04-09 18:30:35

*/


body {
  font-family: 'Manrope', sans-serif;
}

body:not(.wp-admin) a {
  color: #2e9545;
}

.navbar-brand img {
  width: 128px;
}


.montserrat{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}

ul#bootscore-navbar li a.nav-link {
  color: #333 !important;
  transition: color 0.3s ease;
}

ul#bootscore-navbar li a.nav-link:hover {
  color: #2e9545 !important;
}

a.btn.btn-success {
  color: #fff !important;
}

.main-bg {
  background: linear-gradient(180deg, #c1d848 0%, #2e9545 100%);
}

.main-green-color {
  color: #2e9545;
}

.field-narrow {
  max-width: 420px;
  margin: 0 auto;
}

h1.main-page {
  font-weight: 300;
  font-size: clamp(1.7rem, 4vw, 2.7rem);
  line-height: 140%;
  text-transform: uppercase;
  background: linear-gradient(180deg, #c1d848 0%, #2e9545 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


h1.main-page span {
  font-size: 1.375rem;
}

h1.product-title {
  color: #333;
  font-size: clamp(1rem, 4vw, 1.3rem);
  ;
  font-weight: 700;
  text-transform: uppercase;
}

h1.green {
  font-weight: 300;
  font-size: clamp(1.2rem, 4vw, 1.375rem);
  ;
  text-transform: uppercase;
  background: linear-gradient(180deg, #c1d848 0%, #2e9545 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1, h2, h3, h4{
  font-family: "Montserrat", sans-serif !important;
}

h2 {
    font-size: clamp(1.2rem, 2.5vw, 1.7rem);
    font-weight: 600;
}

h3 {
    font-size: clamp(1.1rem, 1.2vw, 1.45rem);
    font-weight: 500;
}


thead tr th{
    background: linear-gradient(180deg, #c1d848 0%, #2e9545 100%);
    color: #fff !important;
}


td.price{
  font-weight: 600;
  color: #2e9545;
  text-align: center;
}

td.total-price{
  font-weight: 600;
  color: #dc3545;
  text-align: center;
}

td.price:after,
td.total-price:hover
{
  content: ' ₽';
}

#breadcrumbs {
  font-size: .8rem;
}

.navbar-brand .logoDescr {
  font-size: .7rem;
  color: #333;
  padding-left: 1%;
}


.border1 {
  background: linear-gradient(180deg, #c1d8481a 0%, #2e954529 100%);
  border: #2e95456e solid 1px;
  padding: 5px 28px 5px 70px;
  min-height: 50px;
  margin: 1em 0;
  text-align: justify;
  position: relative;
}

.border1:before {
  color: #2e9545;
  content: "\f05a";
  font-family: 'FontAwesome';
  position: absolute;
  font-size: 40px;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.border2 {
  background: linear-gradient(180deg, #c1d8481a 0%, #2e954529 100%);
  border: #2e95456e solid 1px;
  padding: 5px 28px 5px 70px;
  min-height: 50px;
  margin: 1em 0;
  text-align: justify;
  position: relative;
}

.border2:before {
  color: #2e9545;
  content: "\f0eb";
  font-family: 'FontAwesome';
  position: absolute;
  font-size: 40px;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}



.border3 {
  background: linear-gradient(180deg, #c1d8481a 0%, #2e954529 100%);
  border: #2e95456e solid 1px;
  padding: .5rem;
  min-height: 50px;
  margin: 1em 0;
  text-align: justify;
  position: relative;
}



.hero-bg-banner {
  background-color: #0c3f43;
  background-image: url('/wp-content/themes/biodevice/assets/img/waves.svg');
  background-repeat: repeat;
  background-size: 300px;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
}




.hero-bg-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 50%,
      rgba(193, 216, 72, 0.25),
      transparent 50%);

  pointer-events: none;
}

.hero-bg-banner::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 75%;
  width: 45%;
  height: 100%;
  background-image: url('/wp-content/themes/biodevice/assets/img/bdback.webp');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  transform: translateY(-50%);
  opacity: 0.95;
  pointer-events: none;
  z-index: 0;
}

.hero-bg-banner .container {
  position: relative;
  z-index: 2;
}


.hero-bg-main {
  background-color: #0c3f43;
  background-image: url('/wp-content/themes/biodevice/assets/img/waves.svg');
  background-repeat: repeat;
  background-size: 300px;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
}

.hero-bg-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 50%,
      rgba(193, 216, 72, 0.25),
      transparent 50%);

  pointer-events: none;
}

.hero-bg-main::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 75%;
  width: 45%;
  height: 100%;
  background-image: url('/wp-content/themes/biodevice/assets/img/banner_img.webp');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  transform: translateY(-50%);
  opacity: 0.95;
  pointer-events: none;
  z-index: 0;
}

.hero-bg-main .container {
  position: relative;
  z-index: 2;
}



.hero-bg {
  background-color: #0c3f43;
  background-image: url('/wp-content/themes/biodevice/assets/img/waves.svg');
  background-repeat: repeat;
  background-size: 300px;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 50%,
      rgba(193, 216, 72, 0.25),
      transparent 50%);

  pointer-events: none;
}

.price {
  color: #2e9545;
  font-weight: 800;
}

.icon-check {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(180deg, #c1d848 0%, #2e9545 100%);
  border: 1px solid #c1d848;
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
}

.preim-icon svg {
    width: 40px;
    height: 40px;
    fill: currentColor;
}

.preim-icon {
    color: #28a745; 
}

.btn-close:focus {
  box-shadow: 0 0 0 0.25rem rgba(46, 149, 69, 0.25);
}

.preloader-brand {
  color: #2e9545;
}

#bootscore-navbar{
  text-transform: uppercase;
  font-weight: 600;
}

.swiper {
  padding: 20px 0;
}

.swiper-slide {
  height: auto;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  background: linear-gradient(180deg, #c1d848 0%, #2e9545 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}




.gallery-swiper .swiper-slide img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}



.swiper-pagination-bullet {
  background: #2e9545;
  /* твой цвет */
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
  background: #c1d848;
  opacity: 1;
}

.gallery-img-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  /* квадрат */
  overflow: hidden;
  border-radius: 12px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* ключевой момент */
  display: block;
}

ul.galochka {
    list-style: none;
    padding-left: 0;
    margin: 0;
    margin-bottom: 1rem;
}

ul.galochka li {
    position: relative;
    padding-left: 28px;
}

ul.galochka li::before {
    content: "\f26e"; /* Bootstrap Icons check */
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    top: 2px;
    color: #2e9545;
    font-size: 18px;
}


.uppercase-pills .nav-link {
  text-transform: uppercase;
}

.nav-pills .nav-link {
  background: #fff;
  border: 1px solid #c1d848;
  /* 👈 ВАЖНО: сразу задаём */
  color: #333;
  transition: 0.3s;
}


.nav-pills .nav-link.active {
  background: linear-gradient(180deg, #c1d848 0%, #2e9545 100%);
  border: 1px solid #c1d848;
  color: #fff;
}

.btn i {
    transition: transform 0.2s ease;
}

.btn:hover i {
    transform: translateX(4px);
}

.btn.btn-success {
  background: linear-gradient(180deg, #c1d848 0%, #2e9545 100%);
  border: 1px solid #c1d848;
}



.form-control:focus {
  border-color: #c1d848bd !important;
  box-shadow: 0 0 0 0.25rem #c1d84817 !important;
}



.form-check-input:checked {
  background-color: #c1d848;
  border-color: #c1d848 !important;
}


.card img {
  height: 400px;
  object-fit: cover;
}


.video-lazy {
  position: relative;
  cursor: pointer;
}

.video-preview {
  position: relative;
}

.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 70px;
  height: 70px;
  border-radius: 50%;

  background: rgba(0, 0, 0, 0.6);
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 28px;
  transition: 0.3s;
}

.video-lazy:hover .video-play {
  background: rgba(0, 0, 0, 0.8);
  transform: translate(-50%, -50%) scale(1.1);
}


#map {
  position: relative;
}

.map-contacts {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);

  max-width: 320px;
  padding: 20px;

  background: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);

  z-index: 10;
}

.map-contacts a {
  text-decoration: none;
  color: #333;
}

.map-contacts i {
  margin-right: 6px;
}


.dropdown-item.active, .dropdown-item:active{
  background-color: none !important;
  background: linear-gradient(180deg, #c1d848 0%, #2e9545 100%);
}


.accordion-button:not(.collapsed){
  background-color: none !important;
  background: linear-gradient(180deg, #c1d84836 0%, #2e954580 100%);
  color: #333 !important;
}

.accordion-button:focus{
  box-shadow: #2e95454f 0px 0px 1px 1px !important;
}

.btn.c-bn{
	background: linear-gradient(180deg, #c1d848 0%, #2e9545 100%);
	border: 1px solid #c1d848;
}

.btn.c-bn.c_link{
	background: linear-gradient(180deg, #d84848 0%, #952e2e 100%);
	border: 1px solid #d84848;
}

button#set-s-bn {
	background: linear-gradient(180deg, #d2d2d2 0%, #979797 100%);
	border: grey;
}

#myfooter h2{
  font-size: 1rem;
}


.no-bullets {
  list-style: none;
}


.whatsapp{
  color: #2cb742 !important;
}

.telegram{
  color: #27A7E7 !important;
}

.whatsapp,
.telegram,
.max {
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.whatsapp:hover,
.telegram:hover,
.footer-catalog a:hover,
.max:hover
 {
  opacity: 0.7;
  /*transform: scale(1.05);*/
}


.contactPage .max{
   width: 22px;
    height: 22px;
}

.max{
  color: #007AFF !important; 
}


.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.social-icons svg,
.social-icons i {
    display: block;
}

.footer-catalog a{
  text-decoration: none !important;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.footer-cols .col-lg-2,
.footer-cols .col-lg-4 {
    position: relative;
}

/* линия справа */
.footer-cols .col-lg-2:not(:last-child)::after,
.footer-cols .col-lg-4:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #ddd;
}

.card {
    position: relative;
}

.card img {
    height: 250px;
    object-fit: contain;
    display: block;
}

.card-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    transition: 0.3s;
}

.card-text {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    text-align: center;
}

.card:hover .card-overlay {
    background: rgba(0, 0, 0, 0.5);
}

/* убрать на мобиле */
@media (max-width: 991.98px) {
    .footer-cols .col-lg-2::after,
    .footer-cols .col-lg-4::after {
        display: none;
    }
}

@media (max-width: 768px) {
  .border1:before {
    display: none;
  }

  .hero-bg-main::before {
    display: none;
  }

  .border1 {
    padding-left: 28px;
    /* убираем место под иконку */
  }
}


