@charset 'UTF-8';

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
img {
  vertical-align: bottom;
  height: auto;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
a:visited {
  color: #000;
  text-decoration: none;
}

body {
  pointer-events: none;
}

/* content */
.container {
  width: 1920px;
  height: 960px;
  position: relative;
}
.swiper-container {
  width: 1920px;
  height: 960px;
  overflow: hidden;
}
.slide {
  position: relative;
  width: 1920px;
  height: 960px;
}

.map h1 {
  position: absolute;
  top: 36px;
  left: 50px;
  z-index: 10;
  box-sizing: border-box;
}
.map img {
  display: block;
}

#members {
  background-image: url(../img/bgMenbers.png);
}
#members h1 {
  padding: 36px 0 0 50px;
  height: 108px;
  box-sizing: border-box;
}
#members .listMembersWrapper {
  overflow: hidden;
  width: 100%;
  height: 852px;
}
#members .listMembers {
  padding: 0 0 0 101px;
  transform: translateY(0px);
}
#members .listMembers:after {
  content: '';
  display: none;
  clear: both;
}
#members .listMembers li {
  box-sizing: border-box;
  width: 270px;
  height: 270px;
  float: left;
  margin: 0 0 14px 14px;
  padding: 18px;
  background-color: #fff;
}
#members .listMembers li .imageArea {
  display: table-cell;
  vertical-align: middle;
  width: 234px;
  height: 234px;
}
#members .listMembers li .imageArea img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
