html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: 'Open Sans', 'Verdana', 'Helvetica', 'Arial', sans-serif;
  margin: 0;
  padding: 0;
}

.page-wrapper {
  max-width: 100%;
}

.header .top {
  position: relative;
  text-align:right;
  padding: 3em 3em 6em 3em;
  z-index: 100;
}

.header .top img {
  max-width: 500px;
  width: 100%;
  display: inline-block;
}

.header .bottom {
  background: #231f20;
  padding-top: 10em;
}

.header .logo {
  position: absolute;
  text-align: center;
  transform: translateY(-50%);
  width:  100%;
}

.header .logo img {
  max-width: 20em;
  width:  20%;
}

.header nav{
  white-space: nowrap;
}

.header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content:  center;
}
.header nav li {
  margin: 0 .5em;
}

.header nav a {
  text-decoration: none;
  color:  #fff;
  display: inline-block;
}

.header nav a span {
  display: inline-block;
  padding: .5em;
}

.header nav a::after {
  content: '';
  display: block;
  height: 0.5em;
  margin:  auto;
  max-width: 100%;
  width: 6em;
  transition: background-color 0.2s ease;
}

.header nav a:hover:after,
.header nav a:focus:after,
.header nav a:active:after,
.header nav a.active:after {
  background: #d10019;
}

.footer {
  background: #d10019;
  color:  #fff;
  padding: 3em 0;
}

.footer-content {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 960px;
  max-width: 100%;
  margin: auto;
  position: relative;
}

.foot-element {
  position: absolute;
  top: -25px;
  right: 0;
}

.footer a {
  color:  #fff;
  text-decoration: none;
}

.footer h2 {
  font-weight: normal;
}

.content {
  padding-top: 3em;
  padding-bottom:  3em;
}

.content-inner {
  background: #4f4c4c;
  color:  #fff;
  padding: 0 4em 6em 4em;
}

.content-text {
  max-width: 100%;
  width: 960px;
  margin: auto;
  z-index: 1;
  position: relative;
}

.content-text p {
  line-height: 220%;
  text-align: justify;
  width:  35em;
  max-width: 100%;
}

.content-img {
  position: relative;
}

.content-img img {
  border:  3px solid #fff;
  width: 100%;
}

.content-spacer {
  width: 100%;
  position: absolute;
  height: 0;
  background: #fff;
}

.content-iframe h2 {
  color: #d10019;
  font-weight: normal;
}

.content-iframe {
  position: relative;
  z-index: 1;
  min-width: 570px;
}

.spacer-iframe {
  height: 16em;
}

.flex {
  display: flex;
}

.info-list {
  display: flex;
  align-items: center;
  padding:  0;
  margin: 0 0 0 -1em;
  list-style-type: none;
  width:  30em;
  max-width: 100%;
}

.info-list li {
  margin-left: 1em;
}

.info-list img {
  display: inline-block;
  width:  5em;
}

.content-img-caption {
  background: #d10019;
  bottom: -7em;
  line-height: 220%;
  padding: .5em;
  position: absolute;
  right: 2em;
  width: 20em;
}

@media screen and (max-width: 990px) {
  .content-img-caption {
    position: static;
    width: 100%;
  }
}

.content-contact {
  align-items: flex-start;
  display: flex;
  margin-left:  -2em;
}

.content-contact .content-text {
  width: auto;
  margin: 0 0 0 0;
  padding-top: 16em;
}

.content-contact .content-text,
.content-iframe {
  flex:  1;
  margin-left:  2em;
}

@media screen and (max-width: 1220px) {
  .content-contact {
    flex-wrap: wrap;
  }

  .content-contact .content-text {
    width: 100%;
    padding-top: 2em;
  }
}

.menu-toggle-label,
.menu-toggle-checkbox {
  display: none;
}

.menu-toggle-label span {
  color: #fff;
  display: inline-block;
  padding:  .5em;
  cursor: pointer;
}

@media screen and (max-width: 920px) {
  .menu-toggle-checkbox {
    display: inline-block;
  }

  .menu-toggle-label {
    display: flex;
    align-items: center;
    margin-left: 1em;
  }

  .menu-toggle-checkbox {
    visibility: hidden;
    position: absolute;
    left: -9999em;
  }

  .header nav ul {
    display: none;
  }

  .menu-toggle-checkbox:checked ~ ul {
    display: flex;
    flex-direction: column;
    position: absolute;
    background: #231f20;
    z-index: 10;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .header nav a::after {
    margin-left: .5em;
  }
}

.burger {
  display: block;
  height: 1.4em;
  width:  1.6em;
  border-bottom: 0.2em solid #fff;
  border-top: 0.2em solid #fff;
  position: relative;
  cursor: pointer;
}

.burger::before {
  content: '';
  display: block;
  height:  0.2em;
  position: absolute;
  bottom:  0.4em;
  width:  1.6em;
  background:  #fff;
}

@media screen and (max-width: 870px) {
  .header .bottom {
      padding-top: 6em;
  }

  .header .top {
    padding: 3em 3em 3em 3em;
  }
}

@media screen and (max-width: 640px) {
  .content-iframe {
      min-width: initial;
  }
}

.content-wrapper {
  margin: auto;
  width: 960px;
  max-width: 100%;
}

.app-table td:nth-child(2) {
  padding: 0 4em;
}

@media screen and (max-width:800px) {
  .app-table td:nth-child(2) {
    padding: 0 2em;
  }
}

@media screen and (max-width:500px) {
  .app-table td:nth-child(2) {
    padding: 0 1em;
  }
}
.backButton{
	position:					relative;
	/*left:						75%;*/
	text-align:					center;
	cursor:						pointer;
	background-color:			#D10019;
	color:						#FFF;
	font-size:					18px;
	border-radius:				25px;
	padding:					10px 20px 10px 20px ;
	width:						200px;
	margin-top:					150px;
  margin-left:        auto;
	text-decoration:			none;
