BODY{
   FONT-WEIGHT:      normal;
   FONT-SIZE:        19px;
   height:           100%;
   COLOR:            #333333;
   FONT-FAMILY:      Muller;
   TEXT-DECORATION:  none;
   line-height:      2;
}

@font-face {
    font-family: Muller; /* Гарнитура шрифта */
    src: url(../fonts/Muller.ttf); /* Путь к файлу со шрифтом */
    src: local(Muller), url(../fonts/Muller.ttf)
}
@font-face {
    font-family: samsung; /* Гарнитура шрифта */
    src: url(../fonts/samsung.ttf); /* Путь к файлу со шрифтом */
    src: local(samsung), url(../fonts/samsung.ttf)
}
@font-face {
    font-family: Roboto; /* Гарнитура шрифта */
    src: url(../fonts/Roboto.ttf); /* Путь к файлу со шрифтом */
    src: local(Roboto), url(../fonts/Roboto.ttf)
}
.nav {
   FONT-WEIGHT:  normal;
   FONT-SIZE:        19px;
   COLOR:            #ffcc00;
   FONT-FAMILY:      Muller;
text-decoration: none;
}
.nav:hover {
   FONT-WEIGHT:      normal;
   FONT-SIZE:        19px;
   COLOR:            #ffffff;
   FONT-FAMILY:      Muller;
text-decoration: none;
}
.nav1 {
   FONT-WEIGHT:  normal;
   FONT-SIZE:        19px;
   COLOR:            #333333;
   FONT-FAMILY:      Muller;
text-decoration: none;
}
.nav1:hover {
   FONT-WEIGHT:      normal;
   FONT-SIZE:        19px;
   COLOR:            #000099;
   FONT-FAMILY:      Muller;
text-decoration: none;
}
.nav2 {
   FONT-WEIGHT:      normal;
   FONT-SIZE:        18px;
   COLOR:            #0033ff;
   FONT-FAMILY:      Muller;
text-decoration: none;
}
.nav2:hover {
   FONT-WEIGHT:      normal;
   FONT-SIZE:        18px;
   COLOR:            #cc0000;
   FONT-FAMILY:      Muller;
text-decoration: none;
} 
.nav3 {
   FONT-WEIGHT:      100;
   FONT-SIZE:        18px;
   COLOR:            #333333;
   FONT-FAMILY:      Muller;
text-decoration: none;
}
.nav3:hover {
   FONT-WEIGHT:      300;
   FONT-SIZE:        18px;
   COLOR:            #333333;
   FONT-FAMILY:      Muller;
text-decoration: none;
} 

.d1 {
   max-width:1280px;
   text-decoration: none;
}
.container
{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}
.block {
    width: 1280px;
    height: 110px;
    margin-left: 0px;
	margin-right: 40px;
    margin-top: 20px;
    position: relative;
	background:  	#fbfbfb;
	line-height:	27px;/*Высота строки +  верт. центрирования текста*/
    font-size:  	18px;
	text-align:     justify; /*Центрируем текст по горизонтали*/
	border-radius:  7px;
	border:         0px solid  #ffcc00 ;
	text-decoration: none;
}

.block2 {
    width:285px;
    height: 55;
    padding-left: 15px;
	padding-right: 0px;
    padding-bottom: 12;
	padding-top: 10px;
    position: relative;
	background:  	#F8F8FF;
	line-height:	27px;/*Высота строки +  верт. центрирования текста*/
    font-size:  	18px;
	text-align:     justify; /*Центрируем текст по горизонтали*/
	border-radius:  15px;
	border:         1px solid  #999999;
	text-decoration: none;
    line-height:1.2;"

}
.block1 {
    width: 400px;
    height: 110px;
    margin-left: 0px;
	margin-right: 40px;
    margin-top: 20px;
    position: relative;
	line-height:	27px;/*Высота строки +  верт. центрирования текста*/
    font-size:  	18px;
	text-align:     justify; /*Центрируем текст по горизонтали*/
	border-radius:  7px;
	border:         0px solid  #ffcc00 ;
	text-decoration: none;
}
.block4 {
    width: 400px;
    height: 110px;
    margin-left: 0px;
	margin-right: 40px;
    margin-top: 20px;
    position: relative;
	line-height:	27px;/*Высота строки +  верт. центрирования текста*/
    font-size:  	18px;
	text-align:     justify; /*Центрируем текст по горизонтали*/
	border-radius:  7px;
	border:         2px solid  #ffcc00 ;
	text-decoration: none;

}

.block:empty {
    height: 0;
    background: none;
    margin-bottom: 0;
    margin-top: 0;
	text-decoration: none;
}

.block:hover {
    background-color: #cccccc;
	text-decoration: none;
}

.block:active {
    background-color: #fbfbfb;
	text-decoration: none;
}
		
 
.bblock {
        float: 			left; /*Задаем обтекание*/
        line-height:	27px;/*Высота строки +  верт. центрирования текста*/
        font-size:  	18px;
        background:  	#fbfbfb;
        color:       	#333333;
        width:          335px; /*Фиксируем ширину блока*/
        margin-right:   50px;
		margin-bottom:  50px;
        text-align:     justify; /*Центрируем текст по горизонтали*/
		border-radius:  7px;
		border:         9px solid  #ffcc00 ;
		padding-left:   25px;
		padding-right:  25px;
		padding-top:    20px;
}


.table{
   BORDER-TOP:        #cccccc 1px solid;
   BORDER-BOTTOM:     #cccccc 1px solid;
   BORDER-LEFT:       #ffcc00 1px solid;
   BORDER-RIGHT:      #cccccc 1px solid;
   BORDER:           1px solid  #999999;

   FONT-SIZE:         74px;
   COLOR:             #333333;
   FONT-FAMILY:       Muller;
   line-height:       18;
   border-radius:     1px;

}

fieldset {
    display:         block;
	width:           1280;
    margin-left:     3px;
    margin-right:    3px;
    padding-top:     0px;
    BORDER:          1px solid #c0c0c0;
	BACKGROUND-COLOR: #ffffff;
	border-radius:    7px;
}

.td {
   padding-top:      20;
   padding-bottom:   0;
   FONT-WEIGHT:      bold;
   FONT-SIZE:        18px;
   COLOR:            #000000;
   FONT-FAMILY:      Muller;
   text-align:       left;
   line-height:      1.5;
}
.td1 {
   FONT-WEIGHT:      normal;
   FONT-SIZE:        18px;
   COLOR:            #000000;
   FONT-FAMILY:      Muller;
   text-align:       justify;
   line-height:      1.5;
}			   



/* only animate if the device supports hover */
@media (hover: hover) {
  #creditcard {
    /*  set start position */
    transform: translateY(110px);
    transition: transform 0.1s ease-in-out;
    /*  set transition for mouse enter & exit */
  }

  #money {
    /*  set start position */
    transform: translateY(180px);
    transition: transform 0.1s ease-in-out;
    /*  set transition for mouse enter & exit */
  }

  button:hover #creditcard {
    transform: translateY(0px);
    transition: transform 0.2s ease-in-out;
    /*  overide transition for mouse enter */
  }

  button:hover #money {
    transform: translateY(0px);
    transition: transform 0.3s ease-in-out;
    /*  overide transition for mouse enter */
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.25rem);
  }
  100% {
    transform: translateY(0);
  }
}

.button:hover .button__text span {
  transform: translateY(-0.25rem);
  transition: transform .2s ease-in-out;
}

/* styling */

@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap");


.button {
  border: none;
  outline: none;
  padding-left: 30px;
  position: relative;
  border-radius: 5px;
  background-color: #32cd32;
  color: #fff;
  font-size: 18px;
  font-family: Muller;
  cursor: pointer;
  box-shadow: rgba(0, 9, 61, 0.2) 0px 4px 8px 0px;
  width: 150px;
  height: 40px;
  text-align: left;
  margin-top: -40px;
}

.button:active {
  transform: translateY(1px);
}

.button__svg {
  position: absolute;
  overflow: visible;
  bottom: 5px;
  right: 0.2rem;
  height: 130%;
}
.anchor{
position: relative;
padding-top: 120px; //(whatever distance from the top of the page you want)
}

    *::before,
    *::after {
      box-sizing: border-box;
    }

    .accordion__item {
      margin-bottom: 0px;
      border-radius: 0px;
      /*box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 15%);*/
    }

    .accordion__header {
      display: flex;
	  margin-top:10;
      justify-content: space-between;
      align-items: left;
      padding: 18px 18px 13px 18px;
      color: #fff;
      font-weight: normal;
      background-color: #333333;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      cursor: pointer;
      transition: background-color 0.2s ease-out;
    }

    .accordion__header::after {
      flex-shrink: 0;
      width: 1.25rem;
      height: 1.25rem;
      margin-left: auto;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
      background-repeat: no-repeat;
      background-size: 1.25rem;
      content: "";
      transition: transform 0.2s ease-out;
    }

    .accordion__item_show .accordion__header::after,
    .accordion__item_slidedown .accordion__header::after {
      transform: rotate(-180deg);
    }

    .accordion__header:hover {
      background-color: #000000;
    }

    .accordion__item:not(.accordion__item_show) .accordion__header {
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px;
    }

    .accordion__content {
      padding-top: 10px;
      background: #;
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px;
	  max-width: 1280px;
    }

    .accordion__item:not(.accordion__item_show) .accordion__body {
      display: none;
    }
	

/*Стиль профайлинг*/
/* Сетка */        
.atuinCard-container {
    display: flex;
    flex-wrap: wrap;
	padding-top:0px;
    justify-content: center;
    margin: 10px -10px;
}
.atuinCard-container *,
.atuinCard-container *::before,
.atuinCard-container *::after {
    box-sizing: border-box;
}
.atuinCard-col {
    width: 100%;
    padding: 10px;
	padding-top:40px;
}
@media (min-width: 300px) {
    .atuinCard-col {
        width: 50%;    
    }
}
@media (min-width: 400px) {
    .atuinCard-col {
        width: 50%;    
    }
}
@media (min-width: 992px) {
    .atuinCard-col {
        width: 33.33%;
    }
}
@media (min-width: 1200px) {
    .atuinCard-col {
        width: 33.33%;    
    }
}
@media (min-width: 1400px) {
    .atuinCard-col {
        width: 25%;    
    }
}
 
 
/* Карточка */
.atuinCard {
    position: relative;
    height: 100%;
    z-index: 1;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #ddd;
    transition: 0.5s;
    background: #fff;
}    
.atuinCard-image {
    position: relative;
    aspect-ratio: 1.2 / 1;
    overflow: hidden;
}
.atuinCard-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.atuinCard-image strong {
    color: #333333;
    font-size: 18px;
    line-height: 1.3;
    text-transform: uppercase;
    padding: 80px 16px 36px;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.8), 0 5px 15px rgba(255, 255, 255, 1); 
    transition: 0.5s;
    font-weight: 600;
}
.atuinCard-txt {
    transform: translateY(-8px);
    text-align: center;
}
.atuinCard-txt p {
    font-size: 16px;
    line-height: 1.3;
    padding: 0 16px;
    margin: 0;
}
.atuinCard:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2), inset 0 0 0 0px rgba(0, 0, 0, 0.1);
}
.atuinCard:hover .atuinCard-image img  {
    transform: scale(1.1);
}
.atuinCard:hover .atuinCard-image strong {
    padding: 120px 16px 66px;
    color: #333333;
}
@media (min-width: 450px) {
    .atuinCard-txt p {
        font-size: 18px;
    }
}

/*2 гис стили карты*/
.map-popup {
    background: #FFF;
    width: 0px;
    padding:0px;
    color: #000;
    border: 0px solid #666666;
    box-sizing: border-box;
	display: none!important;
}
.map-popup h2 {
    margin: 0;
    font-size: 22px;
    color: #333333;
}
.map-icon {
    visibility: visible!important; /* Оставляем иконку видимой при открытии попапа */
    display: inline!important;    
}
.leaflet-popup-tip-container {
    display: none!important; /* Убираем родной указатель при открытом попапе */            
}
.leaflet-popup-content {
    margin:0!important;    /* Убираем отступы у попапа */
}

/* стиль меню в топе */
    nav 
	{ 
	background-color: #; 
	padding: 0px 0; 
}
        nav ul { 
		list-style: none; 
		margin: 0; 
		padding: 0; 
		display: flex; 
		justify-content: center; 
		}
        nav li 
		{ 
		margin: 0 15px; /* расстояние между пунктами меню */
		position: relative; /* Относительное позиционирование для выпадающих списков */
		} 
        nav a 
		{ 
		text-decoration: none; 
		color: #ffcc00; 
		font-weight: normal; 
		font-size: 19px;
		display: block; 
		padding-bottom: 10px; 
		}
        nav a::after 
		{ 
		content: ''; 
		position: absolute; 
		left: 0; 
		bottom: 0; 
		width: 0; 
		height: 2px; 
		background-color: white; 
		transition: width 0.3s ease-in-out; 
		}
        nav a:hover::after 
		{ 
		width: 100%; 
		}

        /* Стили для выпадающих списков */
        .dropdown-menu {
            position: absolute; /* Абсолютное позиционирование относительно родительского li */
            top: 100%; /* Показываем под родительским элементом */
            left: 0;
            background-color: #333333;
            padding-top: 20px; 
			padding-bottom: 0px; 
			padding-left: 25px; 
			padding-right: 20px; 
            min-width: 250px; /* Минимальная ширина выпадающего списка */
            display: none; /* Скрываем по умолчанию */
            z-index: 1; /* Поверх других элементов */
			line-height:   1.2;
        }
        .dropdown-menu a 
		{ 
		padding: 13px 0; /* Отступы для ссылок в выпадающем списке */
		} 
        nav li:hover .dropdown-menu 
		{ 
		display: block; /* Показываем при наведении на li */
		} 
		
		/* Стили для "бургера" */
        .burger-menu 
		{ 
		display: none; 
		cursor: pointer; 
		padding: 10px; 
		margin-top: -15;
		}
        .burger-line 
		{ 
		width: 30px; 
		height: 4px; 
		background-color: #ffcc00; 
		margin: 5px 5px; 
		display: block; 
		}
        /* Медиа-запрос для адаптивности */
        @media (max-width: 1025px) {
            nav ul 
			{ 
		list-style: none; 
		margin-top: 34; 
		padding: 20; 
		display: flex; 
		justify-content: center; 
		display: none;
		background-color: #333333; 
		flex-direction: column; 
		position: absolute; top: 41px; 
		line-height:   1.4;
		left: 0; 
		width: 100%; 
			text-align: left; 
			}
            .burger-menu 
			{ 
			display: block; 
			}
            nav ul.active 
			{ 
			display: flex; }
            nav li 
			{ 
			margin: 0; 
			}
			nav a::after 
		{ 
		content: ''; 
		position: absolute; 
		left: 0; 
		bottom: 0; 
		width: 0; 
		height: 2px; 
		background-color: #; 
		transition: width 0.3s ease-in-out; 
		}
        nav a:hover::after 
		{ 
		width: 0; 
		}
			.dropdown-menu {
            position: absolute; /* Абсолютное позиционирование относительно родительского li */
            top: 100%; /* Показываем под родительским элементом */
            left: 0;
			margin-left:-20;
            background-color: #333333;
            padding-top: 0px; 
			padding-bottom: 0px; 
			padding-left: 21px; 
            width: 100%; /* Минимальная ширина выпадающего списка */
            display: none; /* Скрываем по умолчанию */
            z-index: 1; /* Поверх других элементов */
			line-height:   0.7;
        }
        .dropdown-menu a 
		{ 
		padding: 13px 0; /* Отступы для ссылок в выпадающем списке */
		} 
        nav li:hover .dropdown-menu 
		{ 
		display: block; /* Показываем при наведении на li */
		} 
        }

      /*Стиль кнопки вверх*/ 
	  arrow-8 {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 30px auto 50px auto;
}
.arrow-8:before,
.arrow-8:after {
    content: '';
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-left: 26px solid #333333;
    border-bottom: 26px solid #333333;
    animation: arrow-8 3s linear infinite;
}
.arrow-8:after {
    animation: arrow-8 3s linear infinite -1.5s;
}
@keyframes arrow-8 {
    0% {
        opacity: 0;
        transform: translate(0, 70px) rotate(135deg);
    }
    10%, 90% {
        opacity: 0;
    }
    50% {
        opacity: 1;  
        transform: translate(0, 0) rotate(135deg);
    }
    100% {
        opacity: 0;
        transform: translate(0, -70px) rotate(135deg);
    }
}

/*карточки на главной странице новости*/
.stcard-container {
    display: flex;
	width:100%;
    justify-content: center;  
    flex-wrap: wrap;
    padding: 20px 0;
}
.stcard {
    display: flex;
    flex-direction: column;
    padding: 12px 12px 6px;
    background: #f8f3e8;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    flex: 1 0 300px;
    max-width: 400px;
    align-self: center;
}
.stcard img {
    width: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
    border-radius: 6px;
    filter: sepia(100%);
    transition: filter 0.5s;
    margin-bottom: 15px;
}
.stcard:hover img {
    filter: sepia(0)
}
.stcard .stcard-title {
    margin: 6px 10px 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 19px;
    line-height: 1.1;
    color: #a18342;
    text-align: center;
}
.stcard p {
    font-size: 16px;
    text-align: center;
    margin: 0 0 10px 0;
    line-height: 1.3;
}
/*Team */
        .team-grid {
			padding-top:150;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
			max-width:100%;
        }
        .team-member {
            width: 200px;
            margin: 10px;
            text-align: center;
            cursor: pointer;
			line-height: 1.5;
        }
        .team-member img {
            width: 200px;
            height: 200px;
            border-radius: 50%;
            object-fit: cover;
        }
        .member-details {
            margin-top: 50px;
			margin-left: 30px;
		   margin-right: 30px;
            padding-top: 20px;
			padding-bottom: 20px;
			padding-left: 40px;
			padding-right: 30px;
            border: 1px solid #ccc;
			border-radius: 20px;
            display: none; /* Скрываем блок по умолчанию */
			text-align:left;
			max-width:100%;
		    line-height: 1.4;
			font-family:Roboto;
			font-size: 18px;
			
        }
		
/* стили для пблока презентаций kazvi*/		
		
.container_presentation {

  display: flex; /* Включаем Flexbox для контейнера */
  flex-wrap: wrap; /* Разрешаем перенос элементов на новую строку */
  width: 100%;
}

.item {
  flex: 1; /* Каждый элемент занимает равную долю доступного пространства */
  min-width: 500px; /* Минимальная ширина элемента */
  box-sizing: border-box; /* Чтобы padding и border не увеличивали ширину */
  padding-top:30;
}

/* Медиа-запрос для экранов меньше определенной ширины */
@media (max-width: 900px) {
  .item {
    flex: 1 1 100%; /* Каждый элемент занимает 100% ширины */
    min-width: auto; /* Отменяем минимальную ширину */
  }
}
.presentation-block {
  background-color: #ffcc00; /* Белый фон */
  border: 1px solid #ccc; /* Серая рамка */
  border-radius: 20px; /* Скругленные углы */
  padding: 30px 40px;
  width: 450px; /* Ширина блока */
}

.download-button {
  background-color: #333; /* Черный фон кнопки */
  color: #fff; /* Белый текст кнопки */
  padding: 10px 30px;
  border-radius: 25px; /* Скругленные углы кнопки */
  text-decoration: none; /* Убираем подчеркивание ссылки */
  display: inline-block; /* Делаем кнопку блочным элементом */
}
.download-button:hover {
  background-color: #000; /* Черный фон кнопки */	
  color: #fff; /* Меняем цвет текста на черный при наведении, чтобы был контраст */
}