body {
  font-family: sans-serif
}

.contentBox {
  line-height: 1.5
}

.contentBox p {
  padding-bottom: 10px;
  padding-top: 10px
}

.contentBox h1 {
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 27px
}

.contentBox h2 {
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 10px
}

a {
  text-decoration: none!important;
  box-shadow: none!important
}

.Body p {
  margin-bottom: 0
}

.comment-box {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.comment-profile-box {
  margin-bottom: 7px
}

.comment-text-box img {
  margin: 7px 0
}

ol {
  margin-left: 10px!important
}

.MediaMaterial-header {
  display: block;
  text-align: center
}

b, body, div, footer, h1, h3, header, html, img, nav, p, span, strong {
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: 0 none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent none repeat scroll 0 0
}

body {
  line-height: 1
}

footer, header, nav {
  display: block
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent none repeat scroll 0 0
}

* {
  box-sizing: border-box
}

body {
  background-color: #f2f2f2;
  position: relative
}

img {
  max-width: 100%
}

a {
  color: #b88b58;
  text-decoration: none
}

.Body {
  font-size: 18px;
  line-height: 22px
}

@media only screen and (min-width:48em) {
  .Body {
    font-size: 20px;
    line-height: 27px
  }
}

.Body>* {
  max-width: 980px
}

.Body:last-child>:last-child {
  margin-bottom: 0
}

.Body p {
  margin-bottom: 15px
}

.Body p:empty {
  display: none
}

.Body h3 {
  margin-top: 18px;
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 700
}

.SvgIcon {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle
}

.SvgIcon--meduzaLogo {
  margin-top: -2px;
  height: 45px;
  width: 100px
}

.Menu {
  display: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff
}

@media only screen and (min-width:64em) {
  .Menu {
    font-size: 13px;
    height: 45px;
    width: 100%;
    letter-spacing: 1px;
    background-color: #262626;
    display: flex;
    justify-content: center
  }
}

.Menu-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  text-align: center;
  transition: color .15s ease-out 0s
}

@media only screen and (min-width:64em) {
  .Menu-item {
    padding: 0 15px;
    border-bottom: 0 none
  }
}

@media only screen and (min-width:64em) {
  .Menu-item:last-of-type {
    border-right: medium none
  }
}

@media only screen and (min-width:64em) {
  .Menu-item:hover {
    color: #999;
    background-color: inherit
  }
}

.Menu-link {
  transition: color .15s ease-out 0s;
  text-decoration: none;
  color: #fff;
  position: relative;
  line-height: 45px;
  top: 1px
}

.Menu-item:hover .Menu-link {
  color: #999
}

.MeduzaLogo {
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: contain
}

.Header {
  position: relative;
  height: 45px;
  background-color: #262626;
  display: flex;
  flex-flow: row nowrap;
  z-index: 2
}

@media only screen and (min-width:64em) {
  .Header {
    padding: 0 15px
  }
}

@media only screen and (max-width:63.9375em) {
  .Header .HeaderButton--chat {
    display: none
  }
}

.Header-left {
  display: flex;
  flex-basis: 16%;
  flex-grow: 1;
  height: 100%
}

.Header-center {
  height: 100%;
  display: none
}

@media only screen and (min-width:64em) {
  .Header-center {
    display: flex;
    justify-content: center;
    flex-grow: 2
  }
}

.Header-right {
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-end;
  flex-basis: 16%;
  flex-grow: 1
}

.Header-meduzaLogo {
  display: flex;
  height: 45px;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0
}

@media only screen and (min-width:64em) {
  .Header-meduzaLogo {
    position: static
  }
}

.HeaderButton {
  position: relative;
  display: flex;
  min-width: 45px;
  height: 100%;
  padding: 0 15px;
  -moz-user-select: none;
  justify-content: center;
  align-items: center;
  color: #fff;
  fill: currentcolor;
  border: 0 none;
  background: transparent none repeat scroll 0 0;
  margin: 0;
  cursor: pointer
}

.HeaderButton:active {
  outline-width: 0
}

.HeaderButton:hover {
  color: #999
}

.HeaderButton::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid #676767
}

@media only screen and (min-width:64em) {
  .HeaderButton::after {
    top: 10px;
    bottom: 10px
  }
}

.HeaderButton-link {
  display: block;
  padding-top: 2px;
  text-transform: uppercase;
  color: inherit;
  font-weight: 600;
  cursor: pointer
}

.HeaderButton-link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ""
}

.HeaderButton--chat {
  font-size: 13px;
  letter-spacing: .05em
}

.Copyright {
  padding: 0 12px;
  line-height: 1.2
}

@media only screen and (min-width:64em) {
  .Copyright {
    padding: 0
  }
}

.Copyright-container {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  padding: 13px 0 12px
}

.Copyright-container a:hover {
  color: rgba(255, 255, 255, .5)
}

@media only screen and (min-width:48em) {
  .Copyright-container {
    max-width: 675px;
    padding: 10px 0 18px;
    border-top: 1px solid #505050;
    flex-wrap: nowrap;
    text-align: left
  }
}

@media only screen and (min-width:64em) {
  .Copyright-container {
    max-width: 860px
  }
}

.Copyright-container a {
  color: #fff
}

.Copyright-block {
  padding-top: 13px;
  font-size: 17px;
  flex: 1 0 20%
}

@media only screen and (min-width:48em) {
  .Copyright-block {
    padding-top: 0;
    border-top: 0 none
  }
}

.Copyright-block:last-child {
  text-align: right
}

.MaterialTag {
  position: relative;
  z-index: 30;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: 2px;
  font-weight: 700;
  line-height: 1;
  color: #b88b58;
  -moz-user-select: none
}

@media only screen and (max-width:32em) {
  .MaterialTag {
    height: 15px;
    line-height: 15px;
    padding: 0 5px;
    font-size: 10px;
    letter-spacing: .5px
  }
}

span.MaterialTag {
  cursor: default;
  pointer-events: none
}

@media only screen and (min-width:32em) {
  .MaterialTag--medium {
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    letter-spacing: 1px;
    font-size: 12px
  }
}

.MaterialTag--solid {
  color: #fff;
  background: #b88b58 none repeat scroll 0 0;
  border-color: #b88b58;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .5)
}

.MaterialMeta {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  color: grey;
  margin-right: 12px;
  padding-left: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px auto;
  font-weight: 400
}

@media only screen and (min-width:48em) {
  .MaterialMeta {
    font-size: 15px;
    line-height: 18px;
    margin-right: 15px
  }
}

.MediaMaterial {
  background-color: #fff;
  padding: 12px
}

@media only screen and (min-width:48em) {
  .MediaMaterial {
    padding: 25px 15px 20px
  }
}

.MediaMaterial-header {
  display: flex;
  flex-flow: column wrap;
  max-width: 650px;
  margin: 0 auto 18px;
  align-items: flex-start
}

@media only screen and (min-width:63.125em) {
  .MediaMaterial-header {
    max-width: 1000px;
    margin-bottom: 25px
  }
}

.MediaMaterial-tag {
  margin-bottom: 5px
}

@media only screen and (min-width:48em) {
  .MediaMaterial-tag {
    margin-bottom: 11px
  }
}

.MediaMaterial-meta {
  margin-top: 12px
}

@media only screen and (min-width:48em) {
  .MediaMaterial-meta {
    margin-top: 12px
  }
}

.MediaMaterial-materialContent {
  width: 100%;
  max-width: 650px
}

.MediaMaterial-body {
  position: relative;
  max-width: 650px;
  margin: 0 auto
}

@media only screen and (min-width:63.125em) {
  .MediaMaterial-body {
    max-width: 1000px
  }
}

@media only screen and (min-width:48em) {
  .MediaMaterial--fullWidth .MediaMaterial-header {
    align-items: center;
    text-align: center
  }
}

.MediaMaterial--fullWidth .MediaMaterial-materialContent {
  max-width: none
}

.Material {
  padding: 12px 0 0
}

@media only screen and (min-width:48em) {
  .Material {
    padding: 15px 0 0
  }
}

.Material-shadow {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  z-index: 300;
  background-color: rgba(0, 0, 0, .15)
}

.Material-shadow--top {
  top: 0
}

.Material-container {
  background: #fff none repeat scroll 0 0;
  position: relative
}

@media only screen and (min-width:48em) {
  .Body h3 {
    margin-top: 35px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 27px
  }
}

.MaterialContent--bannerless .Body>* {
  margin-right: auto;
  margin-left: auto
}

.App {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  transition: transform .25s ease-out 0s, -webkit-transform .25s ease-out 0s, -o-transform .25s ease-out 0s
}

.App-content, .App-footer {
  transition: transform .25s ease-out 0s, -webkit-transform .25s ease-out 0s, -o-transform .25s ease-out 0s
}

.App-footer {
  position: relative;
  z-index: 1
}

.App-content {
  position: relative;
  z-index: 1;
  overflow: visible;
  background-color: #f2f2f2;
  flex: 1 0 auto
}

.App-header {
  position: relative;
  z-index: 200
}

.App--isMaterial .App-content {
  background-color: #e6e6e6
}

.Footer {
  color: #999;
  background-color: #252525
}

.ava-img {
  width: 50px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle
}

html {
  font-family: sans-serif
}

body {
  margin: 0
}

footer, header, main, nav {
  display: block
}

a {
  background: transparent none repeat scroll 0 0
}

a:active, a:hover {
  outline: 0 none
}

b, strong {
  font-weight: 700
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

img {
  border: 0 none
}

button, input {
  color: inherit;
  margin: 0
}

button {
  overflow: visible
}

button {
  text-transform: none
}

button {
  cursor: pointer
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0 none;
  padding: 0
}

.red-btn {
  margin-bottom: 10px;
  border-radius: 15px;
  color: #fff;
  padding: 20px;
  background: red;
  font-size: 25px
}

.comment-text-box p {
  display: flex;
  flex-direction: column
}

.product-wrapper .product-form {
  max-width: 400px;
  margin: 30px auto;
  display: flex;
  justify-content: flex-end;
}

.product-wrapper form {
  padding: 50px 40px 20px;
  background-color: #CFCFCF;
}

.form-label {
  background-color: #7E0019;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  margin-bottom: 25px;
  font-size: 18px;
}

.product-wrapper form input {
  width: 100%;
  background-color: #fff;
  color: #808080;
  font-family: 'Roboto', sans-serif;
  padding: 10px 15px;
  outline: none;
  border: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}

.product-wrapper form input + input {
  margin-top: 10px;
}

.product-wrapper form button {
  margin-top: 25px;
  text-align: center;
  background: linear-gradient(180deg, #7E0019 0%, #97001E 0.01%, #42000D 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  padding: 12px 0;
  font-weight: bold;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  outline: none;
  cursor: pointer;
  border: none;
  color: #fff;
  width: 100%;
}

.product-wrapper form p {
  text-align: center;
  margin-top: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 14px;
}

@media only screen and (max-width:768px) {
  .App--isMaterial .App-content{
    margin-bottom: 70px;
  }
}