.accordion-item,
.accordion-1 {
  position: relative;
}

.accordion-item-body,
.accordion-1-body {
	display: none;
} 

.accordion-item-head.active ~ .accordion-item-body, 
.accordion-1-head.act ~ .accordion-1-body {
  display: block !important;
  z-index: 100;
}



.categories {
  background: #fff;
  padding: 31px 35px;
}

.categories.secondary-container {
  display: flex;
}

.categories.secondary-container .categories-container {
  padding-right: 71px;
}

@media screen and (max-width: 1920px) {
  .categories.secondary-container .categories-container {
    padding-right: 7vw;
  }
}

.categories-container {
  width: 100%;
  max-width: 1631px;
  margin: 0 auto;
  padding-left: 20px;
}



.categories-banner {
  flex: 0 0 336px;
}

@media screen and (max-width: 1920px) {
  .categories {
    /* padding: 3vw 7vw; */
  }
}

.categories__group {
  display: flex;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

/* .categories__group:not(:last-child) {
  border: 0.5px solid #CBCBCB;
} */

.categories__group-item {
  width: 100%;
}

.categories__group-headline {
  font-family: "OpenSansBold";
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #2b2a29;
  padding-right: 5px;
}

.categories__group-list {
  font-size: 13px;
  line-height: 33px;
  color: rgba(43, 42, 41, 0.6);
  margin: 18px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.categories__group-list-item {
  box-sizing: border-box;
  padding-right: 5px;
}

.categories__group-list-item a {
  color: rgba(43, 42, 41, 0.6);
}

.categories__group-list-item a:hover {
  text-decoration: underline;
}

.categories__group.secondary .categories__group-headline {
  font-family: "OpenSansBold";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #2B2A29;
}


@media screen and (max-width: 970px) {
  .categories-wrapper-mob {
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: flex;
  }

  .cat-mob__list {
    overflow-y: scroll;
  }

  .categories-wrapper {
    display: none;
  }
}

@media screen and (max-width: 680px) {
  .header {
    background: #2b2a29;
    position: fixed;
    width: 100vw;
    z-index: 100;
  }

  .header .wrapper {
    padding: 0;
  }

}

.cat-mob__list-item.profile {
  background: #d01e71;
  position: fixed;
  width: 100vw;
  bottom: 0;
}

/* All categories */
.navbar {
  overflow: hidden;
}

.navbar a {
  float: left;
  font-size: 12px;
  color: white;
  text-align: center;
  padding: 15px 10px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  border: none;
  outline: none;
  padding: 0;
  margin: 0 0 33px 0; 
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #2B2A29;
  cursor: pointer;
  transition: all .3s;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  color: #616161;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  width: 100vw;
  height: 100vh;

  left: 0;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
  padding: 16px;
}

@media screen and (max-width: 1500px) {

  .categories-wrapper {
    top: 226px;
  }
}


.categories-wrapper {
  position: fixed;
  left: 0;
  top: 152px;
  right: 0;
  z-index: 900;
  max-width: 100vw;
  padding-top: 21px;
}

.categories {
  background: #fff;
  padding: 31px 35px;
}

.categories.secondary-container {
  display: flex;
}

.categories.secondary-container .categories-container {
  padding-right: 71px;
}

@media screen and (max-width: 1920px) {
  .categories.secondary-container .categories-container {
    padding-right: 7vw;
  }
}

.categories-container {
  width: 100%;
}

.categories-banner {
  flex: 0 0 336px;
}

/*
@media screen and (max-width: 1920px) {
  .categories {
    padding: 3vw 7vw;
  }
}
*/

.categories__group {
  display: flex;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.categories__group:not(:last-child) {
  border-bottom: 1px solid rgba(203, 203, 203, 0.33);
}

.categories__group-item {
  width: 100%;
}

.categories__group-headline {
  font-family: "OpenSansBold";
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: #2b2a29;
  margin-bottom: 18px;
  padding-right: 5px;
}

.categories__group-list-item {
  box-sizing: border-box;
  padding-right: 5px;
  flex: 0 0 50%;
}

.categories__group-list-item a {
  color: rgba(43, 42, 41, 0.6);
}

.categories__group-list-item a:hover {
  text-decoration: underline;
}

.categories__group.secondary .categories__group-headline {
  font-family: "OpenSansBold";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #2B2A29;
}

.categories-wrapper-mob {
  display: none;
  flex-direction: column;
-webkit-box-orient: column;
  background: #f0f0f2;
  font-family: "OpenSansSemiBold";
  font-size: 13px;
  line-height: 16px;
  color: #2b2a29;
  text-transform: uppercase;
  z-index: 50;
}

.categories-wrapper-mob a {
  color: #ffffff;
}

@media screen and (max-width: 970px) {
  .categories-wrapper-mob {
    display: flex;
  }
}

@media screen and (max-width: 680px) {
  .categories-wrapper-mob {
    background: #2b2a29;
    color: #ffffff;
  }
}



@media screen and (max-width: 560px) {
  .last-news__slider {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 560px) {
  .tabs__content {
    display: flex;
    grid-gap: initial;
    justify-content: space-between;
-webkit-box-pack : space-between;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: pointer;
  }
}

@media screen and (max-width: 560px) {
  .discounts__cards {
    display: flex;
    grid-gap: initial;
    margin-bottom: 10px;
    overflow-x: auto;
    overflow-y: hidden;
  }
}

@media screen and (max-width: 560px) {
  .banners__slider {
    overflow-x: auto;
    overflow-y: hidden;
  }
}

span,
p,
div,
ul,
li,
a{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}