@import url(https://fonts.googleapis.com/css?family=Roboto:400,600);* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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;
}

/* HTML5 display-role reset for older browsers */

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 {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button {
  padding: 0;
  margin: 0;
  border: none;
}

input:focus,
button:focus {
  outline: none;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}

.back-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.container {
  margin: auto;
}

section {
  padding: 0 20px;
}

.rect-outer {
  position: relative;
}

.rect-outer .rect-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-intro {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: initial;
  padding-top: 70px;
}

.section-intro .container {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.section-intro .tab-wrap {
  position: relative;
}

.section-intro .tab-wrap:before {
  position: absolute;
  content: '';
  left: -20px;
  top: -20px;
  right: -20px;
  background: #5b7154;
  padding: 20px;
  z-index: 1;
  height: 100px;
}

.section-intro .mari-tabs-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

.section-intro .mari-tabs-nav li {
  background-color: #cbd1d8;
  padding: 20px 30px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #11460c;
  font-size: 17px;
}

@media (max-width: 680px) {
  .section-intro .mari-tabs-nav li {
    width: 33.3333333333%;
    text-align: center;
    padding: 20px 10px;
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .section-intro .mari-tabs-nav li {
    font-size: 15px;
  }
}

.section-intro .mari-tabs-nav li.active {
  background-color: white;
  color: gray;
}

.section-intro .mari-tabs-nav li:hover {
  cursor: pointer;
}

.section-intro .mari-tabs-content {
  position: relative;
  z-index: 2;
}

.section-intro .mari-tabs-content li {
  background-color: white;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 100%;
  padding: 0 20px;
  color: gray;
  position: relative;
}

.section-intro .mari-tabs-content li.active-content {
  opacity: 1;
  height: auto;
  padding: 30px 20px 30px 40px;
}

.section-intro .mari-tabs-content li p {
  font-size: 18px;
}

@media (max-width: 500px) {
  .section-intro .mari-tabs-content li p {
    font-size: 16px;
  }
}

.section-intro .mari-tabs-content li p + p {
  padding-top: 20px;
}

.section-intro .mari-tabs-content li:before {
  position: absolute;
  content: '';
  left: 20px;
  top: 30px;
  bottom: 30px;
  width: 2px;
  z-index: 1;
  background: #7b9075;
}


/*# sourceMappingURL=style.css.map*/