.eip1{
  color: white;
}

.body1{
  margin: 0;
  font-family: Fira sans;
}

.name-speak{
  font-size: 24px;
}

.description-container{

}

.icon-arrow{
  font-size: 24px;
  color: #2196F3;
}

@media (max-width: 860px){
  .main-name{
    background-attachment: local;
    height: 100%;
  }

  .description{
    padding: 0;
  }
}

@media (max-width: 800px){
  .eip{
    font-size: 24px;
  }

  .description1{
    font-size: 12px;
  }

  .description-block{
    margin: 0;
    border-radius: 0;
  }
}

.carousel-container {
  overflow: hidden;
  max-width: 1000px; /* Измени на нужную ширину */
  position: relative;
  width: 100%;
}

.carousel-track {
  display: flex;
  width: 100%;
  max-width: 1000px;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}

/*.carousel-track img {*/
/*  max-width: 500px;*/
/*  width: 100%;!* Измени на нужную ширину *!*/
/*  !*height: auto;*!*/
/*  margin-right: 20px;*/
/*}*/

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-button {
  /*background-color: #fff;*/
  /*border: 1px solid #ccc;*/
  /*padding: 10px 16px;*/
  /*border-radius: 8px;*/
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  /*margin-right: 20px;*/
  /*box-shadow: 0 2px 6px rgba(0,0,0,0.1);*/
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 110%;
  left: -14px;
  background-color: #fff;
  /*min-width: 160px;*/
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  z-index: 1;
}

.dropdown:hover .dropdown-content,
.dropdown:focus-within .dropdown-content {
  display: block;
}

.dropdown-content a {
  color: #333;
  padding: 10px 14px;
  text-decoration: none;
  display: block;
  transition: background 0.2s;
}

.dropdown-content a:hover {
  background-color: #f0f0f0;
}

.dropdown-content a span {
  margin-right: 8px;
}

.header-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px;
}

@media (max-width: 461px){
  .header-container{
    justify-content: center;
  }
}

.carousel-wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 1100px;
}

.carousel-track1{
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
  /*padding-left: 40px;*/
  gap: 1rem;

}

.qr{
  width: 200px;
}