/*! 
    Theme Name: MEDQA
    Version: 2.0
*/

/* ИСПРАВЛЕННЫЙ ИМПОРТ ШРИФТА */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

/* Применяем шрифт ко всем элементам */
* {
    font-family: 'Manrope', sans-serif;
}

body {
	font-family: 'Manrope', sans-serif;
	overflow-x:hidden;
}
a, a:hover, a:active, a:visited, a:focus, a:link, a img, a div, a span {
    text-decoration: none;
} 
.content a:not(.btn), .map a:not(.btn), a:not(.btn).link {
    background: linear-gradient(45deg, #7FFFD4 0%, #66CDAA 25%, #20B2AA 50%, #008B8B 75%, #006666 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
	background-size: 400% 400%;
	animation: gradientMove2 3s ease infinite;
} 
.noanime {
	animation: disabled !important;
}
input[type="checkbox"]:checked {
    background: linear-gradient(45deg, #667eea, #764ba2);
    border-color: transparent;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.capt-text { 
	width:100%;
}
.carousel-caption .h5{
	font-size: 90px;
    line-height: 80px;
    font-weight: 300;
}
@media (max-width: 1400px){
	.carousel-caption .h5{
		font-size: 60px;
		line-height: 45px;
		font-weight: 300;
	}
}
@media (max-width: 991px){
	.carousel-caption .h5{
		font-size: 40px;
		line-height: 35px;
		font-weight: 300;
	}
}
.carousel-caption .h6{
	font-size: 50px;
    line-height: 50px;
	padding:15px 0px;
}
.carousel-caption .h7{
	font-size: 35px;
    line-height: 35px;
	padding:15px 0px;
}
.carousel-caption .h8{
	font-size: 20px;
    line-height: 26px;
	padding:15px 0px;
}
.under-caption{
	font-size: 20px;
    line-height: 25px;
	background-color:#0000001a;
	border-radius:5px;
	padding:7px 10px;
	display:inline-block;
	margin-bottom:10px;
}
#mainSlider .carousel-item {
	height:550px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	border-radius:10px;
}
@media (max-width: 1200px){
		#mainSlider .carousel-item {
		/*background-position: -1200px 0px;*/
	}
}
@media (max-width: 600px){
	#mainSlider .carousel-item {
		height:350px;
		background-size:cover;
		/*background-position: -1310px 0px;*/
	}
	#mainSlider .carousel-item .carousel-caption {
		background-color:#00000070;
	}
	.carousel-caption p, .carousel-caption .h6, .carousel-caption .h7, .carousel-caption .h8{
		color:#FFF;
		font-size: 16px;
		line-height: 16px;
		padding:10px 0px;
	}	
	#mainSlider .capt-text {
		width:95%;
		position:absolute;
		bottom:30px;
	}
	#mainSlider .carousel-caption {
		padding-top: 10px;
		padding-bottom: 30px;
		position: relative;
		right:auto;
		left: auto;
		bottom: auto;
		text-align:center;
		height: 100%;
		vertical-align:center;
	} 
	.carousel-caption .container {
		height:100%;
	}
	.carousel-caption h5{
		font-size: 40px;
		line-height: 40px;
		font-weight: 500;
		color:#FFF;
	}
	.fs-4 {
		font-size:18px !important;
	}
	.fs-5 {
		font-size:18px !important;
	}
}
.btn{
    border-radius:3px;
}

.btn-warning{
	background: linear-gradient(45deg, #7FFFD4 0%, #66CDAA 25%, #20B2AA 50%, #008B8B 75%, #006666 100%);
	background-size: 400% 400%;
	border:none; 
	animation: gradientMove2 3s ease infinite;
	transition: all 0.3s ease;
	color:#FFF;
}

@keyframes gradientMove2 {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}


.btn-warning:hover {
    box-shadow: 0 4px 12px rgba(39, 167, 231, 0.3);
	color: #FFF;
	transform: translateY(-2px);
}

.top-border {
	background-color:#181818;
	color:#FFF;
	font-size:14px;
	font-weight:400;
	display:block;
	line-height: 50px;
}
.top-border .container-bodrer {
    border-right: 1px solid #2c2c2c;
    border-left: 1px solid #2c2c2c;
    height: 50px;
    line-height: 50px;
	padding:0px 15px;
}
.top-border a {
	color:#FFF;
	text-decoration:none;
	transition: all 0.3s ease;
}
.top-border a:hover {
	transform: translateY(-2px);
}
.top-border .border-right {
	border-right: 1px solid #2c2c2c;
	padding-right:15px; 
	margin-right:15px;
	display:inline-block;
}
.top-border a.accaunt {
	border-left: 1px solid #2c2c2c;
	padding-left:17px; 
	margin-left:15px;
	display:inline-block;
	width:33px;
	height:50px;
}
/*Search*/
.container-2 button {
  position: absolute;
  right: 0px;
  z-index: 1;
  border:0;
  color:#999;
  background:#181818;
}
.container-2{
  width: 200px;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
.container-2 input#search{
  width: 30px;
  height: 50px;
  border-left: 1px solid #2c2c2c;
  border-top:#181818 solid 0px;
  border-bottom:#181818 solid 0px;
  border-right:#181818 solid 30px;
  background-color:#181818;
  float: right;
  -webkit-transition: all .55s ease;
  -moz-transition: all .55s ease;
  -ms-transition: all .55s ease;
  -o-transition: all .55s ease;
  transition: all .55s ease;
  line-height:20px;
}
.container-2 input#search:focus, .container-2 input#search:active{
  outline:none;
  width: 200px;
  background-color:#FFF;
  border-top:#181818 solid 10px;
  border-bottom:#181818 solid 10px;
  border-left:#181818 solid 10px;
  border-right:#181818 solid 30px;
  padding:0px 10px;
}

.container-2:hover input#search{
  width: 200px;
  background-color:#FFF;
  border-top:#181818 solid 10px;
  border-bottom:#181818 solid 10px;
  border-left:#181818 solid 10px;
  border-right:#181818 solid 30px;
  padding:0px 10px;
}
/*End Search*/

.navbar  {
	padding: 10px 0px;
}
@media (max-width: 991px){
	.navbar  {
		padding: 0px;
	}
	.navbar .btn {
		margin-bottom:10px;
		width:100%;
	}
}
.navbar-nav {
	margin-left:30px;
}
.navbar-nav .nav-link{
	color:#000;
	font-size:18px;
}
.navbar-nav .nav-link {
	font-size:16px;
	text-transform:uppercase;
	font-weight:300;
}

.blogo {
	background: linear-gradient(45deg, #7FFFD4 0%, #66CDAA 25%, #20B2AA 50%, #008B8B 75%, #006666 100%);
	background-size: 400% 400%;
	border-color: #667eea;
	font-size:42px; 
	line-height:42px;
	padding:0px;
	/*color:#FFF;*/
	display:inline-block;
	margin-right:5px;
	font-weight:400;
	border-radius:3px;
	-webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
	animation: gradientMove 3s ease infinite;
}
.blogo span {
	background: linear-gradient(45deg, #d8d8d8 0%, #cbcbcb 25%, #bebebe 50%, #b1b1b1 75%, #a4a4a4 100%);
	border-color: #d8d8d8;
	-webkit-background-clip: text;
	background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.sublogo {
    font-size: 10px;
	line-height:10px;
    color: #FFF;
    text-transform: uppercase;
	margin-top:0px;
	padding-left:3px; 
}



.navbar-brand .blogo {
    transition: all 0.3s ease;
}
.navbar-brand:hover .blogo{
	transform: translateY(-2px);
	/*box-shadow: 0 4px 12px rgba(39, 167, 231, 0.3);*/
	transition: all 0.3s ease;
}

.instagram{
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
	border-color: #f09433;
}
.violet{
	background: linear-gradient(45deg, #7FFFD4 0%, #66CDAA 25%, #20B2AA 50%, #008B8B 75%, #006666 100%);
	background-size: 400% 400%;
	border:none; 
	animation: gradientMove 3s ease infinite;
}

@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.telegram{
	background: linear-gradient(45deg, #27a7e7 0%, #2b9de3 25%, #2f93df 50%, #3389db 75%, #377fd7 100%);
	border-color: #27a7e7;

} 
.whatsapp{  
	background: linear-gradient(45deg, #4cdf7c 0%, #39d06b 25%, #25d366 50%, #1eb65a 75%, #17994e 100%);
	border-color: #25d366;
	transition: all 0.3s ease;
}
.whatsapp:hover{  
	background: linear-gradient(45deg, #4cdf7c 0%, #39d06b 25%, #25d366 50%, #1eb65a 75%, #17994e 100%);
	border-color: #25d366;
	box-shadow: 0 4px 12px rgba(39, 167, 231, 0.3);
	transform: translateY(-2px);
}

@media (min-width: 991px){
	.carousel-inner .d-none{
		display:inline-block !important;
	}
	.carousel-indicators.d-none {
		display: flex !important;
	}
}
.intro {
	padding-top:40px;
	padding-bottom:40px;
	font-size:22px;
	font-weight:500;
}
@media (max-width: 600px){
	.intro {
		padding-top:20px;
		padding-bottom:20px;
		font-size:18px;
		font-weight:500;
	}	
}
.title {
	font-size: 20px;
    line-height: 25px;
	background-color:#0000001a;
	border-radius:5px;
	padding:7px 10px;
	display:inline-block;
	margin-bottom:10px;
}
.soc .fa {
	font-size:30px;
	line-height:30px;
}
.forma {
	font-weight: 500;
}
.forma textarea, .forma input {
    padding: 7px;
    border: #CCC solid 1px;
    border-radius: 2px;
    width: 100%;
    margin-bottom: 20px;
	margin-top: 10px;
}
.right-img {
	width:100%;
	height:auto;
	max-width:500px;
	margin:0px 0px 15px 15px;
	float:right;
	border-radius:10px;
}
@media (max-width: 1000px){
	.right-img {
		width:100%;
		height:auto;
		max-width:100%;
		margin:0px 0px 15px 0px;
		float:none;
	}	
}
.prew-img {
	border-radius:10px;
}
.entry-title a {
	color:#000;
	text-decoration:none;
}
.nav-previous {
	width:49%;
	float:left;
}
.nav-next {
	width:49%;
	float:right;
	text-align:right;
}
a.page-numbers {
	background: linear-gradient(45deg, #7FFFD4 0%, #66CDAA 25%, #20B2AA 50%, #008B8B 75%, #006666 100%);
	background-size: 400% 400%;
	border:none; 
	animation: gradientMove2 3s ease infinite;
	border-radius: 3px;
	padding: 0.375rem 0.75rem 0.375rem 0.75rem; 
	color:#FFF;
	text-decoration:none;
	display:inline-block;
}
span.page-numbers {
	background-color: #0000001a;
    border-color: #0000001a;
	border-radius: 3px;
	padding: 0.375rem 0.75rem 0.375rem 0.75rem; 
	color:#000;
	text-decoration:none;
	display:inline-block;
}
.more-link {
	color:#000;
	text-decoration:none;
}
.text-justify {
	text-align:justify;
}
.prev-img {
	background-size:cover;
	background-position:center;
	width:100%;
	aspect-ratio: 16/11;
	border-radius:10px 10px 0px 0px;
}
.text-block {
	padding:0px 20px;
}
.prev-title {
	color:#000;
	font-size:24px;
	line-height:30px;
	text-decoration:none;
	font-weight:500;
	display:block;
}
.breads {
	font-size:12px;
}
.breads a {
	text-decoration:none;
	color:#000;
	border-bottom:#000 solid 1px;
}
#overlay {
	position: fixed;
	bottom: 0;
	display: none;
	width: 100%;
	background-color: #f8f8f8e6;
	box-shadow: 0 0 4px rgba(16, 24, 40, 0.15);
	z-index: 999;
	-webkit-animation: fade .6s;
	-moz-animation: fade .6s;
	animation: fade .6s;
	padding:20px 0px;
	font-size:14px;
}
/* Отзывы  */

         .reviews-slider {
            margin: 0 auto;
            padding: 0 15px;
        }
        .review-card {
            height: 100%;
            background: white;
            border-radius: 12px;
            padding: 25px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            display: flex;
            flex-direction: column;
            transition: all 0.3s ease;
            border: 1px solid #e9ecef;
        }
        .review-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.12);
        }
        .review-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 18px;
            flex-wrap: wrap;
            padding-bottom: 15px;
            border-bottom: 1px solid #f1f1f1;
        }
        .review-date {
            font-size: 0.85rem;
            color: #6c757d;
            font-weight: 500;
        }
        .review-rating {
            color: #ffc107;
            font-size: 1.3rem;
            white-space: nowrap;
            letter-spacing: 2px;
            text-shadow: 0 1px 2px rgba(0,0,0,0.1);
        }
        .review-body {
            flex-grow: 1;
        }
        .review-body p {
            margin-bottom: 18px;
            line-height: 1.6;
            color: #333;
            font-size: 0.95rem;
        }
        .review-likes, .review-dislikes {
            font-size: 0.9rem;
            margin-bottom: 12px;
            padding: 10px 15px;
            border-radius: 8px;
            line-height: 1.5;
        }
        .review-likes {
            background-color: #f8fff9;
            border-left: 4px solid #28a745;
            color: #155724;
        }
        .review-dislikes {
            background-color: #fff8f8;
            border-left: 4px solid #dc3545;
            color: #721c24;
        }
        .doctor-response {
            margin-top: 20px;
            padding: 15px;
            background-color: #f0f8ff;
            border-radius: 8px;
            border-left: 4px solid #0d6efd;
            font-size: 0.9rem;
            color: #0c5460;
        }
        .reviews-slider .carousel-control-prev {
            width: 5%;
            opacity: 0.9;
            transition: opacity 0.3s;
			margin-left:-50px;
        }
		.reviews-slider .carousel-control-next {
            width: 5%;
            opacity: 0.9;
            transition: opacity 0.3s;
			margin-right:-50px;
        }
		.carousel-control-prev {
            width:50px;
        }
        .carousel-control-next {
            width:50px;
        }
        .reviews-slider .carousel-control-prev-icon:hover,
        .reviews-slider .carousel-control-next-icon:hover {
            opacity: 0.5;
        }
        .reviews-slider .carousel-indicators {
            bottom: -50px;
        }

        .section-title {
            text-align: center;
            margin-bottom: 40px;
            color: #2c3e50;
            font-weight: 600;
            font-size: 2.2rem;
            position: relative;
            padding-bottom: 15px;
        }
        .section-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 4px;
            background: linear-gradient(90deg, #ffc107, #ff9800);
            border-radius: 2px;
        }
        .review-card strong {
            color: #2c3e50;
            font-weight: 600;
        }
        @media (max-width: 768px) {
            .review-header {
                flex-direction: column;
                align-items: flex-start;
            }
            .review-rating {
                margin-top: 8px;
            }
            .review-card {
                padding: 20px 18px;
            }
            .section-title {
                font-size: 1.8rem;
            }
        }
        @media (max-width: 576px) {
            .reviews-slider .carousel-control-prev,
            .reviews-slider .carousel-control-next {
                display: none;
            }
        }
/* Конец Отзывы  */
		.any-card {
            height: 100%;
            background: white;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            display: flex;
            flex-direction: column;
            transition: all 0.3s ease;
            border: 1px solid #e9ecef;
        }
        .any-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.12);
        }
/* ===========================================
   ВЫПАДАЮЩЕЕ МЕНЮ С КНОПКОЙ РАСКРЫТИЯ
   =========================================== */

/* ДЕСКТОПНАЯ ВЕРСИЯ (открытие по наведению) */
@media (min-width: 992px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
    }
    
    /* Анимация стрелки */
    .dropdown > .nav-link::after {
        transition: transform 0.3s ease;
    }
    
    .dropdown:hover > .nav-link::after {
        transform: rotate(180deg);
    }
    
    /* Скрываем мобильную кнопку на десктопе */
    .dropdown-toggle-mobile {
        display: none !important;
    }
}

/* МОБИЛЬНАЯ ВЕРСИЯ (кнопка плюс/минус справа) */
@media (max-width: 991.98px) {
    /* Основной контейнер dropdown */
    .dropdown {
        position: relative;
        min-height: 50px; /* Для удобного тапа */
    }
    
    /* Кнопка раскрытия с серым фоном */
    .dropdown-toggle-mobile {
        position: absolute;
        right: 15px;
        top: 20px;
        transform: translateY(-50%);
        background: #f5f5f5 !important;
        border: 1px solid #ddd !important;
        border-radius: 6px;
        width: 44px; /* Достаточно большой для тапа */
        height: 44px;
        min-width: 44px; /* Минимальный размер для тапа */
        min-height: 44px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 10;
        box-shadow: none !important;
        outline: none !important;
        transition: all 0.3s ease;
        color: #333;
        padding: 0;
        font-family: inherit;
    }
    
    /* Эффект при наведении */
    .dropdown-toggle-mobile:hover {
        background: #e9e9e9 !important;
        border-color: #ccc !important;
    }
    
    /* Эффект при нажатии */
    .dropdown-toggle-mobile:active {
        background: #dedede !important;
        transform: translateY(-50%) scale(0.95);
    }
    
    /* Убираем все Bootstrap стили у кнопки */
    .dropdown-toggle-mobile::after {
        display: none !important;
        content: none !important;
        border: none !important;
    }
    
    /* Наша иконка плюса */
    .dropdown-toggle-mobile .dropdown-toggle-icon {
        font-size: 22px;
        font-weight: 300;
        line-height: 1;
        transition: all 0.3s ease;
        display: block;
    }
    
    /* Меняем на минус при открытии */
    .dropdown.show .dropdown-toggle-icon {
        content: "−";
        font-size: 26px;
        font-weight: 400;
        line-height: 0.8;
    }
    
    /* Убираем Bootstrap стрелку у ссылки */
    .dropdown > .nav-link::after {
        display: none !important;
        content: none !important;
    }
    
    /* Делаем место для кнопки и кликабельную ссылку */
    .dropdown > .nav-link {
        padding-right: 65px !important; /* Место для кнопки */
        width: calc(100% - 65px);
        display: inline-block;
        padding-top: 13px;
        padding-bottom: 13px;
    }
    
    /* Цвет кнопки при открытом меню */
    .dropdown.show > .dropdown-toggle-mobile {
        background: #e0e0e0 !important;
        border-color: #bbb !important;
    }
    
    /* Offcanvas специфичные стили */
    .offcanvas-body .dropdown-menu {
        background: rgba(0, 0, 0, 0.03);
        border: none;
        box-shadow: none;
        padding-left: 1rem;
        margin: 0;
    }
    
    .offcanvas-body .dropdown-item {
        padding-left: 1.5rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    
    /* Вложенные dropdown */
    .dropdown-menu .dropdown-menu {
        background: rgba(0, 0, 0, 0.05);
        padding-left: 2rem;
    }
    
    .dropdown-menu .dropdown-item {
        padding-left: 2rem;
    }
}

/* Убираем outline при фокусе для лучшего вида */
.dropdown-toggle-mobile:focus {
    outline: 2px solid #007bff !important;
    outline-offset: 2px;
}

h1 {
	font-size:40px;
	font-weight:300;
	text-align:center;
}
h2 {
	font-size:40px;
	font-weight:300;
	text-align:center;
}
h3 {
	font-size:25px;
	font-weight:300;
}
h1::after, h2::after {
    display: block;
    content: "";
    background: #CA38CD;
    height: 2px;
	width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
@media (max-width: 991px){
	h1 {
		font-size:30px;
		font-weight:300;
	}
	h2 {
		font-size:30px;
		font-weight:300;
	}
	h3 {
		font-size:25px;
		font-weight:300;
	}
}
/* Минимальный blockquote*/
.minimal-blockquote {
    background: #f8f9fa;
    padding: 2rem;
    border-left: 4px solid #6c757d;
    margin: 2rem 0;
    font-family: 'Georgia', serif;
}

.minimal-blockquote p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #495057;
}

.minimal-blockquote footer {
    color: #6c757d;
    font-size: 0.9rem;
}

.minimal-blockquote footer::before {
    content: "— ";
}
/* blockquote с градиентом */
.gradient-blockquote {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    color: white;
    padding: 30px;
    border-radius: 20px;
    border: none;
    margin: 20px 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.3);
}

.gradient-blockquote::before {
    content: '"';
    position: absolute;
    top: -30px;
    right: 30px;
    font-size: 200px;
    font-family: Georgia, serif;
    color: rgba(255,255,255,0.1);
    line-height: 1;
}

.quote-wrapper {
    position: relative;
    z-index: 2;
}

.quote-main {
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.quote-author {
    border-top: 1px solid rgba(255,255,255,0.3);
    padding-top: 1rem;
}

.author-name {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.author-title {
    font-size: 0.9rem;
    opacity: 0.9;
}
/* конец blockquote с градиентом */

/* Блок на карте */
.collapse.in {
    display: block;
}
.map {
	position:relative;
	margin-top:50px;
}
.contacts {
	position:absolute;
	left:13%;
	top:100px;
	background:rgba(255,255,255,0.9);
	padding:20px 20px 0px 20px;
	margin-right:15px;
	z-index:10000;
	max-width:400px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.5);
}
a.close-contacts {
	position:absolute;
	right:10px;
	top:0px;
	font-size:40px;
	color:#CCC;
}
a:hover.close-contacts {
	position:absolute;
	right:10px;
	top:0px;
	font-size:40px;
	color:#000;
}
.btn-mega {
	padding:15px;
	font-size:25px;	
}
	
.t-title {
    border-bottom: #ccc solid 1px;
    font-weight: 400;
    padding: 10px;
    text-align: center;
    font-size: 24px;
}
.t-vhodit {
    border-bottom: #ccc solid 1px;
    padding: 10px 20px;
}
.t-vhodit ol {
    padding: 0px;
    margin-left: 20px;
}

.t-vhodit ol li {
    list-style-type: none;
    counter-increment: list;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
	
}
.t-vhodit ol li:after {
    content: counter(list) ".";
    position: absolute;
    left: -20px;
    top: 4px;
    width: 15px;
    text-align: right;
    color: #000;
    font-weight: 800;
    font-size: 11px;
}
.t-price {
    padding: 10px 10px;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: red;
}
.t-zakaz {
	padding-bottom:20px;
}
/* Таблица светлее */
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: rgba(248, 249, 250, 0.5); /* Очень светлый серый */
}

.table-striped>tbody>tr:nth-of-type(even)>* {
    --bs-table-bg-type: rgba(255, 255, 255, 0.3); /* Почти прозрачный */
}
.how-work {
	font-size:22px;
}
footer .fa {
	background: linear-gradient(45deg, #7FFFD4 0%, #66CDAA 25%, #20B2AA 50%, #008B8B 75%, #006666 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
	background-size: 400% 400%; 
	animation: gradientMove2 3s ease infinite; 
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 16px;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
/* Активный пункт меню */
.nav-item.active > .nav-link {
    background: linear-gradient(45deg, #7FFFD4 0%, #66CDAA 25%, #20B2AA 50%, #008B8B 75%, #006666 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
	background-size: 400% 400%; 
	animation: gradientMove2 3s ease infinite; 
}

/* Родительский активный пункт */
.nav-item.menu-ancestor-active > .nav-link {
    background: linear-gradient(45deg, #7FFFD4 0%, #66CDAA 25%, #20B2AA 50%, #008B8B 75%, #006666 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
	background-size: 400% 400%; 
	animation: gradientMove2 3s ease infinite; 
}

/* Активная кнопка dropdown */
.dropdown-toggle-mobile.active {
    background-color: #f8f9fa;
}

.dropdown-toggle-mobile.active .dropdown-toggle-icon {
    transform: rotate(45deg);
    background: linear-gradient(45deg, #7FFFD4 0%, #66CDAA 25%, #20B2AA 50%, #008B8B 75%, #006666 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
	background-size: 400% 400%; 
	animation: gradientMove2 3s ease infinite; 
}

/* Для dropdown-item внутри выпадающего меню */
.dropdown-item.active {
    background: linear-gradient(45deg, #7FFFD4 0%, #66CDAA 25%, #20B2AA 50%, #008B8B 75%, #006666 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
	background-size: 400% 400%; 
	animation: gradientMove2 3s ease infinite; 
    color: white;
}

/* Bootstrap совместимость */
.nav-link.active {
    background: linear-gradient(45deg, #7FFFD4 0%, #66CDAA 25%, #20B2AA 50%, #008B8B 75%, #006666 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
	background-size: 400% 400%; 
	animation: gradientMove2 3s ease infinite; 
}

/* Анимация иконки +/- */
.dropdown-toggle-icon {
    transition: transform 0.3s ease;
}

.dropdown-toggle-mobile.active .dropdown-toggle-icon {
    transform: rotate(45deg);
}
.offcanvas-header .btn-close {
	margin-right:15px;
}