.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Coluna Rounded";
  src: url("ColunaRounded-CondensedBold.woff2") format("woff2"),
    url("ColunaRounded-CondensedBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.imgCenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

* {
  font-family: "Poppins", serif, Arial, Verdana, Trebuchet MS, Helvetica,
    sans-serif;
  font-size: 18px;
  color: #324d41;
}

.br1 {
  border: 1px solid Red;
}

/* -- common -- */
.horniIndex {
  vertical-align: super;
  font-size: 9px;
}

.i {
  font-style: italic;
}

sup {
  font-size: 0.7em;
}

/* -- float -- */
.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.clear {
  clear: both;
}

.textLeft {
  text-align: left !important;
}

.pb90 {
  padding: 0 0 90px 0;
}

.ml20 {
  margin-left: 20px !important;
}

.relative {
  position: relative;
}

.green {
  color: #0f8112;
}

.dark {
  color: #232f5d;
}

.pointer {
  cursor: pointer;
}

.white {
  color: White;
}

.maxW750 {
  max-width: 750px;
}

.imgFullSize {
  width: 100%;
}

@media (min-width: 768px) {
  .mb50 {
    margin-bottom: 50px !important;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1180px;
  }
}

.hiddenElement {
  visibility: hidden;
}

/* -- all pages -- */
hr {
  display: none;
}

body {
  background-color: #f9feeb;
  background-color: White;
}

.redFont {
  color: #ba3071;
}

.fs15 {
  font-size: 15px;
}

.fs18 {
  font-size: 18px;
}

.header {
  background-image: url(../pcs/pcs_layout/bg-header.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .header {
    background-size: auto;
  }
}

.top {
  min-height: 95px;
  max-width: 1550px;
  margin: 0 auto;
}

.topLogo {
  max-width: 107px;
}

@media only screen and (min-width: 768px) {
  .topLogo {
    max-width: 148px;
  }
}

.topMenu {
  margin-bottom: 0;
  padding-left: 0;
}

.topMenu li {
  list-style-type: none;
  margin-left: 15px;
  background-position: left center;
  background-repeat: no-repeat;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.topMenu li.topMenu1 {
  background-image: url(../pcs/pcs_layout/top-menu1.png);
  width: 131px;
}

.topMenu li.topMenu2 {
  background-image: url(../pcs/pcs_layout/top-menu2.png);
  width: 156px;
}

.topMenu li.topMenu3 {
  background-image: url(../pcs/pcs_layout/top-menu3.png);
  width: 147px;
}

.topMenu li.topMenu4 {
  background-image: url(../pcs/pcs_layout/top-menu4.png);
  width: 111px;
}

.topMenu li.topMenu5 {
  background-image: url(../pcs/pcs_layout/top-menu5.png);
  width: 180px;
}

@media only screen and (min-width: 1200px) {
  .topMenu li {
    background-position: center;
  }
}

@media only screen and (min-width: 1200px) {
  .topMenu li.topMenu1 {
    width: 151px;
  }

  .topMenu li.topMenu2 {
    width: 186px;
  }

  .topMenu li.topMenu3 {
    width: 177px;
  }

  .topMenu li.topMenu4 {
    width: 151px;
  }

  .topMenu li.topMenu5 {
    width: 220px;
  }
}

.topMenu li a {
  color: white;
  line-height: 40px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
  .topMenu li {
    margin-left: 5px;
    margin-right: 5px;
  }

  .topMenu li a {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  .topMenu li {
    margin-left: 20px;
    margin-right: 20px;
  }

  .topMenu li a {
    font-size: 16px;
  }
}

.topButton {
  text-transform: uppercase;
  background-color: #2d498b;
  color: White;
  font-size: 16px;
  font-weight: 700;
  width: 168px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  transition: background-color 0.5s;
}

.topButton:hover {
  color: White;
  background-color: #4061ae;
  text-decoration: none;
}

.content {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 480px) {
  .content {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .content {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contentSmaller {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .content {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .contentSmaller {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.contentCol {
  background-color: #faf8f5;
}

h2 {
  text-transform: uppercase;
  color: #097334;
  font-family: "Coluna Rounded";
}

.headerContent {
  padding-top: 20px;
  position: relative;
  z-index: 99;
}

@media only screen and (min-width: 768px) {
  .headerContent {
    padding-top: 30px;
    margin-bottom: -50px;
  }
}

.headerButtonBox {
  background-image: url(../pcs/pcs_layout/top-button-bcg.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.fontBorder {
  border: 4px solid Red;
}

.headerContentButton {
  font-weight: 500;
  font-size: 18px;
  border: none;
  display: block;
  color: White;
  font-size: 16px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  background-color: #e72486;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  transition: background-color 0.5s;
  text-transform: uppercase;
}

.redButton {
  background-color: #e72486;
}

.smallButton {
  width: 146px;
}

.buttonCenter {
  margin-left: auto;
  margin-right: auto;
}

.headerContentButton:hover {
  color: White;
  text-decoration: none;
  background-color: #ea3d81;
}

h2 {
  font-size: 36px;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 480px) {
  h2 {
    font-size: 43px;
  }
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 992px) {
  h2 {
    font-size: 57px;
  }
}

@media only screen and (min-width: 1200px) {
  h2 {
    font-size: 64px;
  }
}

.odd {
  border-bottom: 1px solid #d1d1d1;
  margin-top: 45px;
  margin-bottom: 45px;
}

.iconImage {
  min-height: 240px;
}

.iconImage img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.iconNum {
  color: White;
  background-color: #5ab7a6;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  margin: 15px auto;
}

.iconText {
  text-align: center;
}

.iconText strong {
  color: #ba3071;
}

@media only screen and (min-width: 1200px) {
  .iconText1 {
    padding-top: 0.5em;
  }
  .iconText2 {
    padding-top: 1em;
  }
}

.arrow {
  background-image: url(../pcs/pcs_layout/arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 42px;
  height: 6px;
  position: absolute;
  top: 250px;
  right: -12px;
}

.arrow2 {
  background-image: url(../pcs/pcs_layout/arrow2.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 6px;
  height: 30px;
  display: block;
  margin: 20px auto;
}

.ceny {
  background-image: url(../pcs/pcs_layout/ceny-bcg.png);
  background-position: top center;
  background-repeat: no-repeat;
  /*  background-size: cover;*/
}

.price {
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 237px;
  min-height: 180px;
}

.price1 {
  background-image: url(../pcs/pcs_layout/ceny1.png);
}

.price2 {
  background-image: url(../pcs/pcs_layout/ceny2.png);
}

.price .iconText {
  min-height: 180px;
}

.registrace {
  background-image: url(../pcs/pcs_layout/bg-registrace.png);
  background-position: top center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1200px) {
  .registrace {
    background-color: #e0e956;
  }
}

.registraceBox {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.formInputBox {
  margin-top: 20px;
}

.regForm label {
  color: #232f5d;
  font-size: 16px;
  font-weight: 700;
}

.regForm input {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #005851;
  min-height: 50px;
  line-height: 50px;
}

.submitButtonCenter {
  margin-left: auto;
  margin-right: auto;
  max-width: 302px;
}

.submitButton {
  cursor: pointer;
  border: none;
  font-weight: 500;
  font-size: 18px;
  border: none;
  display: block;
  color: White;
  font-size: 16px;
  width: 302px;
  height: 58px;
  line-height: 58px;
  background-color: #e72486;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  text-align: center;
  transition: background-color 0.5s;
  padding: 0;
  float: none;
  border: none !important;
  text-transform: uppercase;
  margin-top: 30px;
}

.souhlasForm {
  margin-top: 30px;
}

.souhlasForm {
  color: #324d41;
  font-size: 16px;
}

.souhlasLabel input {
  min-height: 16px;
  line-height: 16px;
}

.souhlasForm a {
  color: #e72486;
  font-size: 16px;
}

.souhlasForm a {
  text-decoration: underline;
}

.buttonCenter {
  margin-left: auto;
  margin-right: auto;
}

.submitButton:hover {
  color: White;
  text-decoration: none;
  background-color: #ea3d81;
}

.custom-file-label {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background-color: White;
  border: 1px solid #005851;
  color: #161616;
  min-height: 44px;
  line-height: 44px;

  min-height: 50px;
  line-height: 50px;
  padding-top: 0;
}

.custom-file-label::after {
  min-height: 42px;
  line-height: 42px;
  min-height: 49px;
  line-height: 49px;
  padding-top: 0;
  background-color: #005851;
  border: 1px solid #005851;
  color: White;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

/*
.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Procházet";
}
*/

.pageLang1 .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Procházet";
}

.pageLang2 .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Prechádzať";
}

.titlePravidla {
  font-size: 30px;
  line-height: 36px;
}

.rulesLink {
  color: #e10f21;
  font-size: 18px;
  text-decoration: underline;
}

.rulesLink:hover {
  color: #9e1958;
  text-decoration: none;
}

.datumNakupuIco {
  background-image: url(../pcs/pcs_layout/datum-ico.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
}

@media only screen and (max-width: 992px) {
  .imgPravidla {
    max-width: 300px;
    margin: 30px auto;
    display: block;
  }
}

.pravidlaBox {
  background-image: url(../pcs/pcs_layout/pravidla-bottom.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}

.footer {
  background-color: White;
}

.footerContent {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footerText {
  color: #2d498b;
  font-size: 14px;
}

@media only screen and (min-width: 992px) {
  .footerText {
    font-size: 18px;
    text-align: right;
  }
}

@media only screen and (min-width: 992px) {
  .footerLogo,
  .footerText {
    width: 260px;
  }
}

.socialIco {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fee433;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 6px;
  margin-right: 6px;
}

.socialIcoFb {
  background-image: url(../pcs/pcs_layout/facebook.svg);
}

.socialIcoInsta {
  background-image: url(../pcs/pcs_layout/instagram.svg);
}

.socialIcoYt {
  background-image: url(../pcs/pcs_layout/youtube.svg);
}

.socialIcoTT {
  background-image: url(../pcs/pcs_layout/tt.svg);
}

/* popupy */
.overlay {
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-image: url(../pcs/pcs_layout/overlay.png);
  background-position: center center;
  background-repeat: repeat;
}

.popUp {
  top: 50%;
  left: 2%;
  position: fixed;
  z-index: 9999;
  width: 98%;
  margin-top: -220px;
  margin-left: 0px;
}

.popUp img {
  max-width: 90%;
}

@media only screen and (min-width: 768px) {
  .popUp {
    top: 50%;
    left: 50%;
    position: fixed;
    z-index: 9999;
    width: 591px;
    height: 447px;
    margin-top: -220px;
    margin-left: -295px;
  }

  .popUp img {
    max-width: 591px;
  }
}

.popUpClose {
  top: -22px;
  right: -22px;
  cursor: pointer;
  position: absolute;
  z-index: 99999;
  background-image: url(../pcs/pcs_layout/pop-up-close.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
}

@media only screen and (min-width: 768px) {
  .popUp {
    top: 50%;
    left: 50%;
    position: fixed;
    z-index: 9999;
    width: 591px;
    height: 447px;
    margin-top: -220px;
    margin-left: -295px;
  }

  .popUp img {
    max-width: 591px;
  }

  .popUpClose {
    top: -50px;
    right: -50px;

    width: 100px;
    height: 100px;
  }

  .popUpCloseThank {
    top: -50px;
    right: -50px;
    width: 130px;
    height: 130px;
  }
}

.popUp4 {
  /*background-image: url(../pcs/pcs_layout/thankyou.jpg);
    background-position: center center;
    background-repeat: no-repeat;*/
  max-width: 600px;
  /*height: 440px;*/
  padding: 35px;
  background-color: White;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.popUpImg {
  position: relative;
  top: -100px;
  margin-bottom: -70px;
}

.popUpTitle {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 20px;
  font-weight: 900;
}

.popUpText {
  color: #888888;
  font-size: 18px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
  .menuSwitcher {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    background-image: url(../pcs/pcs_layout/menu-switch.png);
    background-position: center;
    background-repeat: no-repeat;
  }

  .openMenu {
    background-color: Black;
    position: absolute;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 300px;
    height: 100vh;
    z-index: 99999;
    display: none;
  }

  .mobileMenu {
    margin-top: 100px;
    padding-left: 0;
  }

  .mobileMenu li {
    list-style-type: none;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .mobileMenu li a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: White !important;
    font-size: 18px;
  }

  .closeMenu {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 10;
    width: 50px;
    height: 50px;

    background-image: url(../pcs/pcs_layout/menu-close.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 99;
  }
}

@media only screen and (min-width: 992px) {
  .openMenu {
    display: none !important;
  }
}
