/* admin panel */
.select2-container.select2-container--default.select2-container--open.select2-dropdown-acf.select2-dropdown-acf-field-category {
  z-index: 999999;
}

/* / admin panel */
.content-module.landing_brands {
  padding: 65px 0 75px;
  min-height: 520px;
}
@media (max-width: 769px) {
  .content-module.landing_brands {
    padding: 162px 0 64px;
  }
}
@media (max-width: 769px) {
  .content-module.landing_brands {
    min-height: auto;
  }
}
.content-module.landing_brands .module_circle {
  position: absolute;
  user-select: none;
  width: 1000px;
  height: 1000px;
  top: -487px;
  right: -600px;
}
@media (max-width: 769px) {
  .content-module.landing_brands .module_circle {
    width: 576px;
    height: 576px;
    top: -375px;
    right: -368px;
  }
}
.content-module.landing_brands .module_circle svg {
  max-width: 100%;
  max-height: 100%;
}
.content-module.landing_brands .module_figure {
  position: absolute;
  user-select: none;
  transform: rotate(61deg) scaleX(-1);
  width: 875px;
  top: 460px;
  left: -220px;
}
@media (max-width: 769px) {
  .content-module.landing_brands .module_figure {
    width: 426px;
    top: 357px;
    left: -115px;
  }
}
.content-module.landing_brands .module_figure img {
  display: block;
  max-width: 100%;
}
.content-module.landing_brands .container {
  position: relative;
}
.content-module.landing_brands .module-title {
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 769px) {
  .content-module.landing_brands .module-title {
    font-size: 28px;
  }
}

.brands-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.brands-wrap .brand {
  position: relative;
  width: 25%;
  padding: 20px;
}
@media (max-width: 991px) {
  .brands-wrap .brand {
    padding: 10px;
  }
}
@media (max-width: 769px) {
  .brands-wrap .brand {
    padding: 6px;
  }
}
.brands-wrap .brand .brand_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.brands-wrap .brand .brand_inner::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.brands-wrap .brand .brand_inner a {
  display: block;
}
.brands-wrap .brand .brand_inner img {
  display: block;
  width: 100%;
  height: auto;
  padding: 40px;
}
@media (max-width: 991px) {
  .brands-wrap .brand .brand_inner img {
    padding: 20px;
  }
}
@media (max-width: 769px) {
  .brands-wrap .brand .brand_inner img {
    padding: 10px;
  }
}
