@font-face {
  font-family: MontserratBold;
  src: url("../fonts/Montserrat-Bold.ttf");
}

@font-face {
  font-family: MontserratRegular;
  src: url("../fonts/Montserrat-Regular.ttf");
}

@font-face {
  font-family: MontserratMedium;
  src: url("../fonts/Montserrat-Medium.ttf");
}

@font-face {
  font-family: MontserratBlack;
  src: url("../fonts/Montserrat-Black.ttf");
}

@media (min-width: 768px) and (max-width: 1000px) {
  .container {
    width: 100%;
  }
}

body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  padding-right: 0 !important;
}

@media (max-width: 728px) {
  video {
    height: 100%;
  }
}

.body-fix {
  height: 100%;
  width: 100%;
}

.table-container {
  width: 100%;
  overflow: hidden;
  _overflow: hidden;
  margin: 0 0 1em;
}

@media (max-width: 499px) {
  .table-container {
    padding: 0;
    overflow: auto;
    _overflow: auto;
    width: 100%;
    margin-left: 0;
  }
}

.table-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #6E1529;
}

.main-container {
  margin-top: -100px;
}

@media (max-width: 799px) {
  .main-container {
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: -12% !important;
  }
}

@media (max-width: 499px) {
  .main-container {
    margin-top: 0% !important;
  }
}

.header-h1 {
  width: 100%;
  height: auto;
  margin-top: 200px;
  position: absolute;
  bottom: 180px;
  z-index: 5;
  color: #6E1529;
}

@media (max-width: 1700px) and (min-width: 1400px) {
  .header-h1 {
    width: 100%;
  }
}

@media (max-width: 1199px) and (min-width: 999px) {
  .header-h1 {
    /*width: 385px;*/
  }
}

@media (max-width: 799px) {
  .header-h1 {
    margin-top: 0;
    /*width: 285px;*/
  }
}

@media (max-width: 499px) {
  .header-h1 {
    /*display: none;*/
  }
}

@media (max-width: 321px) {
  .header-h1 {
    margin-top: 140px;
  }
}

.header-h1 h1 {
  font-size: 46px;
  font-family: MontserratBold;
  color: #6E1529;
  text-transform: uppercase;
  line-height: 51px;
  margin-left: 0px;
  margin-bottom: 0;
}
.header-h1 h1 small {
  /*font-size: 0.8rem;*/
  display: block;
  line-height: 1.22;
  font-family: MontserratBold;
  color: #6E1529;
  text-transform: uppercase;
}
.header-h1 h3 {
  font-size: 20px;
  font-family: MontserratBold;
  color: #6E1529;
  text-transform: uppercase;
  line-height: 44px;
  margin-left: 0px;
  margin-bottom: 0;
  margin-top: 0;
}

@media (max-width: 991px) {
  .header-h1 h1 {
    font-size: 14px;
  }
}

.contact-wrap {
  display: flex;
  gap: 20px;
}

.absolut-c {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-top: 0px;
  height: 100%;
}
.absolut-c .row,
.absolut-c .row > div {
  height: 100%;
}

@media (max-width: 991px) {
  .absolut-c {
    margin-top: 0px;
  }
}

.absolut-c h2 {
  font-size: 24px;
  font-family: MontserratBold;
  color: black;
  text-transform: uppercase;
  line-height: 1.0;
  font-weight: 900;
  margin-left: 20px;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .absolut-c h2 {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .absolut-c h2 {
    font-size: 12px;
    margin-top: 0;
  }
}

.shape-2 {
  position: absolute;
  left: 712px;
  top: -80px;
}

@media (max-width: 1200px) {
  .shape-2 {
    display: none;
  }
}

.header {
  margin-bottom: 0px;
  position: relative;
  background-color: #95B0B5;
}

@media (min-width: 1920px) {
  .header::before {
    content: "";
    background: linear-gradient(90deg, rgba(149, 176, 181, 1) 20%, rgba(149, 176, 181, 0) 35%);
    bottom: 0;
    position: absolute;
    width: 80%;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
  }
  .header::after {
    content: "";
    background: linear-gradient(270deg, rgba(149, 176, 181, 1) 20%, rgba(149, 176, 181, 0) 35%);
    bottom: 0;
    position: absolute;
    width: 80%;
    right: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
  }
}

@media (max-width: 800px) and (min-width: 500px) {
  .header {
    /*margin-bottom: 205px;*/
  }
}

@media (max-width: 1299px) and (min-width: 801px) {
  .header {
    /*margin-bottom: 150px;*/
  }
}

@media (max-width: 1299px) and (min-width: 801px) {
  .header {
    /*margin-bottom: 150px;*/
  }
}

@media (max-width: 800px) and (min-width: 765px) {
  .header {
    /*margin-bottom: 160px;*/
  }
}

@media (max-width: 1560px) and (min-width: 1300px) {
  .header {
    /*margin-bottom: 38px;*/
  }
}

.header img {
  width: 100%;
}
.header-images {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.header-img {
  /*opacity: 0;*/
  position: absolute;
  max-width: 100%;
  max-height: 713px;
  width: auto!important;
  /*height: 100%;*/
  left: 0;
  /*right: 0;*/
  /*margin: 0 auto;*/
  transition: all 1s ease-in-out;
  opacity: 1;
  /*z-index: 1;*/
}
.header-img.left {
  /*transform: scale(0,0);*/
  /*transform-origin: bottom left;*/
  /*opacity: 0;*/
  left: -100%;
}
.header-img.right {
  /*transform: scale(0,0);*/
  /*transform-origin: bottom left;*/
  /*opacity: 0;*/
  left: 100%;
}
.header-img.inback {
  /*transform: scale(0,0);*/
  /*transform-origin: bottom left;*/
  /*opacity: 0;*/
  z-index: -1;
}
.header-img4 {
  position: static;
}
.fas {
  color: #3997bb;
  margin-right: 8px;
}

.navbar {
  border: none !important;
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 499px) {
  .navbar {
    margin-top: 0px;
  }
}

.navbar ul {
  font-family: MontserratBold;
  list-style-type: none;
  margin: 0;
  padding: 0;
  /*overflow: hidden;*/
  background-color: #de851a;
  position: relative;
  z-index: 10;
}

.navbar ul li {
  float: left;
  width: 22%;
  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;
  /*-webkit-box-shadow: inset -8px -8px 45px 0px rgba(0, 0, 0, 0.2);*/
  /*box-shadow: inset -8px -8px 45px 0px rgba(0, 0, 0, 0.2);*/
  border-right: 1px solid #c4c6c0;
}
.navbar ul li:nth-child(2){
    border-right-color: #c4c6c0;
  }
.navbar ul li:nth-child(3){
  border-right-color: #c4c6c0;
}
.navbar ul li:nth-child(4){
  border-right-color: #c4c6c0;
}
.navbar ul li:last-of-type{
  border-right: none;
}

@media (min-width: 1090px) and (max-width: 1330px) {
  .navbar ul li {
    font-size: 16px;
  }
}

@media (min-width: 991px) and (max-width: 1100px) {
  .navbar ul li {
    font-size: 13px;
  }
}

@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 #template-1-btn.box-shadow::after,
.navbar #template-5-btn.box-shadow::after,
.navbar #template-4-btn.box-shadow::after,
.navbar #template-faq-btn.box-shadow::after,
.navbar #template-2-btn.box-shadow::after {
  content: '';
  position: absolute;
  z-index: 4;
  border-width: 17px 15px 0;
  border-color: #e8e5da transparent;
  bottom: -15px;
  width: 1px;
  height: 1px;
  border-style: solid;
}

@media only screen and (max-width: 991px) {
  .navbar ul .box-shadow {
    background-color: #6E1529 !important;
    border: 1px solid #6E1529 !important;
  }
}

.navbar ul #template-faq-btn {
  width: 17%;
  background-color: #e8e5da;
  color: #0000;
}

@media only screen and (max-width: 991px) {
  .navbar ul #template-faq-btn a {
    color: white !important;
  }
}

@media only screen and (max-width: 991px) {
  .navbar ul #template-faq-btn {
    width: 100%;
    height: auto;
    background-color: #3ea3cb;
  }
}

.navbar ul #template-4-btn {
  background-color: #e8e5da;
}

/*.navbar ul #template-4-btn a {*/
/*  color: #f7941d !important;*/
/*}*/

@media only screen and (max-width: 991px) {
  .navbar ul #template-4-btn a {
    color: white !important;
  }
}

@media only screen and (max-width: 991px) {
  .navbar ul #template-4-btn {
    width: 100%;
    height: auto;
    background-color: #3ea3cb;
  }
}

.navbar ul #template-5-btn {
  width: 17%;
  background-color: #e8e5da;;
  float: right;
}

@media (max-width: 1429px) and (min-width: 1200px) {
  .navbar ul #template-5-btn {
    width: 21%;
  }
  .navbar ul li {
    width: 21%;
  }
  .navbar ul #template-1-btn {
    width: 21%;
  }
  .navbar ul #template-4-btn {
    width: 21%;
  }
  .navbar ul #template-2-btn {
    width: 20%;
  }
}

@media (max-width: 1199px) {
  .navbar ul #template-5-btn {
    width: 17%;
  }
}

@media only screen and (max-width: 991px) {
  .navbar ul #template-5-btn a {
    color: white !important;
  }
}

@media only screen and (max-width: 991px) {
  .navbar ul #template-5-btn {
    width: 100%;
    height: auto;
    background-color: #3ea3cb;
  }
}

.navbar ul:hover {
  color: black;
}

.navbar ul a {
  display: block;
  color: #000000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.navbar ul a:hover {
  color: black;
}

.navbar .active {
  color: black;
}

.navbar #template-5-btn a {
  color: #00000;
}

.navbar #template-5-btn a:hover {
  color: #000000;
}

.default {
  /*background-color: #e8e5da;*/
  /*border: 1px solid transparent;*/
  padding-bottom: 30px;
  /*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);*/
  padding: 18px;
  position: relative;
  z-index: 1;
}

.default .orange-title {
  font-family: MontserratBold;
  background-color: #6E1529;
  border: 2px solid #6E1529;
  border-radius: 15px;
  font-size: 12px;
  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 {
  text-transform: uppercase;
  margin-top: 20px;
}

.template-1 {
  font-size: 14px;
  font-family: MontserratRegular;
  padding-top: 40px;
  padding-bottom: 60px;
}
.template-1.add-bg-1.new-bg {
  background-image: url('../img/jak-se-chranit-bg.jpg');
}
.template-1.add-bg-1 {
  background-image: url('../img/rizika-bg2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
.template-1.add-bg-9 {
  background-image: url('../img/adolescenti-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.templatetext1{
  max-width: 465px;
}
.templatetext2{
  max-width: 500px;
}
.boldertext {
  font-family: MontserratBold;
}
.template-1 .infographic-1 {
  width: 100%;
}

@media (max-width: 799px) {
  .template-1 .infographic-1 {
    width: 85%;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .template-1 .infographic-1 {
    display: none;
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 799px) {
  .template1-1 {
    margin-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.template1-2 {
  font-size: 14px;
  font-family: MontserratRegular;
}

@media (max-width: 799px) {
  .template1-2 {
    margin-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.template1-2 .icon-bin {
  margin-bottom: 35px;
}

.template1-2 .title-p {
  font-family: MontserratRegular;
  font-size: 20px;
  display: block !important;
}

.template1-2 .title-p span {
  display: block;
}

.template1-2 .white-p {
  color: #000;
  font-size: 20px;
  text-align: center;
  font-family: MontserratBold;
  text-transform: uppercase;
}
.boxbox1 {
  border: 2px solid #6E1529;
  border-radius: 10px;
  text-transform: uppercase;
  display: block;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px;
  font-family: MontserratBold;

}
.template1-2 .infographic-2 {
  margin-top: 30px;
  text-align: center;
  max-width: 100%;
  width: 900px;
}

@media (max-width: 799px) {
  .template1-2 .infographic-2 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.template1-2 .img-center {
  text-align: center;
  font-size: 20px;
  font-family: MontserratRegular;
  color: #000;
  margin-bottom: 65px;
}

@media (max-width: 799px) {
  .template1-2 .img-center {
    margin-bottom: 0;
  }
}

.template1-2 .img-center p {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .template1-2 .img-center p {
    text-align: left;
  }
}

.template1-2 .img-center span {
  display: block;
}

@media (max-width: 480px) {
  .template1-2 .img-center span {
    text-align: left;
  }
}

@media (max-width: 499px) {
  .template1-2 .img-center span {
    font-size: 18px;
  }
}

body > div.container.main-container > div.default.template-2 > div > div.template2-4 > div.col-lg-12.col-md-12.col-sm-12.title.table-container > table > tbody > tr:nth-child(2) > td:nth-child(5) > a {
  color: #6E1529;
}

.template-hlaseni {
  font-size: 14px;
  font-family: MontserratRegular;
}

@media (max-width: 799px) {
  .template-hlaseni {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.template-hlaseni h1 {
  margin-top: 82px;
}

.template-hlaseni .title-item:last-child {
  color: white;
  text-transform: uppercase;
  font-family: MontserratBlack;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 0;
}

.template-hlaseni .sub-title {
  margin-top: 70px;
  margin-bottom: 55px;
}

.template-hlaseni .sub-title span {
  font-family: MontserratRegular;
  color: #fff;
}

.template-hlaseni span {
  font-family: MontserratBold;
  color: #fff;
}

.template-hlaseni img {
  margin-right: 20px;
}

.template-hlaseni p {
  font-size: 30px;
  font-family: MontserratRegular;
  text-align: center;
  color: #000;
  margin: 0;
}

@media (max-width: 499px) {
  .template-hlaseni p {
    font-size: 18px;
  }
}

.template-hlaseni .phone {
  margin-bottom: 100px;
}

.template-hlaseni .phone p:first-child {
  margin-bottom: 65px;
}

@media (max-width: 799px) {
  .template-hlaseni .phone p:first-child {
    margin-bottom: 30px;
  }
}

.template-hlaseni .icon-bin {
  margin-bottom: 35px;
}

.template-hlaseni .title-p {
  font-family: MontserratRegular;
  font-size: 20px;
  display: block !important;
}

.template-hlaseni .title-p span {
  display: block;
}

.template-hlaseni .white-p {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-family: MontserratBold;
}

.template-hlaseni .infographic-2 {
  margin-top: 30px;
  text-align: center;
}

.template-hlaseni .img-center {
  text-align: center;
  font-size: 20px;
  font-family: MontserratRegular;
  color: #000;
  margin-bottom: 65px;
}

.template-hlaseni .img-center p {
  margin-top: 30px;
  margin-bottom: 30px;
}

.template-hlaseni .img-center span {
  display: block;
}

@media (max-width: 799px) {
  .template-pravni {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.template-pravni .btn {
  font-size: 17px;
  font-family: MontserratRegular;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 13px;
  background-color: #6E1529;
  width: 295px;
  height: 42px;
}

@media (max-width: 799px) {
  .template-pravni .btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.template-pravni h2 {
  font-size: 22px;
  font-family: MontserratBold;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

.template-pravni p {
  font-size: 12px !important;
  font-family: MontserratRegular;
  color: #000;
  text-align: left;
  margin-bottom: 12px !important;
}

@media (max-width: 799px) {
  .template-prohlaseni {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.template-prohlaseni .btn {
  font-size: 17px;
  font-family: MontserratRegular;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 13px;
  background-color: #6E1529;
  width: 242px;
  height: 42px;
}

.template-prohlaseni h2 {
  font-size: 22px;
  font-family: MontserratBold;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

.template-prohlaseni p {
  font-size: 12px !important;
  font-family: MontserratRegular;
  color: #000;
  text-align: left;
  margin-bottom: 12px !important;
}

.template-kontakty {
  font-size: 14px;
  font-family: MontserratRegular;
}

@media (max-width: 799px) {
  .template-kontakty {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.template-kontakty span {
  font-size: 20px;
  font-family: MontserratRegular;
}

.template-kontakty p {
  font-size: 30px;
}

@media (max-width: 499px) {
  .template-kontakty p {
    font-size: 27px;
  }
}

.template-kontakty p:first-child {
  font-size: 35px;
}

@media (max-width: 499px) {
  .template-kontakty p:first-child {
    font-size: 24px;
  }
}

.template-kontakty p:nth-child(3) {
  margin-top: 25px;
  margin-bottom: 25px;
}

.template-kontakty p span {
  font-size: 22px;
}

@media (max-width: 499px) {
  .template-kontakty p span {
    font-size: 20px;
  }
}

.template-kontakty p span span {
  display: inline-block !important;
  color: #fff;
}

.template-kontakty p span:first-child {
  font-size: 20px;
  line-height: 25.2px;
  display: block;
  width: 82%;
}

.template-kontakty p:nth-child(6) > span {
  margin-top: 25px;
}

.template-kontakty .icon-bin {
  margin-bottom: 35px;
}

.template-kontakty .title-p {
  font-family: MontserratRegular;
  font-size: 20px;
  display: block !important;
}

.template-kontakty .title-p span {
  display: block;
}

.template-kontakty .white-p {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-family: MontserratBold;
}

.template-kontakty .infographic-2 {
  margin-top: 30px;
  text-align: center;
}

.template-kontakty .img-center {
  text-align: center;
  font-size: 20px;
  font-family: MontserratRegular;
  color: #000;
  margin-bottom: 65px;
}

.template-kontakty .img-center p {
  margin-top: 30px;
  margin-bottom: 30px;
}

.template-kontakty .img-center span {
  display: block;
}

body > div.container.main-container > div.container-fluid > div > div > p > span:nth-child(4) {
  display: block;
  font-weight: normal;
  color: #6c6b6b;
}

body > div.container.main-container > div.container-fluid > div > div > p > span:nth-child(4) > span {
  display: inline-block;
}

.template1-3 {
  font-size: 14px;
  font-family: MontserratRegular;
}

@media (max-width: 799px) {
  .template1-3 {
    margin-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 480px) {
  .template1-3 .infographic-3 {
    display: none;
  }
}

@media (max-width: 600px) {
  .template1-3 .infographic-3 {
    width: 100%;
  }
}

.template1-3 .icon-bin {
  margin-bottom: 35px;
}

.template1-3 .title-p {
  font-family: MontserratRegular;
  font-size: 20px;
  display: block !important;
}

.template1-3 .title-p span {
  display: block;
}

.template1-3 .white-p {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-family: MontserratBold;
}

.template1-3 .infographic-2 {
  margin-top: 30px;
  text-align: center;
}

.template1-3 .img-center {
  text-align: center;
  font-size: 20px;
  font-family: MontserratRegular;
  color: #000;
  margin-bottom: 50px;
}

@media (max-width: 499px) {
  .template1-3 .img-center {
    margin-bottom: -50px;
  }
}

.template1-3 .img-center p {
  margin-top: 95px;
  margin-bottom: 30px;
}

@media (max-width: 499px) {
  .template1-3 .img-center p {
    margin-top: 30px;
  }
}

.template1-3 .img-center span {
  display: block;
  text-transform: uppercase;
  font-family: MontserratBold;
}

.template1-3 .img-center span:first-child {
  text-transform: none;
  font-family: MontserratRegular;
}

@media (max-width: 499px) {
  .template1-3 .img-center span:first-child {
    font-size: 18px;
  }
}

@media (max-width: 499px) {
  .template1-3 .img-center span:last-child {
    color: white;
  }
}

@media (max-width: 499px) {
  .template1-3 .img-center span:nth-child(2) {
    color: white;
  }
}

.template1-4 {
  font-size: 14px;
  font-family: MontserratRegular;
  /*background: url('../img/rizika-bg.png');*/
}

@media (max-width: 799px) {
  .template1-4 {
    margin-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.template1-4 li {
  color: #6E1529;
  font-size: 32px;
  font-family: MontserratBold;
}

@media (max-width: 600px) {
  .template1-4 li {
    font-size: 18px;
    line-height: 25px;
    margin-top: 18px;
  }
}

.template1-4 li span {
  color: #000;
  font-family: MontserratRegular;
}

@media (max-width: 499px) {
  .template1-4 li span {
    /*font-size: 18px;*/
  }
}

.template1-4 li span span {
  color: #fff;
}

.template1-4 .icon-bin {
  margin-bottom: 35px;
}

.template1-4 .title-p {
  font-family: MontserratRegular;
  font-size: 20px;
  display: block !important;
}

.template1-4 .title-p span {
  display: block;
  text-transform: uppercase;
}

.template1-4 .white-p {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-family: MontserratBold;
}

.template1-4 .infographic-4 {
  width: 98%;
  margin-left: 46px;
  margin-bottom: -61px;
}

@media (max-width: 799px) {
  .template1-4 .infographic-4 {
    margin-bottom: 0;
  }
}

@media (max-width: 1429px) {
  .template1-4 .infographic-4 {
    width: 97.59%;
  }
}

@media (max-width: 1199px) {
  .template1-4 .infographic-4 {
    width: 96.99%;
  }
}

@media (max-width: 900px) and (min-width: 790px) {
  .template1-4 .infographic-4 {
    width: 96.5%;
  }
}

@media (max-width: 499px) {
  .template1-4 .infographic-4 {
    width: 143%;
    margin-left: -50px;
  }
}

.template1-4 .img-center {
  text-align: center;
  font-size: 20px;
  font-family: MontserratRegular;
  color: #000;
  margin-bottom: 50px;
}

.template1-4 .img-center p {
  margin-top: 95px;
  margin-bottom: 30px;
}

.template1-4 .img-center span {
  display: block;
  text-transform: uppercase;
  font-family: MontserratBold;
}

.template1-4 .img-center span:first-child {
  text-transform: none;
  font-family: MontserratRegular;
}

.template-2 {
  font-size: 14px;
  font-family: MontserratRegular;
  padding-top: 40px;
  padding-bottom: 60px;
}

.template-2 .sub-menu {
  margin-left: 31px;
}

@media (max-width: 799px) and (min-width: 601px) {
  .template-2 .bexsero-img {
    display: none;
  }
}

@media (max-width: 600px) {
  .template-2 .bexsero-img {
    padding: 0;
    margin: 0;
    text-align: center;
    margin-bottom: 35px;
  }
}

.template-2 .sub-button1-menu-1 img {
  padding-left: 0 !important;
}

.template-2 .mob-on {
  padding-left: 63px;
  margin-top: 0;
}

@media (max-width: 1199px) {
  .template-2 img {
    padding-bottom: 22px;
    padding-left: 63px;
  }
}

@media (max-width: 799px) {
  .template-2 img {
    padding-left: 0px;
    padding: 0;
    margin: 0;
    margin-bottom: 45px;
  }
}

@media (max-width: 499px) {
  .template-2 img {
    margin-bottom: 25px;
  }
}

.template-2 .template-2 img:last-child {
  padding-left: 63px;
}

@media (max-width: 1200px) and (min-width: 900px) {
  .template-2 .template2-2 .t2-2 {
    margin-top: -115px;
  }
}

.template-2 .infographic-2 {
  margin-top: 30px;
  width: 100%;
}

.template-2 .under-sentence {
  text-transform: uppercase;
  text-align: center;
  margin-top: 100px;
}

@media (max-width: 799px) {
  .template-2 .template2-1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.template-2 .template2-1 h2 {
  font-size: 24px;
  line-height: 34px;
  color: #000;
  font-family: MontserratRegular;
  text-align: center;
  padding-left: 130px;
  padding-right: 130px;
}

@media (max-width: 799px) {
  .template-2 .template2-1 h2 {
    font-size: 22px;
    line-height: 32px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 600px) {
  .template-2 .template2-1 h2 {
    font-size: 20px;
  }
}

@media (max-width: 499px) {
  .template-2 .template2-1 h2 {
    text-align: left;
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
  }
  .template-2 .template2-1 img {
    margin-bottom: 50px;
  }
}

.template-2 .template2-1 h2 span {
  color: #6E1529;
  font-family: MontserratBold;
}

.template-2 .template2-1 img {
  width: 100%;
  margin-top: 23px;
  padding-left: 0;
}

.template-2 .template2-1 .title:nth-child(2) {
  margin-bottom: 62px;
}

.template-2 .template2-1 div div {
  margin-top: 25px;
  margin-bottom: 25px;
}

.template-2 .template2-1 div div:nth-child(4) {
  width: 110%;
}

@media (max-width: 799px) {
  .template-2 .template2-1 div div:nth-child(4) {
    width: 100%;
  }
}

.template-2 .template2-1 div p {
  font-size: 20px;
  font-family: MontserratRegular;
  color: #000;
  line-height: 1.2;
  margin: 0;
}

@media (max-width: 499px) {
  .template-2 .template2-1 div p {
    font-size: 18px;
  }
}

.template-2 .template2-1 div p span {
  color: #6E1529;
  font-family: MontserratBold;
}

@media (max-width: 480px) {
  .template2-2 .align {
    text-align: left;
    font-size: 24px;
  }
}

@media (max-width: 799px) {
  .template2-2 {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }
}

/*.template2-2 img {*/
/*  margin-top: -170px;*/
/*}*/

.template2-2 h1 {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  z-index: 0;
}

.template2-2 a {
  border-radius: 13px;
  background-color: #6E1529;
  width: 242px;
  height: 42px;
}

.template2-2 a.btn {
  font-size: 17px;
  line-height: 30px;
  font-family: MontserratRegular;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: none;
}

@media (max-width: 499px) {
  .template2-2 a.btn {
    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;
  }
}

@media (max-width: 799px) {
  .template2-2 a.btn {
    margin-top: 20px;
  }
}

.template2-2 p {
  font-size: 30px;
  font-family: "MontserratBold";
  color: black;
  font-weight: bold;
  line-height: 1.2;
  width: 65%;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (max-width: 799px) {
  .template2-2 p {
    width: 100%;
  }
}

@media (max-width: 499px) {
  .template2-2 p {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.template2-2 h2 {
  font-size: 30px;
  color: #000;
  font-family: MontserratRegular;
  line-height: 0.5;
  text-align: center;
}

.template2-2 h2 span {
  color: #fff;
}

.template2-2 img {
  width: 100%;
  margin-top: -215px;
}

.template2-2 .t2-2 {
  margin-top: -192px;
}

@media (max-width: 600px) {
  .template2-2 .t2-2 {
    margin-top: 0px;
  }
}

.template2-2 .t2-2 h2 {
  font-size: 50px;
  font-family: MontserratRegular;
  color: #fff;
  line-height: 1.2;
  text-align: left;
  margin-top: 25px;
}

@media (max-width: 799px) {
  .template2-2 .t2-2 h2 {
    font-size: 35px;
    margin-top: 135px;
  }
}

@media (max-width: 499px) {
  .template2-2 .t2-2 h2 {
    margin-top: 0px;
    font-size: 30px;
    font-family: MontserratBlack;
  }
}

.template2-2 .t2-2 p {
  font-size: 20px;
  font-family: MontserratRegular;
  color: #fff;
  width: 100%;
  line-height: 1;
}

.template2-2 .t2-2 p span {
  color: #000;
}

.template2-2 .title {
  margin-left: 62px;
}

@media (max-width: 1024px) {
  .template2-2 .title {
    margin-left: 0px;
  }
}

.template2-2 .title:nth-child(1) {
  z-index: 0;
}

.template2-2 .title:nth-child(2) {
  margin-bottom: 20px;
}

@media (min-width: 991px) {
  .template2-2 .title:nth-child(2) {
    z-index: 1;
  }
}

td, th {
  border: 2px solid #3ea3cb;
  text-align: center;
  background: #fff;
  width: 25%;
  font-size: 16px;
  height: 65px;
  padding: 15px;
}

@media (max-width: 799px) {
  td, th {
    padding: 4px;
  }
}

.mob-onn {
  display: block;
}

.mob-off {
  display: none;
}

@media (min-width: 901px) {
  .mob-onn {
    display: none;
  }
  .mob-off {
    display: block;
  }
}

.template2-3 p {
  font-size: 20px;
  text-align: center;
  margin: 0;
  color: #000;
}
.template2-3 p a{
  color: #000;
}

@media (min-width: 799px) {
  .template2-3 p:nth-child(1) {
    margin-top: 0;
    text-align: left;
  }
}

.template2-3 p:nth-child(1) {
  margin-top: 13px;
  text-align: center;
  margin-bottom: 0px;
  word-break: break-word;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.template2-3 p:nth-child(2) {
  margin-bottom: 25px;
  text-align: left;
}

@media (max-width: 499px) {
  .template2-3 p {
    font-size: 18px;
  }
}

.template2-3 p span {
  color: #fff;
}
.template2-3 p span.boldme {
  color: #000;
  font-family: MontserratBold;
}

.template2-4 h1 {
  margin-bottom: 10px;
  margin-top: 0;
}

.template2-4 h2 {
  margin-top: 50px;
  margin-bottom: 10px;
}

.template2-4 p {
  color: black;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  margin: 0;
}
.template2-4 p strong {
  display: block;
  font-family: MontserratBlack;
}

@media (max-width: 499px) {
  .template2-4 p {
    font-size: 18px;
    text-align: left;
  }
}

.template2-4 p:nth-child(3) {
  margin-top: 18px !important;
  margin-bottom: 0px;
  font-family: MontserratBold;
}
.template2-4 p:nth-child(4) {
  display: none;
}
.template2-4 p:nth-child(5) {
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: MontserratBold;
  font-size: 15px;
}
.template2-4 p.smr1 {
  font-family: MontserratRegular;
  margin-top: 0!important;
  margin-bottom: 45px;
}
.template2-4 img {
  margin: 0 !important;
  padding: 0 !important;
}

.template2-4 table tbody tr td {
  width: 11.6%;
}

table {
  width: 100%;
  height: 100%;
  background-color: #ffbfca;
}
table tbody span {
  font-family: MontserratBold;
}

table tbody tr td:nth-child(4) span {
  display: block;
}

table tbody tr td:first-child {
  font-family: MontserratBlack;
}

table tbody tr:first-child td {
  color: #fff;
  background: #6E1529;
  font-size: 18px;
  text-transform: uppercase;
  font-family: MontserratBold;
  height: 80px;
  text-decoration: none;
}

.template2-4 td {
  border-color: transparent;
  border-right-color: #fff;
  background: transparent;
}
.template2-4 tr td:last-of-type {
  border-right-color: transparent;
}

table tbody tr td:first-child {
  font-family: MontserratRegular;
  text-decoration: underline;
}
table tbody tr:first-child td:first-child {
  text-decoration: none;
}
.template2-4 td.bgorange {
  background: #e695a2;
  color: #fff;
}
.template2-4 td.bgorangelight {
  background: #e695a2;
  color: #fff;
}
.template2-4 td.doublecol {
  padding: 0;
}
.template2-4 td.doublecol div:first-child{
  padding: 10px 15px;
  border-bottom: 1px solid #fff;
}
.template2-4 td .line {
  width: 60%;
  height: 2px;
  display: block;
  background: #000;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 2px;
}
.template2-4 td.doublecol div:last-child{
  padding: 10px 15px 5px;
  border-top: 1px solid #fff;
}

@media (max-width: 799px) {
  table tbody tr:first-child td {
    font-size: 11px;
    padding: 2px;
  }
}

table tbody tr:first-child td:first-child {
  font-family: MontserratBold;
}

.template-3 {
  font-size: 14px;
  font-family: MontserratRegular;
  padding-top: 60px;
  padding-bottom: 60px;
  border: 1px solid transparent;
  background-position: 30%;
  background-color: #0099cc;
}

@media (max-width: 480px) {
  .template-3 {
    padding-left: 31px;
  }
}

@media (max-width: 480px) {
  .template-3 .video-1 {
    display: none;
  }
}

@media (min-width: 992px) {
  .template-3 {
    background-color: #fff;
  }
}

.template-3 .mobile-btn {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .template-3 .mobile-btn {
    display: none;
  }
}

.template-3 .mobile-btn img {
  width: 115px;
}

.template-3 .mobile-btn img:first-child {
  margin-right: 20px;
}

.template-3 .left-btn {
  cursor: pointer;
  text-align: right;
  padding-top: 330px;
}
.template-3 .left-btn:hover {
  text-decoration: none;
}

@media (max-width: 1200px) {
  .template-3 .left-btn {
    display: none;
  }
}

.template-3 .left-btn p {
  font-size: 14px;
  font-family: MontserratBold;
  color: #000;
  text-transform: uppercase;
  line-height: 1.375;
  margin-top: 15px;
}

.template-3 .left-btn img {
  margin-right: 22px;
}

.template-3 .right-btn {
  cursor: pointer;
  text-align: left;
  padding-top: 330px;
  padding-left: 32px;
}
.template-3 .right-btn:hover {
  text-decoration: none;
}

@media (max-width: 1200px) {
  .template-3 .right-btn {
    display: none;
  }
}

.template-3 .right-btn p {
  font-size: 14px;
  font-family: MontserratBold;
  color: #000;
  text-transform: uppercase;
  line-height: 1.375;
  margin-top: 15px;
}

.template-3 .right-btn p img {
  margin-right: 22px;
}

.template-3 .title {
  text-align: center;
}

.template-3 .title h1 {
  font-size: 34px;
  color: #000;
  text-transform: uppercase;
  font-family: MontserratBlack;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 600px) {
  .template-3 .title h1 {
    font-size: 20px;
    display: block;
  }
}

@media (max-width: 499px) {
  .template-3 .title h1 {
    font-size: 34px;
    display: block;
  }
}

@media (max-width: 600px) {
  .template-3 .title h1 span {
    display: block;
  }
}

.template-3 .title iframe {
  margin-top: 60px;
}

@media (max-width: 1430px) {
  .template-3 .title iframe {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .template-3 .title iframe {
    width: 100%;
    height: 100%;
    margin-top: 10px;
  }
}

.template-3 .infographic-3 {
  margin-top: 30px;
  margin-bottom: 110px;
  width: 100%;
}

@media (max-width: 799px) {
  .template-3 .infographic-3 {
    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;
  }
  .template-1.add-bg-1 {
    background-image: none!important;
  }
}

.template-faq {
  font-size: 14px;
  font-family: MontserratRegular;
  padding-top: 60px;
  padding-bottom: 60px;
  background-size: auto;
  background-repeat: no-repeat;
  border: 1px solid transparent;
  background-color: #0099cc;
}

@media (min-width: 480px) {
  .template-faq {
    background-color: #fff;
  }
}

@media (max-width: 480px) {
  .template-faq {
    padding-top: 38px;
    padding-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .template-faq .title {
    display: none;
  }
}

.template-faq .collapsed {
  border-width: 3px;
  border-color: #6E1529;
  border-style: solid;
  color: #ffffff !important;
  background-color: #f7931d !important;
}



.template-faq .card-body {
  font-size: 14px;
  font-family: MontserratRegular;
  color: black;
  line-height: 1.5;
  padding: 30px 30px 30px 30px;
}
.template-faq .card-body strong{
  font-family: MontserratBold;
}
@media screen and (max-width: 499px) {
  .template-faq .card-body {
    font-size: 19px;
    line-height: 1.3em;
  }
}

.template-faq .btn-link {
  background-color: #6E1529;
  width: 100%;
  outline: none;
  padding: 20px;
  border-radius: 100px;
  font-family: MontserratBold;
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  white-space: normal;
}

.template-faq .btn-link .collapsed {
  background-color: #336699;
}

@media screen and (max-width: 499px) {
  .template-faq .btn-link {
    font-size: 17px;
    padding: 18px;
    white-space: normal;
    border-radius: 15px;
  }
}

.template-faq .btn-link:focus {
  outline: none;
}

@media (max-width: 991px) {
  .template-faq {
    background-position: 0% 0%;
  }
}

.template-faq .download {
  padding: 0;
  text-align: center;
}

.template-faq h1 {
  padding-left: 34px;
  font-size: 34px;
  color: #000;
  text-transform: uppercase;
  font-family: MontserratBlack;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.template-faq .padding-img-left {
  padding-left: 34px;
}

@media (max-width: 1429px) {
  .template-faq .padding-img-left {
    margin-left: -11px;
    padding-left: 0px;
  }
}

@media (max-width: 1199px) {
  .template-faq .padding-img-left {
    margin-left: 0px;
    padding-left: 0px;
  }
}

.template-faq h2 {
  font-size: 19px;
  font-family: MontserratBold;
  color: #6E1529;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  margin-top: 95px;
  margin-bottom: 48px;
}

@media (max-width: 1200px) {
  .template-faq h2 {
    margin-top: 30px;
  }
}

.template-faq p {
  font-size: 12px;
  line-height: 1.2;
  font-family: MontserratRegular;
  color: white;
  margin-bottom: 30px;
  margin-top: 15px;
  font-weight: normal;
  margin-left: 3px;
}

.template-faq a.btn {
  margin-top: 20px;
  margin-bottom: 125px;
  border-radius: 13px;
  background-color: #6E1529;
  width: 203px;
  height: 42px;
  font-size: 17px;
  font-family: "MontserratBold";
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.647;
  text-align: center;
}

@media (max-width: 600px) {
  .template-faq a.btn {
    margin-bottom: 0px;
  }
}

@media (max-width: 499px) {
  .template-faq a.btn {
    margin-bottom: 50px;
  }
}

.template-faq a img {
  vertical-align: text-top;
  margin-top: 4px;
  margin-left: 6px;
}

.template-4 {
  font-size: 14px;
  font-family: MontserratRegular;
  padding-top: 60px;
  padding-bottom: 60px;
  background-size: auto;
  background-repeat: no-repeat;
  border: 1px solid transparent;
  background-color: #0099cc;
}

@media (min-width: 480px) {
  .template-4 {
    background-color: #fff;
  }
}

@media (max-width: 991px) {
  .template-4 {
    background-position: 0% 0%;
  }
}

.template-4 .download {
  padding: 0;
  text-align: center;
}

.template-4 h1 {
  padding-left: 34px;
  font-size: 34px;
  color: #000;
  text-transform: uppercase;
  font-family: MontserratBlack;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1199px) {
  .template-4 h1 {
    padding-left: 0px;
  }
}

@media (max-width: 480px) {
  .template-4 h1 {
    display: block;
    color: #fff;
  }
}

.template-4 .padding-img-left {
  padding-left: 34px;
}

@media (max-width: 1429px) {
  .template-4 .padding-img-left {
    margin-left: -11px;
    padding-left: 0px;
  }
}

@media (max-width: 1199px) {
  .template-4 .padding-img-left {
    margin-left: 0px;
    padding-left: 0px;
  }
}

.template-4 h2 {
  font-size: 19px;
  font-family: MontserratBold;
  color: #6E1529;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  margin-top: 95px;
  margin-bottom: 48px;
}

@media (max-width: 1200px) {
  .template-4 h2 {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .template-4 h2 {
    text-align: left;
    padding-left: 35px;
    color: #fff;
    font-size: 28px;
  }
}

.template-4 p {
  font-size: 12px;
  font-family: MontserratRegular;
  color: #fff;
  line-height: 1.833;
}

.template-4 a.btn {
  margin-top: 20px;
  margin-bottom: 125px;
  border-radius: 13px;
  background-color: #6E1529;
  width: 203px;
  height: 42px;
  font-size: 17px;
  font-family: "MontserratBold";
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.647;
  text-align: center;
}

@media (max-width: 600px) {
  .template-4 a.btn {
    margin-bottom: 0px;
  }
}

@media (max-width: 499px) {
  .template-4 a.btn {
    margin-bottom: 50px;
  }
}

.template-4 a img {
  vertical-align: text-top;
  margin-top: 4px;
  margin-left: 6px;
}

.p-big {
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 50px;
  font-weight: bold;
}

.template-5 {
  font-size: 14px;
  font-family: MontserratRegular;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../img/kviz-bg.jpg");
  background-size: cover;
  height: 800px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.quiz-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 499px) {
  .template-5 {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 68px;
    padding-bottom: 30px;
    height: 650px;
  }
}

.template-5 .quiz-title {
  font-family: MontserratBold;
  font-size: 45px !important;
  text-align: center;
  display: block;
  margin-top: 0px;
  color: white;
}

@media (max-width: 499px) {
  .template-5 .quiz-title {
    margin-top: 0;
  }
}

.template-5 .quiz-title span {
  font-size: 70px;
  display: block;
  padding-top: 10px;
}

.template-5 .quiz-subtitle {
  font-family: MontserratBold;
  font-size: 45px;
  text-align: center;
  display: block;
  margin-top: 0px;
  color: white;
}
.template-5 .swiper-pagination-fraction {
  color: #fff;
}
.template-5 .swiper-pagination-bullet {
  opacity: 1;
  background: #8EAAAF;
}
.template-5 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

@media (max-width: 499px) {
  .template-5 .quiz-subtitle {
    font-family: MontserratBold;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-top: 0px;
    color: white;
  }
}

.template-5 .quiz-btn {
  background-color: #e695a2;
  border: 1px solid #e695a2;
  border-radius: 25px;
  width: 180px;
  height: 50px;
  display: block;
  margin: 0 auto;
  font-family: MontserratRegular !important;
  margin-top: 30px;
  margin-bottom: 0px;
  cursor: pointer;
}

@media (max-width: 499px) {
  .template-5 .quiz-btn {
    border-radius: 18px;
    text-transform: uppercase;
    font-family: MontserratBold !important;
  }
}

.template-5 .quiz-btn:hover {
  background-color: #CE6173;
  border: 1px solid #CE6173;
}

.template-5 .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-5 .quiz-btn a:hover {
  text-decoration: none;
}

.template-5 .quiz-btn-2 {
  background-color: #e695a2;
  border: 1px solid #e695a2;
  border-radius: 25px;
  width: 180px;
  height: 50px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin: 0 auto;
  font-family: MontserratRegular !important;
  margin-top: 50px;
  cursor: pointer;
}

@media (max-width: 499px) {
  .template-5 .quiz-btn-2 {
    margin-top: 20px;
  }
}

.template-5 .quiz-btn-2:hover {
  background-color: #CE6173;
  border: 1px solid #CE6173;
}

.template-5 .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-5 .quiz-btn-2 a:hover {
  text-decoration: none;
}

.template-5 .submit-button {
  background-color: #e695a2;
  border: 1px solid #e695a2;
}

.template-5 .quiz-final-slide {
  padding-top: 150px;
}

@media (max-width: 799px) {
  .template-5 .quiz-final-slide {
    padding-top: 0;
  }
}

.template-5 .quiz-final-slide h1 {
  font-size: 45px;
  font-family: MontserratBold;
  color: white;
  text-align: center;
}

@media (max-width: 499px) {
  .template-5 .quiz-final-slide h1 {
    font-size: 35px;
  }
}

.template-5 .quiz-final-slide p {
  font-size: 20px;
  text-align: center;
  font-family: MontserratRegular;
  color: white;
  margin-bottom: 50px;
}

.template-5 .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: MontserratBold !important;
  margin-top: 15px;
  cursor: pointer;
}

.template-5 .quiz-final-slide .last-buttons .quiz-btn-3:hover {
  background-color: #ddd;
  border: 1px solid #ddd;
}

.template-5 .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-5 .quiz-final-slide .last-buttons .quiz-btn-3 a:hover {
  text-decoration: none;
}

.template-5 .quiz-final-slide .last-buttons .quiz-restart-btn {
  background-color: #e695a2;
  border: 1px solid #e695a2;
  border-radius: 25px;
  width: 180px;
  height: 50px;
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  margin: 0 auto;
  font-family: MontserratBold !important;
  margin-top: 15px;
  cursor: pointer;
  margin-bottom: 200px;
}

.template-5 .quiz-final-slide .last-buttons .quiz-restart-btn:hover {
  background-color: #CE6173;
  border: 1px solid #CE6173;    
}

.template-5 .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-5 .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;
}

.swiper-slide .quiz-question {
  font-family: MontserratBold;
  display: block;
  text-align: center;
}

@media (max-width: 499px) {
  .swiper-slide .quiz-question {
    padding-bottom: 30px;
  }
}

.swiper-slide .quiz-question h1 {
  font-size: 24px;
  margin-top: 100px;
  color: white;
}

@media (max-width: 799px) {
  .swiper-slide .quiz-question h1 {
    width: 100%;
    font-size: 18px;
    padding-left: 10px;
  }
}

@media (max-width: 499px) {
  .swiper-slide .quiz-question h1 {
    margin-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.swiper-slide .quiz-answers {
  display: block;
  text-align: center;
}

@media (max-width: 799px) {
  .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;
}

@media (max-width: 799px) {
  .swiper-slide .quiz-answers div {
    background-color: white;
    border: 1px solid white;
    border-radius: 15px;
    padding: 10px;
    line-height: 1.1em;
    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: 25px;
}

.swiper-slide .quiz-answers div a {
  color: black;
  font-family: MontserratRegular;
  font-size: 14px;
}

.swiper-slide .quiz-answers div a:hover {
  text-decoration: none;
}

.footer-legend {
  margin-top: 50px;
  font-family: MontserratRegular;
  color: #000;
  text-align: center;
  font-size: 11px;
}

.footer-legend p {
  font-size: 12px;
}


@media (max-width: 480px) {
  .footer-legend p {
    text-align: left;
    margin-top: 15px;
  }
}

.footer-legend p span:first-child {
  display: block;
}

.footer-legend p span:last-child {
  font-weight: bold;
  color: black;
}
.footer-legend p span.bold-footer {
  font-family: MontserratBold;
  display: inline;
}
.footer-legend p a {
  color: #000;
}

.footer {
  color: #000;
  border-top: 1px dashed #000;
  margin-top: 5px;
}

.footer-wrap {
  background-color: #e8e5da
}

@media (max-width: 480px) {
  .footer {
    border-top: 1px solid #000;
    width: 92%;
    margin: 0 auto;
  }
}

.footer .footer-item {
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 10px;
  font-family: MontserratRegular;
}

@media (max-width: 480px) {
  .footer .footer-item {
    margin-top: 26px;
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .footer .footer-item .right-foo {
    width: 75%;
    display: inline-block;
    text-align: left;
  }
}

.footer .footer-item a {
  color:  #000;
}

.footer .footer-item span {
  color: #000;
  font-family: MontserratBold;
}

.footer .footer-item p {
  font-family: MontserratBold;
}

@media (max-width: 480px) {
  .footer .footer-item p {
    margin-top: 20px;
  }
}

.footer .footer-item p a {
  color: #3ea3cb;
  font-family: MontserratRegular;
  text-decoration: underline;
}

.footer .footer-item img {
  position: absolute;
  width: auto;
  height: 30px;
  left: 190px;
}
@media(max-width: 1429px) {
  .footer .footer-item img {
    left: 110px;
  }
}


@media (max-width: 1200px) {
  .footer .footer-item img {
    left: 10px;
    top: 0px;
  }
}

@media (max-width: 1000px) {
  .footer .footer-item img {
    position: unset;
    margin-bottom: 12px;
  }
}

.bolden-span {
  text-transform: uppercase;
  font-family: MontserratBlack;
}

.popup-gpdr {
  width: 100%;
  height: auto;
  background-color: #6E1529;
  position: fixed;
  top: 0;
  z-index: 99;
  padding: 25px 0;
}
.popup-gpdr p {
  margin-bottom: 0;
}

.popup-gpdr .popup-content {
  font-family: MontserratRegular;
  color: white;
  padding-right: 265px;
  position: relative;
}

.popup-gpdr .popup-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 265px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.popup-gpdr  .popup-buttons .popup-btn a{
  margin-left: 30px;
  border-radius: 25px;
  width: 100px;
  height: 32px;
  line-height: 30px;
  font-family: MontserratRegular !important;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
  display: block;
}

.popup-gpdr .popup-buttons .accepted a {
  color: white;
  background-color: #6E1529;
  border: 1px solid #6E1529;
}

.popup-gpdr .popup-buttons .accepted a:hover {
  text-decoration: none;
  background-color: #6E1529;
  border: 1px solid #6E1529;
}

.popup-gpdr .popup-buttons .denied {

}

.popup-gpdr .popup-buttons .denied a:hover {
  background-color: #ddd;
  border: 1px solid #ddd;
}

.popup-gpdr .popup-padding .popup-buttons .denied a {
  color: #6E1529;
  background-color: white;
  border: 1px solid white;
}

.popup-gpdr .popup-padding .popup-buttons .denied a:hover {
  text-decoration: none;
  background-color: #ddd;
  border: 1px solid #ddd;
}
#gdpr-ico {
   display: none;
  position: fixed;
  bottom: 5px;
  right: 10px;
  width: 20px;
  z-index: 99;
}

@media(max-width: 1000px) {
  .popup-gpdr {
    padding: 15px;
  }
}
@media(max-width: 765px) {
  #gdpr-ico {
    bottom: 5px;
    right: 10px;
    width: 20px;
  }
  .popup-gpdr .popup-content {
    padding-right: 0;
    padding-bottom: 50px;
  }
  .popup-gpdr .popup-buttons {
    left: 0;
    right: auto;
    bottom: 0;
    top: auto;
  }
  .popup-gpdr .popup-buttons .accepted a {
    margin-left: 0;
  }
}

#overlay2 {
  position: fixed;
  /* Sit on top of the page content */
  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: 7;
  /* Specify a stack order in case you're using a different order for other elements */
}

#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: 9;
  /* 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;
}

@media (min-width: 1430px) {
  .container {
    width: 1400px;
  }
}

.title-bold p {
  font-size: 16px;
  font-family: MontserratRegular;
  color: #000;
  line-height: 1.2;
  margin-bottom: 25px;
}

.title-bold p.bolder {
  font-size: 20px;
  font-family: MontserratBold;
  color: #000;
  line-height: 1.2;
  margin-bottom: 52px;
}

@media (max-width: 799px) {
  .title-bold p.bolder {
    margin-bottom: 30px;
  }
}

@media (max-width: 499px) {
  .title-bold p.bolder {
    margin-bottom: 0px;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
  }
}

.title-bold h3 {
  font-size: 32px;
  font-family: MontserratBold;
  color: #6E1529;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.sub-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 50px;
}

.sub-buttons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
}

@media (max-width: 799px) {
  .sub-buttons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    text-align: center;
  }
}

@media (max-width: 499px) {
  .sub-buttons ul {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sub-buttons ul li {
  height: 40px;
  line-height: 40px;
  background-color: #6E1529;
  border: 2px solid #6E1529;
  border-radius: 10px;
  color: white;
  text-transform: uppercase;
  margin-left: 20px;
  /*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;*/
  cursor: pointer;
  position: relative;
  width: auto;
  text-align: center;
  line-height: 36px;
  white-space: nowrap;
}
.sub-buttons ul li:first-of-type {
  margin-left: 0;
}
.sub-buttons ul li a {
  color: #fff;
  display: block;padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 799px) {
  .sub-buttons ul li {
    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;
    margin-bottom: 15px;
    margin-left: 0;
    width: 150px;
    margin-left: 10px;
    font-size: 13px;
  }
}

@media (max-width: 799px) and (min-width: 498px) {
  .sub-buttons ul li {
    width: 106px;
  }
}

@media (max-width: 1364px) and (min-width: 992px) {
  .sub-buttons ul li {
    font-size: 12px;
  }
}

.sub-buttons ul li.active {
  background-color: transparent;
  font-weight: 900;
  color: #000;
}
.sub-buttons ul li.active a{
  color: #000;
}
.sub-buttons ul li:hover {
  position: relative;
  color: #000000;
  background: transparent;
}
.sub-buttons ul li:hover a{
  color: #000000;
  text-decoration: none;
}
.sub-buttons ul li b {
  position: absolute;
  bottom: -13px;
  border-width: 11px 13px 0;
  border-style: solid;
  border-color: #6E1529 transparent;
  display: none;

}

@media (max-width: 991px) {
  .sub-buttons ul li b {
    display: none;
  }
}

.sub-buttons ul li b.active {
  display: block;
  transform: translateX(-50%);
  left: 50%;
  right: auto;
  margin: auto;
}

.sub-buttons ul li b.active.grey {
  border-color: #6E1529 #F4F4F4;
}

@media (max-width: 991px) {
  .sub-buttons ul li b.active {
    display: none;
  }
}

.sub-buttons ul li b b {
  bottom: 4px;
  left: -13px;
  border-width: 10px 13px 0;
  border-color: #fff transparent;
  display: block;
}

.sub-buttons ul li .grey b {
  border-color: #F4F4F4 transparent;
}

.sub-button-yez {
  padding: 15px 15px 15px 25px;
  margin-bottom: 18px;
  font-size: 20px;
  font-family: MontserratBlack;
  background-color: #336598;
  border: 2px solid #336598;
  border-radius: 15px 0 0 15px;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  width: 95%;
  margin-left: auto;
}

@media (min-width: 480px) {
  .sub-button-yez {
    display: none;
  }
}

.sub-button-yez.active {
  background-color: #6E1529;
  border: 2px solid #6E1529;
}

.sub-button-yez.active img {
  display: block;
}

.sub-button-yez img {
  display: none;
  position: absolute;
  left: 18px;
  padding-top: 6px;
}

.sub-button-yez p {
  margin: 0;
}

.sub-buttons-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 30px;
}

.sub-buttons-w ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

@media (max-width: 799px) {
  .sub-buttons-w ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    text-align: center;
  }
}

@media (max-width: 499px) {
  .sub-buttons-w ul {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sub-buttons-w ul li {
  height: 40px;
  background-color: #6E1529;
  border: 2px solid #6E1529;
  border-radius: 10px;
  color: white;
  text-transform: uppercase;
  margin-left: 20px;
  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;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  line-height: 40px;
}
.sub-buttons-w ul li a {
  color: white;
}
@media (max-width: 799px) {
  .sub-buttons-w ul li {
    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;
    margin-bottom: 15px;
    margin-left: 0;
    width: 150px;
    margin-left: 10px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .sub-buttons-w ul li {
    width: 100%;
    background-color: #336699;
    border: 2px solid #336699;
  }
}

@media (max-width: 799px) and (min-width: 498px) {
  .sub-buttons-w ul li {
    width: 145px;
  }
}

@media (max-width: 1364px) and (min-width: 992px) {
  .sub-buttons-w ul li {
    font-size: 12px;
  }
}

.sub-buttons-w ul li.active {
  background-color: #fff;
  font-weight: 900;
  color: #000;
}
.sub-buttons-w ul li.active a {
   color: #000;
 }

@media (max-width: 480px) {
  .sub-buttons-w ul li.active {
    background-color: #6E1529;
    font-weight: 900;
    color: #fff;
  }
}

.sub-buttons-w ul li:hover {
  position: relative;
  color: #000;
  background: #fff;
}
.sub-buttons-w ul li:hover a {
  color: #000;
  text-decoration: none;
}
@media (max-width: 480px) {
  .sub-buttons-w ul li:hover {
    background-color: #6E1529;
    font-weight: 900;
    color: #fff;
  }
}

.sub-buttons-w ul li b {
  position: absolute;
  bottom: -14px;
  border-width: 12px 14px 0;
  border-style: solid;
  border-color: #6E1529 transparent;
  display: none;
  width: 28px;
}

@media (max-width: 991px) {
  .sub-buttons-w ul li b {
    display: none;
  }
}

.sub-buttons-w ul li b.active {
  display: block;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 991px) {
  .sub-buttons-w ul li b.active {
    display: none;
  }
}

.sub-buttons-w ul li b b {
  bottom: 4px;
  left: -13px;
  border-width: 10px 13px 0;
  border-color: #6E1529 transparent;
  display: block;
}

@media (max-width: 499px) {
  .special-title {
    margin-bottom: 0;
  }
}

@media (max-width: 499px) {
  .special-sub {
    margin-top: 30px !important;
  }
}

.title .title-item {
  color: #000000;
  text-transform: uppercase;
  font-family: MontserratBlack;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media (max-width: 499px) {
  .title .title-item {
    text-align: left;
    display: none;
  }
}

.title .title-item-yes {
  display: none;
}

@media (max-width: 499px) {
  .title .title-item-yes {
    display: block;
    color: white;
    text-transform: uppercase;
    margin-top: 23px;
    margin-bottom: 10px;
    font-family: MontserratBlack;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

.title .title-p {
  color: black;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 70px;
  font-size: 20px;
}

@media (max-width: 799px) {
  .title .title-p {
    font-size: 17px;
    text-align: center;
  }
}

.title .title-p span {
  display: block;
}

@media (max-width: 799px) {
  .title .title-p span {
    display: initial;
  }
}

.top-bexsero {
  width: 250px !important;
  margin-top: 15px;
  margin-left: 18px;
  position: absolute;
  right: 35px;
  top: 35px;
  z-index: 10;
}

.rekl-ver {
  color: #fff !important;
  z-index: 1;
}

@media (max-width: 1099px) and (min-width: 991px) {
  .rekl-ver {
    /*color: #000 !important;*/
  }
}

.small-sentence {
  font-size: 11px !important;
  float: none;
  text-align: left;
  margin-top: 9px !important;
  padding-left: 20px;
}
.small-sentence:nth-child(4).white {
  display: block;
}
.big-sentence-wrap {
  text-align: center;
  font-family: 'MontserratBold';
  font-size: 18px;
  padding-top: 5px;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.small-sentence-wrap {
  display: block;
  padding-top: 15px;
}
.template2-4 .small-sentence:nth-child(3),
.template2-4 .small-sentence {
  text-align: left;
  font-family: 'MontserratRegular'!important;
  margin-top: 0!important;
  padding-top: 5px;
}

@media (max-width: 480px) {
  .small-sentence-wrap {
    padding-top: 5px;
  }
  .small-sentence {
    margin-top: 8px !important;
    padding-left: 17px;
    width: 100%;
  }
  .big-sentence-wrap {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
  }
}

.stazeni-1 {
  height: 300px;
}

@media (max-width: 1200px) {
  .stazeni-1 {
    width: auto;
    height: 300px;
  }
}

@media (max-width: 480px) {
  .stazeni-1 {
    width: 79%;
    height: auto;
  }
}

.navigation {
  font-size: 15px;
  color: white;
}

@media (max-width: 480px) {
  .navigation {
    width: 93%;
    margin: 0 auto;
  }
}

.navigation .toggle {
  border-bottom: 1px solid #6E1529;
  margin-bottom: 20px;
  padding-left: 10px;
}

@media (max-width: 480px) {
  .navigation .toggle {
    /*margin-bottom: 5px;*/
    /*margin-top: 9px;*/
    /*padding: 7px;*/
  }
}

.navigation .content {
  padding-left: 20px;
  margin-bottom: 40px;
  padding-right: 20px;
}

.navigation .content .orange {
  background-color: #6E1529;
  color: white;
  padding: 10px;
  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;
  text-align: center;
  font-size: 15px;
  border: 1px solid #38a2cd;
  text-transform: uppercase;
}

.navigation .content .orange-button {
  background-color: #6E1529;
  color: white;
  padding: 10px;
  height: 50px;
  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;
  text-align: center;
  font-size: 15px;
  border: 1px solid #38a2cd;
  text-transform: uppercase;
  text-decoration: none;
}

.navigation .content .orange-button a {
  color: white;
  text-decoration: none;
}

.navigation .content .white {
  background-color: white;
  color: black;
  padding: 10px;
  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;
  text-align: center;
  font-size: 15px;
  border: 1px solid #38a2cd;
}

.arrow-down {
  width: 20px;
  vertical-align: baseline;
  float: right;
}

.small-right {
  width: 20px;
}

@media (max-width: 499px) {
  .contents {
    display: contents;
  }
}

@media (max-width: 499px) {
  .align {
    text-align: center;
  }
}

@media (max-width: 499px) {
  .no-spaces {
    margin-bottom: 5px !important;
  }
}

.some-space {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.btn-yes {
  background-color: #6E1529;
  color: white !important;
  border: 1px solid #6E1529;
}

.btn-no {
  background-color: white;
  color: black;
  border: 1px solid black;
}

.btn-no:hover {
  opacity: 0.7;
}

.bootbox {
  padding-right: 0px !important;
}

.bootbox-body {
  padding-top: 20px;
  padding-bottom: 20px;
}

.icon-info {
  cursor: pointer;
}

.icon-info:hover {
  opacity: 0.7;
}

@media (max-width: 499px) {
  .glaxosmith {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 27px;
  }
}

body > div.container.main-container > p {
  margin-top: -24px;
  font-family: MontserratRegular;
  color: #000000;
  font-size: 11px;
}

@media only screen and (max-width: 900px) and (min-width: 500px) {
  body > div.container.main-container > p {
    margin-left: 36px;
  }
}

@media only screen and (max-width: 499px) {
  body > div.container.main-container > p {
    display: none;
  }
}

.show {
  display: block !important;
  opacity: 1;
}

.modal-dialog {
  position: absolute;
  margin-left: auto;
  top: 50%;
  -webkit-transform: translateY(-60%) !important;
          transform: translateY(-60%) !important;
  margin-right: auto;
  right: 0;
  left: 0;
}

@media only screen and (max-width: 499px) {
  .modal-dialog {
    -webkit-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
  }
}

@media (max-width: 1429px) {
  body > div.container.main-container > div.default.template-4 > div > div.col-lg-4.col-md-12.col-sm-12.download.padding-img-left > h2 {
    padding-left: 42px;
  }
}

@media (max-width: 1199px) {
  body > div.container.main-container > div.default.template-4 > div > div.col-lg-4.col-md-12.col-sm-12.download.padding-img-left > h2 {
    padding-left: 0px;
  }
}

@media (max-width: 1199px) {
  body > div.container.main-container > div.default.template-1 > div.template1-1 > div > div:nth-child(2) > p > span:nth-child(1) > br {
    display: none;
  }
}

body > div.container.main-container > div.default.template-4 > div > div.col-lg-4.col-md-12.col-sm-12.download.padding-img-left > h2 {
  margin-bottom: 30px;
}


@media screen and (max-width: 1429px) and (min-width: 1200px) {
  .template-faq .btn-link {
    font-size: 1.3em;
  }
}

.footer-legend p {
  font-size: 10px;
}

.video-2 {
  display: none;
}

.video-3 {
  display: none;
}

.sub-buttons-w ul li b b {
  bottom: 3px;
  left: -14px;
  border-width: 12px 14px 0;
  border-color: #ffffff transparent;
  display: block;
}


#header-img-mob {
  display: none;
}



@-webkit-keyframes jump {
  0% {
    bottom: 5px;
  }
  30% {
    bottom: 30px;
  }
  100% {
    bottom: 5px;
  }
}

@keyframes jump {
  0% {
    bottom: 5px;
  }
  30% {
    bottom: 30px;
  }
  100% {
    bottom: 5px;
  }
}

#arr-img {
  display: none;
}

.nav-mob {
  display: none;
}

.headbox {
  display: none;
}

.sub-menu {
  display: none;
}
.sub-menu:focus {
  color: #fff;
}
.round {
  display: none;
}

.infographic-3-mobile {
  display: none;
}

.infographic-1-mobile {
  display: none;
}
@media (max-width: 480px) {

  .infographic-1-mobile {
    display: block;
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .template-1 .infographic-1 {
    margin: 40px auto 20px;
  }
}
.diss {
  display: none !important;
}

.sub-menu-bottom {
  display: none;
}

.mob-dis {
  display: block;
}

.mob-on {
  display: none;
}

@media (max-width: 991px) and (min-width: 481px) {
  .template2-2 .title:nth-child(2) {
    z-index: 0;
  }
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: unset;
  }
  .template-faq {
    color: #0099C9;
  }
  .template-faq h1 {
    display: none;
  }
  .sub-button-yez {
    display: block;
  }
  .template1-4 .infographic-4 {
    width: 42%;
    position: relative;
    padding-top: 45px;
    padding-bottom: 22px;
    display: block;
    margin: 0 auto;
  }
  .infographic-3-mobile {
    display: none;
  }
  .infographic-1-mobile {
    display: none;
  }
  .rekl-ver {
    color: #fff;
  }
}

@media (max-width: 991px) and (min-width: 481px) and (max-width: 991px) {
  .rekl-ver {
    color: #fff;
  }
}

@media (max-width: 991px) and (min-width: 481px) {
  .main-container {
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: -200px !important;
    position: relative;
  }
  .header {
    margin-bottom: 0;
  }
  .header-h1 {
    /*display: none;*/
  }
  .modal-open .modal {
    background-color: #596d669e;
    padding-right: 0 !important;
  }

  .template-3 .title h1 {
    display: none;
  }
  .sub-buttons-w {
    display: none;
  }
  .mob-dis {
    display: none !important;
  }
  .mob-on {
    display: block;
  }
  span.down-tit-p {
    margin-bottom: 15px;
    display: block !important;
  }
  .sub-menu-bottom {
    font-size: 12px;
    font-family: MontserratRegular;
    color: #000000;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 50px;
    margin-top: 25px;
    margin-left: 18px;
    display: block;
  }
  .temp-info {
    margin: 0;
    padding: 0;
  }
  .info-4-1 {
    margin-bottom: 15px;
  }
  .diss {
    font-size: 30px;
    font-family: MontserratBlack;
    color: #000;
    text-transform: uppercase;
    line-height: 1.304;
    text-align: left;
    display: block  !important;
    margin: 17px;
    margin-bottom: 0;
  }
  .template1-4 ul {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
  .template1-3 .img-center span:first-child {
    margin-top: 15px;
    margin-bottom: 35px;
  }
  .template1-3 .img-center p {
    margin-top: 37px;
    margin-bottom: 70px;
  }
  .infographic-3-mobile {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .round {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -84px;
    z-index: 1;
  }
  .infographic-1-mobile {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .title-bold p.italic {
    font-style: italic;
    text-transform: uppercase;
  }
  .title .title-p span {
    text-align: left;
  }
  .title .title-p {
    text-align: left;
  }
  .sub-menu {
    background-color: #336699;
    padding: 23px 23px 23px 23px;
    border-radius: 15px 0 0 15px;
    width: 102%;
    margin-left: 15px;
    font-family: MontserratBlack;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 18px;
    display: block;
  }
  .sub-menu.active {
    background-color: #6E1529;
  }
  .sub-menu.active img {
    display: block;
  }
  .sub-menu img {
    display: none;
    position: absolute;
    left: -17px;
    top: 27px;
  }
  .sub-buttons {
    display: none;
  }
  .nav-mob {
    display: block;
  }
  .headbox {
    display: block;
  }
  .plus {
    width: auto !important;
    right: 0;
    position: absolute;
    margin: 22px;
  }
  .header #arr-img {
    position: absolute;
    width: 18px;
    bottom: 0;
    left: 0;
    right: 0;

    margin: 0 auto;
    padding-bottom: 5px;
    -webkit-animation: jump 2s infinite;
            animation: jump 2s infinite;
    display: block;
  }
  .header .headbox {
    position: absolute;
    background-color: rgba(62, 163, 203, 0.95);
    border-radius: 17px;
    padding: 19px;
    bottom: 86px;
    left: 0;
    right: 0;
    width: 88%;
    height: 125px;
    margin: 0 auto;
  }
  .header .headbox p {
    font-size: 18px;
    font-family: MontserratBlack;
    color: white;
    text-transform: uppercase;
    text-align: left;
  }
  .navbar {
    display: none;
  }
  #header-img {
    /*display: none;*/
  }
  .top-bexsero-mobile {
    display: block;
  }
  #header-img-mob {
    display: block;
    padding-top: 70px;
  }
  .nav-mob {
    height: 70px;
    background-color: #fff;
    text-align: right;
    position: fixed;
    width: 100%;
    z-index: 9;
  }
  .nav-mob img:nth-child(1) {
    width: auto;
    float: left;
    margin: 18px;
  }
  .nav-mob img:nth-child(2) {
    width: 29px;
    margin: 23px;
  }
}

.full-flex {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #6E1529;
  position: fixed;
  z-index: 999;
  top: 0px;
  bottom: 0px;
  width: 100%;
}

.full-flex a {
  display: block;
  position: relative;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.304;
  font-family: MontserratBold;
  text-align: left;
  margin: 0 0 0 50px;
  border-radius: 20px 0 0 20px;
  padding: 15px 15px 15px 25px;
}
.full-flex a:hover,
.full-flex a:focus,
.full-flex a:visited,
.full-flex a:focus-within {
  text-decoration: none!important;
}

.full-flex a img {
  position: absolute;
  left: -17px;
  width: auto;
  top: 22px;
  opacity: 0;
}

.full-flex a.active {
  background-color: #6E1529;
  color: white;
}

.full-flex a.active img {
  opacity: 1;
}
a:focus {
  text-decoration: none!important;
  outline: none!important;
}
.template-2 .sub-menu {
  text-decoration: none;
}
@media(max-width: 900px) {
  .template-2 .sub-menu:hover {
    color: #fff;
    text-decoration: none;
  }
  .sub-menu:hover {
    color: #fff;
    text-decoration: none;
  }
}

.full-flex a:nth-of-type(1) {
  margin-top: 90px;
}

.bootbox-accept:focus {
  color: white !important;
}

.btn:focus {
  color: white !important;
}


@media (max-width: 480px) {
  .template2-3 p:nth-child(1) {
    text-align: left;
    margin: 30px 0 25px 0;
  }
  .sub-button-yez {
    display: block;
  }
  .modal-open .modal {
    background-color: #596d669e;
  }
  .top-tit {
    margin-bottom: 0 !important;
  }
  .template-3 .title h1 {
    display: none;
  }
  .sub-buttons-w {
    display: none;
  }
  .mob-dis {
    display: none !important;
  }
  .mob-on {
    display: block;
  }
  span.down-tit-p {
    margin-bottom: 15px;
    display: block !important;
  }
  .sub-menu-bottom {
    font-size: 12px;
    font-family: MontserratRegular;
    color: #000;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 50px;
    margin-top: 25px;
    margin-left: 18px;
    display: block;
  }
  .temp-info {
    margin: 0;
    padding: 0;
  }
  .info-4-1 {
    margin-bottom: 15px;
  }
  .diss {
    font-size: 30px;
    font-family: MontserratBlack;
    color: #000;
    text-transform: uppercase;
    line-height: 1.304;
    text-align: left;
    display: block  !important;
    margin: 17px;
    margin-bottom: 0;
  }
  .template1-4 .infographic-4 {
    width: 100%;
    padding-top: 45px;
    margin: 0 auto;
  }
  .template1-4 ul {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
  .template1-3 .img-center span:first-child {
    margin-top: 15px;
    margin-bottom: 35px;
  }
  .template1-3 .img-center p {
    margin-top: 37px;
    margin-bottom: 70px;
  }
  .infographic-3-mobile {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .round {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -84px;
  }
  .infographic-1-mobile {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .title-bold p.italic {
    font-style: italic;
    text-transform: uppercase;
  }
  .title .title-p span {
    text-align: left;
  }
  .title .title-p {
    text-align: left;
  }
  .sub-menu {
    background-color: #336699;
    padding: 23px 23px 23px 23px;
    border-radius: 15px 0 0 15px;
    width: 102%;
    margin-left: 15px;
    font-family: MontserratBlack;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 18px;
    display: block;
  }
  .sub-menu.active {
    background-color: #6E1529;
  }
  .sub-menu.active img {
    display: block;
  }
  .sub-menu img {
    display: none;
    position: absolute;
    left: -17px;
    top: 27px;
  }
  .sub-buttons {
    display: none;
  }
  .nav-mob {
    display: block;
  }
  .headbox {
    display: block;
  }
  .plus {
    width: auto !important;
    right: 0;
    position: absolute;
    margin: 22px;
  }
  .header #arr-img {
    position: absolute;
    width: 18px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-40px);
    padding-bottom: 5px;
    -webkit-animation: jump 2s infinite;
            animation: jump 2s infinite;
    display: block;
  }
  .header .headbox {
    position: absolute;
    background-color: rgba(62, 163, 203, 0.95);
    border-radius: 17px;
    padding: 19px;
    bottom: 86px;
    left: 0;
    right: 0;
    width: 88%;
    height: 125px;
    margin: 0 auto;
  }
  .header .headbox p {
    font-size: 18px;
    font-family: MontserratBlack;
    color: white;
    text-transform: uppercase;
    text-align: left;
  }
  .navbar {
    display: none;
  }
  #header-img {
    display: none;
  }
  .top-bexsero-mobile {
    display: block;
  }
  #header-img-mob {
    display: block;
    padding-top: 70px;
  }
  .nav-mob {
    height: 70px;
    background-color: #fff;
    text-align: right;
    position: fixed;
    width: 100%;
    z-index: 9;
  }
  .nav-mob img:nth-child(1) {
    width: auto;
    float: left;
    margin: 18px;
  }
  .nav-mob img:nth-child(2) {
    width: 29px;
    margin: 23px;
  }
}

.full-flex {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #6E1529;
  position: fixed;
  z-index: 999;
  top: 0px;
  bottom: 0px;
  width: 100%;
}

.full-flex p {
  position: relative;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.304;
  font-family: MontserratBold;
  text-align: left;
  margin: 0 0 0 50px;
  border-radius: 20px 0 0 20px;
  padding: 25px 15px 25px 30px;
}

.full-flex p img {
  position: absolute;
  left: -17px;
  width: auto;
  top: 31px;
  opacity: 0;
}

.full-flex p.active {
  background-color: #6E1529;
  color: white;
}

.full-flex p.active img {
  opacity: 1;
}

.full-flex p:nth-of-type(1) {
  margin-top: 90px;
}

@media only screen and (max-width: 991px) and (min-width: 700px) {
  .template-1 .infographic-1 {
    width: 65%;
    padding: 32px;
    display: block;
  }
  .template1-2 .infographic-2 {
    width: auto;
    margin-bottom: 20px;
  }
  .infographic-3 {
    width: 66%;
  }
  .info-4-1 {
    width: auto !important;
    margin: 0 auto !important;
    display: block !important;
    margin-top: 28px;
    margin-bottom: 25px;
  }
  .template2-4 p {
    width: 100%;
    text-align: left;
  }
  div.template2-4 > div > p > br {
    display: none;
  }
  .template2-2 .t2-2 {
    margin-top: -100px;
  }
  .mob-on {
    margin: 0 auto !important;
    margin-top: 14px !important;
  }
  .template-2 .temp-info img:last-child {
    padding-bottom: 38px !important;
  }
  .template-3 {
    background-color: #0099cc;
  }
  .template-faq p {
    margin-left: 23px;
    color: black;
  }
  .template-4 p {
    text-align: center;
    color: black;
  }
  .title-item {
    margin-top: 44px;
  }
  .template1-4 ul {
    -webkit-padding-start: 0;
    padding-inline-start: 33px;
  }
  .template2-2 .title:nth-child(2) {
    z-index: 0;
  }
  .template2-3 {
    margin: 0 0 0 20px;
  }
  .template2-3 p:nth-child(1) {
    margin: 35px 0 26px 0;
  }
  .template2-4 {
    margin-left: 24px;
  }
  .small-sentence {
    margin-top: 10px !important;
  }
}

.overflow-off {
  overflow: hidden !important;
}

@media screen and (orientation: landscape) and (max-height: 450px) {
  .full-flex p {
    position: relative;
    font-size: 20px;
    color: black;
    text-transform: uppercase;
    line-height: 1.304;
    font-family: MontserratBold;
    text-align: left;
    margin: 0 0 0 50px;
    border-radius: 20px 0 0 20px;
    padding: 9px 0 9px 15px;
  }
  .full-flex p img {
    position: absolute;
    left: -25px;
    width: auto;
    top: 16px;
    opacity: 0;
  }
  .mode-video {
    -webkit-transform: translateY(-42%) !important;
            transform: translateY(-42%) !important;
    width: auto !important;
    max-width: 720px !important;
    width: 64% !important;
  }
  .full-flex p:nth-of-type(1) {
    margin-top: 58px;
  }
}

.close {
  margin-bottom: 15px;
}

.mode-video {
  max-width: 720px;
  width: 100%;
}

video {
  outline: none;
}

@media (max-width: 1330px) and (min-width: 1090px) {
  .navbar ul li {
    font-size: 12px;
  }
}

@media (max-width: 1025px) and (min-width: 1023px) {
  .template1-4 .infographic-4 {
    width: 97.063%;
  }
}

@media (max-width: 1000px) {
  #headingOne h5 button br {
    display: none;
  }
}

@media (min-width: 1000px) {
  .template-faq .btn-link {
    background-color: #6E1529;

    width: 100%;
    outline: none;
    padding: 20px;
    border-radius: 100px;
    font-family: MontserratBold;
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
  }
  .template-faq .collapsed {
    border-width: 3px;
    border-color: #6E1529;
    border-style: solid;
    color: #6E1529 !important;
    background-color: white !important;
  }
}

#video-mz-1 {
  width: 100%;
  height: auto;
  margin-top: 33px;
  margin-bottom: 15px;
}

#video-mz-2 {
  width: 100%;
  height: auto;
  margin-top: 33px;
  margin-bottom: 15px;
}

#video-mz-3 {
  width: 100%;
  height: auto;
  margin-top: 33px;
  margin-bottom: 15px;
}

.template2-2 .title {
  margin-left: 0px;
}

.template2-2 .title:nth-child(1) {
  z-index: 1;
}

@media (min-width: 1920px) {
  #header-img {
    margin: 0 auto;
    display: block;
  }
}

#template-1-btn {
  background-color: #e8e5da;
}

#template-2-btn {
  background-color: #e8e5da;
}
.template1-4 {
  padding: 65px;
  padding-top: 15px;
  padding-bottom: 0;
}
.template1-4-wrap {
  background: rgba(255,255,255,0.90);
  padding: 50px 60px;
}
/*.template1-4 li span {*/
/*  font-size: 19px;*/
/*  line-height: 21px;*/
/*}*/
.template1-4 ul {
  padding-left: 20px;
}
.template1-4 li {
  font-size: 19px;
  line-height: 27px;
  margin-bottom: 20px;
}
.template1-4 li span span {
  color: #000;
  font-family: MontserratBold;
}
.template1-4-op {
  padding-left: 80px;
  position: relative;
  margin-top: 50px;
  padding-top: 17px;
}
.template1-4-op img{
  position: absolute;
  left: 0;
  top: 0;
  width: 43px;
}
.template1-4 .title .title-item{
  text-align: left;
  margin-bottom: 30px;
  display: block;
  margin-top: 0;
}
.template1-4-text .blue {
  font-size: 19px;
  line-height: 27px;
  display: inline-block;
  margin-bottom: 5px;
  background: #6E1529;
  color: #fff;
  border-radius: 10px;
  text-transform: uppercase;
  font-family: MontserratBold;
  padding: 5px 19px;
}
.template1-4-text .black {
  font-family: MontserratBold;
  text-transform: uppercase;
  font-size: 35px;
}
@media(max-width: 1429px) {
  .template1-4-text .blue {
    font-size: 17px;
  }
  .template1-4-text .black {
    font-size: 29px;
  }
  .template-1.add-bg-1 {
    /*background-size: 1343px auto;*/
    background-position: left -115px top;
  }
}
@media(max-width: 1199px) {
  .template1-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .template1-4-wrap {
    padding: 40px 40px;
  }
  .template1-4 li {
    font-size: 16px;
  }
  .template-1.add-bg-1 {
    /*background-size: 1343px auto;*/
    background-position: left -150px top;
  }
}
.sub-buttons .sub-button2-2.active b{
  display: none;
}
.sub-button2-2 svg {
  display: none;
}
.sub-button2-2.active svg {
  display: block;
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
}
.template-2.add-bg-1 {
  background-image: url('../img/bg-moznosti.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  border: none;
}
.template2-2-wrap {
  padding-left: 10%;
  padding-top: 50px;
  padding-bottom: 60px;
}
.template2-2 .title .title-item{
  text-align: left;
  margin-bottom: 20px;
  display: block;
  margin-top: 0;
}
.template2-bubble {
  width: 390px;
  position: relative;
  margin-top: 35px;
}
.template2-bubble img{
  width: 100%;
  margin-top: 0;
}
.template2-bubble h2 {
  position: absolute;
  top: 65px;
  left: 70px;
  text-align: left;
  font-family: MontserratBold;
  color: #fff;
}
.template2-2 p {
  font-family: MontserratRegular;
  font-size: 22px;
  max-width: 615px;
}
.template2-2 a {
  background: #6E1529;
}
.template2-bubble p {
  position: absolute;
  top: 100px;
  color: #fff;
  font-family: MontserratRegular;
  left: 70px;
  font-size: 18px;
}
.template2-bubble p span {
  font-family: MontserratBold;
}

@media(max-width: 1199px) {
  .template2-2-wrap {
    padding-left: 5%;
  }
  .template-2 img {
    padding-left: 0;
  }
  .template-2.add-bg-1 {
    background-position: right -174px bottom;
  }
}
@media(max-width: 992px) {
  .template-2.add-bg-1 {
    background-position: right -355px bottom;
  }
}
.template2-4-wrapper {
  position: relative;
}
.template2-4-wrap {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.template2-4-bubble {
  position: absolute;
  top: 5px;
  right: 25px;
}
.template2-4-bubble img.mobile{
  display: none;
}
.template2-4-bubble img{
  width: 340px;
}
.template2-4-bubble p{
  font-size: 20px;
  line-height: 26px;
  font-family: MontserratBold;
  text-transform: uppercase;
  position: absolute;
  text-align: left;
  color: #fff;
  top: 50px;
  left: 38px;
}
.template2-4-bubble p.small{
  font-size: 11px;
  line-height: 15px;
  font-family: MontserratBlack;
  position: absolute;
  text-transform: uppercase;
  top: 91px;
  left: 38px;
  font-style: normal;
}

@media(max-width: 1429px) {
  .template2-4-bubble img{
    width: 270px;
  }
  .template2-4-wrap {
    max-width: 550px;
  }
  .template2-4-bubble {
    top: 0;
  }
  .template2-4-bubble p {
    font-size: 17px;
    top: 42px;
    left: 34px;
    line-height: 22px;
  }
  .template2-4-bubble p.small {
    top: 74px;
    left: 34px;
    font-size: 9px;
    line-height: 11px;
  }
}
@media(max-width: 1199px) {
  .template2-4-bubble img{
    width: 225px;
  }
  .template2-4-wrap {
    max-width: 500px;
  }
  .template2-4-bubble {
    top: 10px;
    right: 10px;
  }
  .template2-4 p {
    max-width: 470px;
    font-size: 14px;
  }
  .template2-4-bubble p {
    font-size: 12px;
    top: 31px;
    line-height: 18px;
    left: 31px;
  }
  .template2-4-bubble p.small br{
    display: none;
  }
  .template2-4-bubble p.small {
    top: 53px;
    left: 31px;
    font-size: 9px;
    max-width: 179px;
  }
}
.rekl-ver-mobile {
  display: none;
}
.rekl-ver {
  display: block;
  position: absolute;
  bottom: 95px;
  font-size: 11px;
  color: #fff;
  font-style: italic;
}
@media(max-width: 991px) {
  .header {
    height: 100vh;
    background-image: url('/assets/img/banner.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .top-bexsero {
    display: none;
  }
  #header-img-mob {
    display: none;
  }
  .rekl-ver-mobile {
    display: block;
    font-size: 11px;
    color: #fff;
    position: absolute;
    top: 75px;
    right: 15px;
    z-index: 1;
  }
  .rekl-ver {
    display: none;
  }
  .main-container {
    margin-top: 0!important;
  }
  .header #arr-img {
    bottom: 20px;
    z-index: 1;
  }
  .sub-menu {
    background: #c0b798;
  }

  .title-bold p.bolder,
  .template1-3 .img-center span:nth-child(2),
  .template1-3 .img-center span:last-child {
    color: #000;
  }
  .template2-2 .title .title-item,
  .template1-4 .title .title-item {
    display: none;
  }
  .template1-4-wrap {
    padding: 0;
    background: none;
  }
  .template1-4-op {
    padding-left: 0;
  }
  .template1-4-op img {
    position: static;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .template1-4-text .blue.second {
    background: none;
    padding: 0;
  }
  .template1-4-text .blue span {
    line-height: 27px;
    display: inline-block;
    margin-bottom: 5px;
    background: #6E1529;
    color: #fff;
    border-radius: 10px;
    text-transform: uppercase;
    font-family: MontserratBold;
    padding: 5px 19px;
  }
  .template1-4-text {
    text-align: center;
  }
  .template2-4-bubble img.desktop {
    display: none;
  }
  .template2-4-bubble img.mobile {
    display: block;
  }
}
@media(max-width: 1429px) {
  .header-h1 {
    bottom: 145px;
  }
  .header-h1 h1 {
    font-size: 38px;
    line-height: 41px;
  }
  .top-bexsero {
    width: 165px!important;
    margin-top: 0;
  }
}
@media(max-width: 1199px) {
  .header-h1 {
    bottom: 145px;
  }
  .header-h1 h1 {
    font-size: 34px;
    line-height: 41px;
  }
  .header-h1 h3 {
    font-size: 18px;
  }
}
.title-item-yes.mobile {
  display: none;
}
@media(max-width: 991px) {
  .template2-4-wrap {
    padding-top: 30px;
  }
  .title-item-yes.mobile {
    display: block;
    color: #000000;
    text-transform: uppercase;
    font-family: MontserratBlack;
    text-align: center;
  }
  .title-item.base {
    display: none;
  }
  .template2-4 p {
    margin-bottom: 20px;
    text-align: center;
  }
  .template2-4-bubble {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    margin: 35px auto 45px;
    width: 331px;
    text-align: left;
  }
  .template2-4-bubble img {
    width: 331px;
    height: auto;
  }
  .template2-4-bubble p {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    top: 51px;
    left: 41px;
  }
  .template2-4-bubble p.small {
    left: 42px;
    font-size: 11px;
    line-height: 15px;
    max-width: 270px;
    top: 91px;
  }
  .template2-4 hr {
    display: none;
  }
  .navigation .toggle {
    color: #000;
    line-height: 20px;
    margin-bottom: 0px;
    margin-top: 0;
    padding: 12px 7px;
    position: relative;
    padding-right: 30px;
    border-color: #fff;
  }
  .navigation .toggle .arrow-down{
    transform: rotate(90deg);
    position: absolute;
    right: 7px;
    top: 0;
    bottom: 0;
    margin: auto!important;
  }
  .template2-4 p.small-sentence {
    float: none;
    display: block;
    margin: 0;
    text-align: left;
    padding-top: 8px;
    padding-left: 0;
  }
  .template2-4 p.small-sentence:nth-child(1),
  .template2-4 p.small-sentence:nth-child(2),
  .template2-4 p.small-sentence:nth-child(3) {
    font-family: MontserratBold!important;
  }
  .small-sentence-br {
    display: none;
  }
  .navigation .content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navigation .content .white {
    background: none;
    background: transparent;
    color: #000;
    border: none;
    border-bottom: 1px solid #fff;
  }
  .navigation .content .orange {
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.4);
    color: #000;
    border: none;
    border-bottom: 1px solid #fff;
    font-family: MontserratBold;
  }
  .navigation .content .orange:first-of-type {
    border-top: 1px solid #fff;
  }
  .navigation .content .white:nth-child(2) {
    border-top: 1px solid #fff;
  }
  .navigation .content .orange:nth-child(5) {
    background: #6E1529;
    color: #fff;
  }
  .navigation .content .white:nth-child(6) {
    background: #6E1529;
    color: #fff;
  }
  .navigation .content .doublecoll {
    height: 120px;
  }
  .navigation .content .doublecol {
    display: block;
    height: 120px;
    padding: 0;
  }
  .navigation .content .doublecol div:first-child{
    padding: 7px 10px 7px;
    border-bottom: 1px solid #fff;
  }
  .navigation .content .line {
    width: 40%;
    height: 2px;
    display: block;
    background: #000;
    margin-left: auto;
    margin-right: auto;
  }
  .navigation .content .doublecol div:last-child{
    padding: 7px 10px 7px;
    border-top: 1px solid #fff;
  }
  .navigation .content .orange-button {
    margin-top: 20px;
    border: none;
  }
  .template-faq h1 {
    padding-left: 0;
    margin-left: 0;
  }
  .template-faq {
    background: #fff;
  }
  .template-faq p {
    color: #000;
  }
  .template-faq .collapsed {
    background: #c0b798!important;
    border: none;
  }
  .table-mobile {
    margin-bottom: 30px;
  }
}
@media(max-width: 499px) {
  .header-h1 h1 {
    font-size: 22px;
    line-height: 33px;
  }
  .header-h1 h3 {
    font-size: 13px;
    line-height: 24px;
  }
  /*.template2-4-bubble {*/
  /*  top: 95px;*/
  /*}*/
  .title .title-item-yes {
    color: #000;
  }
  .template2-4 p.small-sentence {
    padding-left: 15px;
    padding-right: 15px;
  }
  .template2-4 .title-item-yes.base {
    display: none!important;
  }
}
@media(max-width: 395px) {
  /*.template2-4-bubble {*/
  /*  top: 126px;*/
  /*}*/
}
.schema-mobil {
  width: 100%;
  padding: 15px 35px;
}
.schema-item {
  width: 100%;
}
.schema-item .left{
  width: 40%;
  float: left;
  background: rgba(255,255,255,0.4);
}
.schema-item .right {
  width: 60%;
  float: left;
}
.schema-item .top img  {
  width: 15px;
}
.schema-item .bottom.orange {
  background: #6E1529;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.schema-item .bottom.orange p {
  color: #fff;
  font-family: MontserratBlack;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0 15px!important;
}
.schema-item .bottom.white {
  background: #ffffff;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  height: auto;
  padding: 15px 5px;
}
.schema-item .bottom.white p {
  color: #6E1529;
  font-family: MontserratBlack;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0 15px!important;
}
.schema-item .tabulka {
  border: 2px solid #fff;
}
.schema-item .riadok  {
  height: 140px;
  width: 100%;
  border-bottom: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.schema-item .riadok.biggerme {
  height: 170px;
}
.schema-item .riadok.biggermewithpadding {
  height: 170px;
  padding: 15px 20px;
}
.schema-item .riadok:last-of-type {
  border-bottom: none;
}
.schema-item .left .riadok {
  font-family: MontserratBold;
  font-size: 12px;
  line-height: 17px;
  color: #000;
  text-transform: uppercase;
}
.schema-item .left .riadok.orange {
  background: #6E1529;
  color: #fff;
}
.schema-item .right .riadok {
  font-family: MontserratRegular;
  font-size: 12px;
  line-height: 17px;
  color: #000;
}
.schema-item .right .riadok.orange {
  background: #6E1529;
  color: #fff;
}
.schema-item .riadok img {
  height: 45px;
  width: auto;
  margin-bottom: 5px;
  margin-top: 5px;
}
.schema-item .top {
  height: 100px;
  padding: 0 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.schema-item .padding {
  width: 90px;
  position: absolute;
  top: 0;
}
.schema-item .padding:first-of-type {
  left: 0;
  text-align: right;
}
.schema-item .padding:first-of-type img{
  transform: rotate(180deg) translateX(-10px);
}
.schema-item .padding:first-of-type a{
  justify-content: flex-end;
}
.schema-item .padding:last-of-type {
  right: 0;
}
.schema-item3 .padding:first-of-type a span {
  position: relative;
  right: -3px;
}
.schema-item .padding a {
  display: block;
  width: 90px;
  height: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.schema-item .padding a img {
  width: 15px;
  margin-right: 10px;
  margin-bottom: 0;
}
.schema-item .padding a span {
  font-family: MontserratBold;
  text-transform: lowercase;
  font-size: 11px;
  color: #000;
}
.schema-item .text {
  text-align: center;
  font-size: 34px;
  line-height: 35px;
  font-family: MontserratBold;
  color: #000;
  position: relative;
  top: -1px;
}
.owl-dots {
  text-align: center;
  padding-top: 20px;
}
.owl-dot {
  margin-left: 5px;
  margin-right: 5px;
}
.owl-dot span {
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  display: block;
}
.owl-dot.active span {
  background: #6E1529;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  border: 1px solid #fff;
  background-color: #6E1529;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 350px;
  background-repeat: no-repeat;
}
.owl-carousel .owl-nav button.owl-next.disabled,
.owl-carousel .owl-nav button.owl-prev.disabled {
  display: none;
}
.owl-carousel .owl-nav button.owl-next {
  right: -15px;
  background-image: url('/assets/img/schema-w-right.png');
  background-size: 14px 21px;
  background-position: right 11px center;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -15px;
  background-image: url('/assets/img/schema-w-left.png');
  background-size: 14px 21px;
  background-position: left 10px center;
}
/*.schema-item2 .top {*/
/*  padding: 0 65px;*/
/*}*/
.schema-item2 .padding {
  width: 65px;
}
.schema-item2 .padding a {
  width: 65px;
}
.schema-item3 .top {
  padding: 0 65px;
}
.schema-item3 .padding {
  width: 65px;
}
.schema-item3 .padding a {
  width: 65px;
}
.schema-item4 .top {
  padding: 0 65px;
}
.schema-item4 .padding {
  width: 65px;
}
.schema-item4 .padding a {
  width: 65px;
}
.schema-mobil {
  display: none;
}
.schema-desk {
  display: block;
  margin-bottom: 13px;
}
/*.bubbble {*/
/*  display: none;*/
/*}*/
@media(max-width: 700px) {
  .bubbble {
    display: none;
  }
  .schema-mobil {
    display: block;
  }
  .bubbble-wrap {
    margin-top: 35px;
  }
  .bubbble.inschema {
    display: block;
  }
  .schema-desk {
    display: none;
  }
  .bubbble-wrap > p {
    display: none;
  }
  .bubbble {
    right: 0;
    left: 0;
    margin: auto;
  }
}
.midrange {
  display: none;
}
@media(max-width: 1429px) {
  .title .title-p.fix-1 span {
    display: inline;
  }
  .template1-2 .infographic-2 {
    width: 780px;
  }
  .template1-2 .fix2 {
    max-width: 700px;
    margin: 50px auto 30px;
  }
  .template1-2 .fix2 span {
    display: inline;
  }
  .template1-2 .icon-bin {
    width: 85px;
    margin-top: 10px;
  }
  .midrange {
    display: block;
  }
  .template-3 .left-btn,
  .template-3 .right-btn {
    padding-top: 245px;
  }
}
.template2-bubble img.mobile {
  display: none;
}
.mobile-only {
  display: none;
}
@media(max-width: 550px) {
  .template2-bubble img.base {
    display: none;
  }
  .template2-bubble img.mobile {
    display: block;
  }
  .template2-bubble {
    width: 331px;
    height: 202px;
    margin-left: -7px;
  }
  .template2-bubble h2 {
    top: 46px;
    left: 45px;
    font-size: 22px;
  }
  .template2-bubble p {
    top: 74px;
    left: 45px;
    font-size: 14px;
  }
}
@media(max-width: 992px) {
  .template-2.add-bg-1 {
    background-image: none;
  }
}
@media(max-width: 550px) {
  .mobile-only {
    display: block;
  }

  .schema-mobil {
    padding-top: 0;
  }
  .template1-3 .title-p {
    text-align: center;
    padding-bottom: 15px;
  }
  .template1-3 .title-p .midrange{
    display: none;
  }
  .default {
    box-shadow: none;
    position: static;
  }
  .template1-2 .icon-bin {
    width: 70px;
  }
  .template1-2 .img-center span.boxbox1 {
    text-align: center;
  }
 .template1-3 .img-center span:nth-child(2),
 .template1-3 .img-center span:last-child {
   display: inline;
 }
  .template1-4-text .black {
    font-family: MontserratBlack;
  }
  .template1-4-op {
    padding-top: 0px;
  }

  .template2-2-wrap {
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 30px;
  }
  .template2-2 .align {
    font-size: 18px;
    line-height: 1.2;
  }
  .template2-2 a.btn {
    width: 100%;
  }
  .template-2.add-bg-1 {
    background-image: none;
  }
  .template2-3 p:nth-child(1) {
    padding-left: 33px;
    padding-right: 20px;
  }
  .template2-4-wrap {
    padding-top: 20px;
    padding-left: 16px;
  }
  /*.template2-4-bubble {*/
  /*  top: 185px;*/
  /*}*/
  .title .title-item-yes {
    margin-bottom: 25px;
  }
  .template-3 {
    background-color: #e8e5da;
  }
  .sub-button-yez {
    background-color: #c0b798;
    border: 2px solid #c0b798;
  }
  .swiper-slide .quiz-answers div {
    margin-bottom: 13px;
  }
  .swiper-slide .quiz-answers div a {
    font-size: 13px;
  }
  .template-5 {
    background-position: top center;
    padding-top: 115px;
    position: relative;
  }
}
@media only screen and (max-width: 991px) and (min-width: 700px) {
  .template-3 {
    background-color: #e8e5da;
  }
}
.sub-button-yez {
  background-color: #c0b798;
  border: 2px solid #c0b798;
}
.sub-button-yez:hover {
  color: #fff;
}
@media(max-width: 900px) {
  .template1-2 .fix2 {
    line-height: 24px;
  }
  .fix5 {
    display: flex;
    justify-content: center;
  }
  .fix5 a {
    display: block;
    width: 135px;
    height: 55px;
  }
  .fix5 a span{
    float: left;
    color: #000;
    text-transform: uppercase;
    font-size: 8px;
    font-family: MontserratBold;
    margin-right: 10px;
    text-align: left;
    padding-top: 16px;
  }
  .fix5 a img{
    float: left;
    display: block;
    margin-right: 0!important;
  }
  .fix5 .right-btn-s span {
    padding-top: 23px;
    margin-left: 10px;
    margin-right: 0;
  }
}
@media(max-width: 450px) {
  .header {
    background-image: url('../img/header-1-mobile.png');
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navbar #template-1-btn.box-shadow::after,
  .navbar #template-5-btn.box-shadow::after,
  .navbar #template-2-btn.box-shadow::after {
    content: '';
    display: none;
  }
}
.sub-buttons ul li.sub-button1-3 {
  width: 245px;
  padding-left: 0;
  padding-right: 0;
}
.sub-buttons ul li.sub-button1-4 {
  width: 245px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1364px) and (min-width: 992px) {
  .sub-buttons ul li.sub-button1-3 {
    width: 188px;
    padding-left: 0;
    padding-right: 0;
  }
  .sub-buttons ul li.sub-button1-4 {
    width: 188px;
    padding-left: 0;
    padding-right: 0;
  }
}
#overlay2 {
  cursor: pointer;
}
.popbubl {
  width: 1177px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
.popbubl img {
  max-width: 100%;
}
.popbubl .mobile {
  display: none;
}

@media(max-width: 1500px) {
  .popbubl {
    transform: translateY(-50%) scale(0.7);
  }
}
@media(max-width: 1200px) {
  .popbubl {
    transform: translateY(-50%) scale(1);
    width: 600px;
  }

}
@media(max-width: 630px) {
  .popbubl {
    transform: translateY(-50%) scale(1);
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .popbubl .mobile {
    display: block;
    margin: auto;
  }
  .popbubl .base {
    display: none;
  }
}
.header-h1 h1 span {
  font-size: 0.8em;
}
/*.type1 {*/
/*  display: none;*/
/*}*/
/*.type2 {*/
/*  display: block;*/
/*}*/
.header-h1 h1,
.header-h1 h3 {
  transition: all 1s ease-in-out;
  position: relative;
  left: 0;
  visibility: visible;
}
.header-h1.out h1,
.header-h1.out h3 {
  left: -250px;
  opacity: 0;
  visibility: hidden;
}
.bubbble-wrap {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}
.bubbble {
  position: absolute;
  top: -120px;
  left: 9%;
}
.bubbble h5 {
  font-family: MontserratBlack;
  font-size: 30px;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0px;
  line-height: 135px;
  margin: 0;
  width: 229px;
  text-align: center;
}
.bubbble-wrap p{
  font-family: MontserratRegular;
  font-size: 16px;
  color: #000000;
  text-align: left;
  position: relative;
  top: 15px;
}
.bubbble-wrap p a{
  font-family: MontserratRegular;
  color: #000000;
}
.bubbble-wrap p strong{
  font-family: MontserratBlack;
}
@media(max-width: 1429px) {
  .bubbble {
    left: 7%;
    width: 200px;
    height: 122px;
    top: -105px;
  }
  .bubbble img {
    max-width: 100%;
  }
  .bubbble h5 {
    line-height: 117px;
    width: 200px;
    font-size: 27px;
  }
  .template2-3 p:nth-child(1) br {
    display: none;
  }
  .template2-3 p:nth-child(1) {
    max-width: 600px;
  }
}
@media(max-width: 1199px) {
  .template2-3 p:nth-child(1) {
    max-width: 400px;
  }
}
@media(max-width: 999px) {
  .template2-3 p:nth-child(1) {
    max-width: none;
    padding: 0 50px;
    font-size: 12px;
  }
  .bubbble-wrap {
    margin-top: 145px;
  }
  .bubbble {
    top: -120px;
  }
  .template-2 img {
    margin-bottom: 15px;
  }
  .bubbble-wrap p {
    top: 0;
    margin-bottom: 45px;
  }
}
@media(max-width: 1429px) and (min-width: 1200px){
  .template2-4 p {
    font-size: 18px;
  }
  .template2-4-wrap {
    max-width: 443px;
  }
  .template2-4 p strong {
    font-size: 17px;
  }
  .template2-4-bubble img {
    width: 305px;
  }
  .template2-4-bubble p {
    font-size: 19px;
    top: 50px;
  }
  .template2-4-bubble p.small {
    font-size: 10px;
    line-height: 13px;
    top: 83px;
  }
}
@media(max-width: 700px) {
  .bubbble-wrap {
    margin-top: 35px;
  }
  .bubbble.inschema {
    display: block;
    position: relative;
    top: 0!important;
    left: 0;
    margin-bottom: 10px;
  }
  .template2-4 p {
    text-align: left;
  }
}
.mb-20 {
  margin-bottom: 20px;
}
.font-medium {
  font-family: MontserratMedium;
}
.font-bold {
  font-family: MontserratBold;
}

.riziko-img-wrap {
  position: relative;
  margin-bottom: 25px;
}
.riziko-img-wrap .mobile{
  display: none;
}
.riziko-img-wrap a {
  position: absolute;
  left: 0;
  bottom: -5px;
  background: #6E1529;
  border-radius: 9px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: inline;
  padding: 15px 10px;
  font-family: MontserratBold;
  width: 50%;
  letter-spacing: 1px;
}
.adolescenti-img-3 {
  display: none;
}
.adolescenti-img-2 {
  max-width: 65%;
  margin: 10px auto 25px;
  display: block;
}
@media(max-width: 991px) {
  .adolescenti-img-2 {
    display: none;
  }
  .adolescenti-img-3 {
    max-width: 73%;
    margin: 10px auto 25px;
    display: block;
  }
}

.vakcina-mobile,
.vakcina-mobile2 {
  display: none;
}
@media(max-width: 1429px) {
  .riziko-img-wrap a {
    bottom: -20px;
  }
}
@media(max-width: 1199px) {
  .riziko-img-wrap a {
    padding: 10px;
  }
  .template2-4 p.smr1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media(max-width: 991px) {
  .template-1.add-bg-9 {
    background: #fff;
  }
  .big-sentence-wrap {
    padding-bottom: 45px;
  }
  .template2-4 p.smr1 {
    margin-bottom: 15px;
    padding-left: 20Px;
    padding-right: 20px;
  }
  .bg-type-1 {
    background: none;
  }
  .add-mobile-padding {
    margin-bottom: 40px;
  }
  .riziko-img-wrap .mobile{
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
  .riziko-img-wrap .full{
    display: none;
  }
  .riziko-img-wrap a {
    position: static;
    padding: 15px 10px;
    width: 100%;
    display: block;
    margin-bottom: 25px;
  }
  .vakcina-full {
    display: none;
  }
  .vakcina-mobile {
    display: block;
    max-width: 300px!important;
    margin: 40px auto 40px!important;
  }
  .vakcina-mobile2 {
    display: block;
    max-width: 300px!important;
    margin: 20px auto 45px!important;
  }
}
.removespaceleft {
  padding-left: 0;
}
.podleoff {
  display: none;
}

@media(max-width: 999px) {
  .header-img {
    display: none;
    height: 100%;
    width: 100%!important;
    max-height: none;
  }
  .header-img.header-img-mobile {
    display: block;
    background-position: top 69px center;
    background-size: cover;
  }
  .header-images {
    height: 100%;
  }
  .header-img-mobile1 {
    background-image: url('../img/header-mobile-1.jpg');
  }
  .header-img-mobile2 {
    background-image: url('../img/header-mobile-2.jpg');
  }
  .header-img-mobile3 {
    background-image: url('../img/header-mobile-3.jpg');
  }
}

@media (max-width: 480px) {
  .footer .footer-item img {
    display: inline-block;
    width: 60px;
    margin-right: 10px;
    margin-top: -46px;
    margin-left: 0px;
    left: -7px;
    position: relative;
  }

  .header-img-mobile1 {
    background-image: url('../img/header-1-mobile.jpg');
  }
  .header-img-mobile2 {
    background-image: url('../img/header-2-official.jpg');
  }
  .header-img-mobile3 {
    background-image: url('../img/header-3-official.jpg');
  }
}
