.elementor-kit-7{--e-global-color-primary:#353B52;--e-global-color-secondary:#353B52;--e-global-color-text:#000000;--e-global-color-accent:#6E7386;--e-global-color-fd983e8:#FFFFFF;--e-global-color-bc8524d:#EAEAF1;--e-global-typography-primary-font-family:"Cormorant";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:400;--e-global-typography-f6902b9-font-family:"Montserrat";--e-global-typography-f6902b9-font-size:16px;--e-global-typography-f6902b9-font-weight:600;--e-global-typography-c913bf2-font-family:"Montserrat";--e-global-typography-c913bf2-font-size:clamp(0.875rem, 0.6667rem + 0.2778vw, 1rem);--e-global-typography-c913bf2-font-weight:700;--e-global-typography-c913bf2-text-transform:uppercase;--e-global-typography-c913bf2-line-height:1.4em;--e-global-typography-e16c2fa-font-family:"Cormorant";--e-global-typography-e16c2fa-font-weight:700;--e-global-typography-e16c2fa-line-height:110%;--e-global-typography-e16c2fa-letter-spacing:-3%;font-family:"Montserrat", Sans-serif;font-weight:400;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{text-decoration:none;}.elementor-kit-7 h1{font-family:"Cormorant", Sans-serif;font-size:36px;font-weight:600;}.elementor-kit-7 h2{font-family:"Cormorant", Sans-serif;}.elementor-kit-7 h3{font-family:"Cormorant", Sans-serif;}.elementor-kit-7 h4{font-family:"Cormorant", Sans-serif;}.elementor-kit-7 h5{font-family:"Cormorant", Sans-serif;}.elementor-kit-7 h6{font-family:"Cormorant", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:clamp(1.25rem, 0.9022rem + 1.7391vw, 1.5rem);--e-global-typography-text-font-size:14px;--e-global-typography-f6902b9-font-size:16px;--e-global-typography-f6902b9-line-height:1.3em;--e-global-typography-c913bf2-font-size:14px;--e-global-typography-e16c2fa-font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */h1, h2, h3, h4, h5, h6 {
    margin-block-end: 0rem;
    margin-block-start: 0rem;
}

ul {
    margin-bottom: 1rem;
}

/* Карточки 4 причин доверия */
.card h4, 
.card p {
    transition: color 0.3s ease-in-out;
}

.card:hover {
    background-color: #6E7386 !important;
    cursor: pointer;
}

.card:hover h4, 
.card:hover p {
    color: #fff !important;
}

/* Карточки услуг */
.cards-services h4, 
.cards-services p {
    transition: color 0.3s ease-in-out;
}

.cards-services:hover {
    background-color: #353B52 !important;
    cursor: pointer;
}

.cards-services:hover h4, 
.cards-services:hover .excerpt,
.cards-services:hover .elementor-button {
    color: #fff !important;
    border-color: #fff !important;
}

.title_card {
    max-height: 4.2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.excerpt {
    max-height: 4.2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* ДОБАВЛЕНИЕ К ЦЕНЕ СИМВОЛ ТЕНГЕ */
#price h3::after {
    content: "₸";
    padding-left: 5px;
    display: inline-block;
}

.elementor-price-list-price::after {
    content: "₸";
    padding-left: 5px;
    display: inline-block;
}

/* ХЛЕБНЫЕ КРОШКИ */
.page-numbers.current {
    border-bottom: 1px solid var(--e-global-color-primary);
    padding: 0 10px;
    padding-bottom: 5px;
}

/* ACCORDEON STYLE */
.e-n-accordion-item {
    background-color: #6E7386;
    border-radius: 20px;
}

/* MINI CARD DOCTOR STYLE */
.case-doctor-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.doctor-text-info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
}

.doctor-photo-wrap {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}

.doctor-photo-wrap img {
    width: 90px;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 100px;
}

.doctor-name-row a {
    font-family: "Cormorant", Sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #000;
}

.main-case .doctor-name-row a {
    color: #fff;
}

.doctor-name-row a::before {
    content: "Врач:";
    display: inline-block;
    padding-right: 0px;
}

.doctor-position-label {
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
    color: var(--e-global-color-text);
    font-style: italic;
}

.main-case .doctor-position-label {
    color: #fff;
}

@media (max-width: 600px) {
    .case-doctor-info {
        gap: 10px;
    }
    
    .doctor-text-info {
        gap: 0px;
    }
    
    .doctor-photo-wrap img {
        width: 60px;
    }
    
    .doctor-name-row a {
        font-size: 20px;
    }
    
    .doctor-position-label {
        font-size: 14px;
    }
}/* End custom CSS */