

/* Start:/proekt/css/style.css?17586350391974*/
.menu-proekts {
    display: flex;
    margin-bottom: 30px;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.menu-proekts>button {
    padding: 13px;
    margin-right: 10px;
    border-radius: 9px;
    background-color: #013874;
    color: white;
    text-decoration: none;
    font-weight: 500;
    border: none;
    cursor: pointer;
    margin-top: 8px;
}
.menu-proekts>button:hover {
    background-color: #064991;
}
/*Слайдер партенов*/
.slider-wrapper {
  position: relative; 
}
  .slider-container {
    position: relative;
    max-width: 90%;
    margin: auto;
    overflow: hidden;
  }
  .slider-track {
    display: flex;
    transition: transform 0.3s ease;
  }
  .slider-item {
	display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 25%; /* 4 items desktop */
    box-sizing: border-box;
    padding: 5px;
  }
  button.nav-btn {
    position: absolute;
    top: calc(50% - 48px / 2);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    border: 0.3px solid #CDD0D8;
    z-index: 5;
    padding: 0%;
    transition: all .2s ease-in-out;
    color: #000000ff;
  }
  button.nav-btn:hover {
    background-color: #fff;
  }
  button#prevBtn {
    left: 5px;
	transform: rotateY(180deg);
  }
  button#nextBtn {
    right: 5px;
	
  }
  .slider-item>*{
	-webkit-user-select: none;
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none; 
  }
  .slider-item_img{
	height: 45px;
  }
  .slider-item_img>img{
	display: block;
	height: 45px;
	pointer-events: none;
  }
  .slider-item__card-title{
	font-weight: 500;
	text-align: center;
	margin-top: 16px;
  }

  @media (max-width: 600px) {
    .slider-item {
      min-width: 33.3333%; /* 3 items mobile */
    }
    .slider-container {
      max-width: 100%;
    }
	#prevBtn,#nextBtn{
		display: none;
	}
  }
/* End */
/* /proekt/css/style.css?17586350391974 */
