.sprite_svg {
  display: none;
  width: 0;
  height: 0;
}
.icon_svg {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
  transition: color 0.4s ease-in-out;
  stroke-width: 0;
  fill: currentColor;
}
.semibold {
  font-family: barlowsemibold, arial, Helvetica, sans-serif;
}
.semiboldcondensed {
  font-family: barlow_condensedsemibold, arial, Helvetica, sans-serif;
}
.uptitle {
  color: #B25C13;
  font-size: 20px;
  font-weight: bold;
  font-family: barlow_condensedbold, arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
strong,
.bold {
  font-weight: bold;
  font-family: sansprobold, arial, Helvetica, sans-serif;
}
.bigger {
  font-size: 22px;
  line-height: 1.2;
}
.big {
  font-size: 26px;
  line-height: 1.2;
}
.uppercase {
  text-transform: uppercase;
}
.nodecoration {
  text-decoration: none;
}
.red {
  color: #db0f3c;
}
.grey-1 {
  color: #444;
}
.grey-2 {
  color: #555;
}
.grey-3 {
  color: #666;
}
.grey-4 {
  color: #888;
}
.grey-5 {
  color: #bebebe;
}
.grey-6 {
  color: #ddd;
}
.grey-7 {
  color: #e5e5e5;
}
.grey-8 {
  color: #f5f5f5;
}
.black {
  color: #000000;
}
.white {
  color: #ffffff;
}
.green {
  color: #129037;
}
.button {
  display: inline-block;
  padding: 14px 35px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: bold;
  font-family: barlowbold, arial, Helvetica, sans-serif;
  cursor: pointer;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.4s ease-in-out;
}
.button_red {
  color: #ffffff;
  text-transform: uppercase;
  background-color: #B25C13;
  border-radius: 30px;
}
.button_red:hover {
  color: #ffffff;
  background-color: #000000;
}
.pointer {
  cursor: pointer;
}
.radio {
  display: grid;
  grid-template-columns: min-content auto;
  margin: 0 10px;
}
.radio:focus-within .radio__label {
  opacity: 1;
}
.radio__label {
  line-height: 1;
  opacity: 0.8;
  transition: 0.4s all ease-in-out;
}
.radio__input {
  display: flex;
  font-size: 28px;
}
.radio__input input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  /*&:focus + .radio__control {
      box-shadow: 0 0 0 0.05em @red, 0 0 0.15em 0.1em @red;
    }*/
}
/*.radio-gradient input:checked + .radio__control {
  background: radial-gradient(@red 50%, rgba(255, 0, 0, 0) 51%);
}*/
.radio-before {
  /* stylelint-disable */
  /* stylelint-enable */
}
.radio-before .radio__control {
  display: grid;
  place-items: center;
}
.radio-before input + .radio__control:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.4em;
  height: 1.4em;
  margin-top: -0.7em;
  margin-left: -0.7em;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.4s transform ease-in-out;
  content: "";
}
.radio-before input:checked + .radio__control:before {
  transform: scale(1);
  border: 2px solid #b12231;
}
.radio__control {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  transform: translateY(-0.05em);
}
.radio__control--white {
  background-color: #ffffff;
}
.radio__control--silver {
  background-color: #797a8c;
}
.radio__control--yellow {
  background-color: #ffe414;
}
.radio__control--pink {
  background-color: #ff40df;
}
.radio__control--black {
  background-color: black;
}
.showhideexpader {
  display: none;
}
/*Main UL*/
.showhide-content > input:checked + .hidden-content {
  max-height: 1000px;
}
/* ================== Mobile Main Menu CSS ================== */
.hidden-content {
  float: none;
  max-height: 0;
  overflow: hidden;
  list-style: none;
  transition: max-height 1s;
}
.notdisplay {
  display: none;
}
.overhidden {
  overflow: hidden;
}
.overhiddenx {
  overflow-x: hidden;
}
.aligncenter {
  text-align: center;
}
.notdisplay {
  display: none;
}
.overhidden {
  overflow: hidden;
}
.overhiddenx {
  overflow-x: hidden;
}
.block {
  display: block;
}
.blockin {
  display: inline-block;
}
.imgnormalize {
  line-height: 1;
  vertical-align: middle;
}
.imgresponzive {
  max-width: 100%;
  height: auto;
}
.selectstyle__input {
  overflow: hidden;
  color: #fff;
  background: url("/images/svg/arrow-down.svg") no-repeat right 15px center #ffffff;
  background-size: 12px;
}
.selectstyle__input select {
  display: inline-block;
  max-width: 100%;
  padding: 10px 35px 10px 15px;
  color: #bebebe;
  font-weight: bold;
  background: transparent;
  border: 1px solid #bebebe;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.selectstyle__input select:hover {
  cursor: pointer;
}
.selectstyle__input select option {
  display: block;
  color: #000000;
  font-size: 16px;
  background-color: #fff;
}
/*.video {
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: 0;
  padding-bottom: 56.25%; !* Udává poměr stran 16:9 *!
}

.videofull {
  width: 100%;
}

.video__iframe {
  position: absolute;

  width: 100%;
  height: 100%;
}*/
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb60 {
  margin-bottom: 60px;
}
.mt0 {
  margin-top: 0;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt55 {
  margin-top: 55px;
}
.mt100 {
  margin-top: 100px;
}
.ml0 {
  margin-left: 0;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.mr0 {
  margin-right: 0;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.pt0 {
  padding-top: 0;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pb0 {
  padding-bottom: 0;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
/*# sourceMappingURL=css/helpers.css.map */