h1,
h2,
h3,
h4,
h5,
p,
a {
  margin-bottom: 0;
}

html {
  scroll-behavior: smooth;
}

.team_element {
  width: 300px !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  min-height: 555px;
}

.team_element {
  margin: 0 auto;
}

.slick-track {
  float: left;
}

* Гамбургер иконка */ .menu-btn {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 9999;
  overflow: hidden;
}

.menu-btn .bar {
  width: 30px;
  height: 4px;
  position: absolute;
  z-index: 9999;
  top: 50%;
  right: 0;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  background-color: white;
  transition: all 0.3s ease-in-out;
}

.menu-btn .bar:nth-of-type(2) {
  top: calc(50% - 9px);
}
.menu-btn .bar:nth-of-type(3) {
  top: calc(50% + 9px);
}

/* Меняем гамбургер иконку, когда меню открыто */
.menu-btn.active .bar:nth-of-type(1) {
  display: none;
}
.menu-btn.active .bar:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);
}
.menu-btn.active .bar:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg);
}

/* Меню, которое будет появляться */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: #e8ee3d;
  transform: translateX(100%);
  transition: transform 0.5s;
  top: 63px;
}

.nav.active {
  transform: translateX(0);
}

.nav .nav__list_item {
  list-style-type: none;
}


header li::marker{
    content: '';
}

.lang-item img{
    width: 30px !important;
    height: 20px !important;
}

.ways_image_1{
    opacity:1;
}

.ways_image_1{
    opacity:2;
}