/* ==========================================================================
   Полный main.css - замена style.css для очищенной версии шапки
   ========================================================================== */

/* Основные стили body и html */
* {
    outline: none;
}

body {
    background: #ffffff;
    font-family: "Montserrat", sans-serif !important;;
    margin: 0;
    overflow-x: hidden;
    color: #272727;
    font-weight: 300;
}

html {
    position: relative;
    min-height: 100%;
    background: #ffffff;
}

a:hover,
a:focus {
    text-decoration: none;
}

/* Информационный баннер */
.text-alert-header {
    background: #f8d7da;
    border-bottom: 1px solid #f5c6cb;
    padding: 10px 0;
    text-align: center;
	display:none;
}

.text-alert-header p {
    margin: 5px 0;
    font-size: 14px;
    color: #721c24;
}

.text-alert-header .red-info {
    color: #dc3545;
    font-weight: 500;
    font-size: 12px;
    margin: 0;
}

/* Bootstrap контейнеры */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-xl {
    max-width: 1200px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

[class*="col-"] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-12 { flex: 0 0 100%; max-width: 100%; }
.col-sm-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
.col-sm-6 { flex: 0 0 50%; max-width: 50%; }

/* Утилитарные классы */
.m-b-0 { margin-bottom: 0; }
.m-b-5 { margin-bottom: 5px; }
.p-l-0 { padding-left: 0; }
.text-center { text-align: center; }

/* Основная шапка */
.topbar {
    padding: 0px;
    transition: 0.2s ease-in;
    width: 100%;
    background: #ffffff;
    margin-top: 20px;
    position: initial;
}

.header15 {
    position: relative;
	margin-bottom: 20px;
}

.newversion .h15-infobar .container-xl .row {
    border-bottom: 1px solid #2727271c;
    padding-bottom: 25px;
}

.newversion .page-wrapper {
    padding: 0;
}

/* Логотип */
.header-logos {
    display: flex;
    align-items: center;
    height: 100%;
}

.logos2 {
    display: flex;
    align-items: center;
	padding-top: 15px;
}

.logos2 img {
    min-height: 120px;
    width: auto;
    height: auto;
}

.logos2 a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

/* Контактная информация */
.main-header-container {
    width: 100%;
}

.main-header-info {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 15px;
}

.main-header-info-h {
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
    color: #333;
}

.main-header-address {
    flex: 1;
    margin-right: 10px;
}

.main-header-address ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-header-address .nav-item {
    margin-bottom: 5px;
}

.main-header-address a {
    color: #272727;
    text-decoration: none;
    font-size: 14px;
    padding: 0;
}

.main-header-address a:hover {
    color: #2c5aa0;
    text-decoration: none;
}

.main-header-works {
    color: #666;
    font-size: 14px;
    flex: 1;
    margin-right: 10px;
}

.main-header-phone-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.main-header-phone {
    color: #3e5cc5;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 10px;
}

.main-header-phone:hover {
    color: #1a4080;
    text-decoration: none;
}

.eye {
    color: #272727;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.eye img {
    height: 18px;
    margin-right: 10px;
}

.eye:hover {
    color: #2c5aa0;
    text-decoration: none;
}

/* Основное меню */
.main-header-menu {
    margin-top: 25px;
}

.main-header-menu ul {
    font-size: 15px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    font-weight: 500;
    justify-content: space-between;
}

.main-header-menu .nav-item {
    list-style: none;
}

.main-header-menu .nav-link {
    color: #272727;
    padding: 0;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 0;
    transition: color 0.3s;
}

.main-header-menu .nav-link:hover {
    color: #2c5aa0;
    text-decoration: none;
}

/* Кнопки и социальные сети */
.header-btns {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    text-align: right;
    min-height: 100px;
}

.header-btns-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

.header-btns-row-2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.header-vk, .header-tg {
    display: inline-block;
    opacity: 0.7;
    transition: opacity 0.3s;
    margin-left: 10px;
}

.header-vk:hover, .header-tg:hover {
    opacity: 1;
}

.header-vk img, .header-tg img {
    width: 34px;
    height: 34px;
}

.header-recall {
    border-radius: 8px;
    background: #3e5cc5;
    padding: 12px 24px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    min-width: 180px;
}

.header-recall:hover {
    background: #fff;
	color:#3e5cc5;
	border: 1px solid #3e5cc5;
    text-decoration: none;
}

.header-lk {
    border-radius: 8px;
    border: 1px solid #f40006;
    font-size: 14px;
    color: #f40006;
    height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    text-decoration: none;
    justify-content: center;
    min-width: 120px;
}

.header-lk:hover {
    color: #1a4080;
    text-decoration: none;
}

.header-payment {
    padding: 10px 16px;
    background: #fff;
    color: #3e5cc5;
    border-radius: 8px;
    border: 1px solid #3e5cc5;
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    min-width: 120px;
    white-space: nowrap;
    text-align: center;
}

.header-payment:hover {
    color: #333;
    text-decoration: none;
}

.header-basket {
    color: #3e5cc5;
    border-radius: 8px;
    border: 1px solid #3e5cc5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    font-size: 18px;
    margin-left: 10px;
    text-decoration: none;
    height: 44px;
    width: 44px;
}

.header-basket:hover {
    color: #333;
    text-decoration: none;
}

.header-basket .fa {
    font-family: 'FontAwesome';
}

.fa-shopping-basket:before {
    content: "\f291";
}

/* Мобильное меню */
.newmobile-menu {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    transform: translateX(-100vw);
    transition: all 0.4s ease 0s;
    background: #fff;
    height: calc(100vh - 423px);
    overflow-y: auto;
    top: 293px;
    width: 100%;
    z-index: 100;
    left: 0;
}

.topbar.opened-mobile .newmobile-menu {
    transform: translateX(0);
}

.header-responsive__phones {
    text-align: left;
    padding: 20px;
    border-bottom: 1px solid rgba(225, 228, 231, 0.5);
    width: 100%;
}

.header-responsive__phone {
    padding-bottom: 15px;
    position: relative;
    font-size: 18px;
    white-space: nowrap;
    display: block;
    color: #232427;
    text-decoration: none;
}

.header-responsive__phone-tel {
    font-weight: 500;
}

.navigation-list {
    margin-bottom: 15px;
    width: 100%;
}

.navigation-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navigation-list__item {
    margin: 0 20px;
    border-bottom: 1px solid rgba(225, 228, 231, 0.5);
    position: relative;
    padding-right: 50px;
}

.navigation-list__link-1 {
    font-size: 18px;
    padding: 20px;
    margin-left: -20px;
    display: block;
    color: #232427;
    text-decoration: none;
}

.navigation-list__link-1:hover {
    color: #2c5aa0;
    text-decoration: none;
}

.blocks__items {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: dense;
    align-items: stretch;
    gap: 20px;
    padding: 0 20px;
    margin: 20px 0 40px 0;
}

.blocks__item {
    height: auto;
    border-radius: 12px;
    border: 1px solid rgba(62, 92, 197, 0.14);
    background: rgba(62, 92, 197, 0.06);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0px 3px 21px -7px rgba(0, 0, 0, 0.2);
}

.blocks__item-big {
    grid-column: span 2;
}

.blocks__items__title {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    color: #3e4555;
    text-decoration: none;
    display: block;
}

.blocks__items__title:hover {
    color: #2c5aa0;
    text-decoration: none;
}

/* Адаптивность */
@media (max-width: 1199px) {
    .container-xl {
        max-width: 100%;
    }
	
}
@media (max-width: 1400px) {
    .container-xl {
        max-width: 100%;
    }
	.newservice-item-title{
		font-size:16px!important; 
	}
}
@media (max-width: 991px) {
    .col-sm-2, .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .main-header-info {
        flex-direction: column;
        gap: 10px;
    }
    
    .main-header-menu {
        display: none;
    }
    
    .header-btns {
        display: none;
    }
    
    .newmobile-menu {
        display: flex;
    }
}

@media (max-width: 919px) {
    .header-logos {
        display: flex;
        flex-direction: column;
    }
    
    .header-logos .logos2 a img {
        height: 50px;
    }
    
    .main-header-container {
        display: none;
    }
    
    .topbar {
        margin-top: 10px;
    }
    
    .header-logos-menu-info {
        display: block;
    }
    
    .mobile-menu-top {
        display: block;
    }
    
    .mobile-menu-top-address {
        display: flex;
        margin-bottom: 15px;
        justify-content: space-around;
    }
    
    .main-header-address,
    .mobile-header-works,
    .eye,
    .header-lk {
        width: 50%;
    }
    
    .header-btns-mobile-row {
        display: flex;
        margin-top: 13px;
    }
    
    .header-recall {
        width: 60%;
        text-align: center;
    }
    
    .header-basket {
        margin-left: 10px;
    }
    
    .blocks__items {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .blocks__item-big {
        grid-column: span 2;
    }
    
    .blocks__item {
        padding: 30px 20px;
    }
}

@media (max-width: 576px) {
    .main-header-info {
        flex-direction: column;
        gap: 10px;
    }
    
    .main-header-phone {
        font-size: 18px;
    }
    
    .header-recall {
        padding: 8px 16px;
        font-size: 14px;
    }
    
    .eye {
        font-size: 11px;
    }
    
    .main-header-address ul li {
        font-size: 11px;
    }
    
    .main-header-info-h {
        font-size: 11px;
    }
    
    .main-header-works {
        font-size: 11px;
    }
}


/* ==========================================================================
   Стили для контентной области главной страницы
   ========================================================================== */

/* Основные контейнеры */
.page-wrapper {
    padding: 0;
}

.spacer {
    padding: 20px 0;
}

/* Bootstrap Grid */
.col-md-3 { flex: 0 0 25%; max-width: 25%; }
.col-sm-3 { flex: 0 0 25%; max-width: 25%; }
.col-sm-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-sm-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
.col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }

/* Утилитарные классы */
.m-t-40 { margin-top: 40px; }
.text-white { color: #ffffff !important; }
.font-14 { font-size: 14px; }
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Слайдер */
.slider2 {
    display: block;
}

.slider2-mob {
    display: none;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

.carousel-item.active {
    display: block;
}

.slide-image {
    border-radius: 20px;
    height: 450px;
    width: 100%;
    object-fit: cover;
}

.slider-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.carousel-control-prev,
.carousel-control-next {
    position: relative;
    width: 53px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-decoration: none;
}

/* Основные сервисы */
.main-services-four-container {
    padding: 60px 0;
}

.wrap-feature6-box {
    margin-bottom: 20px;
}

.main-services-four {
    border-radius: 12px;
    border: 1px solid rgba(62, 92, 197, 0.14);
    background: rgba(62, 92, 197, 0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 30px;
    transition: all 0.3s ease;
}

.main-services-four:hover {
    background: #3e5cc5;
    color: #fff;
}

.main-services-four-head h6 {
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
}

.main-services-four-head p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.main-services-four a {
    padding: 12px 24px;
    color: #3e5cc5;
    border: 1px solid #3e5cc5;
    border-radius: 5px;
    width: fit-content;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.main-services-four:hover a {
    background: #fff;
    color: #3e5cc5;
}

.main-services-four:hover .main-services-four-head h6 {
    color: #fff;
}

/* Заголовки секций */
.mainnew-header {
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
    color: #272727;
}

.mainnew-subheader {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 40px;
}

.mainnew-subheader p {
    width: 70%;
    margin: 0;
    color: #666;
    font-size: 16px;
}

.mainnew-subheader a {
    color: #3e5cc5;
    font-size: 16px;
    font-style: normal;
    border-bottom: 1px solid #3e5cc5;
    text-decoration: none;
}

.mainnew-subheader a:hover {
    color: #1a4080;
    text-decoration: none;
}

/* Check-up секция */
.checkup-mainnew-section {
    margin-top: 15px;
}

.checkup-mainnew-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.checkup-mainnew-row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.checkup-mainnew-item {
    border-radius: 12px;
    background: linear-gradient(118deg, #d0dcfa -8.54%, rgba(208, 220, 250, 0) 118.85%);
    padding: 40px 20px;
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.checkup-mainnew-item-text {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #272727;
}

.checkup-mainnew-item-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-old {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: line-through;
    color: #666;
}

.price-new {
    color: #3e5cc5;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.checkup-mainnew-item-info a {
    font-size: 14px;
    color: #272727;
    text-decoration: underline;
}

.checkup-mainnew-item-info a:hover {
    color: #3e5cc5;
    text-decoration: none;
}

/* Планшеты (768px - 992px) - 2 колонки */
@media (min-width: 768px) and (max-width: 992px) {
    .checkup-mainnew-row > .col-sm-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .checkup-mainnew-item {
        padding: 30px 18px;
        height: 210px;
    }
    
    .checkup-mainnew-item-text {
        font-size: 19px;
    }
    
    .price-new {
        font-size: 24px;
    }
    
    .price-old {
        font-size: 15px;
    }
}

/* Малые планшеты (576px - 767px) - 2 колонки */
@media (min-width: 576px) and (max-width: 767px) {
    .checkup-mainnew-row > .col-sm-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .checkup-mainnew-item {
        padding: 25px 16px;
        height: 200px;
    }
    
    .checkup-mainnew-item-text {
        font-size: 18px;
    }
    
    .price-new {
        font-size: 22px;
    }
    
    .price-old {
        font-size: 14px;
    }
}

/* Мобильные устройства (до 575px) - 1 колонка */
@media (max-width: 575px) {
    .checkup-mainnew-section {
        margin-top: 10px;
    }
    
    .checkup-mainnew-row {
        margin-left: -5px;
        margin-right: -5px;
    }
    
    .checkup-mainnew-row > [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 12px;
    }
    
    .checkup-mainnew-item {
        padding: 20px 15px;
        border-radius: 10px;
        min-height: 170px;
        height: auto;
    }
    
    .checkup-mainnew-item-text {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 12px;
    }
    
    .checkup-mainnew-item-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .price-new {
        font-size: 20px;
    }
    
    .price-old {
        font-size: 13px;
    }
    
    .checkup-mainnew-item-info a {
        font-size: 13px;
        align-self: flex-start;
    }
}

/* Очень маленькие устройства (до 380px) */
@media (max-width: 380px) {
    .checkup-mainnew-item {
        padding: 18px 12px;
    }
    
    .checkup-mainnew-item-text {
        font-size: 15px;
    }
    
    .price-new {
        font-size: 18px;
    }
    
    .checkup-mainnew-item-info a {
        font-size: 12px;
    }
}
/* Востребованные услуги */
.mainnew-pop-services {
    margin-top: 150px;
}

.mainnew-pop-services-item {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 3px 21px -7px rgba(0, 0, 0, 0.2);
}

.mainnew-pop-services-item-head {
    border-radius: 12px 12px 0px 0px;
    background: #3e5cc5;
    padding: 20px;
    color: #fff;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mainnew-pop-services-item-head h5 {
    color: #fff;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.mainnew-pop-services-item-head a {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    border-bottom: 1px solid #fff;
    width: fit-content;
    text-decoration: none;
}

.mainnew-pop-services-item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

/* Специалисты */
.newmain-specialists-section {
    margin-top: 150px;
}

.main-specialist-card {
    border-radius: 12px;
    background-color: #f4f4f4;
    box-shadow: none;
    padding: 40px 20px;
    background-size: 50%;
    background-position: 190px 200px;
    background-repeat: no-repeat;
    height: 430px;
    display: flex;
    flex-direction: column;
}

.main-specialist-header div {
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 20px;
    color: #272727;
}

.main-specialist-body {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.main-specialist-body div {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    color: #272727;
    margin-bottom: 20px;
}

.main-specialist-body p {
    font-size: 14px;
    width: 100%;
    color: #666;
    margin-bottom: 20px;
}

.main-specialist-body a {
    margin-top: auto;
    margin-bottom: -20px;
    border-radius: 8px;
    background: #3e5cc5;
    color: #fff;
    width: fit-content;
    padding: 12px 24px;
    text-decoration: none;
}

.main-specialist-body a:hover {
    background: #1a4080;
    color: #fff;
    text-decoration: none;
}

/* Отзывы */
.section-newmain-reviews {
    margin-top: 15px;
}

.mainnew-pop-reviews-carousel {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.mainnew-pop-reviews-carousel > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.review-item {
    border-radius: 12px;
    background: #f4f4f4;
    height: 100%;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
}

.review-item-header {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #272727;
}

.review-item-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 132%;
    color: #666;
}

/* Планшеты (768px - 992px) - 2 колонки */
@media (min-width: 768px) and (max-width: 992px) {
    .mainnew-pop-reviews-carousel > .col-sm-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .review-item {
        padding: 18px 30px;
    }
    
    .review-item-header {
        font-size: 22px;
        margin-bottom: 16px;
    }
    
    .review-item-text {
        font-size: 13px;
    }
}

/* Малые планшеты (576px - 767px) - 2 колонки */
@media (min-width: 576px) and (max-width: 767px) {
    .mainnew-pop-reviews-carousel > .col-sm-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .review-item {
        padding: 16px 25px;
    }
    
    .review-item-header {
        font-size: 20px;
        margin-bottom: 14px;
    }
    
    .review-item-text {
        font-size: 13px;
        line-height: 140%;
    }
}

/* Мобильные устройства (до 575px) - 1 колонка */
@media (max-width: 575px) {
    .section-newmain-reviews {
        margin-top: 10px;
    }
    
    .mainnew-pop-reviews-carousel {
        margin-left: -5px;
        margin-right: -5px;
    }
    
    .mainnew-pop-reviews-carousel > [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 15px;
    }
    
    .review-item {
        padding: 20px 20px;
        border-radius: 10px;
    }
    
    .review-item-header {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .review-item-text {
        font-size: 14px;
        line-height: 145%;
    }
}

/* Очень маленькие устройства (до 380px) */
@media (max-width: 380px) {
    .review-item {
        padding: 18px 16px;
    }
    
    .review-item-header {
        font-size: 17px;
        margin-bottom: 10px;
    }
    
    .review-item-text {
        font-size: 13px;
    }
}

/* Кнопки */
.btn {
    color: #ffffff;
    padding: 10px 25px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
    transition: 0.3s;
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn:hover {
    color: #ffffff;
    text-decoration: none;
}

.btn-success-gradiant {
    background: #3e5cc5;
    border-radius: 8px;
}

.btn-success-gradiant:hover {
    background: #1a4080;
}

.btn-md {
    padding: 15px 45px;
    font-size: 16px;
}

.btn-arrow {
    position: relative;
}

.btn-arrow span {
    display: inline-block;
    position: relative;
    transition: all 300ms ease-out;
}

.btn-arrow:hover span {
    transform: translate3d(-1rem, 0, 0);
}

.btn-arrow i {
    position: absolute;
    width: 1.1em;
    right: 0px;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 300ms ease-out;
}

.btn-arrow:hover i {
    opacity: 1;
    right: -2rem;
}

/* Новости */
.section-newmain-news {
    margin-top: 15px;
}

.section-newmain-news-carousel {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.section-newmain-news-carousel > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.newmain-news-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.newmain-news-item img {
    width: 100%;
    margin-bottom: 40px;
    border-radius: 12px;
    min-height: 200px;
    object-fit: cover;
}

.newmain-news-item-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 20px;
    color: #272727;
}

.newmain-news-item-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
    color: #666;
    flex-grow: 1;
}

.newmain-news-item a {
    margin-top: auto;
    font-size: 14px;
    color: #ababab;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}

.newmain-news-item a:hover {
    color: #3e5cc5;
    text-decoration: underline;
}

/* Планшеты (768px - 992px) - 2 колонки */
@media (min-width: 768px) and (max-width: 992px) {
    .section-newmain-news-carousel > .col-sm-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .newmain-news-item img {
        margin-bottom: 30px;
        min-height: 180px;
    }
    
    .newmain-news-item-title {
        font-size: 15px;
        margin-bottom: 15px;
    }
    
    .newmain-news-item-text {
        font-size: 15px;
        margin-bottom: 15px;
    }
}

/* Малые планшеты (576px - 767px) - 2 колонки */
@media (min-width: 576px) and (max-width: 767px) {
    .section-newmain-news-carousel > .col-sm-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .newmain-news-item img {
        margin-bottom: 25px;
        min-height: 160px;
    }
    
    .newmain-news-item-title {
        font-size: 15px;
        margin-bottom: 12px;
    }
    
    .newmain-news-item-text {
        font-size: 14px;
        margin-bottom: 12px;
    }
    
    .newmain-news-item a {
        font-size: 13px;
    }
}

/* Мобильные устройства (до 575px) - 1 колонка */
@media (max-width: 575px) {
    .section-newmain-news {
        margin-top: 10px;
    }
    
    .section-newmain-news-carousel {
        margin-left: -5px;
        margin-right: -5px;
    }
    
    .section-newmain-news-carousel > [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 15px;
    }
    
    .newmain-news-item img {
        margin-bottom: 20px;
        min-height: 200px;
        border-radius: 10px;
    }
    
    .newmain-news-item-title {
        font-size: 15px;
        margin-bottom: 12px;
        line-height: 1.3;
    }
    
    .newmain-news-item-text {
        font-size: 14px;
        margin-bottom: 12px;
    }
    
    .newmain-news-item a {
        font-size: 13px;
    }
}

/* Очень маленькие устройства (до 380px) */
@media (max-width: 380px) {
    .newmain-news-item img {
        margin-bottom: 15px;
        min-height: 180px;
    }
    
    .newmain-news-item-title {
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .newmain-news-item-text {
        font-size: 13px;
        margin-bottom: 10px;
    }
    
    .newmain-news-item a {
        font-size: 12px;
    }
}

/* Контакты */
.mainnew-contacts {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mainnew-contacts-address {
    border-radius: 12px;
    background: #f4f4f4;
    padding: 40px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mainnew-contacts-address:hover {
    background: #3e5cc5;
    color: #fff;
}

.mainnew-contacts-address div {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 10px;
    color: #272727;
}

.mainnew-contacts-address:hover div {
    color: #fff;
}

.mainnew-contacts-address p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    color: #666;
}

.mainnew-contacts-address:hover p {
    color: #fff;
}

.mainnew-contacts-phone {
    margin-top: 10px;
}

.mainnew-contacts-phone div {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    color: #272727;
    margin-bottom: 10px;
}

.mainnew-contacts-phone a {
    font-size: 23px!important;
    font-style: normal;
    font-weight: 500;
    color: #272727;
    text-decoration: none;
    display: inline-block;
}

.mainnew-contacts-phone a:hover {
    color: #3e5cc5;
    text-decoration: none;
}

/* Карта */
#map {
    border-radius: 12px;
    background: #f4f4f4;
}

/* Планшеты (768px - 992px) */
@media (min-width: 768px) and (max-width: 992px) {
    .mainnew-contacts {
        gap: 16px;
    }
    
    .mainnew-contacts-address {
        padding: 30px 18px;
    }
    
    .mainnew-contacts-address div {
        font-size: 15px;
    }
    
    .mainnew-contacts-address p {
        font-size: 15px;
    }
    
    .mainnew-contacts-phone a {
        font-size: 24px;
    }
    
    #map {
        height: 400px !important;
        margin-top: 20px;
    }
}

/* Малые планшеты (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .section-newmain-reviews .row > .col-sm-4,
    .section-newmain-reviews .row > .col-sm-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .mainnew-contacts {
        gap: 16px;
        margin-bottom: 20px;
    }
    
    .mainnew-contacts-address {
        padding: 25px 16px;
    }
    
    .mainnew-contacts-address div {
        font-size: 15px;
    }
    
    .mainnew-contacts-address p {
        font-size: 15px;
    }
    
    .mainnew-contacts-phone a {
        font-size: 22px;
    }
    
    #map {
        height: 350px !important;
    }
}

/* Мобильные устройства (до 575px) */
@media (max-width: 575px) {
    .mainnew-contacts {
        gap: 12px;
        margin-bottom: 20px;
    }
    
    .mainnew-contacts-address {
        padding: 20px 15px;
        border-radius: 10px;
    }
    
    .mainnew-contacts-address div {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .mainnew-contacts-address p {
        font-size: 14px;
        line-height: 1.4;
    }
    
    .mainnew-contacts-phone {
        margin-top: 5px;
    }
    
    .mainnew-contacts-phone div {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .mainnew-contacts-phone a {
        font-size: 20px;
    }
    
    #map {
        height: 300px !important;
        border-radius: 10px;
    }
}

/* Очень маленькие устройства (до 380px) */
@media (max-width: 380px) {
    .mainnew-contacts-address {
        padding: 18px 12px;
    }
    
    .mainnew-contacts-address div {
        font-size: 13px;
    }
    
    .mainnew-contacts-address p {
        font-size: 13px;
    }
    
    .mainnew-contacts-phone a {
        font-size: 18px;
    }
    
    #map {
        height: 250px !important;
    }
}

/* Адаптивность для контента */
@media (max-width: 991px) {
    .col-md-3, .col-sm-3, .col-sm-4, .col-sm-6, .col-sm-8, .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    
    .mainnew-header {
        font-size: 24px;
    }
    
    .mainnew-subheader {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .mainnew-subheader p {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .checkup-mainnew-section,
    .mainnew-pop-services,
    .newmain-specialists-section,
    .section-newmain-reviews,
    .section-newmain-news {
        margin-top: 10px;
    }
    
    .main-services-four {
        margin-bottom: 20px;
        height: initial;
    }
    
    .main-specialist-card {
        background-position: 180px 171px;
        height: 375px;
    }
    .main-specialist-body p{
		width:80%;
	}
    .main-specialist-body {
        width: 80%;
    }
    
    .slider2-mob {
        display: block;
    }
    
    .slider2 {
        display: none;
    }
	.newservice-item-title{
		font-size:18px;
	}
}


/* ==========================================================================
   Стили для футера
   ========================================================================== */

/* Основной футер */
.newfooter {
    background: #f4f4f4;
    padding-top: 50px;
    margin-top: 80px;
}

.f3-middle {
    padding-bottom: 40px;
}

.f3-middle h6.font-medium {
    color: #272727;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

/* Списки в футере */
.general-listing {
    list-style: none;
    padding: 0;
    margin: 0;
}

.general-listing li {
    margin-bottom: 8px;
}

.general-listing li a {
    padding: 5px 0;
    color: #272727;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    display: block;
}

.general-listing li a:hover {
    color: #3e5cc5;
    text-decoration: none;
}

/* Информация в футере */
.footer-info {
    font-size: 14px;
    color: #666;
}

.license-info {
    color: #272727;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer-disclaimer {
    margin-bottom: 20px;
    line-height: 1.4;
}

.footer-offer-disclaimer {
    margin-bottom: 20px;
}

.footer-offer-disclaimer p {
    margin: 0;
    line-height: 1.4;
}

.footer-owner {
    margin-bottom: 20px;
    font-size: 13px;
}

.footer-owner a {
    color: #3e5cc5;
    text-decoration: none;
}

.footer-owner a:hover {
    color: #1a4080;
    text-decoration: underline;
}

/* Награды */
.footer-rewards {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
}

.footer-rewards img {
    height: 50px;
    margin-right: 10px;
    margin-top: 5px;
    transition: opacity 0.3s ease;
}

.footer-rewards img:hover {
    opacity: 0.8;
}

/* Нижняя часть футера */


.nok-widget iframe {
    max-width: 100%;
    height: auto;
}

.maternity-link a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #fff;
}

.maternity-link img {
    max-width: 120px;
    margin-bottom: 10px;
}

.maternity-link p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.maternity-link a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}

/* Модальное окно График работы */
.modal {
    z-index: 1050;
}

.modal-dialog {
    margin: 30px auto;
    max-width: 500px;
}

.modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.modal-header {
    background: #3e5cc5;
    color: #fff;
    border-radius: 12px 12px 0 0;
    padding: 20px;
    border-bottom: none;
}

.modal-title {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.modal-header .close {
    color: #fff;
    opacity: 0.8;
    font-size: 24px;
    font-weight: normal;
    text-shadow: none;
}

.modal-header .close:hover {
    opacity: 1;
}

.modal-body {
    padding: 30px 20px;
}

.info-box .d-flex {
    margin-bottom: 20px;
    align-items: flex-start;
}

.info-box .display-7 {
    font-size: 24px;
    color: #3e5cc5;
    margin-right: 15px;
    margin-top: 3px;
}

.info-box .info p,
.info-box .info span {
    margin: 0;
    line-height: 1.5;
    color: #666;
}

.info-box .info a {
    color: #3e5cc5;
    text-decoration: none;
    font-weight: 500;
}

.info-box .info a:hover {
    color: #1a4080;
    text-decoration: none;
}

/* Уведомление о cookies */
#cookie-notification {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    max-width: 350px;
    padding: 15px;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    font-family: 'Montserrat', sans-serif;
}

#cookie-notification p {
    margin: 0 0 15px 0;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
}

#cookie-notification a {
    color: #3e5cc5;
    text-decoration: none;
}

#cookie-notification a:hover {
    color: #1a4080;
    text-decoration: underline;
}

#cookie-notification button {
    background-color: #3e5cc5;
    color: white;
    border: none;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#cookie-notification button:hover {
    background-color: #1a4080;
}

/* Утилитарные классы для футера */
.font-medium { font-weight: 500; }
.m-b-30 { margin-bottom: 30px; }
.m-t-5 { margin-top: 5px; }
.m-r-20 { margin-right: 20px; }
.text-muted { color: #6c757d; }
.text-white { color: #ffffff !important; }
.db { display: block; }
.d-flex { display: flex; }
.no-block { display: flex; }
.align-self-top { align-self: flex-start; }
.justify-content-center { justify-content: center; }

/* Адаптивность для футера */
@media (max-width: 991px) {
    .col-lg-2, .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    
    .footer-rewards {
        justify-content: center;
    }
    
    .footer-rewards img {
        height: 50px;
        margin: 5px;
    }
}

@media (max-width: 767px) {
    .newfooter {
        padding-top: 30px;
        margin-top: 40px;
    }
    
    .f3-middle {
        padding-bottom: 20px;
    }
    
    .f3-bottom-bar {
        padding: 0px 0;
    }
    
    .col-6, .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .nok-widget iframe {
        width: 100%;
        height: auto;
    }
    
    .maternity-link img {
        max-width: 120px;
    }
    
    .modal-dialog {
        margin: 15px;
        max-width: none;
    }
    
    .modal-body {
        padding: 20px 15px;
    }
    
    .info-box .d-flex {
        flex-direction: column;
        text-align: center;
    }
    
    .info-box .display-7 {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    #cookie-notification {
        right: 10px;
        bottom: 10px;
        left: 10px;
        max-width: none;
    }
}

/* Дополнительные классы для иконок */
.header-logos i {
    font-size: 25px;
}

/* Меню переключатель */
.newmain-menu {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    align-items: center;
    font-size: 20px;
}

.header-logos-menu {
    display: flex;
    justify-content: space-between;
}

.header-logos-menu-info {
    display: none;
}

.main-header-phone {
    margin-bottom: 15px;
    display: block;
}

@media (max-width: 919px) {
    .newmain-menu {
        display: flex;
    }
    
    .header-logos-menu-info {
        display: block;
    }
}
/* Кнопка "Оставить отзыв" */
.btn-review {
    background: #007bff;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-review:hover {
    background: #0056b3;
    color: white;
    text-decoration: none;
}

/* Карта в контактах */
#map {
    width: 100%;
    height: 496px;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.btn-arrow span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-arrow i {
    margin-left: 8px;
    font-size: 14px;
}

/* Если нет иконки ti-arrow-right, используем Font Awesome */
.ti-arrow-right:before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.btn-md {
    padding: 15px 45px;
    font-size: 16px;
}

.btn-arrow span {
    display: inline-flex;
    align-items: center;
}

.btn-arrow i {
    margin-left: 8px;
}

/* Если используется иконка ti-arrow-right */
.ti-arrow-right:before {
    content: "→";
}

.btn-md {
    padding: 15px 45px;
    font-size: 16px;
    font-weight: 500;
}

.btn-arrow {
    position: relative;
    overflow: hidden;
}

.btn-arrow span {
    display: inline-flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.btn-arrow:hover span {
    transform: translateX(-5px);
}

.btn-arrow i {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.btn-arrow:hover i {
    transform: translateX(5px);
}



.btn {
    color: #ffffff;
    padding: 10px 25px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
    transition: 0.3s;
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.btn-md {
    padding: 15px 45px;
    font-size: 16px;
}





.btn-arrow span {
    display: inline-flex;
    align-items: center;
}

.btn-arrow i, .ti-arrow-right {
    margin-left: 8px;
}




/* Основные стили для новых сервисов */
.newservice-item-title {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1;
}

.newservice-item p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    opacity: 0.4;
}

.newservice-item .more-link {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.newservice-item {
    padding: 40px 20px;
    border-radius: 12px;
    background: linear-gradient(118deg, #d0dcfa -8.54%, rgba(208, 220, 250, 0) 118.85%);
    display: flex;
    margin-bottom: 40px;
    color: #272727;
    flex-direction: column;
    justify-content: space-between;
    height: 230px;
}



/* Стили для услуг с ценами */
.service-item-desc-btn {
    border-radius: 8px;
    border: 1px solid #3e5cc5;
    padding: 12px 20px;
    color: #3e5cc5;
}

a.service-item-call-btn {
    padding: 12px 20px;
    border-radius: 8px;
    background: #3e5cc5;
    color: #fff;
}

.service-call-btn {
    padding: 14px 20px;
    border-radius: 8px;
    background: #3e5cc5;
}

.service-item {
    margin: 10px 0px;
    padding: 20px 40px;
    border-radius: 12px;
    background: #F4F4F4;
    color: #272727;
    display: flex;
    align-items: center;
}

.service-price {
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
    color:#7E7E7E;
}

.service-item a {
    color: #fff;
}

.service-item a:hover {
    color: #1dc8cd;
}

/* Дополнительные стили для адаптивности и функциональности */
.service-item-link {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #272727 !important;
    text-decoration: none;
    display: block;
    padding: 10px 0;
}

.service-item-link:hover {
    color: #3e5cc5;
    text-decoration: none;
}

/* Дополнительный отступ для мобильной версии */
@media (max-width: 767px) {
    .service-item-desc-btn {
        width: 100%;
        display: block;
        text-align: center;
    }
    
    .service-item-call-btn {
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
        display: block;
    }
    
    .service-item-link {
        margin-bottom: 40px;
        display: block;
    }
    
    .service-price {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .service-item {
        padding: 20px;
    }
    
    
}

.quote-mark {
	border-radius: 12px;
	background: linear-gradient(
		140.67deg,
		rgb(208, 220, 250) -8.276%,
		rgba(208, 220, 250, 0) 111.744%
	);
	padding: 30px;
	font-size: 26px;
	width: 100%;
	font-weight: 500;
	margin: 15px 0px;
}


/* НАЙДЕННЫЕ СТИЛИ ДЛЯ ПЕРЕНОСА В main.css */

/* Заголовок страницы - НАЙДЕН в new_css.css */


/* Обертка специалистов - НАЙДЕН в new_css.css */
.specialists-wrapper .col-lg-6 {
    margin-bottom: 20px;
}

.specialists-wrapper .specialist-card {
    position: relative;
}

.specialists-wrapper .specialist-card .pro-pic img {
    position: absolute;
    bottom: 0;
    height: 80%;
    width: auto;
	left: 10px;
}

.specialists-wrapper .expert_outform {
    border-radius: 8px;
    background: #3e5cc5;
    color: #fff;
    margin-right: 15px;
}

/* Карточка специалиста - НАЙДЕН в new_css.css */
.specialist-card {
    display: flex;
    border-radius: 12px;
    background: #f4f4f4;
    padding: 40px 35px;
    height: 100%;
}

.specialist-card .specialist-card-info {
    width: 65%;
}

.specialist-card .pro-pic {
    width: 45%;
} 

/* Заголовок карточки - НАЙДЕН в new_css.css */
.specialist-card-title {
    font-size: 26px;
    font-weight: 500;
    color: #272727;
    line-height: normal;
}

/* Специальность - НАЙДЕН в new_css.css */
.specialists-card-rang {
    color: #272727;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
}

/* Кнопки - НАЙДЕН в new_css.css */
.specialist-card-btns {
    display: flex;
}

.specialist-card-btns-more {
    border: 1px solid #3e5cc5;
    color: #3e5cc5;
}

.specialist-card-btns-more:hover {
    color: #3e5cc5;
}

/* Детальная страница специалиста - НАЙДЕН в new_css.css */
.expert-page-title-wrapper {
    border-radius: 12px;
    padding: 50px;
    background: rgb(244, 244, 244);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Кнопки эксперта - НАЙДЕН в new_css.css */
.expert-btns a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.expert-btns a:last-child {
    margin-bottom: 0;
}

/* Контентная текстовая область - СТИЛЬ НЕ НАЙДЕН */
.content-text {
    /* Стиль не найден - добавить в main.css */
}

.content-text .title {
    /* Стиль не найден - добавить в main.css */
}

/* Образование и опыт - СТИЛИ НЕ НАЙДЕНЫ */
.expert-qualification {
    /* Стиль не найден - добавить в main.css */
}

.expert-qualification-title {
    /* Стиль не найден - добавить в main.css */
}

.expert-qualification-timeline {
    /* Стиль не найден - добавить в main.css */
}

.expert-qualification-timeline ul {
    /* Стиль не найден - добавить в main.css */
}

.expert-qualification-timeline li {
    /* Стиль не найден - добавить в main.css */
}

.expert-exp {
    /* Стиль не найден - добавить в main.css */
}

/* Фото специалиста - НАЙДЕН в team.css */
.pro-pic {
    height: 225px;
}

/* ДОПОЛНИТЕЛЬНЫЕ СТИЛИ ИЗ new_css.css для мобильных */
@media (max-width: 919px) {
    .expert-photo {
        position: relative;
        margin: 0 auto;
    }
    
    .expert-photo img {
        height: 350px;
    }
    
    .expert-page-title-wrapper {
        padding: 30px;
    }
    
    .expert-btns {
        display: block;
    }
    
    .expert-btns a {
        margin-bottom: 40px;
        width: 100%;
    }
    
    .specialists-wrapper .specialist-card .pro-pic img {
        height: 80%;
    }
    
    .expert-rang {
        width: 100%;
    }
    
    .expert-name {
        width: 100%;
    }
    
    .specialist-card-title {
        font-size: 18px;
        font-weight: 500;
    }
    
    .specialist-card .pro-pic {
        width: 50%;
    }
    
    .specialist-card .specialist-card-info {
        width: 50%;
    }
    
    .specialist-card {
        padding: 20px 8px;
        justify-content: space-between;
    }
    
    .specialist-card-btns a {
        width: 100%;
    }
    
    .expert_outform {
        margin: 0px 0px 15px 0px;
    }
    
    .specialist-card-btns {
        flex-direction: column;
    }
    
    
}

@media (max-width: 400px) {
    .specialists-wrapper .specialist-card .pro-pic img {
        height: auto;
        width: 150px;
    }
    
    .expert-name {
        width: 100%;
        font-size: 35px;
    }
    
    .expert-rang {
        font-size: 20px;
    }
}


/* НАЙДЕННЫЕ СТИЛИ ДЛЯ ПЕРЕНОСА В main.css - ДЕТАЛЬНАЯ СТРАНИЦА СПЕЦИАЛИСТА */

/* Основная обертка детальной страницы */
.expert-page-title-wrapper {
    border-radius: 12px;
    padding: 50px;
    background: rgb(244, 244, 244);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Фото специалиста */
.expert-photo {
    position: absolute;
    right: 15%;
    height: 90%;
    width: auto;
    bottom: 0;
}

.expert-photo img {
    height: 100%;
    width: auto;
}

/* Имя и специальность */
.expert-name {
    margin-bottom: 40px;
    font-size: 42px;
    font-weight: 500;
    width: 50%;
}

.expert-rang {
    margin-bottom: 40px;
    font-size: 26px;
    font-weight: 500;
    width: 50%;
}

/* Кнопки */
.expert-btns {
    display: flex;
}

.expert-callbtn {
    margin-right: 20px;
    border-radius: 8px;
    background: rgb(62, 92, 197);
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 20px 40px;
}

.expert-askbtn {
    border: 1px solid rgb(62, 92, 197);
    font-size: 16px;
    border-radius: 8px;
    color: rgb(62, 92, 197);
    padding: 20px 40px;
}

/* Образование и опыт работы */
.expert-qualification-title {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 40px;
}

.expert-qualification-timeline ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.expert-qualification-timeline ul li {
    margin-bottom: 40px;
}

.expert-qualification-timeline ul li div {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
}

.expert-qualification-timeline ul li p {
    font-size: 16px;
    font-weight: 400;
}

/* Отступы для разделов */
.m-t-40 {
    margin-top: 40px;
}

/* АДАПТИВНЫЕ СТИЛИ */
@media (max-width: 919px) {
    .expert-photo {
        position: relative;
        margin: 0 auto;
    }
    
    .expert-photo img {
        height: 350px;
    }
    
    .expert-page-title-wrapper {
        padding: 30px;
    }
    
    .expert-btns {
        display: block;
    }
    
    .expert-btns a {
        margin-bottom: 40px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .expert-btns a:last-child {
        margin-bottom: 0;
    }
    
    .expert-rang {
        width: 100%;
    }
    
    .expert-name {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .expert-name {
        width: 100%;
        font-size: 35px;
    }
    
    .expert-rang {
        font-size: 20px;
    }
}


/* Стили для страницы "О клинике" - добавить в main.css */

/* Заголовок страницы */
.newbabout .newpages-header {
    font-size: 42px;
    font-weight: 500;
    height: 200px;
    margin-bottom: 75px;
}

/* Основной блок с информацией */
.newabout-wrapper {
    background: #f4f4f4;
    padding: 40px 30px;
    height: 100%;
}

.newabout-wrapper p {
    margin: 0;
    line-height: 1.2;
}

.newabout-header {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
}

/* Блок с врачом */
.newabout-doctor {
    display: flex;
    margin-bottom: 30px;
}

.newabout-doctor-name {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.newabout-doctor-name span:nth-child(1) {
    font-weight: 600;
}

/* Изображение в основном блоке */
.newabout-main-img {
    height: 100%;
}

/* Секции */
.newabout-main-section {
    margin-bottom: 150px;
}

.newabout-text-section {
    margin-bottom: 40px;
}

.newabout-text-section .newabout-header {
    width: 50%;
}

/* Дополнительные классы для изображений */
.img-shadow {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.img-responsive {
    height: auto;
}

.rounded {
    border-radius: 8px;
}

/* Отступы */
.m-t-20 {
    margin-top: 20px;
}

/* Адаптивность для страницы О клинике */
@media (max-width: 991px) {
    .newbabout .newpages-header {
        font-size: 24px;
        height: auto;
        margin-bottom: 40px;
        text-align: center;
    }
    
    .newabout-main-section {
        margin-bottom: 80px;
    }
    
    .newabout-wrapper {
        padding: 20px;
        margin-bottom: 30px;
    }
    
    .newabout-header {
        font-size: 20px;
    }
    
    .newabout-text-section .newabout-header {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .col-12.col-sm-6,
    .col-12.col-sm-3 {
        margin-bottom: 20px;
    }
}

/* Добавляем в конец файла main.css следующие стили: */

/* ==================================================================================
   Стили для новостей и акций (news-list)
   ================================================================================== */

.news-list-wrapper {
    margin-top: 75px;
}

.news-list-img {
    border-radius: 12px;
    width: 100%;
    margin-bottom: 10px;
}

.news-list-date {
    font-size: 14px;
    color: #7e7e7e;
    font-weight: 400;
}

.news-list-title {
    font-size: 16px;
    color: #272727;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44.8px; /* 16px * 1.4 * 2 строки = 44.8px */
}

.news-card .news-list-more {
    margin-bottom: 20px;
    font-size: 14px;
    color: #7e7e7e;
    font-weight: 400;
    border-bottom: 1px solid #7e7e7e;
    display: inline-flex;
}

.news-card {
    margin-bottom: 40px;
}

.news-card a {
    text-decoration: none;
    color: inherit;
}

.news-card a:hover {
    text-decoration: none;
}

.news-card a:hover .news-list-title {
    color: #3e5cc5;
}

.news-card a:hover .news-list-more {
    color: #3e5cc5;
    border-bottom-color: #3e5cc5;
}

/* ==================================================================================
   Адаптивность для новостей/акций
   ================================================================================== */

@media (max-width: 991px) {
    .news-list-wrapper {
        margin-top: 40px;
    }
    
    .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 575px) {
    .col-sm-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* Добавляем в main.css дополнительные стили для детальной страницы акций */

/* ==================================================================================
   Стили для детальной страницы акций
   ================================================================================== */

.promo-info-block {
    background: #f4f4f4;
    border-radius: 12px;
    padding: 30px;
    margin: 40px 0;
    text-align: center;
}

.promo-prices {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.promo-old-price {
    color: #7e7e7e;
    font-size: 16px;
    text-decoration: line-through;
    margin-right: 20px;
}

.promo-new-price {
    color: #3e5cc5;
    font-size: 20px;
    font-weight: 600;
}

.promo-discount {
    margin-bottom: 15px;
}

.discount-badge {
    background: linear-gradient(118deg, #d0dcfa -8.54%, rgba(208, 220, 250, 0) 118.85%);
    color: #3e5cc5;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 16px;
}

.promo-hot {
    margin-bottom: 15px;
}

.hot-badge {
    background: linear-gradient(94deg, #3e5cc5 7.92%, #9ea9ce 111.93%);
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 16px;
}

.promo-services {
    background: #f4f4f4;
    border-radius: 12px;
    padding: 20px;
    margin: 30px 0;
}

.service-link {
    margin-bottom: 10px;
}

.service-link a {
    color: #3e5cc5;
    text-decoration: none;
    font-weight: 500;
}

.service-link a:hover {
    color: #1a4080;
    text-decoration: underline;
}

.promo-preview {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #666;
}

/* Стили изображений (уже есть в проекте, но добавляем для полноты) */
.rounded {
    border-radius: 12px !important;
}

.img-shadow {
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}

.img-responsive {
    height: auto;
    display: inline-block;
	
}

/* ==================================================================================
   Адаптивность для детальной страницы акций
   ================================================================================== */

@media (max-width: 991px) {
    .promo-prices {
        flex-direction: column;
        text-align: center;
    }
    
    .promo-old-price {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .promo-info-block {
        padding: 20px;
        margin: 20px 0;
    }
}

@media (max-width: 575px) {
    .discount-badge,
    .hot-badge {
        font-size: 14px;
        padding: 6px 12px;
    }
    
    .promo-new-price {
        font-size: 18px;
    }
    
    .promo-old-price {
        font-size: 14px;
    }
}


/* ==================================================================================
   Стили для страницы информации (pagesp)
   ================================================================================== */

.pagesp .col-12 p {
    background: linear-gradient(93deg, #3e5cc5 -12.9%, #a8b9f0 131.24%);
    min-height: 70px;
    padding: 13px 20px;
    color: #fff;
    border-radius: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.pagesp .col-12 p a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    width: 100%;
    display: block;
}

.pagesp .col-12 p a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}

.pagesp .col-12 p:last-child {
    margin-bottom: 0;
}

/* Специальные стили для разных типов ссылок */
.pagesp .col-12 p.file-link {
    background: linear-gradient(93deg, #28a745 -12.9%, #7ed56f 131.24%);
}

.pagesp .col-12 p.external-link {
    background: linear-gradient(93deg, #6f42c1 -12.9%, #a29bfe 131.24%);
}

.pagesp .col-12 p.page-link {
    background: linear-gradient(93deg, #3e5cc5 -12.9%, #a8b9f0 131.24%);
}

/* ==================================================================================
   Адаптивность для страницы информации
   ================================================================================== */

@media (max-width: 991px) {
    .pagesp .col-12 p {
        min-height: 60px;
        padding: 15px;
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .pagesp .col-12 p {
        min-height: 50px;
        padding: 12px 15px;
        font-size: 13px;
    }
}


/* Добавляем в main.css стили для страницы контактов */

/* ==================================================================================
   Стили для страницы контактов
   ================================================================================== */

/* Заголовок страницы */
.newbabout .newpages-header {
    font-size: 42px;
    font-weight: 500;
    height: 200px;
    margin-bottom: 75px;
}

/* Секция контактов */
.newcontacts-section {
    margin-bottom: 150px;
}

/* Кнопки-вкладки офисов */
.btn-contacts {
    cursor: pointer;
    border-radius: 12px;
    border: 2px solid #3e5cc5;
    padding: 20px;
    text-align: center;
    color: #3e5cc5;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.btn-contacts.active {
    background: #3e5cc5;
    border: 2px solid #3e5cc5;
    color: #fff;
}

.btn-contacts:hover {
    background: #3e5cc5;
    color: #fff;
}

/* Блоки контактной информации */
.newcontacts {
    display: none;
}

.newcontacts.active {
    display: block;
}

.newcontacts-block {
    margin-bottom: 25px;
}

.newcontacts-block div {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
    color: #272727;
}

.newcontacts-block p {
    margin: 0;
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}

.newcontacts-block a {
    color: #3e5cc5;
    text-decoration: none;
    font-weight: 500;
}

.newcontacts-block a:hover {
    color: #1a4080;
    text-decoration: none;
}

/* Карта */
#map {
    border-radius: 12px;
    background: #f4f4f4;
}

/* Администрация и реквизиты */
.newabout-header {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #272727;
}

.requisites__item {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}

.list-style-none {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Утилитарные классы */
.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px;
}

/* ==================================================================================
   Адаптивность для страницы контактов
   ================================================================================== */

@media (max-width: 991px) {
    .newbabout .newpages-header {
        font-size: 28px;
        height: 120px;
        margin-bottom: 40px;
    }
    
    .btn-contacts {
        padding: 15px;
        font-size: 14px;
    }
    
    .newcontacts-section {
        margin-bottom: 80px;
    }
    
    .newabout-header {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .newbabout .newpages-header {
        font-size: 24px;
        height: 100px;
        padding: 20px;
    }
    
    .btn-contacts {
        padding: 12px;
        font-size: 13px;
    }
    
    .newcontacts-block div {
        font-size: 15px;
    }
    
    .newcontacts-block p {
        font-size: 14px;
    }
}


/* Основные стили для отзывов из testimonial блоков */
.testimonial1 .testi1 .card-body {
    padding: 35px;
}

.testimonial1 .testi1 .thumb {
    position: relative;
    padding: 10px 20px 10px;
    padding-left: 90px;
    margin-left: -35px;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 30px;
}

.testimonial1 .testi1 .thumb .thumb-img {
    width: 60px;
    position: absolute;
    left: 20px;
    top: -10px;
}

.testimonial1 .testi1 h5 {
    line-height: 30px;
}

.testimonial1 .testi1 .devider {
    height: 1px;
    background: rgba(120, 130, 140, 0.13);
    margin: 20px 0;
    display: inline-block;
    width: 100px;
}

/* Карточки */
.card {
    border: 0px;
    margin-bottom: 30px;
}

.card.card-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

/* Кнопки градиенты из оригинального style.css */
.btn-info-gradiant {
    background: #06a7fd;
    background: -webkit-linear-gradient(legacy-direction(to right), #06a7fd 0%, #316ce8 100%);
    background: -webkit-gradient(linear, left top, right top, from(#06a7fd), to(#316ce8));
    background: -webkit-linear-gradient(left, #06a7fd 0%, #316ce8 100%);
    background: -o-linear-gradient(left, #06a7fd 0%, #316ce8 100%);
    background: linear-gradient(to right, #06a7fd 0%, #316ce8 100%);
    border: 0px;
    color: #ffffff;
    padding: 10px 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border-radius: 0;
}

.btn-info-gradiant:hover {
    background: #316ce8;
    background: -webkit-linear-gradient(legacy-direction(to right), #316ce8 0%, #06a7fd 100%);
    background: -webkit-gradient(linear, left top, right top, from(#316ce8), to(#06a7fd));
    background: -webkit-linear-gradient(left, #316ce8 0%, #06a7fd 100%);
    background: -o-linear-gradient(left, #316ce8 0%, #06a7fd 100%);
    background: linear-gradient(to right, #316ce8 0%, #06a7fd 100%);
    color: #ffffff;
    text-decoration: none;
}

.btn-info-gradiant.active, 
.btn-info-gradiant:active, 
.btn-info-gradiant:focus {
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    opacity: 1;
}

.btn-danger-gradiant {
    background: #ff4d7e;
    background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0%, #ff6a5b 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ff4d7e), to(#ff6a5b));
    background: -webkit-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
    background: -o-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
    background: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%);
    border: 0px;
    color: #ffffff;
    padding: 10px 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border-radius: 0;
}

.btn-danger-gradiant:hover {
    background: #ff6a5b;
    background: -webkit-linear-gradient(legacy-direction(to right), #ff6a5b 0%, #ff4d7e 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ff6a5b), to(#ff4d7e));
    background: -webkit-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
    background: -o-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
    background: linear-gradient(to right, #ff6a5b 0%, #ff4d7e 100%);
    color: #ffffff;
    text-decoration: none;
}

.btn-danger-gradiant.active, 
.btn-danger-gradiant:active, 
.btn-danger-gradiant:focus {
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    opacity: 1;
}

/* Градиент для фона */
.bg-success-gradiant {
    background: #1dc8cd;
    background: -webkit-linear-gradient(legacy-direction(to right), #1dc8cd 0%, #1dc8cd 100%);
    background: -webkit-gradient(linear, left top, right top, from(#1dc8cd), to(#1dc8cd));
    background: -webkit-linear-gradient(left, #1dc8cd 0%, #1dc8cd 100%);
    background: -o-linear-gradient(left, #1dc8cd 0%, #1dc8cd 100%);
    background: linear-gradient(to right, #1dc8cd 0%, #1dc8cd 100%);
}

/* Цвета текста из оригинального style.css */
.text-white {
    color: #ffffff !important;
}

.text-muted {
    color: #8d97ad !important;
}

/* Отступы из оригинального style.css */
html body .m-t-15 {
    margin-top: 15px;
}

html body .m-t-30 {
    margin-top: 30px;
}

html body .m-b-30 {
    margin-bottom: 30px;
}

html body .m-r-10 {
    margin-right: 10px;
}

/* Заголовки из оригинального style.css */
.title {
    margin: 20px 0 15px;
}

/* Spacer из оригинального style.css */
.spacer {
    padding: 20px 0;
}

/* Фон светлый из оригинального style.css */
html body .bg-light {
    background-color: #f5f7fa !important;
}

/* Шрифты из оригинального style.css */
html body .font-light {
    font-weight: 300;
}

/* Модальные окна уже есть в Bootstrap 4 */

/* Формы уже есть в Bootstrap 4 */

/* Пагинация уже есть в Bootstrap 4 */

/* FontAwesome иконки уже подключены через @import */

/* Утилиты Bootstrap 4 */
.float-md-right {
    float: right !important;
}

.w-100 {
    width: 100% !important;
}

.justify-content-center {
    justify-content: center !important;
}

/* Дополнительные стили для адаптивности на мобильных */
@media (max-width: 767px) {
    .testimonial1 .testi1 .thumb {
        padding-left: 70px;
        margin-left: -25px;
    }
    
    .testimonial1 .testi1 .card-body {
        padding: 25px;
    }
}

/* Модальное окно уже есть в Bootstrap 4, добавляем только специфичные стили */

.modal-header.green {
    background: #28a745;
    color: white;
}

.modal-main {
    overflow: hidden;
}

.main-modal {
    /* Дополнительные стили если нужны */
}

/* Стили для алертов уже есть в Bootstrap 4 */

/* Стили кнопки закрытия уже есть в Bootstrap 4 */


/*/////////////// ARTICLES ////////////*/
.arcticles-list-spec img {
    margin-right: 10px;
}
.arcticles-list-spec {
    display: flex;
    align-items: center;
    color: #7e7e7e;
}
.arcticles-list-wrapper {
    margin-top: 75px;
}
.arcticles-list-img {
    border-radius: 12px;
    width: 100%;
    margin-bottom: 10px;
}
.arcticles-list-date {
    font-size: 14px;
    color: #7e7e7e;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 10px;
}
.arcticles-list-title {
    font-size: 16px;
    color: #272727;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}
.arcticles-card .arcticles-list-more {
    margin-bottom: 20px;
    font-size: 14px;
    color: #7e7e7e;
    font-weight: 400;
    border-bottom: 1px solid #7e7e7e;
    display: inline-flex;
}
.arcticles-card {
    margin-bottom: 40px;
}

/* Дополнительные стили для детальной страницы статьи */
.article-preview {
    font-size: 18px;
    font-weight: 500;
    color: #444;
    margin-bottom: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #3e5cc5;
}

.article-content {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.article-content p {
    margin-bottom: 15px;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #272727;
}

.article-content ul,
.article-content ol {
    margin-bottom: 20px;
    padding-left: 25px;
}

.article-content li {
    margin-bottom: 8px;
}

.article-content a {
    color: #3e5cc5;
    text-decoration: underline;
}

.article-content a:hover {
    color: #2c4a99;
    text-decoration: none;
}

.article-content strong,
.article-content b {
    font-weight: 600;
    color: #272727;
}

.article-author h5 {
    margin-bottom: 15px;
    font-weight: 600;
    color: #272727;
}

/* Стили для thumb-img и circle (если их нет в main.css) */
.thumb-img {
    width: 50px;
    /*height: 50px;
    object-fit: cover;*/
}

.circle {
    border-radius: 50%;
}

.article-doctor-img {
    width: 40px;
}

/* Адаптивность для статей */
@media (max-width: 768px) {
    .arcticles-list-wrapper {
        margin-top: 40px;
    }
    
    .arcticles-card {
        margin-bottom: 30px;
    }
    
    .article-preview {
        font-size: 16px;
        padding: 15px;
    }
    
    .article-content {
        font-size: 15px;
    }
    
    .arcticles-list-title {
        font-size: 15px;
    }
}

/* Пагинация для статей */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    list-style: none;
    padding: 0;
}

.pagination .page-item {
    margin: 0 5px;
}

.pagination .page-item .page-link {
    display: block;
    padding: 8px 16px;
    color: #3e5cc5;
    text-decoration: none;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    transition: all 0.3s;
}

.pagination .page-item.active .page-link {
    background-color: #3e5cc5;
    border-color: #3e5cc5;
    color: #fff;
}

.pagination .page-item:hover .page-link {
    background-color: #e9ecef;
    border-color: #adb5bd;
}

.pagination .page-item.disabled .page-link {
    color: #6c757d;
    background-color: #fff;
    border-color: #dee2e6;
    cursor: not-allowed;
}
.arcticles-list-title {
    font-size: 16px;
    color: #272727;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}
/*/////////////// ARTICLES ////////////*/


/* ==========================================================================
   Медиа галерея - стили для групировки по разделам
   ========================================================================== */

/* Заголовки разделов медиа галереи */
.media-section-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 40px 0 30px 0;
    color: #272727;
    border-bottom: 2px solid #3e5cc5;
    padding-bottom: 10px;
    width: 100%;
}

.media-section-title:first-child {
    margin-top: 0;
}

/* Автор в медиа карточках */
.media-author {
    margin-top: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.media-date {
    margin-top: 20px;
    color: #666;
}

/* Адаптивность для медиа галереи */
@media (max-width: 991px) {
    .media-section-title {
        font-size: 28px;
        margin: 30px 0 20px 0;
    }
}

@media (max-width: 767px) {
    .media-section-title {
        font-size: 24px;
        margin: 20px 0 15px 0;
    }
}

.media-gallery-link:hover img {
    transform: scale(1.05);
}

/* Стили для страниц отделений - добавить в main.css */

/* Основной контейнер отделений */
.spacer.feature24 {
    padding: 80px 0;
}

/* Фильтр офисов */
.custom-control.custom-radio.branch-choise {
    position: relative;
    display: block;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}

.custom-control.custom-radio.branch-choise .custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custom-control.custom-radio.branch-choise .custom-control-label {
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #272727;
    padding-left: 1.5rem;
}

.custom-control.custom-radio.branch-choise .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-color: #fff;
    border: 2px solid #3e5cc5;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.custom-control.custom-radio.branch-choise .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #3e5cc5;
    border-color: #3e5cc5;
}

.custom-control.custom-radio.branch-choise .custom-control-label::after {
    position: absolute;
    top: 0.5rem;
    left: -1.25rem;
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    content: "";
    background: #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
    opacity: 0;
}

.custom-control.custom-radio.branch-choise .custom-control-input:checked ~ .custom-control-label::after {
    opacity: 1;
}

/* Обертка карточек отделений */
.wrap-feature-24 {
    margin-top: 60px;
}

.wrap-feature-24 .card {
    overflow: hidden;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0px 3px 21px -7px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    height: 100%;
}

.wrap-feature-24 .card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 8px 30px -5px rgba(0, 0, 0, 0.3);
}

/* Карточки отделений */
.main-department-block {
    margin-bottom: 30px;
}

.service-24 {
    text-align: center;
    padding: 40px 20px;
    display: block;
    text-decoration: none;
    color: #272727;
    transition: all 0.3s ease;
    height: 100%;
    border-radius: 12px;
}

.service-24:hover {
    background: linear-gradient(to right, #07d79c 0%, #1dc8cd 100%);
    color: #fff;
    text-decoration: none;
}

.service-24 i {
    background: linear-gradient(to right, #07d79c 0%, #1dc8cd 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-size: 50px;
    display: block;
    margin-bottom: 20px;
}

.service-24:hover i {
    -webkit-text-fill-color: #fff;
    text-fill-color: #fff;
}

.service-24 .ser-title {
    margin: 10px 0 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
}

/* Услуги отделения */
.service-item {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    align-items: center;
}

.service-item:last-child {
    border-bottom: none;
}

.service-item-link {
    color: #272727;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    display: block;
}

.service-item-link:hover {
    color: #3e5cc5;
    text-decoration: none;
}

.service-price {
    font-size: 18px;
    font-weight: 500;
    color: #3e5cc5;
    text-align: center;
}

.service-item-call-btn {
    border-radius: 8px;
    background: #3e5cc5;
    color: #fff;
    padding: 12px 20px;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.service-item-call-btn:hover {
    background: #1a4080;
    color: #fff;
    text-decoration: none;
}

.service-item-desc-btn {
    border-radius: 8px;
    border: 1px solid #3e5cc5;
    padding: 12px 20px;
    color: #3e5cc5 !important;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease;
}

.service-item-desc-btn:hover {
    background: #3e5cc5;
    color: #fff;
    text-decoration: none;
}

/* Специалисты отделения */
.spacer.team4 {
    padding: 15px 0;
}

.team4 .title {
    font-size: 32px;
    font-weight: 500;
    color: #272727;
    margin-bottom: 40px;
}

.pro-pic {
    margin-bottom: 20px;
}

.pro-pic img {
    height: 250px;
    border-radius: 12px;
}

.title.font-medium {
    font-size: 18px;
    font-weight: 500;
    color: #272727;
    margin-bottom: 8px;
    line-height: 1.2;
}

.subtitle {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0;
}

/* Статический слайдер для фото отделения */
.static-slider10 {
    width: 100%;
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 40px;
    border-radius: 20px;
}

/* Адаптивность */
@media (max-width: 768px) {
    .spacer.feature24 {
        padding: 40px 0;
    }
    
    .wrap-feature-24 {
        margin-top: 30px;
    }
    
    .service-24 {
        padding: 30px 15px;
    }
    
    .service-24 .ser-title {
        font-size: 16px;
    }
    
    .service-item {
        padding: 15px 0;
        text-align: center;
    }
    
    .service-item-call-btn,
    .service-item-desc-btn {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .service-price {
        margin-bottom: 15px;
    }
    
    .static-slider10 {
        height: 250px;
        margin-bottom: 20px;
    }
    
    .team4 .title {
        font-size: 24px;
    }
    
    .pro-pic img {
        height: 200px;
    }
}

@media (max-width: 576px) {
    .custom-control.custom-radio.branch-choise .custom-control-label {
        font-size: 14px;
    }
    
    .service-24 i {
        font-size: 40px;
        margin-bottom: 15px;
    }
    
    .service-24 .ser-title {
        font-size: 14px;
    }
}


/*/////////////// VACANCY STYLES ////////////*/
.vacansy-nav {
    display: flex;
    justify-content: space-between;
    margin: 70px 0px 50px;
    border: 1px solid rgba(62, 92, 197, 0.4);
    border-radius: 12px;
}

.vacansy-nav a {
    color: rgb(39, 39, 39);
    border-right: 1px solid rgba(62, 92, 197, 0.4);
    text-align: center;
    width: 25%;
    padding: 20px 0px;
}

.vacansy-nav a:last-child {
    border-right: none;
}

.vacansy-nav a.active {
    color: #fff;
    background: rgb(62, 92, 197);
}

.vacansy-title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 30px;
}

.vacansy-subtitle {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.vacansy-wrapper .tab-pane .row {
    border-radius: 12px;
    background: rgb(244, 244, 244);
    padding: 50px;
    margin-bottom: 20px;
}

.vacansy-wrapper .tab-pane .row ul {
    padding-left: 20px;
}

.doctor-contact__name {
    font-weight: 600;
    margin-bottom: 5px;
}

.doctor-contact__tel {
    color: #3e5cc5;
    font-weight: 500;
}

@media (max-width: 919px) {
    .vacansy-nav {
        flex-wrap: wrap;
    }
    
    .vacansy-nav a {
        width: 50%;
        border-right: none;
        border-bottom: 1px solid rgba(62, 92, 197, 0.4);
    }
    
    .vacansy-nav a:nth-child(2n) {
        border-left: 1px solid rgba(62, 92, 197, 0.4);
    }
    
    .vacansy-nav a:nth-last-child(-n+2) {
        border-bottom: none;
    }
    
    .vacansy-wrapper .tab-pane .row {
        padding: 20px;
    }
    
    .vacansy-title {
        font-size: 20px;
    }
}
/*/////////////// END VACANCY STYLES ////////////*/



/* ============================================
   FAQ STYLES - Вопросы-ответы
   ============================================ */

/* Заголовок страницы */


/* Заголовок с кнопкой */
.question-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 40px;
}

/* Кнопка "Задать вопрос" */
.btn-question {
    border-radius: 8px;
    color: rgb(62, 92, 197);
    background: rgb(255, 255, 255);
}

.btn-question:hover {
    color: rgb(62, 92, 197);
}

/* Контейнер вопросов */
.questions-wrapper {
    /* пусто - контейнер */
}

/* Блок одного вопроса-ответа */
.question-row {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
    border: 1px solid rgba(62, 92, 197, 0.4);
    border-radius: 12px;
}

/* Блок вопроса */
.question-ask,
.question-ans {
    width: 50%;
    padding: 40px 50px;
    border-left: 1px solid rgba(62, 92, 197, 0.4);
}

/* Блок ответа */
.question-ans {
    background: rgb(244, 244, 244);
    border-radius: 0px 12px 12px 0px;
}

/* Заголовки "Вопрос" и "Ответ" */
.question-title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 30px;
}

.question-ans .question-title {
    color: rgb(62, 92, 197);
}

/* Имя автора вопроса */
.question-ask-name {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

/* Пагинация */
.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination .page-item {
    margin: 0 5px;
}

.pagination .page-item a,
.pagination .page-item span {
    display: block;
    padding: 8px 12px;
    color: #272727;
    text-decoration: none;
    border: 1px solid rgba(62, 92, 197, 0.4);
    border-radius: 4px;
}

.pagination .page-item.active a {
    background: rgb(62, 92, 197);
    color: #fff;
    border-color: rgb(62, 92, 197);
}

.pagination .page-item.disabled span {
    color: #999;
    cursor: not-allowed;
}

.pagination .page-item:hover:not(.disabled):not(.active) a {
    background: rgba(62, 92, 197, 0.1);
}

/* Адаптив для мобильных */
@media (max-width: 919px) {
    .question-row {
        display: block;
    }
    
    .question-ask {
        width: 100%;
        border-left: 0px;
    }
    
    .question-ans {
        width: 100%;
        border-radius: 0px 0px 12px 12px;
        border-left: 0px;
    }
    
    .question-header-wrapper {
        display: block;
    }
    
    .question-header-wrapper button {
        margin-top: 30px;
    }

}

.newpages-header { 
    min-height: 200px; /* - УБРАТЬ */
    border-radius: 20px;
    background: linear-gradient(93deg, #3e5cc5 -12.9%, #a8b9f0 131.24%);
    padding: 30px;
    color: #fff;
    /* font-size: 42px; - УБРАТЬ, будет ниже */
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    display: flex;
    align-items: center; /* БЫЛО: end */
    margin-bottom: 40px;
}

@media (max-width: 919px) {
    .newpages-header {
        font-size: 24px;
        line-height: 1.3;
        /* height: 120px; - УБРАТЬ */
        min-height: 80px;
        padding: 20px 15px;
    }
}

@media (max-width: 576px) {
    .newpages-header {
        font-size: 20px;
        min-height: 70px;
        padding: 15px;
    }
}




/* ============================================
   Стили для раздела "Нормативные документы"
   Добавить в конец main.css
   ============================================ */

/* Секция офисов и документов */
.offices {
    padding: 40px 0;
}

.offices ul,
.offices ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offices ul:not(.breadcrumbs) a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    padding: 16px 24px;
    border-radius: 8px;
    background: linear-gradient(93deg, #3e5cc5 -12.9%, #a8b9f0 131.24%);
    border: 0px solid #3e5cc5;
    color: #ffffff;
    transition: all 0.2s ease 0s;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}

.offices ul:not(.breadcrumbs) a:hover {
    background: transparent;
    border: 1px solid #3e5cc5;
    color: #3e5cc5;
}

.offices ul:not(.breadcrumbs) li {
    margin-top: 12px;
}

.offices ul:not(.breadcrumbs) li:first-child {
    margin-top: 0;
}

.offices h3 {
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 40px;
    color: #272727;
}

/* Хлебные крошки */
.breadcrumbs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    font-size: 14px;
    flex-wrap: wrap;
}

.breadcrumbs li {
    display: flex;
    align-items: center;
    color: #666;
}

.breadcrumbs li:not(:last-child)::after {
    content: '/';
    margin: 0 8px;
    color: #999;
}

.breadcrumbs li:last-child {
    color: #272727;
    font-weight: 500;
}

.breadcrumbs a {
    color: #3e5cc5;
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumbs a:hover {
    color: #2c5aa0;
    text-decoration: underline;
}

/* Адаптивность */
@media (max-width: 768px) {
    .offices h3 {
        font-size: 28px;
        margin-bottom: 25px;
    }
    
    .offices ul:not(.breadcrumbs) a {
        padding: 12px 16px;
        font-size: 14px;
    }
    
    .breadcrumbs {
        font-size: 12px;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .offices h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .offices ul:not(.breadcrumbs) a {
        padding: 10px 14px;
        font-size: 13px;
    }
}



/* =============== MANAGEMENT & PERSONAL PAGES STYLES =============== */

/* Specialists cards */
.specialist-card .specialist-card-info {
	width: 65%;
}

.specialist-card .pro-pic {
	width: 45%;
}

.specialist-card {
	display: flex;
	border-radius: 12px;
	background: #f4f4f4;
	padding: 40px 35px;
	height: 100%;
}

.specialist-card-title {
	font-size: 26px;
	font-weight: 500;
	color: #272727;
	line-height: normal;
}

.specialists-card-rang {
	color: #272727;
	font-size: 14px;
	font-weight: 400;
	margin-top: 20px;
}

.specialist-card-btns {
	display: flex;
	margin-top: 20px;
}

.specialists-wrapper .expert_outform {
	border-radius: 8px;
	background: #3e5cc5;
	color: #fff;
	margin-right: 15px;
	padding: 12px 20px;
	text-decoration: none;
}

.specialists-wrapper .expert_outform:hover {
	background: #1a4080;
	color: #fff;
	text-decoration: none;
}

.specialists-wrapper .col-lg-6 {
	margin-bottom: 20px;
}

.specialist-card-btns-more:hover {
	color: #3e5cc5;
	text-decoration: none;
}

.specialist-card-btns-more {
	border: 1px solid #3e5cc5;
	color: #3e5cc5;
	border-radius: 8px;
	padding: 12px 20px;
	text-decoration: none;
}

/* Search */
.specialists-search {
	position: relative;
}

.specialists-search input {
	padding-left: 50px;
	position: relative;
	border-radius: 8px;
	border: 1px solid #ddd;
	height: 50px;
}

.specialists-search img {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 20px;
	height: 20px;
}

/* Images styles */
.specialists-wrapper .specialist-card {
	position: relative;
}

.specialists-wrapper .specialist-card .pro-pic img {
	position: absolute;
	bottom: 0;
	height: 80%;
	width: auto;
    left: 10px;
}

.specialists-wrapper.imgs-round .specialist-card .pro-pic img {
	position: initial;
	bottom: 0;
	height: auto;
	width: 85%;
	border-radius: 12px;
}

/* Content text */
.content-text {
	margin-top: 40px;
}

.content-text p {
	font-size: 16px;
	line-height: 1.6;
	color: #272727;
	margin-bottom: 15px;
}



/* Responsive */
@media (max-width: 919px) {
	.specialist-card-title {
		font-size: 18px;
		font-weight: 500;
	}
	
	.specialist-card .pro-pic {
		width: 50%;
	}
	
	.specialist-card .specialist-card-info {
		width: 50%;
	}
	
	.specialist-card {
		padding: 20px 8px;
		justify-content: space-between;
	}
	
	.specialist-card-btns a {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.expert_outform {
		margin: 0px 0px 15px 0px;
	}
	
	.specialist-card-btns {
		flex-direction: column;
	}
	
	
	
	.specialists-wrapper .specialist-card .pro-pic img {
		height: 80%;
	}
}

@media (max-width: 400px) {
	.specialists-wrapper .specialist-card .pro-pic img {
		height: auto;
		width: 150px;
	}
}

/* =============== END MANAGEMENT & PERSONAL PAGES STYLES =============== */


/* Стили для страницы "Анализы и цены" */

/* Accordion и карточки */
.accordion {
    /* Стандартные стили Bootstrap */
}

.card {
    /* Стандартные стили Bootstrap */
}

.card-header {
    /* Стандартные стили Bootstrap */
}

/* Service items */
.service-item {
    margin: 10px 0px;
    padding: 20px 40px;
    border-radius: 12px;
    background: #F4F4F4;
    color: #272727;
    display: flex;
    align-items: center;
}



.service-price {
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
    color: #7E7E7E;
}

/* Margins */
.m-t-40 {
    margin-top: 40px;
}

.m-b-40 {
    margin-bottom: 40px;
}

/* Collapse (Bootstrap) */
.collapse {
    /* Стандартные стили Bootstrap */
}

/* Responsive styles */
@media (max-width: 767px) {
    .service-price {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .service-item {
        padding: 20px;
    }
}


Отлично! Теперь добавляю стили в main.css. Нужно добавить стили для модалок авторизации:
bashcat >> /var/www/alexlvx/data/www/taurus.zone.pro/local/templates/paracels/css/main.css << 'EOF'

/* ========== МОДАЛЬНЫЕ ОКНА АВТОРИЗАЦИИ ========== */

/* Общие стили модалок */
.modal-header.green {
    background: #3e5cc5;
    color: #fff;
    border-radius: 12px 12px 0 0;
    padding: 20px;
    border-bottom: none;
}

.modal-header.green .modal-title {
    color: #fff;
}

.modal-header.green .close {
    color: #fff;
    opacity: 0.8;
    font-size: 24px;
    text-shadow: none;
}

.modal-header.green .close:hover {
    opacity: 1;
}

.main-modal {
    padding: 20px;
}

.main-modal .container {
    padding: 20px 0;
}

/* Восстановление пароля */
.password-recovery__text {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
}


.btn-info-gradiant {
    background: linear-gradient(90deg, #17a2b8 0%, #138496 100%);
    border: none;
    color: #fff;
}

.btn-info-gradiant:hover {
    background: linear-gradient(90deg, #138496 0%, #117a8b 100%);
    color: #fff;
}

/* Отступы */
.m-t-10 { margin-top: 10px; }
.m-t-20 { margin-top: 20px; }
.m-t-30 { margin-top: 30px; }
.m-b-20 { margin-bottom: 20px; }
.m-b-30 { margin-bottom: 30px; }
.p-0 { padding: 0; }
.p-20 { padding: 20px; }

/* Модалка успеха */
#success-modal .modal-content {
    background-color: transparent;
    border: 0;
}

#success-modal .main-modal {
    background: #3e5cc5;
    color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
}

#success-modal .usppop {
    text-align: center;
    font-size: 18px;
    margin: 0;
}

/* Размеры модалок */
.modal-xs {
    max-width: 400px;
}

.modal-sm {
    max-width: 500px;
}

.modal-lg {
    max-width: 800px;
}




/* Слайдер главной страницы */
.slider2 {
    margin-bottom: 40px;
}

.slider2-mob {
    display: none;
}

.carousel-inner {
    border-radius: 12px;
    overflow: hidden;
}

.slide-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    align-items: center;
    justify-content: center;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 40px;
    height: 40px;
}





.carousel-control-prev{
	top:45%!important;
	filter: invert(1)!important;
	background-color: rgba(0, 0, 0, 0.7)!important; /* Полупрозрачный чёрный фон */
    border-radius: 50%!important;
    padding: 10px!important;
	width: 40px!important;  /* Фиксированная ширина */
    height: 40px!important; /* Фиксированная высота */
	left:20px!important;
}
.carousel-control-next{
	top:45%!important;
	filter: invert(1)!important;
	background-color: rgba(0, 0, 0, 0.7)!important; /* Полупрозрачный чёрный фон */
    border-radius: 50%!important;
    padding: 10px!important;
	width: 40px!important;  /* Фиксированная ширина */
    height: 40px!important; /* Фиксированная высота */
	right:20px!important;
}


.specialist-card-btns-more{
    border: 1px solid #3e5cc5!important;
    color: #3e5cc5!important;
    display: inline-flex!important;
    align-items: center!important;
    justify-content: center!important;
    font-weight: 400!important;
    text-align: center!important;
    white-space: nowrap!important;
    vertical-align: middle!important;
    font-size: 1rem!important;
    line-height: 1!important; /* Изменено на 1 */
    border-radius: .25rem!important;
    padding: 0.5rem 1rem!important; /* Добавлен padding */
}


.main-specialist-header{
	font-size: 26px!important;
    font-style: normal;
    font-weight: 500;
}









/* Бургер-меню для мобильных */
.mobile-menu-toggle {
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 101;
    background: transparent;
    border: none;
}

.mobile-menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background: #272727;
    transition: all 0.3s;
    border-radius: 3px;
}

.topbar.opened-mobile .mobile-menu-toggle span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.topbar.opened-mobile .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
}

.topbar.opened-mobile .mobile-menu-toggle span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* Оверлей для мобильного меню */
.topbar.opened-mobile::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

/* Мобильное меню - базовые стили */
.newmobile-menu {
    position: fixed;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    transform: translateX(-100vw);
    transition: all 0.4s ease 0s;
    background: #fff;
    height: 100vh;
    overflow-y: auto;
    top: 0;
    width: 100%;
    max-width: 320px;
    z-index: 100;
    left: 0;
}

.topbar.opened-mobile .newmobile-menu {
    transform: translateX(0);
}

/* Верхняя часть мобильного меню */
.mobile-menu-top {
    display: none;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid rgba(225, 228, 231, 0.5);
}

.mobile-menu-top-address {
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

/* Адаптивность для мобильных */
@media (max-width: 919px) {
    .header15 .col-12.col-sm-2 {
        position: relative;
    }
    
    .header-logos {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }
    
    .header-logos .logos2 a img {
        height: 60px;
    }
    
    .main-header-container {
        display: none !important;
    }
    
    .header-btns {
        display: none !important;
    }
    
    .topbar {
        margin-top: 10px;
        position: relative;
    }
    
    .mobile-menu-toggle {
        display: flex !important;
    }
    
    .mobile-menu-top {
        display: block;
    }
    
    .main-header-address {
        flex: 1;
        min-width: 45%;
    }
    
    .mobile-header-works {
        flex: 1;
        min-width: 45%;
        font-size: 13px;
        color: #666;
    }
    
    .main-header-address ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .main-header-address .nav-item {
        margin-bottom: 8px;
    }
    
    .main-header-address a {
        font-size: 13px;
        color: #272727;
        text-decoration: none;
    }
    
    .main-header-address a:hover {
        color: #3e5cc5;
    }
    
    .eye {
        font-size: 12px;
        margin-bottom: 10px;
        display: block;
    }
    
    .main-header-phone {
        font-size: 16px;
        margin-bottom: 10px;
        display: block;
    }
    
    .header-btns-mobile-row {
        display: flex;
        margin-top: 13px;
        gap: 10px;
        align-items: center;
    }
    
    .header-recall {
        flex: 1;
        text-align: center;
        min-width: 0;
        font-size: 13px;
        padding: 10px 16px;
    }
    
    .header-basket {
        margin-left: 0;
        flex-shrink: 0;
    }
    
    .header-lk {
        margin-bottom: 10px;
        display: inline-block;
        width: 100%;
        text-align: center;
        font-size: 13px;
    }
    
    /* Навигация в мобильном меню */
    .header-responsive__phones {
        text-align: left;
        padding: 20px;
        border-bottom: 1px solid rgba(225, 228, 231, 0.5);
        width: 100%;
    }
    
    .header-responsive__phone {
        padding-bottom: 15px;
        position: relative;
        font-size: 18px;
        white-space: nowrap;
        display: block;
        color: #232427;
        text-decoration: none;
    }
    
    .header-responsive__phone-tel {
        font-weight: 500;
    }
    
    .navigation-list {
        margin-bottom: 15px;
        width: 100%;
    }
    
    .navigation-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .navigation-list__item {
        margin: 0 20px;
        border-bottom: 1px solid rgba(225, 228, 231, 0.5);
        position: relative;
    }
    
    .navigation-list__link-1 {
        font-size: 16px;
        padding: 15px 20px;
        display: block;
        color: #232427;
        text-decoration: none;
    }
    
    .navigation-list__link-1:hover {
        color: #2c5aa0;
        text-decoration: none;
    }
    
    /* Блоки внизу меню */
    .blocks__items {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-flow: dense;
        align-items: stretch;
        gap: 15px;
        padding: 0 20px;
        margin: 20px 0 40px 0;
    }
    
    .blocks__item {
        height: auto;
        border-radius: 12px;
        border: 1px solid rgba(62, 92, 197, 0.14);
        background: rgba(62, 92, 197, 0.06);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 30px 20px;
        text-align: center;
        box-shadow: 0px 3px 21px -7px rgba(0, 0, 0, 0.2);
    }
    
    .blocks__item-big {
        grid-column: span 2;
    }
    
    .blocks__items__title {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: center;
        color: #3e4555;
        text-decoration: none;
        display: block;
    }
    
    .blocks__items__title:hover {
        color: #2c5aa0;
        text-decoration: none;
    }
}

/* Для совсем маленьких экранов */
@media (max-width: 576px) {
    .header-logos .logos2 a img {
        height: 50px;
    }
    
    .mobile-menu-toggle {
        right: 15px;
    }
    
    .mobile-menu-toggle span {
        width: 22px;
        height: 2.5px;
    }
    
    .eye {
        font-size: 11px;
    }
    
    .main-header-address ul li {
        font-size: 12px;
    }
    
    .mobile-header-works {
        font-size: 12px;
    }
    
    .header-recall {
        font-size: 12px;
        padding: 8px 12px;
    }
    
    .navigation-list__link-1 {
        font-size: 14px;
        padding: 12px 15px;
    }
    
    .blocks__items {
        padding: 0 15px;
        gap: 10px;
    }
    
    .blocks__item {
        padding: 20px 15px;
    }
    
    .blocks__items__title {
        font-size: 16px;
    }
    
    .newmobile-menu {
        max-width: 280px;
    }
}

/* Фикс для предотвращения скролла при открытом меню */
body.menu-opened {
    overflow: hidden;
    position: fixed;
    width: 100%;
}



/* ============================================
   Модалка налоговой справки
   ============================================ */

.tax-info-block {
    padding: 15px 0;
}

.tax-info-toggle {
    display: inline-block;
    color: #3e5cc5;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: color 0.3s;
}

.tax-info-toggle:hover {
    color: #2d4aa7;
    text-decoration: none;
}

.tax-info-toggle i {
    margin-right: 5px;
}

#taxInfoText .alert {
    font-size: 13px;
    line-height: 1.6;
    max-height: 400px;
    overflow-y: auto;
}

#taxInfoText .alert p {
    margin-bottom: 10px;
}

#taxInfoText .alert p:last-child {
    margin-bottom: 0;
}

.tax-form-section {
    border-left: 3px solid #3e5cc5;
    padding-left: 20px;
}

.tax-form-section .section-title {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

#tax-reference-modal .field {
    margin-bottom: 15px;
}

#tax-reference-modal .form-control,
#tax-reference-modal .select {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s;
}

#tax-reference-modal .form-control:focus,
#tax-reference-modal .select:focus {
    border-color: #3e5cc5;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(62, 92, 197, 0.25);
}

#tax-reference-modal .select-wrap {
    position: relative;
}

#tax-reference-modal .select-wrap::after {
    content: '▼';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #666;
    font-size: 10px;
}

#tax-reference-modal input[type="date"] {
    cursor: pointer;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
}

.checkbox-label input[type="checkbox"] {
    margin-right: 10px;
    margin-top: 3px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

#tax-reference-modal .btn-primary {
    background-color: #3e5cc5;
    border-color: #3e5cc5;
    color: white;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
}

#tax-reference-modal .btn-primary:hover {
    background-color: #2d4aa7;
    border-color: #2d4aa7;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

#tax-reference-modal .btn-block {
    width: 100%;
    display: block;
}

/* Адаптивность */
@media (max-width: 768px) {
    .tax-form-section {
        padding-left: 15px;
        border-left-width: 2px;
    }
    
    .tax-form-section .section-title {
        font-size: 15px;
    }
    
    #tax-reference-modal .form-control,
    #tax-reference-modal .select {
        font-size: 16px;
    }
}





/* Отступы для контейнера внутри модалок */
.main-modal .container {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}


/* Адаптивность модалки */
@media (max-width: 992px) {
    #tax-reference-modal .modal-dialog {
        max-width: 100%;
        margin: 10px;
    }
}

@media (max-width: 768px) {
    #tax-reference-modal .modal-dialog {
        margin: 5px;
    }
    
    #tax-reference-modal .card__body {
        padding: 15px 10px;
    }
    
    #tax-reference-modal .tax-form-section {
        padding-left: 15px;
        padding-right: 10px;
        border-left-width: 2px;
    }
    
    #tax-reference-modal .field {
        margin-bottom: 12px;
    }
    
    #tax-reference-modal .form-control,
    #tax-reference-modal .select {
        font-size: 16px;
        padding: 8px 12px;
    }
    
    #tax-reference-modal .card__title {
        font-size: 18px;
    }
    
    #tax-reference-modal .section-title {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    #tax-reference-modal .modal-dialog {
        margin: 0;
        max-width: 100%;
    }
    
    #tax-reference-modal .card__body {
        padding: 10px 8px;
    }
}


#question-modal .modal-dialog {
    max-width: 700px;
}
#question_modal select option {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

#question_modal select {
    height: auto !important;
    min-height: 40px !important;
}

#question-modal .row {
    display: flex;
    flex-wrap: wrap;
}

#question-modal .col-md-6 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

#question-modal .col-md-12 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}




.article-author-img {
    width: 80px;
   
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
    object-position: center;
}

.article-author-block {
    display: flex;
    align-items: center;
    margin-top: 15px;
    text-decoration: none;
    color: inherit;
}

.article-author-name {
    font-weight: 600;
    margin-bottom: 5px;
}
@media (max-width: 768px) {
	.footer_roddom_text{
		/*display:none;*/
		color:#ccc;		
	}
	.fmob{
		display:block!important;
	}
	.fpk{
		display:none;
	}
}

.fmob{
	display:none;
}


/* ========== Личный кабинет - Personal Account ========== */
.personal-account .newpages-header h1{
    color:#fff;
}
.personal-account .newpages-header {
    font-size: 42px;
    font-weight: 500;
    height: 200px;
    margin-bottom: 75px;
}
.personal-account-info{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.personal-account-data:nth-child(1){
	margin-right: 2%;
}
.personal-account-data table tr td:nth-child(1){
	font-weight: 600;
	width: 40%;
}
.personal-account-data table {
	width: 100%;
}
.personal-account-data table tr{
	padding: 15px 0px;
}
.personal-account-data table td{
	font-size: 16px;
	padding: 15px 0px;
	line-height: 20px;
}
.personal-account-data h3{
	font-size: 26px;
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 40px;
}
.personal-account-data{
	flex-basis: 49%;
	padding: 40px;
	background: #F4F4F4;
	border-radius: 12px;
	margin-bottom: 20px;
}
.personal-account-btns a,
.personal-account-btns button{
	display: block;
	margin-bottom: 20px;
	border: 1px solid rgb(62, 92, 197);
	border-radius: 8px;

	color: rgb(39, 39, 39);
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;

	padding: 10px 0px;
	text-align: center;
	width: 100%;
	cursor: pointer;
	background: transparent;
}
.personal-logout{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 12px 20px 12px 20px;
	border-radius: 8px;
	background: rgb(62, 92, 197);
	color: #fff;
}

/* Адаптив для личного кабинета */
@media (max-width: 768px) {
	.personal-account-info{
		flex-direction:column;
	}
}

/* ========== Стили для SMS модалки ========== */
.help-block {
    font-size: 13px;
    color: #ec6363;
    margin-top: 5px;
}

.sms_annotation {
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
}

.btn-info-gradiant {
    background: #06a7fd;
    background: -webkit-linear-gradient(legacy-direction(to right), #06a7fd 0%, #316ce8 100%);
    background: -webkit-gradient(linear, left top, right top, from(#06a7fd), to(#316ce8));
    background: -webkit-linear-gradient(left, #06a7fd 0%, #316ce8 100%);
    background: -o-linear-gradient(left, #06a7fd 0%, #316ce8 100%);
    background: linear-gradient(to right, #06a7fd 0%, #316ce8 100%);
    border: 0px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}
.btn-info-gradiant:hover {
    background: #316ce8;
    background: -webkit-linear-gradient(legacy-direction(to right), #316ce8 0%, #06a7fd 100%);
    background: -webkit-gradient(linear, left top, right top, from(#316ce8), to(#06a7fd));
    background: -webkit-linear-gradient(left, #316ce8 0%, #06a7fd 100%);
    background: -o-linear-gradient(left, #316ce8 0%, #06a7fd 100%);
    background: linear-gradient(to right, #316ce8 0%, #06a7fd 100%);
    color: #fff;
}
.btn-info-gradiant.active, 
.btn-info-gradiant:active, 
.btn-info-gradiant:focus {
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    opacity: 1;
}


/* ========== Форма редактирования личных данных ========== */
.feature30.spacer {
    padding: 40px 0;
}

.feature30 form p {
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
}

.feature30 form p:first-child {
    margin-top: 0;
}

.feature30 .form-control {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    line-height: 20px;
}

.feature30 .form-control:focus {
    border-color: rgb(62, 92, 197);
    outline: none;
}

.feature30 .form-group {
    margin-bottom: 0;
}

.feature30 .btn-success {
    background: rgb(62, 92, 197);
    border: 0;
    color: #fff;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 30px;
}

.feature30 .btn-success:hover {
    background: rgb(50, 75, 170);
}

.feature30 .m-b-10 {
    margin-bottom: 10px;
}

.feature30 .m-t-10 {
    margin-top: 10px;
}

.feature30 .alert {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.feature30 .alert-danger {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}


/* ========== История посещений и записей ========== */
.personal-history-content {
    margin-top: 20px;
}

.history-table {
    overflow-x: auto;
}

.history-table table {
    width: 100%;
    border-collapse: collapse;
}

.history-table table thead {
    background: #f8f9fa;
}

.history-table table th {
    padding: 12px 15px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    border-bottom: 2px solid #dee2e6;
}

.history-table table td {
    padding: 12px 15px;
    font-size: 14px;
    border-bottom: 1px solid #dee2e6;
}

.history-table table tbody tr:hover {
    background: #f8f9fa;
}

.history-table .badge {
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}

.history-table .badge-planned {
    background: #d1ecf1;
    color: #0c5460;
}

.history-table .badge-soon {
    background: #fff3cd;
    color: #856404;
}

.history-table .badge-completed {
    background: #d4edda;
    color: #155724;
}

.history-table .badge-cancelled {
    background: #f8d7da;
    color: #721c24;
}

.history-table .status-soon {
    background: #fff9e6;
}

.btn-cancel-appointment {
    padding: 6px 12px;
    background: transparent;
    border: 1px solid #dc3545;
    color: #dc3545;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
}

.btn-cancel-appointment:hover {
    background: #dc3545;
    color: #fff;
}

.history-total {
    margin-top: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    font-weight: 600;
}

.loader {
    color: #666;
}

@media (max-width: 768px) {
    .history-table {
        font-size: 12px;
    }
    
    .history-table table th,
    .history-table table td {
        padding: 8px 10px;
    }
}




/* Стили для лоадера AJAX-запросов */
.ajax-loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    border-radius: inherit;
}

.ajax-loader {
    text-align: center;
}

.ajax-loader .spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #0084C7;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 15px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.ajax-loader .loader-text {
    color: #333;
    font-size: 14px;
    font-weight: 500;
} 

.carousel-indicators{
	display:none!important; 
}


/* Фикс для мобильной версии календаря */
@media (max-width: 768px) {
    .calendar {
        display: flex !important;
        flex-direction: column !important;
    }
    
    .month {
        width: 100% !important;
    }
    
    .time-col {
        width: 100% !important;
        margin-top: 20px;
        margin-left: 0 !important;
    }
    
    .time-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: flex-start;
    }
    
    .time {
        flex: 0 0 calc(33.333% - 7px);
        max-width: calc(33.333% - 7px);
    }
}


/* Кнопка поиска в шапке */
.header-search-btn {
    background: transparent;
    border: none;
    color: #3e5cc5;
    font-size: 18px;
    cursor: pointer;
    padding: 8px;
    transition: all 0.3s;
}

.header-search-btn:hover {
    color: #2d4391;
    transform: scale(1.1);
}

/* Поисковая панель */
.header-search-panel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 4px 12px rgba(62, 92, 197, 0.2);
    z-index: 9999;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}

.header-search-panel.active {
    transform: translateY(0);
}

.header-search-wrapper {
    display: flex;
    align-items: center;
    padding: 20px 0;
    gap: 15px;
}

.header-search-input {
    flex: 1;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.header-search-input:focus {
    border-color: #3e5cc5;
    box-shadow: 0 0 0 3px rgba(62, 92, 197, 0.1);
}

.header-search-close {
    background: transparent;
    border: none;
    color: #666;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    transition: color 0.3s;
}

.header-search-close:hover {
    color: #3e5cc5;
}

/* Результаты поиска */
.header-search-results {
    max-height: 70vh;
    overflow-y: auto;
    padding-bottom: 20px;
}

.search-group {
    margin-bottom: 25px;
}

.search-group-title {
    font-size: 14px;
    font-weight: 600;
    color: #3e5cc5;
    text-transform: uppercase;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #3e5cc5;
}

.search-result-item {
    display: block;
    padding: 12px 15px;
    background: #f8f9fa;
    margin-bottom: 8px;
    border-radius: 6px;
    border-left: 3px solid transparent;
    text-decoration: none;
    color: #333;
    transition: all 0.3s;
}

.search-result-item:hover {
    background: #3e5cc5;
    color: #fff;
    text-decoration: none;
    transform: translateX(5px);
    border-left-color: #2d4391;
}

.search-result-name {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 4px;
}

.search-result-price {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.search-result-item:hover .search-result-price,
.search-result-item:hover .search-result-desc {
    color: rgba(255,255,255,0.9);
}

.search-result-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}

.search-loading,
.search-no-results,
.search-error {
    text-align: center;
    padding: 30px;
    color: #666;
    font-size: 15px;
}

.search-loading {
    color: #3e5cc5;
}

.search-error {
    color: #dc3545;
}

/* Подсветка найденных слов */
.search-result-item mark {
    background-color: rgba(62, 92, 197, 0.15);
    color: #3e5cc5;
    padding: 2px 4px;
    border-radius: 3px;
    font-weight: 600;
}

.search-result-item:hover mark {
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

/* Адаптив */
@media (max-width: 768px) {
    .header-search-wrapper {
        padding: 15px 0;
    }
    
    .header-search-input {
        padding: 12px 15px;
        font-size: 14px;
    }
    
    .search-result-item {
        padding: 10px 12px;
    }
    
    .header-search-results {
        max-height: 60vh;
    }
}