@font-face {
  font-family: BrandonBold;
  src: url("../fonts/BrandonText-Bold.otf");
}

@font-face {
  font-family: BrandonRegular;
  src: url("../fonts/BrandonText-Regular.otf");
}

@font-face {
  font-family: BrandonMedium;
  src: url("../fonts/BrandonText-Medium.otf");
}

@font-face {
  font-family: BrandonBlack;
  src: url("../fonts/BrandonText-Black.otf");
}

body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.shape-1 {
  position: absolute;
  left: -137px;
  top: -80px;
  width: auto !important;
}

@media (max-width: 1200px) {
  .shape-1 {
    display: none;
  }
}

@media (max-width: 1429px) {
  .shape-1 {
    position: absolute;
    left: -117px;
    top: -80px;
    width: auto !important;
  }
}

.main-container {
  margin-top: -100px;
}

@media (max-width: 499px) {
  .main-container {
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.header-h1 {
  background-color: #3ea3cb;
  width: 562px;
  height: 54px;
  border-radius: 15px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .header-h1 {
    width: auto;
    height: auto;
    width: 300px;
    margin-top: -10px;
    margin-bottom: 0;
  }
}

.header-h1 h1 {
  font-size: 32px;
  font-family: BrandonBold;
  color: white;
  text-transform: uppercase;
  line-height: 1.7;
  margin-left: 15px;
}

@media (max-width: 991px) {
  .header-h1 h1 {
    font-size: 16px;
  }
}
.header {
  position: relative;
}
.header--title {
  position: absolute;
  height: 190px;
  top: 45%;
  left: 15px;
  width: 100%;
}

.header--container {
  max-width: 1400px;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
}
.absolut-c {
  position: absolute;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-top: 180px;
}
@media (max-width: 1750px) {
  .absolut-c {
    margin-top: 140px;
  }
}
@media (max-width: 1550px) {
  .absolut-c {
    margin-top: 110px;
  }
}
@media (max-width: 991px) and (min-width: 500px) {
  .absolut-c {
    margin-top: 35px;
  }
}

@media (max-width: 499px) {
  .absolut-c {
    margin-top: 38px;
  }
}
/*.header-img-mobile {*/
/*  display: none;*/
/*}*/
.header--title h2 {
  font-size: 47px;
  font-family: BrandonBold;
  color: #000000;
  text-transform: uppercase;
  line-height: 85px;
  font-weight: 900;
  margin: 0 0 0 10px;
}

.header--title h2 .under1400 {
  display: none;
}


@media(max-width: 750px) {
  .header--title {
    left: 0px;
  }
}
.header--title h2 > div {
  display: inline-block;

  height: 65px;
  line-height: 65px;
  border-radius: 15px;
  margin-bottom: 0px;
  margin-left: -10px;
  margin-top: 3px;
  padding: 0 25px 0 0px;
  color: #000000;
}
.header--title h2 > div.blue {
  background-color: #3ea3cb;
  color: #ffffff;
  height: 85px;
  line-height: 85px;
  padding-left: 25px;
}

@media(max-width: 1430px) {
  .header--title {
    left: 30px;
  }
  .header--title h2 {
    font-size: 29px;
  }
  .header--title h2 .under1400 {
    display: block;
  }
  .header--title h2 .above1400 {
    display: none;
  }
  .hideintop {
    display: none;
  }
  .header--title h2 > span.secrow {
    display: inline;
  }
}
@media (max-width: 1199px) {
  .header--title {
    height: 130px;
  }
  .header--title h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .header--title h2 span {
    font-size: 24px;
    line-height: 30px;
    height: 30px;
    margin-bottom: 5px;
    margin-left: -2px;
  }
}

@media (max-width: 800px) {
  .header--title {
    height: 90px;
  }
  .header--title h2 {
    font-size: 16px;
    line-height: 20px;
  }
  .header--title h2 span {
    font-size: 16px;
    line-height: 20px;
    height: 20px;
  }
}
@media (max-width: 369px) {
  .header--title h2 span:first-of-type {
    margin-left: 0;
  }
}
.shape-2 {
  position: absolute;
  left: 664px;
  top: -80px;
  width: auto !important;
}

@media (max-width: 1200px) {
  .shape-2 {
    display: none;
  }
}

@media (max-width: 1429px) {
  .shape-2 {
    position: absolute;
    left: 547px;
    top: -80px;
    width: auto !important;
  }
}

@media screen and (max-width: 499px) {
  .header {
    height: 150px;
  }
}

.header img {
  width: 100%;
}
.header__logo {
  position: absolute;
  top: 25px;
  left: 15px;
}
.header__logo img {
  width: 171px;
  height: 171px;
}
@media screen and (max-width: 499px) {
  .header img {
    height: 33%;
    position: absolute;
    z-index: 0;
    right: 0;
    width: auto;
  }
}

.fas {
  color: #3997bb;
  margin-right: 8px;
}
.navbar #template-6-btn .active {
  color: #000000;
}
.navbar {
  border: none !important;
  margin-bottom: 0px !important;
}

.navbar ul {
  font-family: BrandonBold;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: visible;
  /*background-color: #d48736;*/
  background: transparent;
}
.navbar ul {
  width: 100%;
  display: flex;
  position: relative;
}
.navbar ul::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  background: #f7941d;
  z-index: 1;
  right: 0;
}
.navbar ul li {
  float: left;
  width: 17%;
  /*width: 16.5%;*/
  /*width: calc(100% / 6);*/
  height: 100px;
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-box-pack: center;*/
  /*-ms-flex-pack: center;*/
  /*justify-content: center;*/
  /*-webkit-box-align: center;*/
  /*-ms-flex-align: center;*/
  /*align-items: center;*/
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  /*background-color: #3ea3cb;*/
  background: transparent;
  padding-right: 2px;
  flex-basis: 100%;
  /*float: none!important;*/
  /*width: auto!important;*/
  position: relative;
  z-index: 2;

}
#template-6-btn {
  padding-right: 0;
  width: 15%;
}


@media (max-width: 1429px) {
  .navbar ul li {
    font-size: 15px;
  }

}

@media (max-width: 1199px) {
  .navbar ul li {
    font-size: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar ul li {
    width: 100%;
    height: auto;
  }
}

.navbar ul .box-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  z-index: 3;
}
.navbar ul .box-shadow svg {
  width: 43px;
  height: 22px;
  position: absolute;
  bottom: -22px;
  left: 93px;
  display: block;
}
.navbar ul #template-4-btn {
}

@media only screen and (max-width: 991px) {
  .navbar ul #template-4-btn {
    width: 100%;
    height: auto;
  }
  .navbar ul .box-shadow svg {
    display: none;
  }
  .navbar ul {
    margin-right: 0;
  }
  .navbar ul li {
    padding-right: 0;
  }
  .navbar ul a br{
    display: none;
  }
}

.navbar ul #template-6-btn a{
  background-color: #f7941d;
  color: #000000;
}

/*@media (max-width: 1430px) and (min-width: 1100px) {*/
/*  .navbar ul #template-6-btn {*/
/*    width: 16.599%;*/
/*  }*/
/*}*/

@media only screen and (max-width: 991px) {
  .navbar ul #template-6-btn {
    width: 100%;
    height: auto;
  }
}

.navbar ul:hover {
  color: black;
}

.navbar ul a {
  width: 100%;
  height: 100%;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  background: #3ea3cb;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.navbar ul a::after {
  content: '';
  height: 40px;
  background: linear-gradient(180deg, rgba(233,233,233,0) 0%, rgba(0,0,0,0.25) 100%);
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
}
.navbar ul .box-shadow a::after {
  display: none;
}
.navbar ul a:hover {
  color: black;
}

.navbar .active {
  /*color: black;*/
}
.border-me-pls {
  font-size: 18px;
  font-family: BrandonBlack;
  line-height: 22px;
  padding: 15px;
  border: 3px solid #fff;
  border-radius: 7px;
  display: block;
  width: 100%;
  max-width: 700px;
  color: #fff;
  margin: 0 auto;
}
.border-me-two {
  border: 3px solid #f7941d;
  padding: 15px;
  border-radius: 7px;
  display: block;
  width: 100%;
  max-width: 700px;
  color: #000;
  margin: 30px auto 50px;
  text-align: center;
}
.border-me-two .top {
  font-size: 18px;
  font-family: BrandonBlack;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 0;
}
.border-me-two .bot {
  font-size: 16px;
  font-family: BrandonMedium;
  margin-bottom: 0;
}
.navbar #template-6-btn a {
  color: white;
}

.navbar #template-6-btn a:hover {
  color: white;
}

.default {
  background-color: #3ea3cb;
  border: 1px solid transparent;
  padding-bottom: 30px;
  /*box-shadow: 0 -23px 88px 43px rgba(154, 150, 150, 0.4);*/
  /*-webkit-box-shadow: 0 -23px 88px 43px rgba(154, 150, 150, 0.4);*/
  padding: 18px;
  /*box-shadow: 0 6px 45px 1px rgba(0, 18, 24, 0.57);*/
  /*-webkit-box-shadow: 0 6px 45px 1px rgba(0, 18, 24, 0.57);*/
  position: relative;
  z-index: 1;
}

.default .orange-title {
  font-family: BrandonBold;
  background-color: #f7941d;
  border: 2px solid #f7941d;
  border-radius: 15px;
  font-size: 14px;
  font-weight: bolder;
  text-transform: uppercase;
  padding: 5px 15px 5px 15px;
  margin-bottom: 10px;
}

.default .orange-display {
  display: block;
}

.default .first-p {
  margin-top: 20px;
}

.default .per {
  width: 140%;
}

@media (max-width: 991px) {
  .default .per {
    width: 100%;
  }
}

.default .second-p {
  color: white;
  margin-top: 20px;
}

.default .third-p {
  margin-top: 20px;
}

.template-1 {
  font-size: 16px;
  font-family: BrandonRegular;
  padding-top: 60px;
  padding-bottom: 60px;
}

.template-1 .infographic-1 {
  margin-top: 55px;
  width: 100%;
}

.template-2 {
  font-size: 16px;
  font-family: BrandonRegular;
  padding-top: 60px;
  padding-bottom: 60px;
}

.template-2 .infographic-2 {
  margin-top: 30px;
  width: 100%;
}

.template-2 .under-sentence {
  text-transform: uppercase;
  text-align: center;
  margin-top: 35px;
}

.template-3 {
  font-size: 16px;
  font-family: BrandonRegular;
  padding-top: 100px;
  padding-bottom: 80px;
  background-image: url("../img/si/3bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid transparent;
  background-position: 30%;
  position: relative;
}
.template-3-graph {
  position: absolute;
  top: 175px;
  left: 384px;
  max-width: 300px;
}
.add-me-space {
  padding-left: 65px;
}

@media(max-width: 1199px) {
  .template-3 {
    background-position-x: 38%;
  }
}

@media (max-width: 991px) {
  .template-3 {
    background-color: #fff;
    background-image: none;
  }
}

.template-3 .infographic-3 {
  margin-top: 30px;
  margin-bottom: 110px;
  width: 100%;
}

.template-3 .infographic-4 {
  display: none;
}

@media (max-width: 991px) {
  .template-3 .infographic-4 {
    display: block;
    margin-top: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.strong-me {
  font-family: BrandonBold;
}
.tritabky {
  padding-top: 20px;
}
.tritabky > a {
  display: block;
  float: left;
  width: 30%;
  height: 155px;
  margin-right: 5%;
  /*height: 155px;*/
  background: #3ea3cb;
  text-align: center;
  border-radius: 12px;
  /*padding-bottom: 100%;*/
  position: relative;
  display: block;
  padding: 0px;
  padding-top: 67px;
}
.tritabky > a.tritabky-1 {
  padding-top: 37px;
}
/*.tritabky > a::after {*/
/*  content: "";*/
/*  display: block;*/
/*  padding-bottom: 100%;*/
/*}*/
.tritabky > a span {
  position: static;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: BrandonBlack;
  text-align: center;
}
.tritabky .tritabky-3 {
  margin-right: 0;
 }
.template-4 img {
  margin-top: 50px;
  display: block;
}
.template-4 {
  font-size: 16px;
  font-family: BrandonRegular;
  padding-top: 70px;
  padding-bottom: 100px;
  background-image: url(../img/si/4bg.png);
  background-size: auto;
  background-position: 76% 0%;
  background-repeat: no-repeat;
  border: 1px solid transparent;
}
@media(max-width: 1429px) {
  .template-4 {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .template-4 .show-base {
    max-width: 90%;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
  }
  .template-6 .quiz-final-slide h1 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .tritabky > a {
    height: 130px;
    padding-top: 55px;
  }
  .tritabky > a.tritabky-1 {
    padding-top: 26px;
  }
  .navbar ul .box-shadow svg {
    left: 73px;
  }
}
@media (max-width: 1199px) {
  .navbar ul .box-shadow svg {
    left: 57px;
  }
}
@media (max-width: 991px) {
  .template-4 {
    background-position: 0% 0%;
  }
}

.p-big {
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 50px;
  font-weight: bold;
}

.template-6 {
  font-size: 16px;
  font-family: BrandonRegular;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../img/template-5-background.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 499px) {
  .template-6 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.template-6 .quiz-title {
  font-family: BrandonBold;
  text-align: center;
  display: block;
  margin-top: 75px;
  color: white;
}

.template-6 .quiz-title span {
  font-size: 70px;
}

.template-6 .quiz-subtitle {
  font-family: BrandonBold;
  text-align: center;
  display: block;
  margin-top: 200px;
  color: white;
}

@media screen and (max-width: 499px) {
  .template-6 .quiz-subtitle {
    margin-top: 118px;
  }
}

.template-6 .quiz-btn {
  background-color: #3ea3cb;
  border: 1px solid #3ea3cb;
  border-radius: 25px;
  width: 180px;
  height: 50px;
  display: block;
  margin: 0 auto;
  font-family: BrandonRegular !important;
  margin-top: 50px;
  margin-bottom: 100px;
  cursor: pointer;
}

.template-6 .quiz-btn:hover {
  background-color: #297998;
  border: 1px solid #297998;
}

.template-6 .quiz-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  padding-top: 11px;
  font-size: 17px;
}

.template-6 .quiz-btn a:hover {
  text-decoration: none;
}

.template-6 .quiz-btn-2 {
  background-color: #3ea3cb;
  border: 1px solid #3ea3cb;
  border-radius: 25px;
  width: 180px;
  height: 50px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin: 0 auto;
  font-family: BrandonRegular !important;
  margin-top: 50px;
  cursor: pointer;
}

.template-6 .quiz-btn-2:hover {
  background-color: #297998;
  border: 1px solid #297998;
}

.template-6 .quiz-btn-2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  padding-top: 11px;
  font-size: 17px;
}

.template-6 .quiz-btn-2 a:hover {
  text-decoration: none;
}

.template-6 .submit-button {
  background-color: #297998 !important;
  border: 1px solid #297998;
}

.template-6 .quiz-final-slide {
  padding-top: 240px;
}

.template-6 .quiz-final-slide h1 {
  font-size: 45px;
  font-family: BrandonBold;
  color: white;
  text-align: center;
}

.template-6 .quiz-final-slide p {
  font-size: 20px;
  text-align: center;
  font-family: BrandonRegular;
  color: white;
  margin-bottom: 50px;
}

.template-6 .quiz-final-slide .last-buttons .quiz-btn-3 {
  background-color: white;
  border: 1px solid white;
  border-radius: 25px;
  width: 180px;
  height: 50px;
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  margin: 0 auto;
  font-family: BrandonBold !important;
  margin-top: 15px;
  cursor: pointer;
}

.template-6 .quiz-final-slide .last-buttons .quiz-btn-3:hover {
  background-color: #ddd;
  border: 1px solid #ddd;
}

.template-6 .quiz-final-slide .last-buttons .quiz-btn-3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  padding-top: 11px;
  font-size: 17px;
  color: black;
}

.template-6 .quiz-final-slide .last-buttons .quiz-btn-3 a:hover {
  text-decoration: none;
}

.template-6 .quiz-final-slide .last-buttons .quiz-restart-btn {
  background-color: #3ea3cb;
  border: 1px solid #3ea3cb;
  border-radius: 25px;
  width: 180px;
  height: 50px;
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  margin: 0 auto;
  font-family: BrandonBold !important;
  margin-top: 15px;
  cursor: pointer;
  margin-bottom: 200px;
}

.template-6 .quiz-final-slide .last-buttons .quiz-restart-btn:hover {
  background-color: #297998;
  border: 1px solid #297998;
}

.template-6 .quiz-final-slide .last-buttons .quiz-restart-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  padding-top: 11px;
  font-size: 17px;
}

.template-6 .quiz-final-slide .last-buttons .quiz-restart-btn a:hover {
  text-decoration: none;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 95px;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
  top: 120px;
}
.swiper-pagination-fraction {
  top: 100px;
  position: absolute;
  color: #fff;
}
.swiper-slide .quiz-question {
  font-family: BrandonBold;
  display: block;
  text-align: center;
}

.swiper-slide .quiz-question h1 {
  font-size: 24px;
  margin-top: 100px;
  color: white;
}

@media (max-width: 720px) {
  .swiper-slide .quiz-question h1 {
    width: 100%;
    font-size: 18px;
    padding-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mobprdbr br {
    display: none;
  }
}

.swiper-slide .quiz-answers {
  display: block;
  text-align: center;
}

@media (max-width: 720px) {
  .swiper-slide .quiz-answers {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}

.swiper-slide .quiz-answers div {
  background-color: white;
  border: 1px solid white;
  border-radius: 15px;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 25px;
  cursor: pointer;
}

.swiper-slide .quiz-answers div:hover {
  background-color: #ddd;
  border: 1px solid #ddd;
}

.swiper-slide .quiz-answers div:first-child {
  margin-top: 60px;
}

.swiper-slide .quiz-answers div a {
  color: black;
  font-family: BrandonRegular;
  font-size: 16px;
}

.swiper-slide .quiz-answers div a:hover {
  text-decoration: none;
}

.swiper-slide .next-button {
  margin-bottom: 0px;
}

.footer-legend {
  margin-top: 70px;
  font-family: BrandonRegular;
  color: #6c6b6b;
  text-align: center;
  font-size: 11px;
}

.footer {
  border-top: 1px dashed #6c6b6b;
  margin-top: 30px;
}

.footer img {
  width: 50px;
  position: relative;
  top: -8px;
}
.footer .top {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-evenly;
  padding-top: 15px;
}
.footer .top img,
.footer .top p,
.footer .top a {
  display: inline-block;
  padding: 0 15px;
  color: #828181;
  font-size: 10px;
  line-height: 16px;

  text-align: center;
}
.footer .top p {
  color: #000;
}
.footer .top span {
  display: inline-block;
  background: #424242;
  width: 1px;
  height: 16px;
}
.footer .top img {
  padding: 0;
}
.footer .bottom {
  padding-top: 5px;
  color: #828181;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  margin-bottom: 30px;
}
.footer .bottom a {
  color: #828181;
}

.footer .footer-item {
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 10px;
}

.footer .footer-item a {
  color: #6c6b6b;
}

.bolden-span {
  text-transform: uppercase;
  font-family: BrandonBlack;
}

.popup-gpdr {
  width: 100%;
  height: auto;
  background-color: #f7941d;
  position: fixed;
  top: 0;
  z-index: 9999;
  padding-bottom: 20px;
}

@media (max-width:767px) {
  .footer img {
    width: 70px;
    position: relative;
    top: 0px;
  }
  .popup-gpdr .popup-padding .popup-buttons .popup-btn.accepted {
    margin-left: 0
  }
}


.popup-gpdr .popup-padding {
  padding-top: 20px;
}

.popup-gpdr .popup-padding .popup-content {
  font-family: BrandonRegular;
  color: white;
}

.popup-gpdr .popup-padding .popup-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-gpdr .popup-padding .popup-buttons .popup-btn {
  margin-left: 30px;
  margin-top: 15px;
}

.popup-gpdr .popup-padding .popup-buttons .accepted {
  background-color: #3ea3cb;
  border: 1px solid #3ea3cb;
  border-radius: 25px;
  width: 120px;
  height: 30px;
  font-family: BrandonRegular !important;
  cursor: pointer;
}

.popup-gpdr .popup-padding .popup-buttons .accepted:hover {
  background-color: #297998;
  border: 1px solid #297998;
}

.popup-gpdr .popup-padding .popup-buttons .accepted a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  padding-top: 3px;
  font-size: 14px;
}

.popup-gpdr .popup-padding .popup-buttons .accepted a:hover {
  text-decoration: none;
}

.popup-gpdr .popup-padding .popup-buttons .denied {
  background-color: white;
  border: 1px solid white;
  border-radius: 25px;
  width: 100px;
  height: 30px;
  font-family: BrandonRegular !important;
  cursor: pointer;
}

.popup-gpdr .popup-padding .popup-buttons .denied:hover {
  background-color: #ddd;
  border: 1px solid #ddd;
}

.popup-gpdr .popup-padding .popup-buttons .denied a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3ea3cb;
  padding-top: 3px;
  font-size: 14px;
}

.popup-gpdr .popup-padding .popup-buttons .denied a:hover {
  text-decoration: none;
}

#overlay {
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
  z-index: 3;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */
}

#cookie {
  color: black;
  text-decoration: underline;
}

.facebook-fix {
  border-radius: 13px;
  background-color: #f7941d;
  -webkit-box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.52);
  position: fixed;
  right: -10px;
  top: 162px;
  width: 155px;
  height: 65px;
  z-index: 2;
}

.element-fix {
  position: fixed;
  right: 0;
  top: 253px;
  z-index: 2;
  width: 173px;
}

.element-fix img {
  max-width: 100%;
}

.icon-fb {
  font-size: 46px;
  padding: 13px;
  color: white;
  text-transform: uppercase;
  line-height: 0.87;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .facebook-fix {
    border-radius: 13px;
    background-color: #3b5998;
    -webkit-box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.52);
    box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.52);
    position: fixed;
    left: -86px;
    top: auto;
    bottom: 39px;
    width: 165px;
    height: 55px;
    z-index: 2;
    text-align: right;
  }
  .icon-fb {
    font-size: 40px;
    padding: 11px;
    color: white;
    text-transform: uppercase;
    line-height: 0.87;
    text-align: center;
  }
}

.full-width {
  width: 12%;
}

@media screen and (max-width: 490px) {
  .full-width {
    width: 100%;
  }
}

.navbar-mobile {
  display: none;
}

@media screen and (max-width: 499px) {
  .navbar-mobile {
    width: 30px;
    height: 26px;
    display: block;
    background-color: transparent;
    position: fixed;
    z-index: 999;
    right: 25px;
    top: 25px;
  }
  .navbar-mobile.white span {
    background: #fff;
  }
  .navbar-mobile span {
    width: 100%;
    height: 5px;
    background: #000;
    display: block;
    margin-bottom: 5px;
  }
}

.back-mobile {
  display: none;
}

@media screen and (max-width: 499px) {
  .back-mobile {
    background-image: url("../img/mobile-head.jpg");
    display: block;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
.back-mobile h2 {
  font-family: BrandonBlack;
  font-size: 27px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 3px;
  max-width: 340px;
}
.back-mobile h2 span {
  font-family: BrandonBlack;
  font-size: 27px;
  color: #ffffff;
  display: inline-block;
  background-color: #3ea3cb;
  border-radius: 30px;
  margin: 0 0 6px -5px;
  padding: 3px 10px;
}
.back-mobile h2 span:first-of-type {
  margin-top: 3px;
  margin-bottom: 5px;
}
.back-mobile h2 span:last-of-type {
  margin-bottom: 3px;
}
@media(max-width: 456px) {
  .fixing-ind .orange-title {
    /*background-color: transparent;*/
    /*border: none;*/
    /*padding: 0;*/
  }
  .fixing-ind .second-p {
    margin-top: 15px;
  }
  .fixing-ind .orange-title span {
    font-family: BrandonBold;
    background-color: #f7941d;
    border: 2px solid #f7941d;
    border-radius: 15px;
    font-size: 12px;
    font-weight: bolder;
    text-transform: uppercase;
    padding: 5px 15px 5px 15px;
    margin-bottom: 6px;
    display: inline-block;
  }
}
@media screen and (max-width: 499px) {
  .header {
    display: none;
  }
  .facebook-fix {
    top: 180px;
  }
  .back-mobile {
    height: 100vh;
    position: relative;
    background-size: cover;
  }
}

@media screen and (max-width: 499px) {
  .navbar {
    display: none;
  }
  .center-img {
    position: absolute;
    bottom: 20px;
  }
  .down-top {
    position: absolute;
    bottom: 150px;
  }
}
@media (min-height: 700px) and (max-width: 499px) {
  .back-mobile {
    background-size: cover;
  }
  .down-top {
    bottom: 180px;
  }
}
.center-img {
  text-align: center;
  margin-top: 35px;
}

.menu-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #f7941d;
}

@media screen and (min-width: 499px) {
  .menu-mobile {
    display: none;
  }
}

.menu-mobile .menu-x {
  margin-top: 15px;
}

.menu-texting {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-texting p {
  font-family: BrandonBlack;
  font-size: 19px;
  color: #fff;
  display: inline-block;
  text-align: center;
}

.menu-texting p.black {
  color: #000;
}

.menu-texting .arr-p {
  padding-top: 10px;
  margin-left: 17px;
}

.menu-texting .arr-p-n {
  margin-left: 17px;
}

.menu-texting .arr-p-n img {
  margin-top: -7px;
}

.logo-img path #arrow_copy_5 {
  fill: #000;
}

.center-arr {
  margin: 0 auto;
  display: block;
  position: absolute;
  margin-top: 28px;
  left: 0;
  right: 0;
}

@media screen and (min-width: 499px) {
  .center-arr {
    display: none;
  }
}

.bounce {
  width: 15px;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@media (min-width: 1430px) {
  .container {
    width: 1400px;
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 20%;
  height: 0;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #ccc;
  /* Random BG colour for unloaded video elements */
}

.video-wrapper {
  display: none;
}

.template-5 {
  font-family: BrandonRegular;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-repeat: no-repeat;
  border: 1px solid transparent;
}
.template-5 > img {
  width: 100%;
  height: auto;
}
.template-5 a {
  width: 550px;
  height: 80px;
  line-height: 80px;
  font-size: 35px;
  font-family: BrandonBlack;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background: #f7941d;
  display: block;
  border-radius: 12px;
  position: absolute;
  top: 19.5%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.47);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.47);
  box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.47);
}
.template-5 a:hover {
  text-decoration: none;
}
.template-5 a img {
  position: relative;
  top: -2px;
  margin-left: 4px;
}

.template-5 .orange-title {
  color: white;
  margin-top: 45px;
  margin-bottom: 30px;
  display: inline-block;
}

@media (max-width: 991px) {
  .template-5 {
    background-position: 0% 0%;
  }
}

.template-5 .p-big {
  margin-bottom: 0;
  margin-top: 0px;
  font-size: 18px;
}

.template-5 .box-liner {
  margin: 0 auto;
  font-family: BrandonRegular;
  background-color: #f7941d;
  border: 2px solid #f7941d;
  color: white;
  border-radius: 15px;
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  padding: 20px 25px 20px 25px;
  margin-bottom: 10px;
  width: 40%;
  margin-top: 90px;
}

@media (max-width: 900px) {
  .template-5 .box-liner {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .template-5 .box-liner {
    width: 100%;
  }
}

.template-5 .box-back {
  font-size: 12px;
  cursor: pointer;
  margin-top: 15px;
  width: 100%;
  height: 282px;
  background-image: url(../img/back-box.png);
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1429px) {
  .template-5 .box-back-4,
  .template-5 .box-back-5,
  .template-5 .box-back-6 {
    height: 300px;
  }
}
@media (max-width: 1199px) {
  .template-5 .box-back-1,
  .template-5 .box-back-2,
  .template-5 .box-back-3 {
    height: 243px;
  }
  .template-6 {
    min-height: 820px;
  }
}
@media (max-width: 1100px) {
  .template-5 .box-back-1,
  .template-5 .box-back-2,
  .template-5 .box-back-3 {
    height: 208px;
  }
}
@media (max-width: 991px) {
  .template-5 .box-back-1,
  .template-5 .box-back-2,
  .template-5 .box-back-3,
  .template-5 .box-back-4,
  .template-5 .box-back-5,
  .template-5 .box-back-6 {
    height: 282px;
  }
}
@media (min-width: 1200px) {
  .template-5 .box-back.top {
    height: 238px;
  }
}

@media (max-width: 1300px) and (min-width: 1200px) {
  .template-5 .box-back {
    height: 295px;
  }
}

@media (max-width: 991px) {
  .template-5 .box-back {
    text-align: center;
  }
}

.template-5 .box-back img {
  width: 100%;
  bottom: 0;
  position: absolute;
}

@media (max-width: 991px) {
  .template-5 .box-back img {
    width: auto;
    bottom: 0;
    position: relative;
  }
}

.template-5 .box-back p:first-child {
  font-size: 25px;
  padding-top: 20px;
  font-family: BrandonRegular;
  color: black;
  line-height: 0.88;
  text-align: center;
}

.template-5 .box-back p {
  font-size: 13px;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: BrandonRegular;
  color: #231f20;
  line-height: 1.286;
  text-align: center;
}

@media (max-width: 1100px) {
  .template-5 .box-back p {
    font-size: 12px;
  }
}

.p-big {
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 50px;
  font-weight: bold;
}

.template-6 {
  font-size: 16px;
  font-family: BrandonRegular;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../img/si/baby.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 900px;
}

@media (max-width: 499px) {
  .template-6 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.template-6 .quiz-title {
  font-family: BrandonBlack;
  font-size: 72px;
  text-align: center;
  display: block;
  margin-top: 295px;
  color: white;
  text-transform: uppercase;
}

.template-6 .quiz-title span {
  font-size: 70px;
}

.template-6 .quiz-subtitle {
  font-family: BrandonBold;
  font-size: 50px;
  text-align: center;
  display: block;
  margin-top: 10px;
  color: white;
}

@media screen and (max-width: 499px) {
  .template-6 .quiz-subtitle {
    margin-top: 118px;
  }
}

.template-6 .quiz-btn {
  background-color: #3ea3cb;
  border: 1px solid #3ea3cb;
  border-radius: 25px;
  width: 180px;
  height: 50px;
  display: block;
  margin: 0 auto;
  font-family: BrandonRegular !important;
  margin-top: 40px;
  margin-bottom: 100px;
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 32px -10px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 5px 32px -10px rgba(0,0,0,0.75);
  box-shadow: 0px 5px 32px -10px rgba(0,0,0,0.75);
}

.template-6 .quiz-btn:hover {
  background-color: #297998;
  border: 1px solid #297998;
}

.template-6 .quiz-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  padding-top: 11px;
  font-size: 17px;
}

.template-6 .quiz-btn a:hover {
  text-decoration: none;
}

.body-off {
  position: fixed;
  overflow: hidden;
}

.visible {
  display: block !important;
}

.video-box-black {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000094;
}

.video-box-black .imgs {
  position: relative;
  width: 887px;
  height: 275px;
  top: 50%;
  left: 50%;
  z-index: 99;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -95%);
}

@media (max-width: 600px) {
  .video-box-black .imgs {
    position: relative;
    width: 100%;
    height: 30%;
    top: 16%;
    left: 50%;
    z-index: 99;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.video-box-black .imgs #close {
  position: absolute;
  right: 0;
}

@media (max-width: 600px) {
  .video-box-black .imgs #close {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}

video {
  border: 15px solid #fff;
  position: absolute;
  top: 50%;
  /* position the top  edge of the element at the middle of the parent */
  left: 50%;
  /* position the left edge of the element at the middle of the parent */
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* This is a shorthand of
                                         translateX(-50%) and translateY(-50%) */
}

#video {
  width: 857px;
  height: 495px;
}

@media (max-width: 850px) {
  #video {
    width: 100%;
    height: auto;
  }
}

.shape-3 {
  position: absolute;
  left: 892px;
  top: -80px;
  width: auto !important;
}

@media (max-width: 1200px) {
  .shape-3 {
    display: none;
  }
}

@media (max-width: 1429px) {
  .shape-3 {
    position: absolute;
    left: 736px;
    top: -80px;
    width: auto !important;
  }
}

.addyes {
  z-index: 999999;
  position: relative;
}

.addyes-v {
  display: block;
}

.addno-v {
  display: none;
}

.video-head {
  border: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.footer-item-4 {
  width: 12%;
}
@media(max-width: 1199px) {
  .footer-item-3 {
    width: 10%;
  }
  .footer-item-4 {
    width: 15%;
  }
}
@media(max-width: 991px) {
  .footer-item-1 {
    width: 10%;
  }
  .footer-item-2 {
    width: 11%;
  }
  .footer-item-3 {
    width: 13%;
  }
  .footer-item-4 {
    width: 19%;
  }
  .footer-item-5 {
    width: 38%;
  }
}
@media(max-width: 767px) {
  .footer-item-1,
  .footer-item-2 ,
  .footer-item-3,
  .footer-item-4,
  .footer-item-5 {
    width: 100%;
    border-right: none!important;
  }
}
.fix65-mobile {
  display: none;
}
@media(max-width: 1429px) {
  .header > img {
    width: 120%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .fix65-base {
    display: none;
  }
  .fix65-mobile {
    display: block;
    margin-bottom: 40px;
  }
  .header--container {
    max-width: 1170px;
    z-index: 2;
  }
  .header__logo {
    top: 20px;
  }
  .header__logo img {
    width: 120px;
    height: 120px;
  }
  .header--title h2 > div {
    display: block;
  }
  .header--title h2 > div.blue {
    height: 65px;
    line-height: 65px;
    padding-left: 20px;
    width: 595px;
  }
  /*.header--title {*/
  /*  height: 140px;*/
  /*  top: 37%;*/
  /*}*/
  .header--title h2 > div {
    margin-top: -5px;
  }
}
@media(max-width: 1199px) {
  .header--container {
    max-width: 970px;
  }
  .header__logo img {
    width: 100px;
    height: 100px;
  }
  .header--title h2 > div {
    display: block;
    height: 50px;
    line-height: 50px;
  }
  .header--title h2 > div.blue {
    height: 65px;
    line-height: 65px;
    padding-left: 20px;
    width: 595px;
    margin-bottom: 7px;
  }
  .header--title {
    height: 140px;
  }
}
@media(max-width: 991px) {
  .header--container {
    max-width: 750px;
  }
  .header__logo img {
    width: 80px;
    height: 80px;
  }
  .header--title h2 {
    font-size: 18px;
  }
  .header--title h2 > div {
    display: block;
    height: 35px;
    line-height: 35px;
  }
  .header--title h2 > div.blue {
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    width: 395px;
    margin-bottom: 5px;
  }
  .header--title {
    top: 53%;
    height: 90px;
    left: 15px;
  }
}
.template-1-left {
  padding-right: 50px;
}
.template-1-right {
  padding-left: 50px;
}
.template-2-left {
  padding-right: 50px;
}
.template-2-right {
  padding-left: 50px;
}
.template-1 .infographic-1 {
  max-width: 480px;
}
.template-2 .infographic-2 {
  max-width: 500px;
}
.fixdva {
  display: none;
}
@media(max-width: 1199px) {
  .fixjedna {
    display: none;
  }
  .fixdva {
    display: inline-block;
  }
  .template-1-left,
  .template-2-left {
    padding-right: 30px;
  }
  .template-1-right,
  .template-2-right {
    padding-left: 30px;
  }

}
.fixtri2 {
  display: none;
}
@media(max-width: 991px) {
  .fixtri1 {
    display: none;
  }
  .fixtri2 {
    display: block;
  }
  .fixjedna {
    display: inline-block;
  }
  .fixdva {
    display: none;
  }
  .template-1-left,
  .template-2-left {
    padding-right: 15px;
  }
  .template-1-right,
  .template-2-right {
    padding-left: 15px;
  }
  .infographic-2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }


}
@media(max-width: 1429px) {
  .template-3 {
    background-position: 16%;
  }
  .template-3-graph {
    width: 221px;
    left: 360px;
    top: 215px;
  }
  .template-5 a {
    width: 450px;
  }
  .template-4 img {
    max-width: 100%;
  }
  .template-4 {
    background-size: cover;
    padding-bottom: 40px;
  }
}
@media(max-width: 1199px) {
  .template-3 {
    background-position: 16%;
  }
  .template-3-graph {
    width: 171px;
    left: 334px;
    top: 279px;
  }
}
@media(max-width: 991px) {
  .template-3 {
    padding-top: 50px;
  }
  .add-me-space {
    padding-left: 15px;
  }
  .template-3-graph {
    position: static;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: auto;
  }
  .template-4 img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .template-5 a {
    width: 350px;
    height: 60px;
    line-height: 60px;
    font-size: 26px;
  }
  .template-6 .quiz-title {
    font-size: 50px;
  }
  .template-6 .quiz-subtitle {
    font-size: 37px;
  }
}
.brosuro {
  position: fixed;
  top: 15%;
  right: 0;
  width: 196px;
  height: 220px;
  z-index: 9;
  -webkit-box-shadow: -4px 4px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: -4px 4px 5px 0px rgba(0,0,0,0.25);
  box-shadow: -4px 4px 5px 0px rgba(0,0,0,0.25);
  background: rgb(233,233,233);
  background: linear-gradient(184deg, rgba(233,233,233,1) 0%, rgba(252,252,252,1) 100%);
  padding-top: 25px;
  padding-left: 23px;
  padding-right: 23px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.brosuro img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 12px;
}
.brosuro .top {
  font-size: 29px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000000;
  font-family: BrandonBlack;
  padding-bottom: 5px;
  display: inline-block;
}
.brosuro .bot {
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: BrandonBlack;
  display: inline-block;
  background: #3ea3cb;
  border-radius: 5px;
  padding: 1px 10px;
}
.footer-legend > div {
  max-width: 83.5%;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
@media(max-width: 1429px) {
  .footer-legend > div {
    max-width: 90%;
  }
  .brosuro {
    zoom: 0.8;
    width: 150px;
    height: 180px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .brosuro img {
    width: 65px;
  }
  .brosuro .top {
    font-size: 23px;
  }
  .brosuro .bot {
    font-size: 14px;
    line-height: 23px;
  }
}
@media(max-width: 499px) {
  .backlogo {
    width: 120px;
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .brosuro {
    top: auto;
    bottom: 40px;
    zoom: 1;
    width: 100px;
    height: 120px;
    padding-top: 12px;
  }
  .brosuro img {
    width: 45px;
    margin-bottom: 6px;
  }
  .brosuro .top {
    font-size: 15px;
    line-height: 17px;
    padding-bottom: 1px;
  }
  .brosuro .bot {
    line-height: 15px;
    font-size: 10px;
    padding: 1px 6px;
  }
  .back-mobile h2 {
    font-size: 22px;
  }
  .back-mobile h2 .nonblue {
    display: inline-block;
    margin-top: 5px;
    padding-left: 10px;
  }
  .back-mobile h2 .blue {
    font-size: 22px;
    background: #3ea3cb;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 10px;
    margin-bottom: 5px;
  }
  .down-top {
    bottom: auto;
    top: 372px;
  }
}
@media(max-height: 740px) {
  .down-top {
    top: 330px;
  }
  .center-img {
    bottom: 140px;
  }
}
@media(max-height: 610px) {
  .down-top {
    top: 200px;
  }
}
@media(max-width: 499px) {
  .back-mobile h2 {
    font-size: 24px;
  }
  .back-mobile h2 .blue {
    font-size: 24px;
  }
  .back-mobile {
    background-position: right top;
  }
}
@media(max-width: 360px) {
  .back-mobile h2 {
    font-size: 19px;
  }
  .back-mobile h2 .blue {
    font-size: 19px;
  }
}
.menu-texting {
  display: block;
  padding-left: 50px;
  text-align: left;
  position: relative;
  padding-right: 0;
}
.menu-texting.active p {
  background: #3ea3cb;
  padding: 20px 0 20px 30px;
}
.menu-texting p {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0px 0 0px 30px;
  text-transform: uppercase;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  font-size: 23px;
}
.menu-texting .arr-p {
  position: absolute;
  background: none;
  display: none;
  top: 16px;
  left: 18px;
}
.menu-texting.active .arr-p {
  display: block;
}
.mobile-menu-center {
  margin-top: 80px;
}
.menu-mobile .menu-x {
  margin-top: 20px;
}
@media(max-width: 1199px) {
  .footer .top span {
    height: 32px;
  }
  .footer img {
    width: 55px;
  }
}
@media(max-width: 765px) {
  .footer .top {
    display: block;
    width: 100%;
  }
  .footer .top img, .footer .top p, .footer .top a {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .footer .top img {
    max-width: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .top span {
    display: none;
  }
}
@media(max-width: 499px) {
  .footer .top img {
    position: absolute;
    left: 10px;
    top: 17px;
    max-width: 70px;
  }
  .footer .top {
    line-height: 17px;
    padding-top: 20px;
    display: block;
    width: 100%;
    padding-left: 90px;
    position: relative;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .footer .top p {
    display: inline;
    width: auto;
    margin-bottom: 5px;
    padding: 0;
  }
  .footer .top a {
    display: inline;
    width: auto;
    margin-bottom: 5px;
    padding: 0;
  }
  .footer .top span {
    height: 11px;
    display: inline-block;
    margin: 0 5px;
    position: relative;
    top: 2px;
  }
  .footer .bottom {
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
  }
  .template-5 a img {
    margin-left: 0;
  }
  .center-arr {
    width: 58px;
  }
}
.show-mobile {
  display: none;
}
.headik {
  display: none;
}
.template-4 img.show-mobile {
  display: none;
}
.template-4 img.center-arr {
  display: none;
}
@media(max-width: 499px) {
  .template-4 .headik h1 {
    margin-top: 30px;
  }
  .hidebrosuromobile {
    display: none;
  }
  .default {
    padding-left: 30px;
    padding-right: 30px;
  }
  .fix897 {
    display: none;
  }
  .tritabky-1 span {
    max-width: 200px;
    margin: auto;
  }
  .template-4 img.show-mobile {
    max-width: 215px;
  }
  .border-me-pls {
    margin-bottom: 20px;
  }
  .template-4 {
    padding-top: 20px;
  }
  .template-4 img.center-arr {
    display: block;
  }
  .template-4 img.show-mobile {
    display: block;
  }
  .show-mobile {
    display: block;
  }
  .show-base {
    display: none;
  }
  .fixjedna {
    display: none;
  }
  .fixdva {
    display: inline-block;
    margin-right: 50px;
  }
  .footer-legend > div {
    max-width: 95%;
  }
  .footer-legend p {
    word-break: break-word;
  }
  .template-1 .infographic-1 {
    max-width: 100%;
    width: 250px;
    margin: 45px auto 20px;
  }
  .template-2 {
    padding-top: 20px;
  }
  .template-2 .infographic-2 {
    max-width: 100%;
    width: 281px;
    margin: 45px auto 20px;
  }
  .template-3-graph {
    max-width: 100%;
    width: 270px;
    margin-top: 30px;
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .template-3 {
    background-image: url('../img/si/baby-mobiel.png');
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #dde4ec!important;
    padding-bottom: 550px;
    padding-top: 20px;
  }
  .template-3 .center-arr {
    bottom: -45px;
  }
  .template-4-img1 {
    margin-top: 0!important;
  }
  .template-4-img2 {

  }
  .template-4 {
    padding-bottom: 90px;
    padding-top: 20px;
  }
  .template-4 .orange-title {
    display: none;
  }
  .template-4 .center-arr {
    position: absolute;
    bottom: -45px;
  }
  .template-4 img.show-base {
    display: none!important;
  }
  .tritabky > a {
    width: 100%;
    float: none;
    height: 78px;
    margin-bottom: 15px;
    padding: 28px 25px 0;
  }
  .tritabky > a.tritabky-1 {
    padding-top: 18px;
  }
  .tritabky > a span {
    left: 25px;
    right: 25px;
  }
  .tritabky > a span br {
    display: none;
  }
  .tritabky > a::after {
    display: none;
  }
  .template-5 {
    background-color: #fafafa!important;
  }
  .template-5 a {
    height: auto;
    background: none;
    box-shadow: none;
    top: 215px;
  }
  .template-5 a span {
    display: block;
    width: 320px;
    height: 45px;
    background: #f7941d;
    border-radius: 10px;
    font-size: 22px;
    line-height: 45px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }
  .template-5 a img {
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*max-width: 256px;*/
    /*margin-top: 30px;*/
    width: 100%;
    height: auto;
  }
  .template-5 a img.paddme {
   padding-left: 45px;
    padding-right: 45px;
    padding-top: 60px;
    margin-bottom: 10px;
  }
  .footer-legend p > a {
    color: #6c6b6b;
    text-decoration: none;
  }
  /*a[href^=tel] {*/
  /*  color: inherit;*/
  /*  text-decoration:inherit;*/
  /*}*/
  .template-5 a {
    width: 100%;
    position: static;
  }
  .template-5 > img {
    margin-top: -20px;
  }
  .template-5 .headik {
    position: relative;
    z-index: 2;
    padding-left: 30px;
    padding-top: 20px;
  }
  .template-5 {
    padding-left: 0;
    padding-right: 0;
  }
  .template-6 {
    background-size: 800px auto;
    background-position: top 131px center;
    min-height: 0;
    height: 820px;
    padding-left: 0;
    padding-right: 0;
  }
  .template-6 .quiz-title {
    font-size: 60px;
    margin-top: 250px;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets {
    top: 150px;
  }
  .template-6 .quiz-btn-2 {
    margin-top: 10px;
  }
  .swiper-pagination-fraction {
    top: 125px;
  }
  .swiper-slide .quiz-answers div a {
    font-size: 14px;
  }
  .swiper-slide .quiz-answers div {
    margin-bottom: 12px;
  }
  .swiper-slide {
    padding-top: 155px;
  }
  .swiper-slide .quiz-answers div:first-child {
    margin-top: 25px;
  }
  .template-6 .quiz-title span {
    display: block;
    font-size: 33px;
    margin-top: 10px;
  }
  .template-6 .quiz-subtitle {
    font-size: 24px;
    margin-top: 15px;
  }
  .template-6 .quiz-btn {
    margin-bottom: 10px;
  }
  .template-6 .quiz-final-slide h1 {
    font-size: 36px;
  }
  .template-6 .quiz-final-slide {
    margin-top: 0px;
  }
  .headik {
    display: block;
  }
  .headik img {
    width: 120px;
    margin-bottom: 10px;
    margin: 0 0 10px 0!important;
  }
  .headik img.logo-shadow {
    -webkit-filter: drop-shadow( 0px 0px 5px rgba(0, 0, 0, .3));
    filter: drop-shadow( 0px 0px 5px rgba(0, 0, 0, .3));
  }
  .headik h1 {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 36px;
    font-family: BrandonBlack;
    color: #fff;
    margin-bottom: 20px;
  }
  .headik p {
    font-size: 12px;
    line-height: 16px;
    font-family: BrandonBold;
    color: #000;
  }
  .headik p span {
    display: inline-block;
    padding: 0 5px;
  }
  .headik.absolute {
    position: absolute;
    left: 20px;
    top: 20px;
  }
  .back-mobile.hideme {
    display: none;
  }
  .navbar-mobile span {
    position: relative;
    z-index: 2;
    transition: all 0.5s ease-in-out;
  }
  .navbar-mobile {
    transition: all 0.5s ease-in-out;
  }
  .navbar-mobile::after {
    transition: all 0.5s ease-in-out;
    content: '';
    position: absolute;
    width: 1px;
    height: 1px;
    top: 10px;
    left: 15px;
  }
  .navbar-mobile.active::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background: #f7941d;
    top: -15px;
    /*right: 0;*/
    /*bottom: 0;*/
    left: -10px;
    margin: auto;
    z-index: 1;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
  }
  .navbar-mobile.active span {
    background: #fff;
    height: 3px;
    width: 26px;
    left: 2px;
  }
}
.brosuro {
  /*display: none;*/
}
.popik.active {
  display: block;
}
.popik {
  display: none;
  position: fixed;
  width: 350px;
  height: 450px;
  background: #fff;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  box-shadow: 0px 5px 32px -10px rgba(0,0,0,0.75);
  padding: 75px 40px 0;
  border-radius: 10px;
}
.popik .close {
  position: absolute;
  right: 25px;
  top: 10px;
  opacity: 1;
  box-shadow: none!important;
  border: none!important;
}
.popik p {
  font-family: BrandonMedium;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 30px;
}
.popik a {
  display: block;
  height: 45px;
  line-height: 45px;
  font-family: BrandonBold;
  color: #000;
  font-size: 16px;
  line-height: 45px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.36);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.36);
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.36);
  border-radius: 10px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid rgba(0,0,0,0.05);
}
.popik .succ {
  margin-bottom: 10px;
}
.popik .err {
  background: #f7941d;
  color: #fff
}
@media(min-width: 1000px) {
  .popik {
    width: 825px;
    height: 245px;
    padding: 60px 60px;
  }
  .popik p {
    font-size: 16px;
    line-height: 22px;
    padding-top: 5px;
  }
  .popik .err,
  .popik .succ {
    font-size: 16px;
    width: 215px;
    display: inline-block;
  }
  .popik .succ {
    margin-right: 10px;
  }
  .popik .btn-wrap {
    text-align: right;
  }
}