/**
* Theme Name: kr-lab
* Template: woostify
* Description: Дочерняя тема для темы woostify
* Author: artsemyakautsou@gmail.com
* Version: 1.0
*/

/* ===== БАЗОВЫЕ СТИЛИ ===== */
* {
  -webkit-tap-highlight-color: transparent;
}

img, svg, iframe, button, label, .main-navigation, .product-btn-mindray, .pum-trigger, .mindray-download-btn {
 -moz-user-select: none;
 -webkit-user-select: none;
 -ms-user-select: none;
 user-select: none;
}

.site-content {
  margin: 0 0 3.5em;
}
.menu-item .menu-item-text {
  text-wrap-mode: nowrap;
}

/* ===== СКРОЛЛБАР ===== */
#pum-179::-webkit-scrollbar,
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 2px;
    border-color: #16181a;
    background-color: #292F34;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

::-webkit-scrollbar-thumb:hover {
    border-width: 1px 1px 1px 2px;
    background-color: #C4161C;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

::-webkit-scrollbar-track {
    border-width: 0;
	background-color: #f9f9f9;
}

::-webkit-scrollbar-track:hover {
    background-color: #eeeeee;
}

/* ===== УТИЛИТЫ ===== */
.site-branding img {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.site-branding img:hover {
  filter: brightness(0.85);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.sidebar-menu .site-navigation nav .sub-menu a {
  padding-left: 25px;
}
.anti-spam-field {
    display: none;
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

.span-red {
    color: #c4161c; 
    font-weight: 600;
    text-transform: none;
}

p {
    text-align: justify;
}

label,
button,
iframe,
img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

ul, ol {
    padding-left: 10px;
    list-style: none;
}

.list-service li:before {
    content: "\2714";
    margin-right: 8px;
    color: #c4161c;
}

/* ===== ФОРМЫ ===== */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
    color: #16181a;
    border: 1px solid #dee2e6;
    padding: 0.7rem 1rem;
    width: 100%;
    border-radius: 10px;
    margin: 10px 0 0;
    outline: none;
}

input[type="search"] {
    border: 1px solid #ffffff;
    -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 0.5rem;
    vertical-align: middle;
    display: inline-block;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
    color: #51585f;
    border: 1px solid rgba(196, 22, 28, 1.00);
    background-color: #f1f2f9;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    padding: 12px 25px;
    background: #fcfcfc;
    letter-spacing: 0.5px;
    color: #c4161c;
    text-decoration: none;
    font-weight: 500;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #c4161c;
    text-align: center;
    width: 100%;
    position: relative;
    overflow: hidden;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #fcfcfc;
    border-color: #c4161c;
    background-color: #c4161c;
}
.hr-vertical-lines {
  margin: 20px 0;
  padding: 0;
  height: 10px;
  border: none;
  background-image: linear-gradient(90deg, #f1f1f1, #f1f1f1 33.33%, transparent 33.33%, transparent 100%);
  background-size: 3px 100%;
}


/* ===== НАВИГАЦИЯ ===== */
.primary-navigation > li > .menu-callback-btn {
    border: none;
    border-radius: 10px;
    gap: 10px;
    color: #c4161c !important;
    padding: 15px 10px !important;
    background-color: #fcfcfc;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(112, 112, 112, 0.2) inset;
    -moz-box-shadow: 1px 1px 10px 1px rgba(112, 112, 112, 0.2) inset;
    box-shadow: 1px 1px 10px 1px rgba(112, 112, 112, 0.2) inset;
}

.primary-navigation > li > .menu-callback-btn:hover {
    background-color: #c4161c;
    color: #fcfcfc !important;
}

.primary-navigation > li > .menu-callback-btn i {
    font-size: 20px;
}

/* ===== COOKIE POPUP ===== */
.cookie-popup {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background-color: #fcfcfc;
    color: #292F34;
    padding: 10px;
    text-align: center;
    -webkit-transition: bottom 0.5s ease;
    transition: bottom 0.5s ease;
    z-index: 999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cookie-popup.show {
    bottom: 0;
}

.cookies-text {
    font-size: 14px;
    margin-bottom: 0;
}

.cookie-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.cookie-popup .btn-accept, 
.cookie-popup .btn-reject {
    background-color: #fcfcfc;
    color: #c4161c;
    border: 1px solid #c4161c;
    padding: 10px 20px;
    cursor: pointer;
    margin-top: 0;
    -webkit-box-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
    min-width: 130px;
    max-width: 160px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cookie-popup .btn-accept:hover, 
.cookie-popup .btn-reject:hover {
    background-color: #c4161c;
    color: #fcfcfc;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cookie-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.add-link, .pop-up-cookies-link {
  color: #c4161c;
  text-decoration: underline;
  font-weight: 600;
}

.add-link:hover, .pop-up-cookies-link:hover {
  color: #8f1014;
  text-decoration: none;
}

.add-list {
  list-style-type: "\25B8";
  padding-left: 15px;
  margin: 0;
}
.add-list li {
  list-style: none;
  text-align: left;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin: 0 0 10px 0;
}
.add-list li::before {
  content: "\203A";
  color: #c4161c;
  font-weight: bold;
  display: inline-block;
  width: 1.2em;
}
.wrap-flex-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ===== ГЛАВНАЯ СТРАНИЦА ===== */
.banner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 500px;
    height: 88vh;
    background: url(/wp-content/uploads/2025/10/kr-lab-banner.webp);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 60%;
    position: relative;
}

.banner-wrap-content, 
.about-kr-lab, 
.tabs-section, 
.feedback-consultation, 
.wrap-container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-align: left;
}

.wrap-container.wrap-banner img {
    text-align: center;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
}

.banner-header {
    color: #eeeeee;
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.banner-description {
    color: #eeeeee;
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 520px;
}

.banner-buton {
    display: inline-block;
    padding: 15px 35px;
    background: #c4161c;
    color: #eeeeee;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #c4161c;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.banner-buton:hover {
    background: #eeeeee;
    color: #c4161c;
}

/* ===== РАЗДЕЛИТЕЛИ ===== */
hr.hr-shadow {
    height: 20px;
    margin: 40px auto;
    width: 70%;
    background-image: radial-gradient(farthest-side at 50% -50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    position: relative;
    border: none;
    background-color: transparent;
}

hr.hr-shadow:before {
    height: 1px;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0));
}

hr.hr-space {
    margin: 20px auto;
    background-color: transparent;
}

/* ===== СЕКЦИЯ ПОПУЛЯРНОСТИ ===== */
.wrap-popularity-world {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin: 30px auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.popularity-progress, 
.wrap-progress-bars {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.popularity-img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.popularity-img .progress-label {
    margin-top: 20px;
    max-width: 270px;
}

.popularity-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.progress-item {
    margin-bottom: 20px;
}

.progress-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 1.4rem;
}

.progress-bar {
    height: 35px;
    background: #eeeeee;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.progress-fill {
    height: 100%;
    background: #c4161c;
    border-radius: 20px;
    width: 0;
    -webkit-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
}

.progress-text {
    color: #fcfcfc;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    position: relative;
    z-index: 2;
    letter-spacing: .5px;
}

.wrap-progress-bars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wrap-progress-bars .popularity-progress {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* ===== ТАБЫ ===== */
.marginBottom {
    margin-bottom: 30px;
}

.tabs-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    border-bottom: 2px solid #f6f7fb;
}

.tab-btn {
    text-transform: uppercase;
    padding: 15px 30px;
    background: none;
    border: none;
    font-size: 1.4rem;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    margin: 0 10px;
}

.tab-btn:hover, 
.tab-btn.active {
    color: #c4161c;
}

.tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #c4161c;
}

.tabs-content {
    position: relative;
    min-height: 400px;
    margin-bottom: 30px;
}

.tab-pane {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.tab-pane.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: relative;
}

/* ===== 3 Последние новости на главной ===== */
.wrapper-last-news {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 40px;
}

.wrapper-last-news .post-preview {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  border-radius: 10px;
  margin: 0 auto;
position: relative;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 400px;
  background-color: #f6f7fb;
}

.wrapper-last-news .post-preview:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 155px;
  height: 40px;
  background: #fbdedf;
  border-radius: 0 0 10px 0;
  mask: radial-gradient(30px at 0 0, transparent 99%, #fbdedf) 0 0/100% 100%;
}

.wrapper-last-news .post-thumbnail {
  overflow: hidden;
  border-radius: 10px;
}

.wrapper-last-news .latest-news-img {
  border-radius: 10px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.wrapper-last-news .latest-news-img:hover {
  transform: scale(1.1);
  filter: brightness(0.8);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.wrapper-last-news .post-title {
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0 0;
  letter-spacing: 0;
  text-align: left;
  line-height: 1.5;
}

.wrapper-last-news .wrap-post-meta {
  display: flex;
  justify-content: flex-start;
  font-size: 12px;
  margin: 10px 0;
}

.wrapper-last-news .post-category:after {
  content: "/";
  margin: 0 5px;
}

.wrapper-last-news .post-date {
  color: #6a6a6a;
}

.wrapper-last-news .post-excerpt p {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  margin-bottom: 20px;
}

.wrapper-last-news .btn-read-more:hover::after {
  content: "\2026";
  position: absolute;
  vertical-align: middle;
}

.wrapper-last-news .btn-read-more {
  text-align: end;
  font-size: 14px;
  padding-right: 10px;
	  z-index: 99999;
}



/* ===== КАРТОЧКИ ТОВАРОВ ===== */
.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
	  justify-items: center;
}

.product-card-mindray {
    max-width: 400px;
    background: #fcfcfc;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid #f6f7fb;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.product-card-mindray.animated {
    -webkit-animation: cardAppear 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: cardAppear 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@-webkit-keyframes cardAppear {
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes cardAppear {
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.product-card-mindray:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.product-image-mindray {
    width: 100%;
    background: #f6f7fb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.product-image-mindray::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(196, 22, 28, 0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.product-card-mindray:hover .product-image-mindray::before {
    background: rgba(41, 47, 52, .2);
}

.product-image-mindray img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: scale(1);
    transform: scale(1);
}

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

.product-content-mindray {
    padding: 15px;
    position: relative;
    background-color: #f6f7fb;
}

.product-title-mindray {
    font-size: 18px;
    font-weight: 500;
    color: #292F34;
    margin: 0 auto 15px;
    line-height: 1.4;
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
}

.product-card-mindray:hover .product-title-mindray {
    color: #c4161c;
}

.product-btn-mindray {
    display: inline-block;
    padding: 12px 25px;
    background: #fcfcfc;
    letter-spacing: 0.5px;
    color: #c4161c;
    text-decoration: none;
    font-weight: 500;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #c4161c;
    text-align: center;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.product-btn-mindray::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #c4161c;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.product-btn-mindray:hover {
    color: #fcfcfc;
    border-color: #c4161c;
    background-color: #c4161c;
}

.product-btn-mindray:hover::before {
    left: 0;
}

/* ===== КОНСУЛЬТАЦИЯ ===== */
.feedback-consultation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
    margin-bottom: 30px;
}

.feedback-image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.feedback-image img {
    max-width: 500px;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -o-object-fit: contain;
    object-fit: contain;
}

.feedback-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    padding: 0 20px;
}

.feedback-title {
    font-size: 2rem;
    color: #c4161c;
    margin-bottom: 20px;
}

.feedback-content img {
    max-width: 400px;
    width: 100%;
    margin-bottom: 20px;
}

.feedback-text {
    margin-bottom: 30px;
}

.feedback-text p {
    margin-bottom: 15px;
}

.feedback-text p:last-child {
    margin-bottom: 0;
}

.btn-consultation {
    display: inline-block;
    padding: 18px 40px;
    background: #c4161c;
    color: #fcfcfc;
    text-decoration: none;
    font-size: 16px;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #c4161c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    min-width: 250px;
}

.btn-consultation:hover {
    background: #fcfcfc;
    color: #c4161c;
}

.feedback-content form {
  position: relative;
  background: #fcfcfc;
  border-radius: 10px;
  border: 1px solid #f6f7fb;
  transition: all 0.3s ease;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  padding: 15px 20px;
  max-width: 450px;
}

.feedback-content form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/wp-content/uploads/2025/10/mindray-pattern.webp);
  background-size: contain;
  background-repeat: repeat;
  opacity: 0.4; /* Регулируйте прозрачность от 0 до 1 */
  border-radius: 10px;
  z-index: 0;
}

.feedback-content form img {
    display: none;
}

.contacts-feedback-img {
    border-radius: 10px;
    width: 100%;
}

.wpcf7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wpcf7 form p {
    text-align: left;
}

.wpcf7 form .wpcf7-response-output {
    margin: 1em 0 0 !important;
    padding: 0.2em .8em !important;
    border: none !important;
    border-color: #c4161c !important;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.6;
    color: rgb(196, 22, 28);
}

form .wpcf7 form.invalid .wpcf7-response-output, 
form .wpcf7 form.unaccepted .wpcf7-response-output, 
form .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #c4161c!important;
}

.wpcf7-not-valid-tip {
    margin: 0;
    color: #c4161c !important;
    font-size: 12px !important;
    border-style: none !important;
}

span.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.acceptance-text {
    display: inline-block;
    font-size: 12px;
    text-align: left;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.wpcf7 .wpcf7-submit:disabled {
  background-color: #ccc;
}

.pum-theme-172 .pum-container, 
.pum-theme-enterprise-blue .pum-container {
  position: relative;
  padding: 15px;
  border-radius: 10px;
  border: 1px none #000000;
  box-shadow: 0px 10px 25px 4px rgba(2, 2, 2, 0.50);
  background-color: rgba(255, 255, 255, 1.00);
}

.pum-theme-172 .pum-container::before, 
.pum-theme-enterprise-blue .pum-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/wp-content/uploads/2025/10/mindray-pattern.webp);
  background-size: contain;
  background-repeat: repeat;
  opacity: 0.4; /* Регулируйте прозрачность от 0 до 1 */
  border-radius: 10px;
  z-index: 0;
}

/* Чтобы контент попап-окна был поверх фонового изображения */
.pum-theme-172 .pum-content,
.pum-theme-enterprise-blue .pum-content {
  position: relative;
  z-index: 1;
}


/* ===== ХЛЕБНЫЕ КРОШКИ ===== */
#breadcrumbs {
    padding: 10px 0;
    font-size: 13px;
    margin: 0;
    color: #7c7979;
}

/* ===== БЛОГ ===== */
.blog-layout-grid .site-main {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.archive .post-loop .entry-header-item {
    text-align: left;
}

.archive .post-loop .entry-header-item {
    margin-top: 0;
}

.blog-layout-grid .site-main .entry-title, 
.single-post .site-main .post-loop .entry-title {
    font-weight: 500;
}

.post-loop .entry-header-item {
    margin-bottom: 10px;
}

.post-loop .post-cover-image a:hover img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

.blog-layout-grid .site-main .post-loop, 
.list-related .related-post {
    margin-bottom: 40px;
    background-color: #fcfcfc;
    text-align: left;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 10px;
}

.blog-layout-grid .site-main .summary-text {
    padding: 0;
}

.post-loop .entry-meta .post-meta-item {
    margin: 0;
    font-size: 14px;
    color: #7C7979;
}

.blog-layout-grid .site-main .summary-text p {
    font-size: 14px;
    margin-bottom: 0;
    color: #7C7979;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wp-block-latest-posts {
    padding: 0;
    margin: 0;
}

.widget .wp-block-latest-posts li {
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}

.widget .wp-block-latest-posts li::before {
    content: "\203A";
    margin-right: 5px;
    color: #c4161c;
}

.list-related {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
}

.related-box .entry-title {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;
    line-height: 24px;
}

.related-box .post-read-more {
    color: #c4161c;
}

.posted-on {
    font-size: 14px;
    color: #7C7979;
}

.related-box .related-post img {
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.post-loop .entry-header-item {
    text-align: center;
    margin-top: 15px;
}

.post-loop .entry-header-item img {
    border-radius: 10px;
}

/* ===== КОНТАКТЫ ===== */
.contacts-section {
    max-width: 1280px;
    margin: 20px auto 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}

.contact-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding: 15px 10px;
    background: #fcfcfc;
    border-radius: 12px;
    border: 1px solid #f6f7fb;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,0.05);
    box-shadow: 0 3px 15px rgba(0,0,0,0.05);
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: #c4161c;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #fcfcfc;
    font-size: 22px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact-title {
    font-size: 20px;
    font-weight: 500;
    color: #292F34;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-info {
    color: #292F34;
}

.service-link {
    display: block;
    color: #c4161c;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* ===== ВЕРТИКАЛЬНЫЕ ТАБЫ ===== */
.vertical-tabs-wrapper {
    max-width: 1280px;
    margin: 30px auto 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}

.vertical-tabs-nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    background: #F9F9F9;
    border-radius: 10px;
    border: 1px solid #F9F9F9;
}

.vertical-tab-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.vertical-tab-btn:hover {
    background: #f8f9fa;
}

.vertical-tab-btn.active {
    background: #fcfcfc;
    border-left-color: #c4161c;
    -webkit-box-shadow: 0 2px 8px rgba(196, 22, 28, 0.1);
    box-shadow: 0 2px 8px rgba(196, 22, 28, 0.1);
}

.vertical-tab-icon {
    width: 45px;
    height: 45px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vertical-tab-icon img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.vertical-tab-title {
    font-weight: 500;
    color: #292F34;
    margin: 0;
    font-size: 18px;
}

.vertical-tab-btn.active .vertical-tab-title {
    color: #c4161c;
}

.vertical-tabs-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.vertical-tab-pane {
    display: none;
    background: #F9F9F9;
    border-radius: 10px;
    border: 1px solid #f6f7fb;
    padding: 30px;
    -webkit-animation: fadeInUp 0.4s ease-out;
    animation: fadeInUp 0.4s ease-out;
}

.vertical-tab-pane.active {
    display: block;
}

.vertical-tabs-content .list-service {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vertical-tabs-content .list-service li {
    padding: 8px 0;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    line-height: 1.4;
}

/* ===== ФУТЕР ===== */
.elementor-page footer.site-footer {
    margin-top: -10px;
}

.site-footer-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
}

.figure-footer-logo {
    max-width: 290px;
    width: 100%;
    margin: 0;
    text-align: center;
}

.figure-footer-logo img {
    max-width: 290px;
    width: 100%;
    margin-bottom: 10px;
}

.figure-footer-logo figcaption {
    font-size: 14px;
    text-align: center;
}

.contacts-list {
    margin: 0;
}

.contacts-list li a, 
.contacts-list li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.site-info .site-infor-col {
    font-size: 14px;
}

img.mindray-logo {
  max-width: 290px;
}

#wrapMap {
    position: relative;
    cursor: help;
    overflow: hidden;
    border: none;
    border-radius: 0;
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#wrapMap:hover {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.elementor #wrapMap iframe, 
#wrapMap iframe {
    border-radius: 0;
}

.mapTitle {
    position: absolute;
    z-index: 1000;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
    display: none;
    padding: 5px 20px;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
}

/* ===== ВИДЕО ===== */
.mindray-video-wrapper {
    max-width: 650px;
    margin: 30px auto;
    border-radius: 10px;
    overflow: hidden;
}

.mindray-video-container {
    position: relative;
    cursor: pointer;
}

.mindray-video-player {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.mindray-video-player.playing {
    opacity: 1;
}

.mindray-video-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
}

.mindray-video-preview::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.mindray-video-container.playing .mindray-video-preview {
    opacity: 0;
    visibility: hidden;
}

.mindray-play-overlay {
    position: relative;
    z-index: 3;
    text-align: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.mindray-video-preview:hover .mindray-play-overlay {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.mindray-play-icon {
    -webkit-filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.mindray-play-text {
    color: #fcfcfc;
    font-size: 14px;
    font-weight: 500;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.6);
    padding: 8px 16px;
    border-radius: 20px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.mindray-custom-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(196, 22, 28, .2)), to(transparent));
    background: linear-gradient(to top, rgba(196, 22, 28, .2), transparent);
    padding: 20px 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 4;
}

.mindray-video-container:hover .mindray-custom-controls,
.mindray-video-container.playing .mindray-custom-controls {
    opacity: 1;
}

.mindray-play-btn {
    background: #c4161c;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: white;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mindray-play-btn:hover {
    background: #a01217;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.mindray-pause-icon {
    display: none;
}

.mindray-progress {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mindray-progress-bar {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    cursor: pointer;
    position: relative;
}

.mindray-progress-filled {
    height: 100%;
    background: #c4161c;
    border-radius: 3px;
    width: 0%;
    -webkit-transition: width 0.1s ease;
    transition: width 0.1s ease;
}

.mindray-time {
    color: #fcfcfc;
    font-size: 14px;
    min-width: 100px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.mindray-fullscreen-btn {
    background: transparent;
    border: 2px solid #fcfcfc;
    border-radius: 5px;
    color: #fcfcfc;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mindray-fullscreen-btn:hover {
    background: #c4161c;
    border-color: #c4161c;
}

.mindray-video-container.loading .mindray-play-overlay {
    opacity: 0.5;
}

.mindray-video-container.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #c4161c;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    z-index: 5;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* ===== КНОПКА ЗВОНКА ===== */
.vidualsatun,
.vidualsatun-order-callback {
    z-index: 99999;
    position: fixed;
    bottom: 18px;
    left: 15px;
    -webkit-animation: animate_pulse_bt 3s infinite;
    animation: animate_pulse_bt 3s infinite;
    border-radius: 50%;
}

.campakesad,
.vebusines,
.nigkugas {
    position: absolute;
    width: 50px;
    height: 50px;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
}

.vebusines {
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
}

.campakesad {
    background: #c4161c;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
}

.nigkugas {
    font-size: 24px;
    line-height: 55px;
    -webkit-animation: phone .9s ease-in-out infinite;
    animation: phone .9s ease-in-out infinite;
    background: #c4161c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dsacin {
    position: absolute;
    opacity: 0;
    text-transform: uppercase;
    font-weight: 500;
    top: 20px;
    left: 5px;
    font-size: 11px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.nigkugas i {
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    color: #fbdedf;
}

.campakesad:hover {
    background: #a01217;
}

.campakesad:hover .nigkugas i {
    color: #ffffff;
}

.campakesad:hover .dsacin {
    -webkit-transform: scaleX(1.05);
    transform: scaleX(1.05);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    opacity: 1;
}

.campakesad:hover::before,
.campakesad:hover::after {
    content: '';
    position: absolute;
    border: 1px solid #c4161c;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    -webkit-animation: pulse 1.8s linear infinite;
    animation: pulse 1.8s linear infinite;
    opacity: 0;
}

.campakesad:hover::after {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.Callback-call {
    text-decoration: none;
    display: block;
}

.campakesad {
    -webkit-box-shadow: 0 4px 12px rgba(196, 22, 28, 0.3);
    box-shadow: 0 4px 12px rgba(196, 22, 28, 0.3);
}

/* ===== СТРАНИЦА ПРОДУКТА ===== */
.mindray-wrap-container {
    background: #f8fafc;
    min-height: 100vh;
}

.mindray-product-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 10px;
}

.mindray-specs-title, 
.mindray-description-title, 
.mindray-documents-title, 
.mindray-videos-title {
    height: 0;
    width: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    color: transparent;
    visibility: visible;
    opacity: 1;
}

.mindray-product-header {
    margin-bottom: 20px;
    text-align: left;
}

.mindray-product-title {
    font-size: 1.8rem;
    margin: 0;
    font-weight: 600;
}

.mindray-product-subtitle {
    font-size: 1.2rem;
    margin: 0;
}

.mindray-product-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.mindray-product-visual {
    background: #fcfcfc;
    padding: 25px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.mindray-product-gallery {
    margin-bottom: 30px;
}

.mindray-gallery-main {
    margin-bottom: 15px;
}

.mindray-gallery-main-container {
    width: 100%;
    height: 450px;
    border-radius: 10px;
    border: 1px solid #eeeeee;
    overflow: hidden;
    position: relative;
}

.mindray-gallery-main-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.mindray-thumbnail-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mindray-gallery-thumbnails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mindray-thumbnail-item {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.7;
}

.mindray-thumbnail-item:hover {
    opacity: 1;
    border-color: #C4161C;
}

.mindray-thumbnail-item.mindray-thumbnail-active {
    opacity: 1;
    border-color: #C4161C;
}

.mindray-thumbnail-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.mindray-image-caption {
    text-align: center;
    color: #64748b;
    font-size: 14px;
    margin: 10px 0 0 0;
}

.mindray-product-short-description p {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
    border-left: 4px solid #C4161C;
	text-align: left;
}

.mindray-product-actions {
    text-align: center;
}

.mindray-order-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background-color: #C4161C;
    border: 1px solid #C4161C;
    color: #fcfcfc;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.mindray-order-btn:hover {
    background-color: #8f1014;
    color: #fcfcfc;
}

.mindray-btn-icon {
    font-size: 16px;
}

.mindray-product-specs {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.mindray-specs-content {
    max-height: 410px;
    overflow-y: auto;
    border-radius: 10px;
}

.mindray-specs-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    font-size: 14px;
}

.mindray-specs-content table th {

}

.mindray-specs-content table td {
    padding: 10px 15px;
    border: 1px solid #eeeeee;
}

td[colspan="2"] {
    background-color: #f9f9f9;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
}

.mindray-specs-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mindray-specs-content li {
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mindray-specs-content li:before {
    content: "•";
    color: #2563eb;
    font-weight: bold;
    margin-right: 10px;
}

.mindray-specs-content li:last-child {
    border-bottom: none;
}

.mindray-product-tabs {
    background: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 50px;
}

.mindray-tabs-navigation {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.mindray-tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mindray-tab-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mindray-tab-btn {
    width: 100%;
    background: none;
    text-transform: uppercase;
    border: none;
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    border-bottom: 3px solid transparent;
}

.mindray-tab-btn:hover {
    background: #f1f5f9;
    color: #334155;
}

.mindray-tab-btn.mindray-tab-active {
    background: #ffffff;
    color: #C4161C;
    border-bottom: 3px solid #C4161C;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.mindray-tabs-content {
    padding: 30px;
}

.mindray-tab-panel {
    display: none;
}

.mindray-tab-panel.mindray-tab-active {
    display: block;
}

.mindray-no-content {
    text-align: center;
    color: #94a3b8;
}

.table-overflow-scroll {
    height: 70vh;
    overflow-y: scroll;
    overflow-x: auto !important;
    cursor: row-resize;
}

.mindray-documents-title {
    color: #1e293b;
    margin-bottom: 25px;
}

.mindray-documents-grid {
    display: grid;
    gap: 16px;
}

.mindray-document-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    border: 1px solid #eee;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mindray-document-icon {
    font-size: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.mindray-document-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mindray-document-name {
    margin: 0;
    font-size: 16px;
}

.mindray-document-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    font-size: 12px;
    color: #94a3b8;
}

.mindray-download-btn {
    background: #fcfcfc;
    color: #C4161C;
    border: 1px solid #C4161C;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 150px;
    text-align: center;
}

.mindray-download-btn:hover {
    background: #C4161C;
    color: #fcfcfc;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mindray-videos-section {
    padding: 10px 0;
}

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

.mindray-video-card {
    background: #f6f6f6;
    border-radius: 10px;
    overflow: hidden;
    max-width: 500px;
}

.mindray-video-player {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.mindray-video-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.mindray-video-info {
    padding: 10px 20px;
}

.mindray-video-name {
    margin: 0;
    font-size: 16px;
}

.mindray-video-link {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.mindray-video-link:hover {
    text-decoration: underline;
    color: #1d4ed8;
}

#mindray-tab-videos.mindray-tab-active .mindray-video-player {
    opacity: 1 !important;
    visibility: visible !important;
}

.mindray-video-player iframe {
    opacity: 1 !important;
    visibility: visible !important;
}

.mindray-specs-table {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.mindray-spec-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e2e8f0;
}

.mindray-spec-row:last-child {
    border-bottom: none;
}

.mindray-spec-row:nth-child(even) {
    background: #f8fafc;
}

.mindray-spec-name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 16px 20px;
    font-weight: 500;
    color: #374151;
    background: #f1f5f9;
}

.mindray-spec-value {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 16px 20px;
    color: #475569;
}

.mindray-spec-checked {
    color: #10b981;
    font-weight: bold;
}

img.img-content {
    margin: 30px auto 0;
    border-radius: 10px;
    display: block;
	max-width: 700px;
	width: 100%;
}

/* ===== Рекламная продукция PDF иконка ===== */
.page-template-promotional-page .product-image-mindray::after {
  content: url(/wp-content/uploads/2025/10/pdf-icon.svg);
  width: 50px;
  height: 50px;
  position: absolute;
  top: 5px;
  left: -60px; /* Начальная позиция за пределами контейнера */
  z-index: 10;
  transition: all 0.4s ease;
}

.page-template-promotional-page .product-card-mindray:hover .product-image-mindray::after {
  left: 5px; /* Конечная позиция */
}

/* ===== АНИМАЦИИ ===== */

@keyframes liquidFill {
  0% {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

.animate-logo #red-layer {
  animation: liquidFill 3s ease-in-out forwards;
}

@-webkit-keyframes slideIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

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

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

@-webkit-keyframes spin {
    0% { -webkit-transform: translate(-50%, -50%) rotate(0deg); transform: translate(-50%, -50%) rotate(0deg); }
    100% { -webkit-transform: translate(-50%, -50%) rotate(360deg); transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes spin {
    0% { -webkit-transform: translate(-50%, -50%) rotate(0deg); transform: translate(-50%, -50%) rotate(0deg); }
    100% { -webkit-transform: translate(-50%, -50%) rotate(360deg); transform: translate(-50%, -50%) rotate(360deg); }
}

@-webkit-keyframes phone {
    0%, 100% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
    50% {
        -webkit-transform: rotate(21deg);
        transform: rotate(21deg);
    }
}

@keyframes phone {
    0%, 100% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
    50% {
        -webkit-transform: rotate(21deg);
        transform: rotate(21deg);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes animate_pulse_bt {
    0% {
        -webkit-box-shadow: 0 0 0 0 #c4161c;
        box-shadow: 0 0 0 0 #c4161c;
    }
    70% {
        -webkit-box-shadow: 0 0 0 5px rgba(196, 22, 28, 0.4);
        box-shadow: 0 0 0 5px rgba(196, 22, 28, 0.4);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(196, 22, 28, 0.1);
        box-shadow: 0 0 0 0 rgba(196, 22, 28, 0.1);
    }
}

@keyframes animate_pulse_bt {
    0% {
        -webkit-box-shadow: 0 0 0 0 #c4161c;
        box-shadow: 0 0 0 0 #c4161c;
    }
    70% {
        -webkit-box-shadow: 0 0 0 5px rgba(196, 22, 28, 0.4);
        box-shadow: 0 0 0 5px rgba(196, 22, 28, 0.4);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(196, 22, 28, 0.1);
        box-shadow: 0 0 0 0 rgba(196, 22, 28, 0.1);
    }
}

.about-kr-lab {
    -webkit-animation: slideIn 0.8s ease-out;
    animation: slideIn 0.8s ease-out;
}

.feedback-image,
.feedback-content {
    -webkit-animation: fadeInUp 0.8s ease-out;
    animation: fadeInUp 0.8s ease-out;
}

.feedback-content {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.has-black-color {
    color: #ffffff !important;
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
}

.has-black-color:hover {
    color: #c4161c !important;
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
}

/* ===== МЕДИА-ЗАПРОСЫ ===== */

/* Десктоп (1151px и больше) */
@media (min-width: 1151px) {
    .nigkugas {
        -webkit-animation: none;
        animation: none;
    }

    .campakesad:hover .nigkugas {
        -webkit-animation: phone .9s ease-in-out infinite;
        animation: phone .9s ease-in-out infinite;
    }
}

/* Планшеты и небольшие десктопы (1024px и меньше) */
@media screen and (max-width: 1024px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .feedback-consultation {
        gap: 40px;
    }
    
    .feedback-title {
        font-size: 1.7rem;
    }
    
    .feedback-image img {
        height: 450px;
    }
    
    .site-footer-widget {
        gap: 30px;
    }
    
    img.mindray-logo, .figure-footer-logo img {
        max-width: 250px;
        margin: 0 auto 10px;
        display: block;
    }
    
    .list-related {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .single-post .entry-title {
        font-size: 1.2em;
    }
    
    .vertical-tabs-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }
    
    .vertical-tabs-nav {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
    
    .vertical-tabs-content .list-service {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
}

@media screen and (max-width: 992px) {
    .sidebar-menu .primary-navigation:not(.elementor-inner) .menu-callback-btn {
        border-bottom: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 260px;
        line-height: 2 !important;
        margin: 30px auto;
    }
    
    .sidebar-menu .primary-navigation:not(.elementor-inner) .menu-callback-btn i {
        font-size: 22px;
    }
    
    .sidebar-menu .primary-navigation:not(.elementor-inner) .menu-callback-btn:hover {
        background-color: #c4161c;
    }

    #breadcrumbs {
        padding: 5px;
        font-size: 12px;
    }
.page-template-promotional-page .product-image-mindray::after {
  left: 5px;
}
.wrapper-last-news {
  flex-direction: column;
  }
}

/* Планшеты и мобильные (768px и меньше) */
@media screen and (max-width: 768px) {
    .banner-header {
        font-size: 2.5rem;
    }
    
    .banner-description {
        font-size: 1.1rem;
    }
    
    .banner-buton {
        padding: 12px 25px;
        font-size: 1rem;
    }
    
    .banner-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: 1;
    }

    .wrap-popularity-world {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }

    .wrap-progress-bars {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }

    .popularity-progress,
    .popularity-img {
        width: 100%;
    }

    .about-kr-lab p {
        font-size: 1rem;
        margin-bottom: 30px;
        text-align: left;
    }

    .progress-bar {
        height: 35px;
    }

    .progress-text {
        font-size: 13px;
    }
    
    .tabs-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
    }
    
    .tab-btn {
        width: 100%;
        max-width: 300px;
        margin: 5px 0;
    }
    
    .products-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .product-title-mindray {
        font-size: 1.1rem;
        min-height: auto;
    }
    
    .feedback-consultation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }
    
    .feedback-image,
    .feedback-content {
        width: 100%;
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
    }
    
    .feedback-image img {
        height: 300px;
    }
    
    .page-template-service-page-php .feedback-image img {
        height: auto;
    }
    
    .feedback-content {
        padding: 0;
        text-align: center;
    }
    
    .feedback-title {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    
    .feedback-text {
        font-size: 1rem;
        margin-bottom: 25px;
    }
    
    .btn-consultation {
        padding: 16px 35px;
        font-size: 1rem;
        min-width: 220px;
    }
    
    h1, .has-woostify-heading-1-font-size {
        font-size: 24px !important;
    }
    
    h2, .has-woostify-heading-2-font-size {
        font-size: 22px !important;
    }
    
    .cookie-popup {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
    }
    
    .contacts-section {
        gap: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        max-width: 300px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .contact-block {
        padding: 25px 10px;
    }
    
    .contact-icon {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }
    
    .vertical-tabs-wrapper {
        gap: 20px;
    }
    
    .vertical-tab-btn {
        padding: 12px 15px;
        gap: 12px;
    }
    
    .vertical-tab-icon {
        width: 35px;
        height: 35px;
    }
    
    .vertical-tab-title {
        font-size: 1rem;
    }
    
    .vertical-tab-pane {
        padding: 20px;
    }
    
    .vertical-tabs-content .list-service {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
    
    .mindray-video-wrapper {
        margin: 20px 10px;
    }
    
    .mindray-custom-controls {
        padding: 15px 10px 8px;
        gap: 10px;
    }
    
    .mindray-play-btn,
    .mindray-fullscreen-btn {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }
    
    .mindray-time {
        min-width: 80px;
        font-size: 12px;
    }
    
    .mindray-play-icon svg {
        width: 60px;
        height: 60px;
    }
    
    .mindray-play-text {
        font-size: 14px;
        padding: 6px 12px;
    }
    
    .mindray-product-layout {
        grid-template-columns: 100%;
        gap: 30px;
    }
    
    .mindray-tabs-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .mindray-document-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    
    .mindray-product-header {
        margin-bottom: 0;
    }
    
    .mindray-tabs-content {
        padding: 10px;
    }
    
    .mindray-spec-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .mindray-spec-name {
        background: #e2e8f0;
    }
    
    .mindray-videos-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .mindray-specs-content {
        overflow-x: auto;
        max-height: 600px;
        padding: 0 10px;
    }
    
    .mindray-specs-content table td {
        padding: 5px 5px;
    }
    
    .mindray-gallery-thumbnails {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 10px;
    }
    
    .mindray-thumbnail-item {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    
    .mindray-product-specs {
        padding: 15px;
    }
    
    .mindray-videos-section {
        padding: 30px 0;
    }
    
    .mindray-gallery-main-container {
        height: 300px;
    }
    
    .mindray-thumbnail-item {
        width: 50px;
        height: 50px;
    }
}

/* Мобильные устройства (480px и меньше) */
@media screen and (max-width: 480px) {
    .feedback-title {
        font-size: 1.5rem;
    }
    
    .btn-consultation {
        width: 100%;
        max-width: 280px;
        padding: 14px 30px;
    }
    
    .vertical-tab-pane {
        padding: 15px;
    }
    
    .vertical-tabs-content .list-service li {
        font-size: 0.95rem;
        padding: 6px 0;
    }
    
    .mindray-videos-grid {
        grid-template-columns: 1fr;
    }
    
    .mindray-video-info {
        padding: 15px;
    }
    
    .mindray-product-visual {
        padding: 20px;
    }
    
    .mindray-product-specs {
        padding: 10px;
    }
    
    .mindray-document-card {
        gap: 10px;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    
    .mindray-document-meta {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .mindray-gallery-thumbnails {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .mindray-gallery-main-container {
        height: 250px;
    }
    
    .mindray-thumbnail-item {
        width: 45px;
        height: 45px;
    }
    
    .mindray-gallery-thumbnails {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 8px;
    }
}

/* Стили для Popup */
html.pum-open.pum-open-overlay, 
html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
    overflow: visible !important;
}

.wp-block-button__link code {
    background-color: inherit;
}