/* ==========================================================================
   Полный 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;
}

.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;
}

.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;
}

.logos2 img {
    max-height: 80px;
    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: 20px;
}

.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: 20px;
}

.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: 24px;
    height: 24px;
}

.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: 140px;
}

.header-recall:hover {
    background: #218838;
    color: #fff;
    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: 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: 90px 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: 150px;
}

.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: 26px;
    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: 26px;
    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;
}

/* Востребованные услуги */
.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: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mainnew-pop-services-item-head h5 {
    color: #fff;
    font-size: 26px;
    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: 200px;
    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: 40px;
    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: 150px;
}

.review-item {
    border-radius: 12px;
    background: #f4f4f4;
    height: 100%;
    padding: 20px 40px;
}

.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;
}

/* Кнопки */
.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: 150px;
}

.newmain-news-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.newmain-news-item img {
    width: 100%;
    margin-bottom: 40px;
    border-radius: 12px;
    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;
}

/* Контакты */
.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 div {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    color: #272727;
    margin-bottom: 10px;
}

.mainnew-contacts-phone a {
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    color: #272727;
    text-decoration: none;
}

.mainnew-contacts-phone a:hover {
    color: #3e5cc5;
    text-decoration: none;
}

/* Карта */
#map {
    border-radius: 12px;
    background: #f4f4f4;
}

/* Адаптивность для контента */
@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: 80px;
    }
    
    .main-services-four {
        margin-bottom: 20px;
        height: initial;
    }
    
    .main-specialist-card {
        background-position: 160px 271px;
        height: 375px;
    }
    
    .main-specialist-body {
        width: 80%;
    }
    
    .slider2-mob {
        display: block;
    }
    
    .slider2 {
        display: none;
    }
}


/* ==========================================================================
   Стили для футера
   ========================================================================== */

/* Основной футер */
.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: 60px;
    margin-right: 10px;
    margin-top: 5px;
    transition: opacity 0.3s ease;
}

.footer-rewards img:hover {
    opacity: 0.8;
}

/* Нижняя часть футера */
.f3-bottom-bar {
    background: #979797;
    padding: 30px 0;
    color: #fff;
}

.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: 150px;
    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: 20px 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: 80px;
    }
    
    .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-success-gradiant:hover {
    background: #00bcd4; /* бирюзовый при наведении */
}

.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-success-gradiant {
    background: linear-gradient(135deg, #3e5cc5 0%, #4e6bd8 100%);
    border-radius: 8px;
}

.btn-success-gradiant:hover {
    background: linear-gradient(135deg, #17a2b8 0%, #20c997 100%);
    color: #ffffff;
    text-decoration: none;
}

.btn-arrow span {
    display: inline-flex;
    align-items: center;
}

.btn-arrow i, .ti-arrow-right {
    margin-left: 8px;
}


/* Добавляем в конец файла 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: normal;
    margin-bottom: 20px;
}

.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 {
    width: 100%;
    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;
    }
}


/* Стили для заголовка страницы */
.newpages-header {
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #272727;
    margin-bottom: 60px;
}

/* Основная обертка списка новостей */
.news-list-wrapper {
    margin-top: 75px;
}

/* Карточка новости */
.news-card {
    margin-bottom: 40px;
}

.news-card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.news-card a:hover {
    text-decoration: none;
    color: inherit;
}

/* Изображение новости */
.news-list-img {
    border-radius: 12px;
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
}

/* Дата новости */
.news-list-date {
    font-size: 14px;
    color: #7e7e7e;
    font-weight: 400;
    margin-bottom: 10px;
}

/* Заголовок новости */
.news-list-title {
    font-size: 16px;
    color: #272727;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

/* Ссылка "Подробнее" */
.news-card .news-list-more {
    margin-bottom: 20px;
    font-size: 14px;
    color: #7e7e7e;
    font-weight: 400;
    border-bottom: 1px solid #7e7e7e;
    display: inline-flex;
    transition: all 0.3s ease;
}

.news-card .news-list-more:hover {
    color: #3e5cc5;
    border-bottom-color: #3e5cc5;
}

/* Стили для детального просмотра новости */
.wrap-feature-22 {
    margin-top: 60px;
}

.img-shadow {
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1);
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.rounded {
    border-radius: 12px;
}

/* Адаптивные стили для новостей */
@media (max-width: 991px) {
    .newpages-header {
        font-size: 24px;
        line-height: normal;
        margin-bottom: 40px;
    }
    
    .news-list-wrapper {
        margin-top: 40px;
    }
    
    .wrap-feature-22 {
        margin-top: 40px;
    }
    
    .col-md-3, .col-sm-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    
    .col-sm-8, .col-lg-8 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    
    .col-sm-4, .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* Check-up контейнер */
.checkup-container {
    margin-top: 60px;
    margin-bottom: 60px;
}

.checkup-container .card {
    border: none;
    box-shadow: none;
    background: transparent;
}

.checkup-container .card-body {
    padding: 0;
}

.checkup-container strong {
    font-weight: 700;
}

/* Ссылки на чекапы */
.checkups-link {
    margin: 10px 0px;
    display: flex;
    padding: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.checkups-link:hover {
    text-decoration: none;
    opacity: 0.8;
}

.checkups-link img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Feature22 секция */
.spacer.feature22 {
    padding: 90px 0;
}

.wrap-feature-22 {
    margin-top: 60px;
}

.wrap-feature-22 .text-box {
    padding: 0 30px;
}

.wrap-feature-22 .text-box h3 {
    margin: 10px 0 25px 0;
}

/* Checkup item */
.checkup-item {
    margin-top: 30px;
}

/* Изображения */
.img-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.rounded {
    border-radius: 0.375rem;
}

/* Bootstrap утилиты */
.w-100 {
    width: 100% !important;
}

.m-t-30 {
    margin-top: 30px;
}

.col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

/* Title стили */
.title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #272727;
}

.title h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 0;
}

.title h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 10px 0;
}

/* AOS анимации - заглушки */
.aos-init {
    opacity: 1;
    transform: none;
}

/* Адаптивность */
@media (max-width: 991px) {
    .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    
    .checkup-item {
        text-align: center;
    }
    
    .spacer.feature22 {
        padding: 60px 0;
    }
}

@media (max-width: 767px) {
    .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    
    .col-md-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .title {
        font-size: 24px;
    }
    
    .checkup-container {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .checkups-link {
        padding: 10px;
    }
}

/* ==========================================================================
   ПРАВИЛЬНЫЕ СТИЛИ ДЛЯ ОТЗЫВОВ - добавить в main.css
   Найдены в файлах проекта: additional.css, style.css, demo.css
   ========================================================================== */

/* 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);
}

/* Spacer */
.spacer {
    padding: 90px 0;
}

/* Title */
.title {
    margin: 20px 0 15px;
}

/* Background Colors */
.bg-light {
    background-color: #f5f7fa !important;
}

.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%);
}

/* Кнопки градиентные */
.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;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
    transition: 0.3s;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    border-radius: 4px;
}

.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;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
    transition: 0.3s;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    border-radius: 4px;
}

.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;
}

/* Текстовые классы */
.text-white {
    color: #ffffff !important;
}

.font-light {
    font-weight: 300;
}

/* Margin классы */
.m-t-15 { margin-top: 15px; }
.m-t-30 { margin-top: 30px; }
.m-b-30 { margin-bottom: 30px; }
.m-r-10 { margin-right: 10px; }

/* Float классы */
.float-md-right {
    float: right !important;
}

/* Width классы */
.w-100 {
    width: 100% !important;
}

/* Bootstrap Grid */
.justify-content-center {
    justify-content: center !important;
}

.col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

/* FontAwesome иконки */
.fa {
    font-family: 'FontAwesome';
}

.fa-calendar:before {
    content: "\f073";
}

/* Форма */
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

/* Модальное окно */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 1.75rem;
    pointer-events: none;
}

.modal-lg {
    max-width: 800px;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header.green {
    background: #28a745;
    color: white;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 0.8;
    background: none;
    border: 0;
    cursor: pointer;
}

.close:hover {
    color: #fff;
    text-decoration: none;
    opacity: 1;
}

/* Пагинация */
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    margin: 20px 0;
    justify-content: center;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    text-decoration: none;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}


/* Основные стили для отзывов из 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: 90px 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 */