@charset "UTF-8";


.container {
	background-color: #FFFFFF;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.row {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block
}
.row.blockDisplay {
	display: block;
}
.column_half {
	width: 50%;
	float: left;
	margin-top: 0px;
	
}
.columns {
	width: 33.3%;
	float: left;
	font-family: "Source Sans Pro";
	color: #2B2B2B;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.row .columns p {
	padding-left: 10%;
	padding-right: 10%;
}
.container .columns h4 {
	text-align: center;
	color: #001036;
	font-size: calc(100vw * (3 / 560) + (72px / 7));
}
/*анимация перехода градиента на верхней панели*/

.primary_header  {
    background: linear-gradient(315deg, #00ff91 3%, #0d44d1 38%, #30eee2 68%, #9354ff 98%);
    animation: animationbg-4a 15s ease infinite;
    background-size: 400% 400%;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    overflow: hidden;
    opacity: 1.0;    
}
.primary_header  li {
    position: auto;
    display: block;
    list-style: none;
    width: 100%;
    height: 80%;    
    left: 0;
    transform: translate3d(0, 0, 0);    
    background: #000;
    border-radius: 100% 100% 0 0;    
}
@keyframes animationbg-4a {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}
@keyframes animationbg-4b {
    2% {
        transform: translateX(1);
    }
    
    25% {
        transform: translateX(-25%);
    }
    
    50% {
        transform: translateX(-50%);
    }
    
    75% {
        transform: translateX(-25%);
    }
    
    100% {
        transform: translateX(1);
    }
}



/*внешний вид панели меню*/ 

.navigasua {
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  top: 0;
  width: 100%;
  background-color: #002374;
  height: 60px;
	color: white;
}

.navigasua .kandelos-bulens {
  display: flex;
  align-items: center; /* вертикально по центру */
  height: 100%;
	z-index: 20;
}

/*анимация активной вкладки*/
.mobka-asuna .active1 {
	color: #00FFDB;
	animation: dush 2s ease 0s 1 normal forwards;
}
@keyframes dush {
	0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}


/* Скрыть флажок, управляющий кнопкой мобильной навигации*/
#mobile-manug {
  display: none;
}

/* Кнопка мобильной навигации */
#mobile-manug + label {
  position: relative;
  display: none;
  width: 60px;
  height: 60px;
  overflow: hidden;
  background-color: transparent;
  transition: all 300ms ease-in-out;
}

/* Панели кнопок мобильной навигации */
#mobile-manug + label span {
  position: absolute;
  display: block;
  background-color: #004CFF;
  width: 34px;
  height: 6px;
  border-radius: 2px;
  left: 50%;
  transform: translate(-50%, -50%); /* центрирующий трюк */
  transition: all 300ms ease-in-out;
}

/* Панели кнопок мобильной навигации по отдельности */
#mobile-manug + label span:nth-child(1) {
  top: 35%;
}
#mobile-manug + label span:nth-child(2) {
  top: 50%;  
}
#mobile-manug + label span:nth-child(3) {
  top: 65%;  
}

/* Стиль кнопок мобильной навигации для отмеченного */
#mobile-manug:checked + label {
  background-color: #002374;
}

#mobile-manug:checked + label span {
  background-color: white;
}

/* Превратите полоски в крестик */
#mobile-manug:checked + label span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);  
}
#mobile-manug:checked + label span:nth-child(2) {
  left: -150%;  
}
#mobile-manug:checked + label span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);  
}

/* Главный рабочий Nav */
.mobka-asuna {
  flex-grow: 1;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #00FFDB;
	z-index: 10;
}

.mobka-asuna li {
  display: block;
  width: 100%;
  height: 10%;
  line-height: 25px;  
  text-align: center;
	color: white;
}

.mobka-asuna li a,
.mobka-asuna li span {
  display: block;
  width: 100%;
  height: 30%;
color: white;

}

.mobka-asuna li a:hover,
.mobka-asuna li span:hover {
  border-bottom: 2px solid #0054FF;
	color: #0054FF;
	text-decoration: none;
}

.mobka-asuna li > ul {
max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.mobka-asuna li:hover>ul {
    max-height: 1000px;
    /* или 2000px — достаточно большое значение */
}

.mobka-asuna li > ul li a,
.mobka-asuna li > ul li span {
  background-color: #0032A7;
}

.mobka-asuna li > ul li a:hover,
.mobka-asuna li > ul li span:hover {
  background-color: #655c5c;
  color: white;
  border-bottom: none;
}

/* Планшетный и мобильный просмотр */
@media (max-width: 768px) {
  .kulaga-uvaden {
  font-size: 1.5rem;
  flex-grow: 1;
  text-align: center;
  }
   
  #mobile-manug + label {
  display: block; /* показать кнопку мобильной навигации */
  }
   .mobka-asuna .kedsan-milagas li {
	height: 2px;
	width: 12px;
	 line-height: 2px ;  
	
}
	
  .mobka-asuna {
  max-height: 0px; /* тот же трюк с вертикальным переходом роста, что и выше */
  height: auto; /* возьмите полную высоту вертикального окна просмотра, -60 пикселей для навигации */
  overflow: hidden;
  position: absolute;
  top: 40px;
  line-height: 10px;
  left: 0;
  width: 100%; 
  flex-direction: column;
  background-color: #002374;
  transition: all 500ms ease-in-out;
	  z-index: 10;
  }
   
  #mobile-manug:checked ~ .mobka-asuna {
  max-height: calc(100vh - 20px);
  transition: all 500ms ease-in-out;
  }

  .mobka-asuna li span {
  position: relative;
  }
   
  /* дизайн и положение стрелки вниз */
  .mobka-asuna li span:after {
  content: "";
  width: 2px;
  height: 2px;
  position: relative;
  top: 50%;
  margin-top: -2px;
  margin-left: 8px;
  transform: translateY(-50%) rotate(-45deg);
  border-left: 2px solid #002374;
  border-bottom: 2px solid #002374;
	
  }
   
  .mobka-asuna li a:hover,
  .mobka-asuna li span:hover {
  background-color: #002374;
  color: white;
  border-bottom: none;
  }
   
  .mobka-asuna li > ul li {
  position: relative;
	height: 10px;  
  }
   
  .mobka-asuna li > ul li a,
  .mobka-asuna li > ul li span {
  background-color: #0032A6;
	  
  }  
}



.left_article {
	background-color: #FFFFFF;
	width: 60%;
	float: left;
	font-family: "Source Sans Pro";
	color: #343434;
	padding-bottom: 15px;
}
.noDisplay {
	display: none;
}
.container .left_article h3 {
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 5%;
	color: #050C26;
	font-weight: bold;
	text-transform: uppercase;
	font-size: calc(100vw * (3 / 560) + (72px / 7));
}
.container .left_article p {
	padding-left: 5%;
	padding-right: 5%;
	text-align: justify;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #050C26;
}
.right_article {
	width: 40%;
	float: left;
	background-color: #F6F6F6;
}
.container .right_article ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.right_article ul li {
	font-family: "Source Sans Pro";
	list-style: none;
	text-align: center;
	background-color: #B3B3B3;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 0px;
	transition: all 0.3s linear;
	border-left: 5px solid #717070;
}
.right_article ul li:hover {
	background-color: #717070;
	cursor: pointer;
}
.footer {
	background-color: #717070;
}
.title {
	font-weight: bold;
	font-style: normal;
	font-family: "Source Sans Pro";
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 2px;
}



/*анимация появления значка*/
.title_b {
	font-weight: bold;
	font-style: normal;
	font-family: "Source Sans Pro";
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 2px;
	animation: znachok 2s ease 0s 1 normal forwards;
    
}
@keyframes znachok {
	0% {
		animation-timing-function: ease-in;
		opacity: 1;
		transform: translateY(-45px);
	}

	24% {
		opacity: 1;
	}

	40% {
		animation-timing-function: ease-in;
		transform: translateY(-24px);
	}

	65% {
		animation-timing-function: ease-in;
		transform: translateY(-12px);
	}

	82% {
		animation-timing-function: ease-in;
		transform: translateY(-6px);
	}

	93% {
		animation-timing-function: ease-in;
		transform: translateY(-4px);
	}

	25%,
	55%,
	75%,
	87% {
		animation-timing-function: ease-out;
		transform: translateY(0px);
	}

	100% {
		animation-timing-function: ease-out;
		opacity: 1;
		transform: translateY(0px);
	}
}




.title_a {
	font-weight: bold;
	font-style: normal;
	font-family: "Source Sans Pro";
	text-align: justify;
	margin: 15px;
	text-indent: 5px;
    padding-left: 5px;
	padding-right: 5px;
	color: #001036;
	letter-spacing: 2px;
}
.placeholder {
	/* [disabled]max-width: 400px;
*/
	/* [disabled]max-height: 200px;
*/
	width: 100%;
	padding-top: 30px;
	/* [disabled]padding-left: 19px;
*/
	padding-bottom: 30px;
	height: 100%;
	}
.left_half {
	background-color: #FFFFFF;
}
.container .column_half.left_half h2 {
	color: #001036;
	font-family: "Source Sans Pro";
	text-align: center;
}
.container .column_half.right_half .list li {
	color: #001036;
	font-family: "Source Sans Pro";
	text-align: left;
	text-decoration-color: #FFFFFF;
	padding: 0.27em;
	
}
a {
    text-decoration: none;
   }
   a:hover {
    text-decoration: underline;
   }

.right_half {
	background-color: #FFFFFF;
	color: #001036;
	font-family: "Source Sans Pro";
	text-align: center;
	font-weight: auto;
	height: auto;
	
}
.column_title {
	padding-top: auto;
	padding-bottom: auto;
	padding-left: auto;
	padding-right: auto;
	font-size: calc(100vw * (3 / 560) + (72px / 7));
}
.copyright {
	text-align: center;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-family: "Source Sans Pro";
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

@media (max-width: 320px) {
.secondary_header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
}
.placeholder {
	width: 100%;
	margin-top: 0PX;
	margin-right: 0px;
	margin-bottom: 0PX;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	max-width: 400px;
	max-height: 200px;
	height: auto;
	
}
.columns {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0PX;
	padding-right: 0PX;
	padding-bottom: 0PX;
	padding-left: 0PX;
}
.columns p {
	padding-left: 0px;
	padding-right: 0px;
}
.columns p {
	padding-left: 10px;
	padding-right: 10px;
}	
	
.column_half.left_half {
	width: 100%;
}
.column_half.right_half {
	width: 80%;
}
.copyright {
	padding-top: 12px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	
}
.container .left_article h3 {
	margin-top: 30px;
}
.social .social_icon img {
	width: 80%;
}
.container .secondary_header {
}
}

@media (min-width: 321px) and (max-width: 768px) {
.secondary_header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
	padding-bottom: 25px;
}
.placeholder {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	display: block;
	background-color: #FFFFFF;
}
.columns {
	width: 100%;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.columns p {
	padding-left: 14px;
	padding-right: 14px;
}
.column_half.left_half {
	width: 100%;
}
.column_half.right_half {
	width: 100%;
}
}

@media (min-width: 769px) and (max-width: 1000px) {
.secondary_header {
	overflow: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.secondary_header ul li {
	margin-top: 10px;
	margin-right: 7%;
	margin-bottom: 10px;
	margin-left: 7%;
}
.left_article {
	height: auto;
}
.right_article {
	height: auto;
	padding-bottom: 27px;
}
.placeholder {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.columns {
	width: 50%;
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.container .columns p {
	padding-left: 25px;
	padding-right: 25px;
}
}

@media (min-width: 1001px) {
}
/*анимация для фото в круге*/
.thumbnail {
	width: 70px;
	border-radius: 200px;
	height: 70px;
	margin-left: auto;
	}

.thumbnail_align {
	text-align: center;
}

.thumbnail_a {
	width: 180px;
	border-radius: 200px;
	height: 180px;
	margin-left: auto;
	animation: fotoscircl 2s ease 0s 1 normal forwards;
	
}

@keyframes fotoscircl {
	0%,
	100% {
		transform: translateY(0);
	}

	10%,
	30%,
	50%,
	70% {
		transform: translateY(-8px);
	}

	20%,
	40%,
	60% {
		transform: translateY(8px);
	}

	80% {
		transform: translateY(6.4px);
	}

	90% {
		transform: translateY(-6.4px);
	}
}
.thumbnail_a_align {
	text-align: center;
}

.social {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
		background: radial-gradient(#00ff91 3%,  #30eee2 68%, #9354ff 98%);
    animation: animationbg-4a 15s ease infinite;
	position: auto;
	clear: 0;
	overflow: auto;
	background-size: 400% 400%;
	
	
}
.social  li {
    position: auto;
    display: block;
    list-style: none;
    width: 200%;
    height: 120px;    
    left: 0;
    transform: translate3d(0, 0, 0);    
    background: #000;
    border-radius: 100% 100% 0 0;    
}
@keyframes animationbg-4a {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

@keyframes animationbg-4b {
    2% {
        transform: translateX(1);
    }
    
    25% {
        transform: translateX(-25%);
    }
    
    50% {
        transform: translateX(-50%);
    }
    
    75% {
        transform: translateX(-25%);
    }
    
    100% {
        transform: translateX(1);
    }
}
.social_icon {
	width: 25%;
	text-align: center;
	float: right;
	transition: all 0.3s linear;
	line-height: 1px;
	padding-top: 7px;
	
}
.container .social .social_icon:hover {
	cursor: pointer;
	opacity: 0.5;
}
#menu {
}

/* Dropdown Content (Hidden by Default) */
.dropdown {
    background-color: #002374 ;
	opacity: 1.0;
    width: 100;
	border-bottom-width: 1px; /* Толщина линии внизу */
    border-bottom-style: solid; /* Стиль линии внизу */
    border-bottom-color: white; /* Цвет линии внизу */
}

.dropdown-content {
    display: none;
    position: left;
    background-color: #002374 ;
	opacity: 1;
    width: 110px;
	color: #FFFFFF;
}

.dropbtn
{
  background: url('http://icons.iconarchive.com/icons/custom-icon-design/flag-3/16/Russia-Flag-icon.png') no-repeat left center;
  padding-left: 25px;
  width: 40px;
	color: white;
}

.dropbtn::after {
    background: rgba(0, 0, 0, 0) url("https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-16.png") no-repeat scroll center center;
    content: "";
    height: 16px;
    position: relative;
	
    right: 0;
    top: 7px;
    width: 16px;
}

.dropdown-content a:first-child
{
  background: url('https://icons.iconarchive.com/icons/icondrawer/flags/24/Russian-Federation-icon.png') no-repeat left center;
}

.dropdown-content a:last-child
{
  background: url('https://icons.iconarchive.com/icons/icondrawer/flags/24/Uzbekistan-icon.png') no-repeat left center;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #FFFFFF;
    padding: 2px 0 2px 25px;
    text-decoration: none;
    display: block;
	position: relative;
	
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #00D3FF;
    opacity: 1;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: inline-block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */

.btn {
    display: inline-block; /* Строчно-блочный элемент */
    background: #004e91; /* Серый цвет фона */
    color: #fff; /* Белый цвет текста */
	opacity: 0.5;
    padding: 1rem 1.5rem; /* Поля вокруг текста */
    text-decoration: none; /* Убираем подчёркивание */
    border-radius: 3px; /* Скругляем уголки */
   }

.btn_2 {
    padding: 0.2rem 1rem;
    border-radius: 0.6rem;
    
    font-weight: 50;
    cursor: help;
    transition: 0.2s;
	background-color: #FFFFFF;
	
	
}

.btn_2:hover {
    background-color: #FFFFFF;
    color: #f2f2f2;
}

.wrapper {
	text-align: left;
}

.list {
	list-style: circle outside;
}

.img-rounded {
	width: 9%;
	border-radius: 150px;
	height: 9%;
	margin-left: auto;
	background-size: contain;
	background-repeat: no-repeat;
	object-fit: cover;
	
}

@media all and (min-device-width: 360px) {

.img-rounded {width: 100px;}

}


/*о нас стиль текста*/
.derti {
	text-align: justify;
	text-indent: 3%;
	color: #001036;
	padding: 0.375rem 0.75rem;
}

/*анимация для текста НОВОСТИ*/
.newss {
	background: linear-gradient(223deg, #00ffbd, #002cff, #94fff9);
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textflow 20s linear infinite;
}
@keyframes textflow {
  from {background-position: 0% center}         
  to {background-position: 200% center}
}


/* Предыдущие стили остаются */

.slider {
  position: relative;
  max-width: 800px;
  margin: auto;
  overflow: hidden;
}

.slider-wrapper {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}

.slider-item {
  min-width: 100%;
  box-sizing: border-box;
}

.slider-item img {
  width: 100%;
}

button.prev, button.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 24px;
}

button.prev {
  left: 10px;
}

button.next {
  right: 10px;
}

button.prev:hover, button.next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

/* Классы для анимации направо и налево */
.slider-wrapper.right {
  transition: transform 0.5s ease;
}

.slider-wrapper.left {
  transition: transform 0.5s ease;
}


/* Номер текста (1/3 и т.д.) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Точки/пули/индикаторы */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Исчезающая анимация */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* На небольших экранах уменьшите размер текста */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/*лаборатории и мехнатка*/

 .labis-container {
            display: flex;
            justify-content: space-between;
        }
        .labis-column {
            width: 45%;
        }
        .labis-column p {
            text-align: justify;
			margin: 6px;
			color: #000C2A;
        }
        .labis-column h2 {
            text-align: center;
			color: #000C2A;
        }

        .labis-menu {
            list-style-type: none;
            padding: 0;
        }
        .labis-menu li {
            margin-bottom: 10px;
			text-align: left;
        }
        .labis-menu a {
            text-decoration: none;
            color: #000;
        }
        .labis-description {
            margin-top: 20px;
        }


 .labis-video-section {
            margin-top: 40px;
            text-align: center;
        }
.labis-video-section h2 {
	color: #000C2A;
}
        .labis-video {
            max-width: 100%;
            height: auto;
}

 /* Маленькие экраны (мобильные устройства) */
        @media (max-width: 600px) {
            .labis-container {
                flex-direction: column;
                align-items: center;
            }
            .labis-column {
                width: 100%;
            }
            .labis-menu a {
                font-size: 14px;
            }
            .labis-description p {
                font-size: 16px;
				
            }
            .labis-video-section h2 {
                font-size: 18px;
            }
        }

        /* Средние экраны (планшеты) */
        @media (min-width: 601px) and (max-width: 1024px) {
            .labis-menu a {
                font-size: 16px;
            }
            .labis-description p {
                font-size: 18px;
            }
            .labis-video-section h2 {
                font-size: 22px;
            }
        }

        /* Большие экраны (десктопы) */
        @media (min-width: 1025px) {
            .labis-menu a {
                font-size: 18px;
            }
            .labis-description p {
                font-size: 20px;
            }
            .labis-video-section h2 {
                font-size: 24px;
            }
        }
/*здесь данные для стилистики блока новостей*/
.container {
    padding: 20px;
    max-width: 1200px; /* Maximum width for large screens */
    margin: 0 auto; /* Center the container */
}

.news-item {
    margin: 20px 0;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(30px);
    animation: bounceIn 2s ease-out forwards;
}
.news-item p {
	text-align: justify;
}

/* Keyframes for bouncing effect */
@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    60% {
        opacity: 1;
        transform: translateY(-10px);
    }
    80% {
        transform: translateY(5px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animate news items when scrolled into view */
.news-item:nth-child(1) {
    animation-delay: 0.3s;
}
.news-item:nth-child(2) {
    animation-delay: 0.5s;
}
.news-item:nth-child(3) {
    animation-delay: 0.7s;
}
.news-item:nth-child(4) {
    animation-delay: 0.9s;
}
.news-item:nth-child(5) {
    animation-delay: 0.11s;
}

/* Media queries for responsiveness */
@media (max-width: 1200px) {
    .container {
        padding: 15px;
    }
}

@media (max-width: 992px) {
    .news-item {
        padding: 15px;
        font-size: 18px; /* Slightly smaller font size for medium screens */
    }
}

@media (max-width: 768px) {
    .news-item {
        padding: 10px;
        font-size: 16px; /* Smaller font size for small screens */
    }
}

@media (max-width: 576px) {
    .news-item {
        padding: 8px;
        font-size: 14px; /* Smaller font size for extra small screens */
    }
}


/*научный совет стилистика*/

.nauchs-container {
    width: 90%;
    margin: 0 auto;
  display: flex;
      flex-direction: column;
      align-items: center;
}

/* Стили для верхних колонок */
.nauchs-top-section {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.nauchs-column {
    flex: 1;
    margin: 0 10px;
    padding: 20px;
    background-color: #f0f0f0;
    border-radius: 8px;
    text-align: center;
    opacity: 0;
	line-height: 1.15;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.nauchs-column h2 {
    margin-bottom: 10px;
}

.nauchs-column p {
    font-size: 16px;
	text-align: justify;
    line-height: 1.15;
}

/* Эффект поднятия для колонок */
.nauchs-column:hover {
    transform: translateY(-10px); /* Поднимает блок на 10 пикселей */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Добавляет тень */
}

/* Стили для новостных блоков */
.nauchs-news-section {
    margin-top: 20px;
}

.nauchs-news-block {
    background-color: #ECECEC;
    margin-bottom: 10px;
    padding: 20px;
    text-align: justify;
    border-radius: 8px;
    font-size: 18px;
    transition: opacity 0.6s ease, transform 0.6s ease;
    opacity: 0;
    transform: translateY(20px);
}

.nauchs-news-block:nth-child(even) {
    background-color: #ECECEC;
}

/* Эффект поднятия для новостных блоков */
.nauchs-news-block:hover {
    transform: translateY(-10px); /* Поднимает блок на 10 пикселей */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Добавляет тень */
}

/* Адаптивность */
@media (max-width: 768px) {
    .nauchs-top-section {
        flex-direction: column;
    }
    
    .nauchs-column {
        margin-bottom: 20px;
    }
}

/* Стили для подсказок */
.tooltip {
    
    position: relative;
    cursor: pointer;
}
.tooltip:hover {
	color: #002478;
}
.tooltip .tooltip-text {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 1%; /* Позиция выше от элемента */
    left: 30%;
    margin-left: 100px; /* Центрирование */
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 14px;
	line-height: 1.0;
}

.tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
	
}

/* Стили для блоков контактов */
.nauchs-contacts-section {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.nauchs-contact-block {
    flex: 1;
    margin: 0 10px;
    padding: 20px;
    background-color: #f0f0f0;
    border-radius: 8px;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Эффект подпрыгивания для блоков контактов */
.nauchs-contact-block:hover {
    transform: translateY(-10px); /* Поднимает блок на 10 пикселей */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Добавляет тень */
}

/* Стили для контактной информации */
.nauchs-contact-info {
    margin-top: 30px;
    text-align: left;
}

/* Эффект подпрыгивания для контактной информации */
.nauchs-contact-info {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Адаптивность */
@media (max-width: 768px) {
    .nauchs-contacts-section {
        flex-direction: column;
    }
    
    .nauchs-contact-block {
        margin-bottom: 20px;
    }
}

/*стиль о нас*/

.pressi-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    position: relative; /* Позиция relative добавлена */
}

.pressi-main-content {
    display: flex;
    flex: 1;
    flex-direction: row;
}

.pressi-text-column {
    flex: 1;
    padding: 20px;
    background-color: #f4f4f4;
}

.pressi-gallery-column {
    flex: 1;
    padding: 20px;
}

.pressi-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.pressi-slides {
    display: flex;
    transition: transform 1s ease-in-out;
}

.pressi-slides img {
    width: 100%;
    height: auto;
}

.pressi-bottom-content {
    display: flex;
    flex-direction: row;
}

.pressi-menu-column {
    flex: 1;
    background-color: #e0e0e0;
    padding: 20px;
    display: flex;
    flex-direction: column; /* Обновлено для вертикального расположения кнопок */
    gap: 10px; /* Расстояние между кнопками */
}

.pressi-menu-column button {
    padding: 15px;
    border: none;
    border-radius: 8px;
    background-color: #007bff;
    color: white;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, box-shadow 0.3s;
}

.pressi-menu-column button:hover {
    background-color: #0056b3;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.pressi-text-blocks-column {
    flex: 1;
    padding: 20px;
}

.pressi-text-block {
    margin-bottom: 20px;
}

.pressi-text-block h2 {
    margin-top: 0;
}

/* Медиазапрос для экранов шириной 768px и меньше (планшеты и телефоны) */
@media (max-width: 768px) {
    .pressi-main-content {
        flex-direction: column;
    }
    
    .pressi-text-column,
    .pressi-gallery-column {
        flex: none;
    }
}

/* Медиазапрос для экранов шириной 480px и меньше (мобильные телефоны) */
@media (max-width: 480px) {
    .pressi-menu-column {
        align-items: stretch;
        gap: 5px;
    }

    .pressi-menu-column button {
        font-size: 14px;
        padding: 10px;
    }
}


.pressi-scrollable-blockr {
    width: auto;
    height: auto;
    overflow: auto; /* Включает прокрутку */
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin: -10px right; /* Центрирование блока */
	text-align: left;
	background-color: #FFFFFF;
	
}

.pressi-scrollable-block h2 {
    margin-top: 0;
	text-align: center;
}
.pressi-scrollable-blockr h1 {
    margin-top: 0;
	font-size: 18px;
	text-align: center;
}
.pressi-scrollable-blockr a {
    margin-top: 0;
	font-size: 14px;
	text-align: center;
	
}
.pressi-scrollable-content p {
	text-align: justify;
}

.pressi-scrollable-blockr:hover a {
    margin-top: 0;
	font-size: 14px;
	text-align: center;
	
}

.containerwer {
    display: flex;
    justify-content: space-between; /* Распределяет элементы с пространством между ними */
    padding: 20px;
    height: auto; /* Высота контейнера на всю высоту экрана */
}

.gallery-column {
    width: 45%; /* Ширина блока с галереей */
     /* Цвет фона для наглядности */
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
	background: linear-gradient(45deg, rgba(135, 206, 235, 0.3), rgba(50, 205, 50, 0.4));
	background-size: 400% 400%;
	
	animation: gradientAnimation 10s ease infinite;
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.text-column {
    width: 45%; /* Ширина текстового блока */
    background-color: white; /* Цвет фона для наглядности */
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

/* Медиазапрос для экранов шириной 768px и меньше (планшеты и телефоны) */
@media (max-width: 768px) {
    .container {
        flex-direction: column; /* Перестраивает элементы в колонку для меньших экранов */
        align-items: center; /* Центрирует элементы по горизонтали */
    }

    .gallery-column, .text-column {
        width: 90%; /* Ширина блоков на меньших экранах */
        margin-bottom: 20px; /* Отступ снизу между блоками */
    }
}

.ripple {
      position: absolute;
      width: 3px;
      height: 1px;
      top: 80%;
      left: 50%;
	  opacity: 0.2;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      background: #00FBC0;
      animation: ripple 1s ease 0s 2;
	animation-delay: 0.4s;
    }

    @keyframes ripple {
      0% {
        width: 3px;
        height: 1px;
        opacity: 0.2;
      }
      100% {
        width: 100%;
        height: 100px;
        opacity: 0;
      }
    }

.pris-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 20px auto;
	
}

.pris-menu, .pris-content {
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 20px;
    margin: 10px;
    flex: 1;
    min-width: 250px; /* Минимальная ширина колонки */
}

.pris-menu {
    flex: 1 1 30%; /* 30% ширины для меню */
}

.pris-content {
    flex: 1 1 70%; /* 70% ширины для контента */
    text-align: justify; /* Выравнивание текста по ширине */
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
    margin: 10px 0;
}

a {
    text-decoration: none;
    color: #007bff;
}

a:hover {
    text-decoration: none;
	color: #001036;
}


.pris-content1 {
    display: flex; /* Используем Flexbox для выравнивания */
    align-items: center; /* Выравниваем по центру по вертикали */
}

figure {
    margin: 1; /* Убираем отступы у figure */
}




.ptdo-button {
    display: flex;
    padding: 20px;
    background-color: #ffffff; /* Цвет фона */
    color: rgb(29, 29, 29); /* Цвет текста */
    text-align: center;
    text-decoration: none; /* Убираем подчеркивание */
    border-radius: 10px; /* Закругление углов */
    transition: transform 0.2s ease; /* Плавный эффект при наведении */
    cursor: pointer; /* Курсор как у кнопки */
    width: 300px; /* Ширина блока */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Тень */
    margin: 10px; /* Отступы между кнопками */
    align-items: center; /* Выравниваем по центру по вертикали */
    font-size: 12px;
justify-content: center;
}
.ptdo-button:hover {
    transform: scale(1.05); /* Увеличение при наведении */
}

.ptdo-button span {
    display: block; /* Делаем текст блочным элементом */
    margin-top: 5px; /* Отступ сверху от картинки */
    margin: 10px; /* Отступ справа 20 пикселей */
}



.butoni {
	justify-content: center;
	display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 20px auto;
}

.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease;
}

.slider-item {
    min-width: 100%;
    box-sizing: border-box;
}

.slider-item img {
    width: 100%;
    display: block;
}

button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
}

button:hover {
    background-color: #ddd;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}


.ludi-slider-container {
    width: 97%; /* Ширина контейнера */
    overflow: hidden; /* Скрыть содержимое за границами */
    
    
    height: 110%;
}

.ludi-slider {
    display: flex;
    gap: 10px; /* Расстояние между колонками */
    transition: transform 0.5s ease; /* Плавная анимация */
}

.ludi-slide {
    min-width: 250px; /* Ширина одного слайда */
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ludi-slide img {
    width: 150px; /* Диаметр круглой картинки */
    height: 150px;
    border-radius: 50%; /* Делаем картинку круглой */
    object-fit: cover; /* Обрезаем изображение по кругу */
    margin-bottom: 10px;
}

.ludi-slide h3 {
    font-size: 18px;
    margin: 10px 0;
    color: #333;
}

.ludi-slide p {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
	text-align: justify;
}

/* Добавить горизонтальную прокрутку */
.ludi-slider-container::-webkit-scrollbar {
    height: 8px;
}

.ludi-slider-container::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 10px;
}

.ludi-slider-container::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}

.glinc-container {
            display: flex;
            justify-content: space-between;
            width: 90%;
            margin: auto;
            padding: 20px;
        }
        .glinc-block {
            width: 30%;
            border: 1px solid #ccc;
            padding: 10px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        .glinc-icon {
            margin-bottom: 10px;
        }
/* Responsive styling for tablets */
        @media (max-width: 768px) {
            .glinc-container {
                flex-direction: column;
                align-items: center;
            }
            .glinc-block {
                width: 80%;
                margin-bottom: 20px;
            }
        }
        /* Responsive styling for mobile phones */
        @media (max-width: 480px) {
            .glinc-container {
                width: 100%;
                padding: 10px;
            }
            .glinc-block {
                width: 100%;
            }
        }

    .clinic-container {
        width: 80%;
        margin: auto;
        padding: 20px;
    }
    .clinic-header {
        text-align: center;
        padding: 20px;
        background-color: #f2f2f2;
        border-radius: 8px;
        margin-bottom: 20px;
    }
    .clinic-steps {
        margin-top: 20px;
    }
    .clinic-step {
        margin-bottom: 10px;
    }
    .clinic-image {
        text-align: center;
        margin-top: 20px;
    }
    @media (max-width: 768px) {
        .clinic-container {
            width: 95%;
            padding: 10px;
        }
        .clinic-header {
            padding: 10px;
        }
        .clinic-step {
            padding: 0 5px;
        }
    }
    @media (max-width: 480px) {
        .clinic-header h1 {
            font-size: 1.5rem;
        }
    }


.newsimage {
    width: 100%; /* Адаптивная ширина */
    max-width: 100%; /* Предотвращение выхода за границы контейнера */
    height: auto; /* Сохраняет пропорции изображения */
    border-radius: 8px; /* Закругленные края */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Легкая тень */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Плавный переход при наведении */
}

.library-info {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    max-width: 800px;
    margin: 0 auto;
}

.library-info p {
    margin-bottom: 10px;
}

.library-info .icon {
    color: #007BFF;
    /* ярко-синий */
    font-weight: bold;
    margin-right: 8px;
}

.library-info a {
    color: #007BFF;
    text-decoration: none;
}

.library-info a:hover {
    text-decoration: underline;
}

@media (min-width: 769px) {
    .has-submenu {
        position: right;
    }

        .submenu.ecoo-submenu {
            display: none;
            position: absolute;
            top: 100%;
            z-index: 100;
            min-width: 200px;
            background-color: #0032A7;
            white-space: nowrap;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        }
    
        .has-submenu:hover .submenu.ecoo-submenu {
            display: block;
        }
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 соотношение = 9 / 16 * 100 = 56.25% */
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


.link-3d {
    display: inline-block; /* чтобы позиционировался как элемент */
    text-align: left;

    margin-top: 5px; /* отступ сверху */
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 18px;

    /* Градиент внутри текста */
    background: linear-gradient(120deg, #ff7af5, #ffd86f, #00f0ff);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* 3D-тень */
    text-shadow:
        1px 1px 0px rgba(0, 0, 0, 0.4),
        2px 2px 0px rgba(0, 0, 0, 0.35),
        3px 3px 0px rgba(0, 0, 0, 0.3),
        4px 4px 0px rgba(0, 0, 0, 0.25);

    text-decoration: none;
    transition: transform 0.25s ease, text-shadow 0.25s ease, background-position 2s ease;
}

/* Наведение — текст как будто поднимается вверх */
.link-3d:hover {
    background-position: 100% 0%;
    transform: translate(-1px, -1px);
    text-shadow:
        2px 2px 6px rgba(0, 0, 0, 0.6);
}

/* ===== Doctor slider styles ===== */
.doctor-section {
    margin: 30px auto;
    padding: 0 10px;
    max-width: 1100px;
}

.doctor-title {
    margin: 0 0 14px 0;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.doctor-slider {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.doctor-slider-wrapper {
    display: flex;
    transition: transform 0.4s ease;
    will-change: transform;
}

.doctor-slide {
    min-width: 100%;
    box-sizing: border-box;
    padding: 10px;
}

.doctor-card {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 16px;
    background: #ffffff;
    border-radius: 12px;
    padding: 14px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.doctor-photo img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.doctor-name {
    margin: 0 0 10px 0;
    font-size: 20px;
}

.doctor-meta p,
.doctor-phone,
.doctor-schedule p {
    margin: 6px 0;
}

.doctor-schedule ul {
    margin: 8px 0 0 18px;
    padding: 0;
}

.doctor-phone a {
    text-decoration: none;
}

/* кнопки */
.doctor-prev,
.doctor-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 22px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
}

.doctor-prev {
    left: 10px;
}

.doctor-next {
    right: 10px;
}

.doctor-prev:hover,
.doctor-next:hover {
    background: rgba(0, 0, 0, 0.7);
}

/* адаптив */
@media (max-width: 820px) {
    .doctor-card {
        grid-template-columns: 1fr;
    }

    .doctor-photo img {
        height: 280px;
    }
}