/*
Theme Name: Maxcare
Theme URI: https://maxcare.casethemes.net/
Author: Case-Themes
Author URI: https://casethemes.net/
Description: Maxcare is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Version: 1.0.0
License: ThemeForest
Requires PHP: 7.4
Tested up to: 6.0
License URI: https://themeforest.net/licenses
Text Domain: Maxcare
Tags: Blog, E-Commerce, Portfolio, Grid Layout, One Column, Two Columns, Three Columns, Four Columns, Left Sidebar, Right Sidebar, Custom Background, Custom Colors, Custom Header, Custom Logo, custom-menu, Editor Style, Featured Image Header, Featured Images, flexible-header, Footer Widgets, Full Width Template, microformats, Post Formats, Sticky Post, Theme Options, threaded-comments, translation-ready, Block Editor Styles, Wide Blocks
Copyright (c) 2025 Case-Themes. All rights reserved.
This theme is licensed under the GPL-2.0+ license.
*/

.pxl-team-carousel1 .pxl-item--inner .pxl-item--holder .pxl-item--meta .pxl-item--title, .pxl-team-grid1 .pxl-item--inner .pxl-item--holder .pxl-item--meta .pxl-item--title {
  color: var(--link-color);
  font-size: 18.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.21;
  -webkit-transition: all 400ms linear 0ms;
  -khtml-transition: all 400ms linear 0ms;
  -moz-transition: all 400ms linear 0ms;
  -ms-transition: all 400ms linear 0ms;
  -o-transition: all 400ms linear 0ms;
  transition: all 400ms linear 0ms;
}



#likari .pxl-team-carousel1 .pxl-item--inner, .pxl-team-grid1 .pxl-item--inner {
    background: aliceblue;
}

#pxl-page-title-default {
    background-color: var(--link-color);
    padding: 207px 0px 90px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.h1, .h2, .h3, .h4, .h5 {
    text-transform: none;
}

.down_pulse_home {
  display: inline-block;
  animation: pulseUpDown 1.6s ease-in-out infinite;
}

@keyframes pulseUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}


/* Принудительно переопределяем стили шрифтов в блоках врачей */
#service-likari .pxl-grid-item .pxl-item--title {
    font-size: 16px !important;
    line-height: 10px !important;
    font-weight: 600 !important;
}

#service-likari .pxl-grid-item .pxl-item--position {
    font-size: 13px !important;
    #line-height: 10px !important;
    font-weight: 400 !important;
}


#service-likari .pxl-team-carousel1 .pxl-item--inner .pxl-item--holder .pxl-item--meta .pxl-item-hover, 
#service-likari .pxl-team-grid1 .pxl-item--inner .pxl-item--holder .pxl-item--meta .pxl-item-hover  {
    line-height: 16px !important; 
}

/* Стили для таблиц внутри тоглов */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
}

th, td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

  th {
    background-color: #13a9c4;
    color: white;
    align-content: center;
    font-weight: 500;
}

tr:nth-child(odd) {
    background: white;
}

  /* Стили для каждой четной строки */
  tr:nth-child(even) {
    background: linear-gradient(90deg, rgb(145 190 227 / 14%) 100%, rgba(244, 250, 255, .95) 10%, rgba(244, 250, 255, .14) 85%, rgba(244, 250, 255, 0) 97%); /* или можно задать другой фон */
  }


.pxl-tabs1.style-2 .pxl-tabs--inner .pxl-tabs--title {
    display: inline-flex;
    flex-direction: row;
    gap: 5px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.page-id-7569 .pxl-tabs1.style-1 .pxl-tabs--inner .pxl-tabs--title .pxl-tab--title {
    font-size: 18px !important;
    font-weight: 500 !important;
    gap: 27px;
    padding: 10px 0 !important;
}
* {
  text-transform: none !important;
}

@media (max-width: 767px) {
    #pxl-page-title-default .pxl-page-title {
        font-size: 35px;
    }
	
#pxl-page-title-default {
    padding: 30px 0px 30px 0px !important;   
}	
#pxl-page-title-default .ptitle-content {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pxl-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    list-style: none;
    text-align: left;
    justify-content: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    gap: 0px;
    flex-direction: column;
}	

.page-id-7569 #pxl-main {
	margin-top: 20px !important;
   }
}