*, :after, :before {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-family: 'Gilroy';
}

b {
  font-weight: 600;
}

#container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#page-content {
  width: 600px;
  height: 1000px;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  position: absolute;
  visibility: hidden;
}

.main {
  width: 600px;
  height: 1000px;
  background: #fff;
}

.container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu {
  width: 100%;
  padding: 25px 20px 15px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu-title {
  margin: 0 0 10px 0;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
}

.menu-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-partner-text {
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  top: 10px;
  right: 85px;
}

.menu-partner-logo {
  width: 190px;
}

.menu-partner-logo img {
  width: 100%;
  display: block;
}

.header {
  width: 100%;
  background: #000;
  color: #fff;
  padding: 20px;
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: url(../images/arrow-down.svg);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  margin: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 20px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
}

.icon.eeshoov {
  background-image: url(../images/eeshoov.svg);
}

.icon.terrass {
  background-image: url(../images/terrass.svg);
}

.icon.aed {
  background-image: url(../images/aed.svg);
}

.content {
  width: 100%;
  height: 0px;
  background: #fff;
  overflow-y: scroll;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.content.active {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-block {
  width: 100%;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-block:nth-child(1) {
  padding: 20px 20px 30px 20px;
}

.content-block:nth-child(even) {
  background: #f5f5f5;
}

.content-block-description {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-block-name {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
}

.content-block-text {
  margin: 0 30px 0 0;
}

.content-block-text p {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  margin: 0;
}

.content-block-text p:last-child {
  margin: 0;
}

.content-block-text b {
  font-weight: 700;
}

.content-block-btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #e12f3e;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/arrow-next.svg');
  background-size: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.hidden {
  display: none !important;
}
