* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
a{
    font-style: normal;
    color: #000;
    text-decoration: none;
}
a:hover{
    color: #74BC28;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .navigation {
    position: absolute;
    top: 2%;
    transform: translateX(-50%);
    left: 50%;
    display: flex;
    justify-content: space-between;
    width: 95%;
    height: 66px;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: white !important;
    border-radius: 15px;
    overflow: hidden;
    align-items: center;
    z-index: 1001 !important;
  }

  .navigation  a {
    text-decoration: none;
    color: #000000;
  }
  
  .nav-links {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  
  
  .nav-links,
  .logo {
    flex: 0 1 20%;
  }
  
  .btns {
    flex: 0 1 30%;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  
#map {
  width: 100% !important;
  height: 50% !important;
}

.heading{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 96px;
    width:1200px;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #74BC28;
    margin-left: auto;
    margin-right: auto;
}
.projects{
    margin-top:66px;
}
.search{
    display:flex;
    align-content: center;
    width: 700px;
    justify-content: space-between;
    margin-left: 126px;
}
.arrow{
    margin-left:1080px; margin-top: -10px
}
.name{
    width:40em;
}
.projects-box{
    margin-top: 30px;
    width: 1640px;
    margin-left: auto;
    margin-right: auto;
}
.project{
    display: flex;
    color: #fff;
    width: 1640px;
    height:353px;
    background-color: #74BC28;
    border-radius: 15px;
    padding-left: 10px;
    padding-top: 19px;
    margin-top: 32px;
}
.text-box{
    display: flex;
    width: 712px;
    justify-content: space-between;
}
.text{
    margin-left: 84px;
    margin-top: 11px;
}
.text-item{
    margin-top: 20px;
}
.pag{
    margin-left: 130px;
    margin-top:51px;
}
.pagination .page-link {
    color: initial; /* Исходный цвет ссылки */
}

.pagination .page-link:hover {
    color: #74BC28; /* Задает зеленый цвет при наведении */
}

.pagination .page-item.active .page-link {
    background-color: #74BC28; /* Зеленый фон для активной страницы */
    border-color: #74BC28; /* Зеленая рамка для активной страницы */
    color: white; /* Белый цвет текста для активной страницы */
}

.pagination .page-item.active .page-link:hover {
    background-color: darkgreen; /* Более темный зеленый цвет фона при наведении на активную ссылку */
    border-color: darkgreen; /* Более темная зеленая рамка при наведении на активную ссылку */
    color: white; /* Белый цвет текста сохраняется */
}
.pagination .page-link:focus,
.pagination .page-link:active {
    outline: none;
    box-shadow: none;
}
.contacts-item{
    display: flex;
    align-content: center;
    gap: 15px;
}
.footer{
    display: flex;
    margin-top: 100px;
    width: 100%;
    flex-wrap: wrap;
    padding: 0 20px;
    justify-content: space-around;
    height: 300px;
}
.social-media{
    display: flex;
    gap: 20px;
}



.filter-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    background-color: #fff;
    max-width: 1640px;
    margin: 0 auto;
    margin-top: 40px;
}

.filter-item {
    display: flex;
    flex-direction: column;
    width: calc(25% - 20px); /* Четыре колонки */
}

.filter-item label {
    font-weight: bold;
    margin-bottom: 5px;
    color: #363636;
}

.filter-item select {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 14px;
    background-color: #f9f9f9;
    transition: border-color 0.3s;
}

.filter-item select:focus {
    border-color: #74BC28;
    outline: none;
}

.filter-actions {
    display: none;
    width: 100%;
    justify-content: flex-end;
    gap: 10px;
    margin-top: -10px;
}

.filter-actions button {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    background-color: #74BC28;
    color: white;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.filter-actions button:hover {
    background-color: #74BC28;
}

.filter-actions #resetBtn {
    background-color: #848484;
}

.filter-actions #resetBtn:hover {
    background-color: #5a6268;

}

.menu-burger {
  display: none;
}
@media (max-width: 816px) {
  .navigation {
    position: fixed;
    width: 100%;
    height: 100%;
    flex-direction: column;
    top: -100%;
    z-index: 100;
    align-items: stretch;
    justify-content: start;
    transition: all 0.4s ease;
  }

  .carousel-wrapper {
    position: relative;
  }

  .carousel {
    width: 250px;
  }

  .mainbackground-text {
    position: relative;
    font-size: 18px;
    transform: translate(-50%, 0);
    text-wrap: wrap;
  }


  .navigation.active {
    top: 0;
  }

  .logo {
    justify-content: center;
  }

  .nav-links {
    flex-direction: column;
    justify-content: start;
  }

  .btns {
    flex-direction: column-reverse;
    justify-content: start;
  }

  .menu-burger {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    align-items: center;
    width: 50px;
    height: 40px;
    z-index: 2000;
  }

  .menu-burger span {
    display: block;
    width: 100%;
    height: 3px;
    background-color:#74BC28;
  }

  .menu-burger span::after,
  .menu-burger span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color:#74BC28;
  }
  .menu-burger span::after {
    top: 0;
  }

  .menu-burger span::before {
    bottom: 0;
  }
  .menu-burger.active span {
    visibility: hidden;
  }

  .menu-burger.active span::after {
    visibility: visible;
    top: 18px;
    transform: rotate(-45deg);
  }

  .menu-burger.active span::before {
    visibility: visible;
    bottom: 18px;
    transform: rotate(45deg);
  }
}

.wsus__sidebar_filter {
  background: #74BC28 !important;
}

.wsus__product_details,
.wsus__product_item {
  background-color: #74BC28;
}