.page-brands {
  padding-bottom: 30px;
padding-top:100px;
}
.page-brands ul.brands_list {
  margin: 0;
  font-size: 0;
  padding: 0;
  text-align: center;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.page-brands ul.brands_list .brands-messages {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-brands ul.brands_list .brands-messages p {
  font-size: 32px;
  margin-bottom: 24px;
}
.page-brands button.btn-grey:not(.primary) {
  background: #ececec;
  color: #000000;
  border-color: #ececec;
}
.page-brands button.btn-grey:not(.primary):hover, .page-brands button.btn-grey:not(.primary):focus, .page-brands button.btn-grey:not(.primary):active {
  background: #c6c6c6 !important;
  color: #000000;
  border-color: #c6c6c6 !important;
}
.page-brands .search_questions_wrap {
  margin-bottom: 70px;
  text-align: center;
  min-width: 400px;
  width: 400px;
  max-width: 100% !important;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .page-brands .search_questions_wrap {
    min-width: initial;
    margin-bottom: 8px;
  }
}
.page-brands .search_questions_wrap::after {
  display: none;
}
.page-brands .search_questions_wrap button.btn-grey {
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(100% + 15px);
  width: 120px;
  margin: auto;
  opacity: 0;
  display: none;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  color: #000;
  height: 40px;
}
@media only screen and (max-width: 700px) {
  .page-brands .search_questions_wrap button.btn-grey {
    width: auto;
  }
}
@media only screen and (max-width: 600px) {
  .page-brands .search_questions_wrap button.btn-grey {
    display: none !important;
  }
}
.page-brands .search_questions_wrap button.btn-grey.active {
  display: inline-flex;
  opacity: 1;
}
.page-brands .search_questions_wrap button.btn-grey svg {
  margin-left: 8px;
  width: 18px;
  height: 18px;
  display: block;
}
@media only screen and (max-width: 700px) {
  .page-brands .search_questions_wrap button.btn-grey svg {
    margin-left: 0;
  }
}
.page-brands .search_questions_wrap button.btn-grey span {
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 700px) {
  .page-brands .search_questions_wrap button.btn-grey span {
    display: none;
  }
}
.page-brands .search_questions_wrap svg.icon {
  right: 10px;
  left: initial;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
}
.page-brands .search_questions_wrap > input.input-text {
  box-sizing: border-box;
  width: 100%;
  background: #ffffff;
  border: 1px solid #d5d9de;
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  direction: rtl;
  padding: 5px 40px 5px 20px;
  padding-right: 40px;
  min-height: 40px;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  text-overflow: ellipsis;
}
.page-brands .search_questions_wrap > input.input-text:placeholder {
  font-weight: normal;
}
.page-brands .search_questions_wrap > input.input-text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: normal;
}
.page-brands .search_questions_wrap > input.input-text::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: normal;
}
.page-brands .search_questions_wrap > input.input-text:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: normal;
}
.page-brands .search_questions_wrap > input.input-text:-moz-placeholder {
  /* Firefox 18- */
  font-weight: normal;
}
.page-brands .search_questions_wrap > input.input-text:hover, .page-brands .search_questions_wrap > input.input-text:focus, .page-brands .search_questions_wrap > input.input-text:active {
  border: 1px solid #000;
}
.page-brands .search_questions_wrap > input.input-text:focus {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1) !important;
}
@media only screen and (max-width: 600px) {
  .page-brands .search_questions_wrap > input.input-text {
    padding-right: 35px;
    overflow: hidden;
  }
}
.page-brands li.brand_item {
  text-align: center;
  position: relative;
  width: calc(20% - 32px);
  vertical-align: middle;
  box-sizing: border-box;
  text-transform: uppercase;
  margin: 16px;
  border: 1px solid rgba(213, 217, 222, 0.6);
  display: inline-flex;
  justify-content: stretch;
  align-items: stretch;
  -webkit-transition: all 1s cubic-bezier(0.02, 0.01, 0.47, 1);
  -moz-transition: all 1s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: all 1s cubic-bezier(0.02, 0.01, 0.47, 1);
}
@media only screen and (max-width: 600px) {
  .page-brands li.brand_item {
    margin: 8px;
  }
}
.page-brands li.brand_item:hover, .page-brands li.brand_item:focus, .page-brands li.brand_item:active {
  border: 1px solid #d5d9de;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}
.page-brands h2.brand_logo {
  font-weight: 300;
  line-height: 1.1;
  font-size: 3rem;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
}
.page-brands h2.brand_logo a {
  padding: 15px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-brands img.brand_logo {
  max-height: 8rem;
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 900px) {
  .page-brands ul.brands_list li.brand_item {
    width: calc(33.3% - 32px);
  }
}
@media only screen and (max-width: 600px) {
  .page-brands ul.brands_list li.brand_item {
    width: calc(50% - 16px);
  }
}
@keyframes bounceInRight {
  from,
    60%,
    75%,
    90%,
    to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.page-brands .bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.page-brands .animated {
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.page-brands .bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.page-brands .page-head-banner.page-head-banner-layout-text {
  display: block !important;
}

.page-brands__search {
  text-align: center;
  padding: 0 8px;
}