* {
  box-sizing: border-box;
}

.container {
  max-width: 1200px;
  margin: 0px auto;
}

a {
  font-weight: 400;
  font-size: 20px;
  color: black;
  text-decoration: none;
}

.nav-menu {
  padding: 50px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  flex-wrap: wrap;
}

.menu-burger {
  position: relative;
  width: 35px;
  height: 28px;
  cursor: pointer;
}
.menu-burger div:nth-child(1) {
  position: absolute;
  top: 0px;
  width: 22px;
  height: 4px;
  background-color: #20643a;
}
.menu-burger div:nth-child(2) {
  position: absolute;
  top: 12px;
  width: 35px;
  height: 4px;
  background-color: #20643a;
}
.menu-burger div:nth-child(3) {
  position: absolute;
  top: 24px;
  right: 0px;
  width: 22px;
  height: 4px;
  background-color: #20643a;
}
.menu-burger:hover .menu {
  opacity: 1;
  transition: opacity 2s, visibility 0.5s;
  visibility: visible;
}
.menu-burger:hover .menu-burger__elem:nth-child(1) {
  transition: all 0.5s;
  transform: rotate(45deg) translate(20px, 14px);
}
.menu-burger:hover .menu-burger__elem:nth-child(2) {
  transition: all 0.5s;
  transform: rotate(90deg) translate(5px, -6px);
}
.menu-burger:hover .menu-burger__elem:nth-child(3) {
  transition: all 0.5s;
  transform: rotate(-45deg) translate(8px, 8px);
  left: 10px;
}

.menu {
  width: 1200px;
  display: flex;
  visibility: hidden;
  opacity: 0;
  list-style-type: none;
}
.menu_item {
  display: block;
  padding: 50px 10px 10px 10px;
}

.search-box {
  display: flex;
  align-items: center;
  margin: 0px 0px 0px 0px;
  background-color: #edeef0;
  border: none;
  border-radius: 10px;
  outline: none;
}
.search-box svg {
  margin: 0px 10px 0px 10px;
}
.search-box__input {
  padding: 8px 0px 8px 0px;
  width: 200px;
  font-size: 20px;
  border: none;
  border-radius: 10px;
  outline: none;
  background-color: #edeef0;
}

.search-box_activated {
  display: flex;
  align-items: center;
  margin: 0px 0px 0px 0px;
  background-color: white;
  border: none;
  border-radius: 10px;
  outline: 1px solid #20643a;
}
.search-box_activated svg {
  margin: 0px 10px 0px 10px;
}
.search-box_activated__input {
  padding: 8px 0px 8px 0px;
  width: 200px;
  font-size: 20px;
  border: none;
  border-radius: 10px;
  outline: none;
  background-color: white;
}

.search-param {
  height: 50px;
  background-color: #20643a;
  margin-bottom: 10px;
}
.search-param ul {
  display: flex;
  justify-content: space-between;
}
.search-param ul li {
  list-style-type: none;
  color: #ffffff;
  font-size: 24px;
}

.container-tree {
  display: flex;
  justify-content: space-between;
}

.menu-tree {
  display: flex;
  margin-bottom: 50px;
}
.menu-tree p {
  margin-right: 10px;
  color: #837e7e;
}
.menu-tree a {
  color: #837e7e;
  font-size: 16px;
}
.menu-tree svg {
  color: #837e7e;
}

.name-avto {
  margin-bottom: 50px;
}
.name-avto__title {
  display: flex;
  justify-content: space-between;
  font: 2em sans-serif;
  font-weight: 600;
}

.auto-param {
  display: flex;
  justify-content: space-between;
}

.box-param :nth-child(2n) {
  color: #837e7e;
}
.box-param p {
  margin-bottom: 20px;
}
.box-param p:nth-child(1) {
  font-size: 28px;
  font-weight: 600;
}

.slayder-box {
  display: flex;
  justify-content: flex-end;
}

.grid {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto auto;
  gap: 100px 10px;
}

.a-slyder {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: default;
}

.slayder-1, .slayder-2, .slayder-3, .slayder-4, .slayder-5, .slayder-6, .slayder-7, .slayder-8, .slayder-9 {
  position: relative;
  border: 2px solid #20643a;
}

.slayd {
  margin: 0px auto;
  width: 390px;
  height: 200px;
  overflow: hidden;
}
.slayd__img {
  width: 390px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.slayd__img:nth-child(1) {
  position: absolute;
  z-index: 0;
}
.slayd__img:nth-child(2) {
  position: absolute;
  z-index: 1;
  display: block;
}
.slayd__img:nth-child(3) {
  position: absolute;
  z-index: 0;
}

.slayd-auto {
  margin: 0px auto;
  width: 800px;
  height: 500px;
  overflow: hidden;
}
.slayd-auto__img {
  width: 800px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.slayd-auto__img:nth-child(1) {
  position: absolute;
  z-index: 0;
}
.slayd-auto__img:nth-child(2) {
  position: absolute;
  z-index: 1;
  display: block;
}
.slayd-auto__img:nth-child(3) {
  position: absolute;
  z-index: 0;
}

.button-radio {
  top: 0%;
}
.button-radio__input {
  position: absolute;
  z-index: 2;
}
.button-radio__input:nth-child(1) {
  top: 180px;
  left: 45%;
}
.button-radio__input:nth-child(2) {
  top: 180px;
  left: 50%;
}
.button-radio__input:nth-child(3) {
  top: 180px;
  left: 55%;
}

.button-swipe__button:nth-child(1) {
  position: absolute;
  top: 45%;
  z-index: 2;
  color: #225a29;
  font-size: 20px;
  display: none;
}
.button-swipe__button:nth-child(2) {
  position: absolute;
  top: 45%;
  right: 0%;
  z-index: 2;
  color: #225a29;
  font-size: 20px;
  display: none;
}

@media (max-width: 1199px) {
  .container {
    width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 540px;
  }
}
@media (max-width: 575px) {
  .container {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */