@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,800&display=swap');
/* common */
body {
  font-family: 'Open Sans';
}
h1 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}
h1 .green {
  font-size: 36px;
  color: #2bb6ab;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 20px;
  line-height: 1.6;
}
.green {
  color: #2bb6ab;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 24px;
}
.orange {
  display: inline;
  padding: 10px;
  line-height: 1.5;
  background-color: #FFB83C;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}
.red {
  margin-top: 30px;
  background-color: #ff0000;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  max-width: 430px;
  position: relative;
  -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.4);
          box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.4);
}
.white {
  max-width: 300px;
  margin: 10px auto;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  color: #000;
}
small {
  font-size: 63%;
}
.bold {
  font-weight: 800;
}
/* header */
.header {
  background-color: #f8f8f8;
  padding: 10px 0;
}
.logo {
  display: block;
  max-width: 50px;
}
.top_text {
  height: 50px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_text1 {
  height: 30px;
  border-left: 10px solid #2bb6ab;
  padding-left: 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}
.top_text2 {
  height: 30px;
  border-left: 10px solid #fff;
  padding-left: 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}
.top_text3 {
  height: 30px;
  border-left: 10px solid #363636;
  padding-left: 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}
/* main */
.main {
  padding: 30px 0;
  background: url(../img/bg2.jpg) center no-repeat;
  background-size: cover;
}
.video {
  position: relative;
  padding-bottom: 29%;
  padding-top: 30px;
  height: 0;
  width: 100%;
  max-width: 640px;
  margin: 30px auto 0;
  overflow: hidden;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
.video iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.offer {
  margin-top: 20px;
}
.bottom {
  padding: 40px 0;
  text-align: center;
}
.marquiz__container {
  margin: 30px auto;
}
/* footer */
.footer {
  padding: 20px 0;
  background-color: #212121;
  color: #ddd;
  font-size: 14px;
}
.footer p {
  margin-bottom: 0px;
}
.footer a {
  color: #ddd;
  text-decoration: underline;
}
.footer-right {
  text-align: right;
}
/* media */
@media (max-width: 1199px) {
  h1 {
    font-size: 32px;
  }
  h4 {
    font-size: 18px;
  }
  .top_text {
    font-size: 13px;
  }
  .red {
    margin-top: 20px;
    max-width: 370px;
  }
  .orange {
    font-size: 19px;
  }
  .video {
    padding-bottom: 35%;
  }
  h3 {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  h1 .green {
    font-size: 27px;
  }
  .top_text {
    height: 27px;
    font-size: 9px;
  }
  .top_text1,
  .top_text2,
  .top_text3 {
    height: auto;
  }
  .video {
    max-width: 460px;
  }
  .green {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .top_text1,
  .top_text2,
  .top_text3 {
    padding-left: 3px;
    font-size: 7px;
  }
  .offer {
    text-align: center;
  }
  .main .container:before {
    display: none;
  }
  .top_text {
    height: auto;
    font-size: 8px;
  }
  h1 {
    font-size: 19px;
  }
  .orange {
    font-size: 14px;
  }
  h3 {
    font-size: 19px;
  }
  .white {
    font-size: 16px;
  }
  .main {
    background: none;
    padding-bottom: 40px;
  }
  .main .container {
    min-height: auto;
  }
  h4 {
    font-size: 14px;
    line-height: 1.4;
  }
  .marquiz__button {
    font-size: 18px !important;
  }
  .footer-left,
  .footer-right {
    text-align: center;
  }
  .video {
    padding-bottom: 50%;
  }
}
@media (max-width: 575px) {
  h1 .green {
    font-size: 18px;
    text-shadow: none;
  }
  .green {
    font-size: 15px;
  }
  .orange {
    font-size: 12px;
  }
  .footer h4 {
    font-size: 11px;
  }
}
#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_notification p {
  margin: 0;
  font-size: 0.7rem;
  text-align: left;
  color: #000;
}
#cookie_notification .btn {
  font-size: 0.8rem;
}    

@media (min-width: 576px){
  #cookie_notification.show{
    display: flex;
  }
  .cookie_accept{
    margin: 0 0 0 25px;
  }
}

@media (max-width: 575px){
  #cookie_notification.show{
    display: block;
    text-align: left;
  }
  .cookie_accept{
    margin: 10px 0 0 0;
  }
}