html {
  margin: 0;
  padding: 0;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #b3b3b3;
  z-index: 0;
  min-width: 320px;
}
.content-wrapper {
  min-height: 100vh;
  overflow-y: hidden;
}
.position-absolute {
  position: absolute;
}
/* A ----------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #ea212d;
}
/* COLORS -----------------------------------------------------------*/
.color-1 {
  color: #ea212d;
}
.background-color-1 {
  background-color: #ea212d;
}
.color-2 {
  color: #000000;
}
.background-color-2 {
  background-color: #000000;
}
.color-3 {
  color: #ffffff;
}
.background-color-3 {
  background-color: #ffffff;
}
.color-4 {
  color: #b3b3b3;
}
.background-color-4 {
  background-color: #b3b3b3;
}
/* FOOTER -----------------------------------------------------------*/
footer {
  position: relative;
  z-index: 1024;
  height: 30px;
  background-color: #404040;
}
/* SECTION ----------------------------------------------------------*/
section {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 200px;
  padding-bottom: 100px;
}
.section-col {
  position: relative;
}
.section-col-1 {
  box-sizing: border-box;
  width: 370px;
  padding: 0 40px;
}
.section-col-1-background {
  width: 100%;
  position: absolute;
  top: -170px;
  left: 0;
}
.background {
  z-index: -1;
}
/* MAIN -----------------------------------------------------------*/
main {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
}
/* TEXTFIELD -----------------------------------------------------------*/
.textfield {
  font-size: 13px;
}
.large-font {
  font-size: 15px;
  line-height: 230%;
}
.bold-font {
  font-weight: bold;
}
.text-align-right {
  text-align: right;
}
/*MAIN SWIPER -----------------------------------------------------------*/
#main-swiper {
  width: 630px;
  height: 500px;
}
.swiper-button-next, .swiper-button-prev {
  width: 0;
  height: 0;
  background-image: none;
  transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
}
.swiper-button-next {
  border-top: 17px solid transparent;
  border-left: 34px solid #ea212d;
  border-bottom: 17px solid transparent;
  right: 20px;
}
.swiper-button-next:hover {
  transform: translate(-5px, 0);
  -moz-transform: translate(-5px, 0);
  -o-transform: translate(-5px, 0);
  -ms-transform: translate(-5px, 0);
  -webkit-transform: translate(-5px, 0);
}
.swiper-button-prev {
  border-top: 17px solid transparent;
  border-right: 34px solid white;
  border-bottom: 17px solid transparent;
  left: 20px;
}
.swiper-button-prev:hover {
  transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -webkit-transform: translate(5px, 0);
}
.background-mode-cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* COLORFIELD ----------------------------------------------------------*/
.colorfield {
  position: absolute;
  z-index: 11;
}
/* MENU ----------------------------------------------------------------*/
nav {
  position: relative;
  z-index: 1024;
  font-weight: lighter;
}
nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
nav ul#menu-mobile {
  display: block;
}
nav ul#menu-mobile li {
  width: 100%;
  text-align: left;
}
nav li {
  width: 175px;
}
nav li a {
  display: block;
  color: white;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 20px;
  text-decoration: none;
}
nav li a:hover {
  color: #000000;
}
nav li a.hover_black:hover {
  color: #000000;
}
nav li a.hover_red:hover {
  color: #ea212d;
}
#mobile-header {
  display: flex;
}
#header-title {
  display: inline-block;
  margin: 15px 0 0 0;
  font-size: 20px;
  flex: 1;
}
#header-icon {
  display: inline-block;
  margin: 15px 10px 0 0;
}
#header-icon img {
  padding-top: 5px;
  width: 20px;
  height: auto;
}
#mobile-menu-icon {
  display: inline-block;
  position: relative;
  width: 21px;
  height: 21px;
  margin: 17px 17px 18px 17px;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#mobile-menu-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 26px;
  background: #000000;
  left: 0;
  transition: 0.25s ease-in-out;
}
#mobile-menu-icon span:nth-child(1) {
  top: 0;
  transform-origin: left center;
}
#mobile-menu-icon span:nth-child(2) {
  top: 9px;
  transform-origin: left center;
}
#mobile-menu-icon span:nth-child(3) {
  top: 18px;
  transform-origin: left center;
}
#mobile-menu-icon.open span {
  width: 30px;
}
#mobile-menu-icon.open span:nth-child(1) {
  transform: rotate(45deg);
  top: -1px;
  left: 2px;
}
#mobile-menu-icon.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
#mobile-menu-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 20px;
  left: 2px;
}
@media only screen and (max-width: 1000px) {
  .hidden-s {
    display: none !important;
  }
}
@media only screen and (min-width: 1001px) {
  .visible-s {
    display: none !important;
  }
}
@media only screen and (max-width: 740px) {
  section {
    display: block;
  }
  .section-col-1 {
    width: 100%;
  }
  #main-swiper {
    width: 100%;
  }
  .hidden-xs {
    display: none !important;
  }
}
@media only screen and (min-width: 741px) {
  .visible-xs {
    display: none !important;
  }
}
