.manufacturer_tile {
  position: relative;
  transition-duration: 0.4s;
  transition-property: transform;
}
.manufacturer_tile::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.manufacturer_tile svg,
.manufacturer_tile .svg {
  height: 150px;
  max-width: 70%;
}
.manufacturer_tile .inner {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(30, 59, 104, 0.22);
  display: flex;
  justify-content: center;
}
.manufacturer_tile.exclusive .exclusive_label {
  font-family: "proxima-nova", Arial, helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.92857rem;
  line-height: 1.15385em;
  color: #0095ce;
  letter-spacing: 0.2px;
  padding: 0.5em 0 .5em 3em;
  position: absolute;
  top: 2em;
  text-transform: uppercase;
  white-space: nowrap;
}
.manufacturer_tile.exclusive .exclusive_label::after {
  content: '';
  display: block;
  position: absolute;
  background: transparent url("/media/img//icons/star.svg") no-repeat center center/contain;
  height: 1.3em;
  left: 0.7em;
  top: 0.3em;
  width: 1.3em;
}

.content > ._cont {
  padding-left: 3rem;
  padding-right: 3rem;
}

.filegallery_common {
  margin-top: 2em;
}

.manufacturer_detail_header {
  padding-bottom: 4em;
  padding-top: 4em;
}
.manufacturer_detail_header .logo {
  position: relative;
}
.manufacturer_detail_header .logo .exclusive_label {
  left: calc(50% - 8em);
  width: 16em;
}
.manufacturer_detail_header .texts {
  padding: 3em 0;
  min-width: 0;
}
.manufacturer_detail_header .texts .title {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  text-align: left;
}
.manufacturer_detail_header .texts .title::after {
  display: none;
}
.manufacturer_detail_header .texts .link {
  font-family: "proxima-nova", Arial, helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #0095ce;
  display: table;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  line-height: 120%;
  margin-top: 0.5em;
  max-width: 100%;
}
.manufacturer_detail_header .texts .link::before {
  content: '';
  display: block;
  position: absolute;
  background-color: #0095ce;
  bottom: 0;
  height: 1px;
  left: 0;
  transform-origin: center center;
  transform: scaleX(0);
  width: 100%;
  transition: transform 0.2s;
}
.manufacturer_detail_header .texts .link:hover::before {
  transform: scaleX(1);
}
.manufacturer_detail_header .texts .perex {
  font-size: 1.21429rem;
  line-height: 1.52941em;
  color: #000;
  margin-bottom: 3em;
  color: #969ea3;
  margin-top: 1em;
}
@media only screen and (max-width: 720px) {
  .manufacturer_detail_header .texts .perex {
    font-size: 1rem;
    line-height: 1.78571em;
  }
}
@media only screen and (min-width: 721px) {
  .manufacturer_detail_header {
    align-items: flex-start;
    display: flex;
  }
  .manufacturer_detail_header .logo {
    min-width: 320px;
  }
  .manufacturer_detail_header .texts {
    padding-left: 3rem;
    padding-right: 3rem;
    flex-grow: 1;
  }
}
@media only screen and (min-width: 961px) {
  .manufacturer_detail_header .logo {
    min-width: 320px;
  }
}
@media only screen and (max-width: 720px) {
  .manufacturer_detail_header {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
  }
}

.manufacturer_category {
  position: relative;
}
.manufacturer_category .manufacturer_category_headline {
  font-family: "proxima-nova", Arial, helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-family: "proxima-nova", Arial, helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.71429rem;
  line-height: 1.15789em;
  margin-bottom: 1em;
  padding-bottom: 0.7em;
  position: relative;
  text-align: center;
  margin-top: 2em;
}
@media only screen and (max-width: 720px) {
  .manufacturer_category .manufacturer_category_headline {
    font-size: 2.28571rem;
    line-height: 1.125em;
  }
}
.manufacturer_category .manufacturer_category_headline::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #0095ce;
  bottom: 0;
  height: 2px;
  left: calc(50% - 0.5em);
  width: 1em;
}

.main_category_list {
  position: relative;
  z-index: 2;
}

.container.manufacturerlist .manufacturer_tiles {
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
}
.container.manufacturerlist .manufacturer_tiles .manufacturer_tile {
  opacity: 0.8;
  transition-duration: 0.4s;
  transition-property: transform, opacity;
}
.container.manufacturerlist .manufacturer_tiles .manufacturer_tile .no_photo {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100px;
  position: relative;
}
.container.manufacturerlist .manufacturer_tiles .manufacturer_tile .no_photo .title {
  font-family: "proxima-nova", Arial, helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 2rem;
  line-height: 1.17857em;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
  text-align: center;
}
.container.manufacturerlist .manufacturer_tiles .manufacturer_tile .no_photo .picture_tag_image {
  opacity: 0.5;
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
}
.container.manufacturerlist .manufacturer_tiles .manufacturer_tile .inner {
  overflow: hidden;
}
@media screen and (min-width: 0\0) {
  .container.manufacturerlist .manufacturer_tiles .manufacturer_tile .inner svg,
  .container.manufacturerlist .manufacturer_tiles .manufacturer_tile .inner .svg {
    width: 150px;
  }
}
.container.manufacturerlist .manufacturer_tiles .manufacturer_tile .inner::after {
  content: '';
  display: block;
  position: absolute;
  background: #fff url("/media/img//icons/arrow-right-blue.svg") no-repeat center center/60%;
  box-sizing: border-box;
  border: 2px solid rgba(150, 158, 163, 0.6);
  border-radius: 50%;
  bottom: -2em;
  left: calc(50% - 0.9em);
  height: 1.8em;
  transition-duration: 0.4s;
  transition-property: bottom;
  width: 1.8em;
}
.container.manufacturerlist .manufacturer_tiles .manufacturer_tile.exclusive .exclusive_label {
  max-width: 0;
  overflow: hidden;
  transition-duration: 0.4s;
  transition-property: max-width, padding-right;
}
.container.manufacturerlist .manufacturer_tiles .manufacturer_tile:hover {
  opacity: 1;
  transform: translate(0, -1em);
}
.container.manufacturerlist .manufacturer_tiles .manufacturer_tile:hover .inner:after {
  bottom: 2em;
}
.container.manufacturerlist .manufacturer_tiles .manufacturer_tile:hover.exclusive .exclusive_label {
  max-width: 200px;
  padding-right: 1em;
}
@media only screen and (min-width: 1301px) {
  .container.manufacturerlist .manufacturer_tiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .container.manufacturerlist .manufacturer_tiles > * {
    width: calc(25% - 1.5rem);
    margin-bottom: 2rem;
  }
  .container.manufacturerlist .manufacturer_tiles > *:nth-child(4n+1):nth-last-child(-n+4):not(:nth-child(4n-3)), .container.manufacturerlist .manufacturer_tiles > *:nth-child(4n+1):nth-last-child(-n+4) ~ *:not(:nth-child(4n-3)) {
    margin-left: 2rem;
  }
  .container.manufacturerlist .manufacturer_tiles > *:nth-child(4n+1):nth-last-child(-n+4):last-child, .container.manufacturerlist .manufacturer_tiles > *:nth-child(4n+1):nth-last-child(-n+4) ~ *:last-child {
    margin-right: auto;
  }
  .container.manufacturerlist .manufacturer_tiles > *:nth-child(4n+1):nth-last-child(-n+4), .container.manufacturerlist .manufacturer_tiles > *:nth-child(4n+1):nth-last-child(-n+4) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 721px) and (max-width: 1300px) {
  .container.manufacturerlist .manufacturer_tiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .container.manufacturerlist .manufacturer_tiles > * {
    width: calc(33.33333% - 1.33333rem);
    margin-bottom: 2rem;
  }
  .container.manufacturerlist .manufacturer_tiles > *:nth-child(3n+1):nth-last-child(-n+3):not(:nth-child(3n-2)), .container.manufacturerlist .manufacturer_tiles > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:not(:nth-child(3n-2)) {
    margin-left: 2rem;
  }
  .container.manufacturerlist .manufacturer_tiles > *:nth-child(3n+1):nth-last-child(-n+3):last-child, .container.manufacturerlist .manufacturer_tiles > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:last-child {
    margin-right: auto;
  }
  .container.manufacturerlist .manufacturer_tiles > *:nth-child(3n+1):nth-last-child(-n+3), .container.manufacturerlist .manufacturer_tiles > *:nth-child(3n+1):nth-last-child(-n+3) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 541px) and (max-width: 720px) {
  .container.manufacturerlist .manufacturer_tiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .container.manufacturerlist .manufacturer_tiles > * {
    width: calc(50% - 1rem);
    margin-bottom: 2rem;
  }
  .container.manufacturerlist .manufacturer_tiles > *:nth-child(2n+1):nth-last-child(-n+2):not(:nth-child(2n-1)), .container.manufacturerlist .manufacturer_tiles > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:not(:nth-child(2n-1)) {
    margin-left: 2rem;
  }
  .container.manufacturerlist .manufacturer_tiles > *:nth-child(2n+1):nth-last-child(-n+2):last-child, .container.manufacturerlist .manufacturer_tiles > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:last-child {
    margin-right: auto;
  }
  .container.manufacturerlist .manufacturer_tiles > *:nth-child(2n+1):nth-last-child(-n+2), .container.manufacturerlist .manufacturer_tiles > *:nth-child(2n+1):nth-last-child(-n+2) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 540px) {
  .container.manufacturerlist .manufacturer_tiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .container.manufacturerlist .manufacturer_tiles > * {
    width: calc(100% - 0rem);
    margin-bottom: 2rem;
  }
  .container.manufacturerlist .manufacturer_tiles > *:nth-child(1n+1):nth-last-child(-n+1):not(:nth-child(1n-0)), .container.manufacturerlist .manufacturer_tiles > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:not(:nth-child(1n-0)) {
    margin-left: 2rem;
  }
  .container.manufacturerlist .manufacturer_tiles > *:nth-child(1n+1):nth-last-child(-n+1):last-child, .container.manufacturerlist .manufacturer_tiles > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:last-child {
    margin-right: auto;
  }
  .container.manufacturerlist .manufacturer_tiles > *:nth-child(1n+1):nth-last-child(-n+1), .container.manufacturerlist .manufacturer_tiles > *:nth-child(1n+1):nth-last-child(-n+1) ~ * {
    margin-bottom: 0;
  }
}
.container.manufacturerlist .manufacturer_filter {
  display: flex;
  justify-content: center;
  margin-top: -1rem;
  margin-bottom: 2rem;
}
.container.manufacturerlist .manufacturer_filter .manufacturer_filter__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  cursor: pointer;
  padding: 0.8em 2.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition-duration: 0.2s;
  transition-property: background-color, border-color, color;
  font-family: "proxima-nova", Arial, helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.28571em;
  background-color: #0095ce;
  border-radius: 3px;
  border: 1px solid transparent;
  color: #fff;
  height: auto;
  min-height: 0;
  padding: 1em 2em;
}
.container.manufacturerlist .manufacturer_filter .manufacturer_filter__button::-moz-focus-inner {
  border-width: 0;
}
.container.manufacturerlist .manufacturer_filter .manufacturer_filter__button:hover {
  background-color: rgba(0, 149, 206, 0.7);
}
.container.manufacturerlist .manufacturer_filter .manufacturer_filter__button:not(.active) {
  background-color: #fff;
  color: #0095ce;
}
.container.manufacturerlist .manufacturer_filter .manufacturer_filter__button:not(.active):hover {
  background-color: rgba(0, 149, 206, 0.3);
  color: #0095ce;
}
.container.manufacturerlist .manufacturer_alphabetic_filter__headline {
  font-family: "proxima-nova", Arial, helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.57143rem;
  line-height: 1.13636em;
  color: #0095ce;
  margin-bottom: 0.5em;
  padding-top: 1em;
}
.container.manufacturerlist .manufacturer_alphabetic_filter .letter.main {
  font-family: "proxima-nova", Arial, helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.57143rem;
  line-height: 1.13636em;
  color: #000;
  cursor: pointer;
  padding: 0.3rem 0;
  position: relative;
}
.container.manufacturerlist .manufacturer_alphabetic_filter .letter.main::after {
  content: '';
  display: block;
  position: absolute;
  height: 0.5rem;
  width: 0.5rem;
  transform: rotate(45deg);
  border-bottom: 0.15rem solid #000;
  border-right: 0.15rem solid #000;
  box-sizing: border-box;
  margin-top: -0.15em;
  transition-duration: 0.2s;
  transition-property: transform, margin-top;
  box-sizing: border-box;
  left: 1.25em;
  top: 0.7em;
}
.container.manufacturerlist .manufacturer_alphabetic_filter .letter_wrap .inner_list {
  transition-property: opacity, visibility;
  transition-duration: 0.2s;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.container.manufacturerlist .manufacturer_alphabetic_filter .letter_wrap .inner_list div.letter.sub {
  color: #969ea3;
  cursor: not-allowed;
}
.container.manufacturerlist .manufacturer_alphabetic_filter .letter_wrap .inner_list a.letter.sub:hover {
  color: #000;
  text-decoration: underline;
}
.container.manufacturerlist .manufacturer_alphabetic_filter .letter_wrap .inner_list .letter_wrap {
  font-size: 0.92857rem;
  line-height: 1.23077em;
  margin-bottom: 0.5rem;
  padding-left: 2rem;
}
.container.manufacturerlist .manufacturer_alphabetic_filter .letter_wrap .inner_list .letter_wrap:first-child {
  margin-top: 0.5rem;
}
.container.manufacturerlist .manufacturer_alphabetic_filter .letter_wrap .inner_list .letter_wrap:last-child {
  margin-bottom: 1rem;
}
.container.manufacturerlist .manufacturer_alphabetic_filter .letter_wrap.opened .letter.main::after {
  margin-top: 0;
  transform: rotate(-135deg);
}
.container.manufacturerlist .manufacturer_alphabetic_filter .letter_wrap.opened .inner_list {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: visible;
}
@media only screen and (min-width: 1025px) {
  .container.manufacturerlist .main_content {
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 1024px) {
  .container.manufacturerlist .aside {
    display: none;
  }
}
