body {
  background-color: #fff;
  font-family: Poppins,sans-serif;
  color: #000
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins,sans-serif
}
a,
a:visited {
  color: #0097be;
  text-decoration: underline
}
a:active,
a:hover {
  text-decoration: none
}
a:focus-visible {
  outline: auto
}
a.link--black,
a.link--black:visited {
  color: #000;
  text-decoration: underline
}
a.link--black:active,
a.link--black:hover {
  color: #0097be;
  text-decoration: none
}
.icon-svg--ctklogo {
  height: 78px;
  width: 300px
}
.icon-svg--ctklogo:before {
  padding-top: 0
}
.messagebox.messagebox--custom {
  border: 1px solid #0097be;
  border-radius: 10px;
  font-family: Poppins,sans-serif;
  font-size: 16px
}
.messagebox.messagebox--custom .messagebox_buttons {
  background-color: #f5f5f5;
  border-top: 1px dashed #c8c8c8;
  padding: 10px 20px 0;
  text-align: center
}
.messagebox.messagebox--custom .messagebox_buttons_button {
  color: #fff;
  background-color: #000;
  background-image: none;
  border-radius: 10px
}
.messagebox.messagebox--custom .messagebox_buttons_button:active,
.messagebox.messagebox--custom .messagebox_buttons_button:hover {
  color: #fff;
  background-color: #0097be;
  background-image: none;
  border-radius: 10px
}
.m-main__link {
  padding: 27px 8px;
  font-size: 14px
}
@media (min-width:820px) {
  .m-main__link {
    padding: 27px 10px;
    font-size: 15px
  }
}
@media (min-width:1000px) {
  .m-main__link {
    padding: 47px 14px
  }
}
@media (min-width:1120px) {
  .m-main__link {
    padding: 47px 23px
  }
}
a.m-main__link {
  color: #616161
}
a.m-main__link:active,
a.m-main__link:hover {
  color: #0097be
}
a.m-main__link:hover:before {
  opacity: 1;
  visibility: visible
}
.c-subnav__article-title:hover {
  text-decoration: underline
}
.header-login {
  position: absolute;
  top: 100%;
  width: 100%;
  max-width: 1350px;
  padding: 0 70px;
  text-align: right;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999
}
@media (max-width:749px) {
  .header-login {
    padding: 0 50px
  }
}
.header-login .login {
  z-index: 999;
  position: absolute;
  right: 0;
  width: 100%;
  border: 1px solid #0097be;
  border-radius: 10px;
  padding: 20px 20px 0;
  left: 0;
  background-color: #fff;
  text-align: left;
  display: none
}
.header-login #logout-link {
  padding: 5px 14px 2px;
  display: inline-block;
  border: 1px solid #f2f2f2;
  border-bottom: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #f2f2f2;
  position: relative;
  font-size: 15px;
  margin-top: 3px
}
.header-login #logout-link:hover .login {
  display: block
}
.header-login #logout-link a {
  text-decoration: none
}
.header-login #logout-link .login a:hover {
  text-decoration: underline
}
.footer {
  font-size: 13px
}
.footer__copyright {
  font-weight: 700
}
.footer a,
.footer a:visited {
  text-decoration: none;
  color: #616161
}
.footer a:active,
.footer a:hover {
  text-decoration: underline;
  color: #0097be
}
.main {
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1350px
}
.main:after,
.main:before {
  content: '';
  display: table
}
.main:after {
  clear: both
}
.main--full {
  max-width: none
}
@media (max-width:749px) {
  .main {
    padding: 0 20px
  }
}
.mainbg {
  background-color: #f2f2f2;
  position: relative;
  margin: 35px 0;
  padding: 40px 30px
}
@media (max-width:749px) {
  .mainbg {
    padding: 30px 10px
  }
}
#errormessage {
  color: #cf1313;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 30px
}
.contexterr,
.error {
  color: #cf1313;
  font-size: 14px;
  font-weight: 600;
  margin-top: -25px;
  position: absolute
}
#contexterrfrigodate.contexterr,
#contexterrfrigotime.contexterr {
  position: relative;
  margin-top: 0;
  display: block
}
.inp-select,
input[type=date],
input[type=password],
input[type=text],
input[type=time] {
  display: block;
  color: #000;
  border-radius: 10px;
  height: 55px;
  width: 100%;
  margin: 0 0 30px;
  border: .5px solid #d8d8d8;
  font-size: 18px;
  font-family: Poppins,sans-serif;
  padding: 10px 15px;
  font-weight: 400;
  background-color: #fff
}
input[type=date],
input[type=time] {
  width: auto;
  display: inline-block
}
textarea {
  border-radius: 10px;
  width: 100%;
  border: 1px solid #d8d8d8;
  font-size: 18px;
  font-family: Poppins,sans-serif;
  padding: 10px 15px;
  font-weight: 400;
  background-color: #fff
}
textarea.videoembed {
  height: 80px;
  width: 100%;
  max-width: 500px
}
.loginbox input[type=password]:focus,
.loginbox input[type=text]:focus,
input[type=date]:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=time]:focus,
textarea:focus {
  border-color: #0097be
}
.loginbox input[type=password]::placeholder,
.loginbox input[type=text]::placeholder {
  color: #949494
}
input.file {
  opacity: 0;
  width: .1px;
  height: .1px;
  position: absolute
}
input[type=file] {
  line-height: 36px;
  font-size: 18px;
  font-family: Poppins,sans-serif;
  border: none;
  border-radius: 10px;
  margin: 10px;
  font-weight: 600;
  color: #fff;
  background-color: #000;
  padding: 11px 35px
}
input[type=file]:hover {
  background-color: #0097be
}
.XXcheckbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.checkbox-container {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  width: 25px;
  height: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.checkbox-container input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}
.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px
}
.checkbox-container input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #0097be
}
.checkbox-container .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 3px;
  width: 8px;
  height: 14px;
  border: solid #0097be;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.checkbox-container input:checked ~ .checkmark::after {
  display: block
}
.checkbox-container .checkmark:hover {
  border-color: #0097be
}
.checkbox-container input:focus + .checkmark {
  border-color: #0097be;
  border-width: 2px;
  outline-color: #0097be
}
:root {
  --radio-border-color: #707070;
  --radio-checked-color: #0097be;
  --radio-hover-color: #a3cef1;
  --radio-disabled-bg-color: #d9d9d9
}
input[type=radio] {
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  margin: 6px;
  padding: 0;
  vertical-align: middle;
  border: 1px solid var(--radio-border-color);
  border-radius: 50%;
  appearance: none;
  background-color: transparent;
  outline: 0;
  transition: outline .1s
}
input[type=radio]:not(:disabled):checked {
  border-color: var(--radio-checked-color);
  background-color: var(--radio-checked-color);
  background-clip: content-box;
  padding: 10px;
  background-image: radial-gradient(circle,var(--radio-checked-color) 0,var(--radio-checked-color) 50%,transparent 60%,transparent 100%)
}
input[type=radio]:disabled {
  background-color: var(--radio-disabled-bg-color)
}
input[type=radio]:disabled:checked {
  background-image: radial-gradient(circle,var(--radio-border-color) 0,var(--radio-border-color) 50%,transparent 50%,transparent 100%)
}
@media (hover:hover) {
  input[type=radio]:not(:disabled):hover {
    border-color: var(--radio-checked-color)
  }
}
input[type=radio]:focus-visible {
  background-color: var(--radio-hover-color);
  outline: 6px solid var(--radio-hover-color);
  transform: scale(1.05)
}
@media (prefers-reduced-motion:reduce) {
  input[type=radio] {
    transition: none
  }
  input[type=radio]:focus-visible {
    transform: scale(1)
  }
}
@media (prefers-reduced-motion:reduce) and (hover:hover) {
  input[type=radio]:not(:disabled):hover {
    transform: scale(1)
  }
}
.button,
button {
  line-height: 36px;
  font-size: 18px;
  font-family: Poppins,sans-serif;
  border: none;
  border-radius: 10px;
  margin: 10px;
  font-weight: 600;
  color: #fff;
  background-color: #0097be;
  padding: 10px 30px
}
.button:active,
.button:hover,
button:active,
button:hover {
  background-color: #25407b
}
.button-blueblack {
  color: #fff;
  background-color: #0097be;
  border: 1px solid #0097be
}
.button-blueblack:active,
.button-blueblack:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000
}
.button-bluewhite {
  color: #0097be;
  background-color: #fff;
  border: 1px solid #0097be
}
.button-bluewhite:active,
.button-bluewhite:hover {
  color: #fff;
  background-color: #0097be;
  border: 1px solid #0097be
}
.button-transblue {
  color: #0097be;
  background-color: transparent;
  border: 1px solid #0097be
}
.button-transblue:active,
.button-transblue:hover {
  color: #fff;
  background-color: #0097be;
  border: 1px solid #0097be
}
.button-transwhite {
  background-color: transparent;
  border: 1px solid #fff;
  backdrop-filter: blur(10px)
}
.button-transwhite:active,
.button-transwhite:hover {
  background-color: #000;
  border: 1px solid #000
}
.button-transblack {
  color: #000;
  background-color: transparent;
  border: 1px solid #000
}
.button-transblack:active,
.button-transblack:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000
}
.button-black {
  background-color: #000;
  border: 1px solid #000
}
.button-black:active,
.button-black:hover {
  background-color: #0097be;
  border: 1px solid #0097be
}
.button:focus-visible,
button:focus-visible {
  outline: #000 solid 2px
}
.button-black:focus-visible {
  outline: #0097be solid 2px
}
.button__arrow-right::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='19.5' viewBox='0 0 26 19.5'%3E%3Cpath id='arrowright' d='M176.25-700.5l-2.275-2.356,5.769-5.769H160v-3.25h19.744l-5.769-5.769L176.25-720l9.75,9.75Z' transform='translate(-160 720)' fill='%23fff'/%3E%3C/svg%3E%0A");
  vertical-align: middle;
  display: inline-block;
  height: 20px;
  padding-left: 20px;
  line-height: normal
}
.button__arrow-left::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='19.5' viewBox='0 0 26 19.5'%3E%3Cpath id='arrowright' d='M176.25-700.5l-2.275-2.356,5.769-5.769H160v-3.25h19.744l-5.769-5.769L176.25-720l9.75,9.75Z' transform='translate(-160 720)' fill='%23fff'/%3E%3C/svg%3E%0A");
  vertical-align: middle;
  display: inline-block;
  height: 20px;
  padding-left: 20px;
  line-height: normal;
  transform: rotate(180deg)
}
.button-transblue.button__arrow-left::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='19.5' viewBox='0 0 26 19.5'%3E%3Cpath id='arrowright' d='M176.25-700.5l-2.275-2.356,5.769-5.769H160v-3.25h19.744l-5.769-5.769L176.25-720l9.75,9.75Z' transform='translate(-160 720)' fill='%230097be'/%3E%3C/svg%3E%0A")
}
.button-transblue.button__arrow-left:hover::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='19.5' viewBox='0 0 26 19.5'%3E%3Cpath id='arrowright' d='M176.25-700.5l-2.275-2.356,5.769-5.769H160v-3.25h19.744l-5.769-5.769L176.25-720l9.75,9.75Z' transform='translate(-160 720)' fill='%23fff'/%3E%3C/svg%3E%0A")
}
.button-short {
  width: fit-content
}
a.button {
  color: #fff;
  text-decoration: none
}
label {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  display: inline-block
}
.b-popup__overlay,
.mainindexguest {
  background-color: rgba(242,242,242,.9);
  z-index: 999;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center
}
.b-popup__box,
.mainindexguest-leftcol {
  position: absolute;
  display: flex;
  flex-flow: column;
  max-width: 80%;
  max-height: 90%;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px
}
.b-popup__close {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cpath id='close_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24' d='M201.5-745l-1.5-1.5,6-6-6-6,1.5-1.5,6,6,6-6,1.5,1.5-6,6,6,6-1.5,1.5-6-6Z' transform='translate(-200 760)' fill='%23fff'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0097be;
  width: 37px;
  height: 37px;
  padding: 9px;
  margin: 0;
  border: 0;
  text-align: center;
  border-radius: 50%;
  line-height: 35px;
  font-size: 24px;
  color: #fff;
  transform: translate(50%,-50%);
  transition: transform .5s
}
.b-popup__close:hover {
  background-color: #000;
  transform: translate(50%,-50%) rotate(90deg);
  cursor: pointer
}
.mainindexguest-leftcol::after:hover,
.popup__box--close::after:hover {
  background-color: #000
}
@media (max-width:749px) {
  .b-popup__box,
  .mainindexguest-leftcol {
    max-width: 90%
  }
}
.mainindexguest .registerinfo {
  display: none
}
.loginbox label {
  font-weight: 700;
  margin: 0 0 15px;
  display: block
}
.loginbox button {
  margin: 0 0 30px
}
.loginbox2ndrow {
  row-gap: 20px;
  display: flex;
  flex-direction: column
}
@media (min-width:749px) {
  .loginbox {
    max-width: 550px
  }
  .loginbox2ndrow {
    align-items: end;
    flex-direction: row
  }
  .loginbox2ndrow > div:first-child {
    flex-grow: 2
  }
  .loginbox button {
    margin: 0 0 0 20px
  }
}
.loginlinks,
.odkazy {
  display: flex;
  justify-content: space-between;
  margin: 5px 0 30px
}
.loginlinks a {
  color: #0097be;
  text-decoration: underline;
  font-weight: 500
}
.loginlinks a:active,
.loginlinks a:focus,
.loginlinks a:hover {
  text-decoration: none
}
.noregbox {
  border-top: 2px dashed #d8d8d8;
  padding-top: 30px;
  margin-top: 30px;
  text-align: right
}
#popup-login .noregbox {
  margin-top: 0
}
.b-intro {
  display: none
}
.mainindexguest__wrapper .b-intro {
  display: block
}
.b-intro__buttons {
  display: block
}
@media (min-width:750px) {
  .b-intro__wrapper {
    min-height: 450px
  }
  .b-intro__buttons {
    display: flex;
    justify-content: center
  }
}
.b-intro__buttons button {
  margin: 10px
}
.b-numbers__circle {
  font-size: 55px;
  font-weight: 700;
  color: #0097be;
  border: 4px solid;
  display: flex;
  width: 5ch;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin: 0 auto 30px
}
.b-numbers__text {
  font-weight: 700;
  font-size: 120%
}
.b-whyreg {
  background-color: #0097be
}
.b-published__img,
.b-whyreg__img {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #0097be;
  overflow: hidden
}
.b-whyreg__text {
  padding: 35px;
  height: 100%
}
.b-whyreg__text h2 {
  color: #fff;
  font-size: 30px
}
.b-whyreg__text ul {
  border-radius: 10px;
  background: #fff;
  padding: 30px
}
.b-whyreg__text li {
  color: #000;
  font-size: 20px;
  padding: 0 20px
}
.b-whyreg__text li::marker {
  color: #0097be;
  font-size: 20px
}
.b-published {
  background-color: #f2f2f2
}
.b-published__wrapper {
  display: table
}
.b-published__text {
  display: table-cell;
  vertical-align: middle;
  padding: 35px
}
.b-functions {
  display: flex;
  align-items: center
}
.b-functions:nth-child(odd) {
  margin-left: 60px
}
.b-functions__icon {
  padding: 0 40px 0 0
}
.b-order__wrapper {
  display: block
}
.b-ordertype,
.b-subscription {
  padding: 25px;
  margin: 10px;
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 10px
}
@media (min-width:1000px) {
  .b-order__wrapper {
    display: flex
  }
  .b-ordertype,
  .b-subscription {
    flex-basis: 50%;
    max-width: 50%
  }
}
.b-ordertype__info {
  font-weight: 700
}
.b-ordertype__prices {
  font-weight: 700;
  border: 1px solid #e8faff;
  border-radius: 10px;
  background-color: #e8faff;
  padding: 20px
}
.b-ordertype__prices ul li {
  font-weight: 400
}
.b-ordertype__items,
.b-subscription__items {
  margin-bottom: 30px
}
.b-ordertype__items label,
.b-subscription__items label {
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 20px 15px;
  line-height: 30px;
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin: 0 0 15px;
  font-weight: 700
}
.b-ordertype__items label:hover {
  color: #0097be;
  border-color: #0097be
}
.b-ordertype__items label span {
  overflow-wrap: anywhere
}
.b-subscription__items label {
  border: 0;
  border-bottom: 2px dashed #f2f2f2
}
.b-subscription__items label:hover {
  color: #0097be
}
.b-subscription__note {
  display: block;
  font-weight: 400
}
.boxmain {
  width: 100%;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px
}
.boxtitle {
  width: 100%
}
.boxtitle h2 {
  font-size: 24px;
  font-weight: 700
}
.boxwhite {
  width: 100%;
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 0 0 30px
}
.boxwhitegreyborder {
  width: 100%;
  color: #000;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 20px;
  margin: 0 0 30px
}
.boxwhiteinfo {
  background-color: #e8faff;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px 20px 20px 70px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="37" height="37" viewBox="0 0 37 37"><defs><clipPath id="clip-path"><rect id="Rectangle_7" data-name="Rectangle 7" width="37" height="37" transform="translate(0 0)" fill="%230097be"/></clipPath></defs><g id="Group_7" data-name="Group 7" transform="translate(0 0.003)"><g id="Group_1" data-name="Group 1" transform="translate(0 -0.003)" clip-path="url(%23clip-path)"><path id="Path_1" data-name="Path 1" d="M18.5,0A18.5,18.5,0,1,0,37,18.5,18.5,18.5,0,0,0,18.5,0m-.3,9.2a1.4,1.4,0,0,1,1.228-.249,2.138,2.138,0,0,1,1.19.747,1.958,1.958,0,0,1,.5,1.283,1.369,1.369,0,0,1-.5,1.13,1.34,1.34,0,0,1-1.19.249,2.14,2.14,0,0,1-1.228-.746,1.956,1.956,0,0,1-.5-1.283,1.368,1.368,0,0,1,.5-1.129m4.975,14.34a13.758,13.758,0,0,1-2.489,3.159,4.872,4.872,0,0,1-3.179,1.4,3.926,3.926,0,0,1-2.3-.593,3.407,3.407,0,0,1-1.225-1.551,5.1,5.1,0,0,1-.344-2.087,7.621,7.621,0,0,1,.421-2.24l1.991-6.089q.115-.689-.191-.881.115-.383.842-.517a3.269,3.269,0,0,1,1.551.115,3.1,3.1,0,0,1,1.436.938,2.259,2.259,0,0,1,.459,1.876,4.624,4.624,0,0,1-.23.957l-1.685,5.016a4.912,4.912,0,0,0-.287,1.455q.019.459.287.536a.824.824,0,0,0,.689-.1,4.253,4.253,0,0,0,.881-.613,8.428,8.428,0,0,0,.881-.9,10.625,10.625,0,0,0,.727-.958,1.307,1.307,0,0,1,.536-.478.957.957,0,0,1,.728-.057,1.041,1.041,0,0,1,.612.594,1.14,1.14,0,0,1-.115,1.014" transform="translate(0 0.003)" fill="%230097be"/></g></g></svg>');
  background-repeat: no-repeat;
  background-position-x: 18px;
  background-position-y: center;
  font-size: 16px
}
.boxwhitebulb {
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px 20px 20px 100px;
  background-image: url('data:image/svg+xml,<svg id="Group_9" data-name="Group 9" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="72" height="83.163" viewBox="0 0 72 83.163"><defs><clipPath id="clip-path"><rect id="Rectangle_13" data-name="Rectangle 13" width="72" height="83.163" fill="%230097be"/></clipPath></defs><g id="Group_8" data-name="Group 8" clip-path="url(%23clip-path)"><path id="Path_2" data-name="Path 2" d="M195.607,231.155a5.164,5.164,0,0,1-5.163-5.32l.006-.209c.022-.708.01-1.426-.035-2.133-.027-.432-.053-.872-.077-1.307-.028-.518-.046-.9-.06-1.187a6.354,6.354,0,0,0-.056-.8c-.122-.6-.621-1.055-1.647-1.938l-.307-.265-.071-.062a36,36,0,0,1-5.92-6.169,15.223,15.223,0,0,1-2.049-3.829A26.572,26.572,0,0,1,179,198.106a22.907,22.907,0,0,1,1.783-7.378,20.054,20.054,0,0,1,4.1-6.268,25.75,25.75,0,0,1,9.072-5.976,20.208,20.208,0,0,1,8.641-1.193A26.387,26.387,0,0,1,215.157,182a20.311,20.311,0,0,1,6.629,7.469,18.966,18.966,0,0,1,2.083,9.171,23.713,23.713,0,0,1-1.734,8.113,34.66,34.66,0,0,1-3.754,7.06A19.033,19.033,0,0,1,214.328,218a6.478,6.478,0,0,0-1.507,1.621,6.847,6.847,0,0,0-1.005,2.744,7.626,7.626,0,0,0-.033,1.751c.016.359.037.806.053,1.367l0,.139a5.164,5.164,0,0,1-5.054,5.3l-11.073.232h-.106M183.658,206.86a12.614,12.614,0,0,0,1.569,2.849,32.948,32.948,0,0,0,5.324,5.506l.072.062.3.256c1.262,1.086,2.453,2.111,2.826,3.949a8.091,8.091,0,0,1,.124,1.345c.014.282.031.655.059,1.162.023.425.049.854.075,1.277.052.818.065,1.649.04,2.468l-.006.209a1.568,1.568,0,0,0,1.6,1.615l11.073-.232a1.568,1.568,0,0,0,1.535-1.61l0-.13c-.015-.531-.034-.944-.051-1.307a10.841,10.841,0,0,1,.071-2.468,10.3,10.3,0,0,1,1.542-4.149,10.064,10.064,0,0,1,2.339-2.52,15.445,15.445,0,0,0,3.292-3.393,31.015,31.015,0,0,0,3.355-6.317c2.055-5.208,1.985-10.03-.208-14.331a16.706,16.706,0,0,0-5.458-6.136c-5.2-3.567-15.465-8.041-25.722,2.066l-.032.031a16.761,16.761,0,0,0-3.34,5.232,20.852,20.852,0,0,0-.371,14.566" transform="translate(-165.536 -163.949)" fill="%230097be"/><path id="Path_3" data-name="Path 3" d="M491.442,307.946a1.8,1.8,0,0,1-1.776-2.1,8.784,8.784,0,0,0-8.835-10.267,1.8,1.8,0,1,1-.06-3.6,12.664,12.664,0,0,1,9.461,4.12,12.836,12.836,0,0,1,2.981,10.337,1.8,1.8,0,0,1-1.771,1.5" transform="translate(-443.115 -270.11)" fill="%230097be"/><path id="Path_4" data-name="Path 4" d="M58.8,644.864a1.8,1.8,0,0,1-.949-3.327l6.893-4.271a1.8,1.8,0,1,1,1.894,3.057l-6.893,4.271a1.789,1.789,0,0,1-.945.27" transform="translate(-52.729 -589.272)" fill="%230097be"/><path id="Path_5" data-name="Path 5" d="M9.893,391.791a1.811,1.811,0,0,1-.266-.02l-8.092-1.2a1.8,1.8,0,0,1,.527-3.557l8.092,1.2a1.8,1.8,0,0,1-.261,3.577" transform="translate(0 -358.001)" fill="%230097be"/><path id="Path_6" data-name="Path 6" d="M161.971,119.59a1.794,1.794,0,0,1-1.362-.624l-5.169-5.994a1.8,1.8,0,1,1,2.723-2.349l5.17,5.994a1.8,1.8,0,0,1-1.361,2.973" transform="translate(-143.39 -101.759)" fill="%230097be"/><path id="Path_7" data-name="Path 7" d="M456.8,11.838a1.8,1.8,0,0,1-1.8-1.8V1.8a1.8,1.8,0,1,1,3.6,0v8.241a1.8,1.8,0,0,1-1.8,1.8" transform="translate(-420.914)" fill="%230097be"/><path id="Path_8" data-name="Path 8" d="M683.8,120.339a1.8,1.8,0,0,1-1.38-2.949l5.619-6.743a1.8,1.8,0,0,1,2.763,2.3l-5.619,6.743a1.794,1.794,0,0,1-1.382.647" transform="translate(-630.906 -101.758)" fill="%230097be"/><path id="Path_9" data-name="Path 9" d="M805.8,386.24a1.8,1.8,0,0,1-.354-3.561l8.166-1.648a1.8,1.8,0,1,1,.711,3.525l-8.166,1.648a1.807,1.807,0,0,1-.358.036" transform="translate(-743.762 -352.45)" fill="%230097be"/><path id="Path_10" data-name="Path 10" d="M768.138,644.864a1.789,1.789,0,0,1-.9-.244l-7.342-4.27a1.8,1.8,0,0,1,1.808-3.109l7.342,4.271a1.8,1.8,0,0,1-.906,3.353" transform="translate(-702.134 -589.272)" fill="%230097be"/><path id="Path_11" data-name="Path 11" d="M363.759,926.6H347.8a1.8,1.8,0,1,1,0-3.6h15.958a1.8,1.8,0,1,1,0,3.6" transform="translate(-320.08 -853.848)" fill="%230097be"/><path id="Path_12" data-name="Path 12" d="M392.215,1004.6H381.8a1.8,1.8,0,1,1,0-3.6h10.414a1.8,1.8,0,1,1,0,3.6" transform="translate(-351.533 -926.004)" fill="%230097be"/><path id="Path_13" data-name="Path 13" d="M431.873,1065.6H428.8a1.8,1.8,0,0,1,0-3.6h3.072a1.8,1.8,0,0,1,0,3.6" transform="translate(-395.011 -982.434)" fill="%230097be"/></g></svg>');
  background-repeat: no-repeat;
  background-position-x: 20px;
  background-position-y: 15px;
  border: 1px solid #0097be;
  background-size: 60px 70px;
  min-height: 100px
}
.boxwhitebulb :last-child,
.boxwhiteinfo :last-child {
  margin-bottom: 0
}
.boxmain.boxmaincena {
  color: #0097be;
  padding-top: 0
}
.boxmaincena .boxtitle {
  color: #0097be
}
.boxmaincena .boxwhite {
  border: 2px solid #0097be;
  padding: 20px 30px
}
.boxmaincena table {
  margin-bottom: 0;
  border: 0
}
.boxmaincena .boxwhite tr {
  border-top: 1px solid #d8d8d8
}
.boxmaincena .boxwhite tr:last-child {
  border-top: 2px solid #d8d8d8;
  color: #0097be
}
.boxmaincena .boxwhite tr.pricediscount,
.boxmaincena .boxwhite tr:first-child {
  border-top: 0
}
.boxmaincena table th {
  color: #0097be;
  text-align: right;
  background-color: initial
}
.boxmaincena .boxwhite td,
.boxmaincena .boxwhite th {
  border: 0;
  padding-left: 10px;
  padding-right: 10px
}
.boxmaincena .boxwhite td:first-child,
.boxmaincena .boxwhite th:first-child {
  padding-left: 0
}
.boxmaincena .boxwhite td:last-child,
.boxmaincena .boxwhite th:last-child {
  padding-right: 0
}
.boxmaincena td.pricewdph,
.boxmaincena td.pricewodph {
  white-space: nowrap;
  text-align: right
}
.boxmaincena .boxwhite td:last-child {
  text-align: right
}
.boxmaincena .boxwhite tr.pricetotal td {
  text-decoration: line-through
}
.boxmaincena .boxwhite tr.pricetotal:last-child td {
  text-decoration: none
}
.boxmaincena .boxwhite .pricediscount td {
  padding-top: 0
}
.boxmaincena .boxwhite .pricediscount td:first-child {
  padding-left: 25px
}
.infoparent {
  display: inline-block;
  padding-left: 5px;
  cursor: pointer
}
.infoparent > img {
  filter: grayscale(100%) opacity(.3)
}
.infoparent:hover > img {
  filter: none
}
.infopopup {
  display: none;
  position: absolute;
  border: 1px solid #0097be;
  padding: 20px;
  margin: -10px 5px 5px;
  background-color: #e8faff;
  color: #000;
  border-radius: 10px;
  z-index: 9;
  font-weight: 400;
  font-size: initial
}
.contact-radios {
  display: flex;
  column-gap: 30px;
  flex-wrap: wrap
}
.contact-radios ~ hr {
  margin-top: 20px
}
.uploadimgbtn {
  line-height: 36px;
  font-size: 18px;
  font-family: Poppins,sans-serif;
  border: none;
  border-radius: 10px;
  margin: 10px;
  font-weight: 600;
  color: #fff;
  background-color: #000;
  padding: 11px 35px;
  cursor: pointer
}
.uploadimgbtn::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='19.5' viewBox='0 0 26 19.5'%3E%3Cpath id='arrowright' d='M176.25-700.5l-2.275-2.356,5.769-5.769H160v-3.25h19.744l-5.769-5.769L176.25-720l9.75,9.75Z' transform='translate(-160 720)' fill='%23fff'/%3E%3C/svg%3E%0A");
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='32' viewBox='0 0 20 32'%3E%3Cpath id='attach_file_24dp_E8EAED_FILL0_wght400_GRAD0_opsz24' d='M240-858a9.641,9.641,0,0,1-2.92,7.08A9.641,9.641,0,0,1,230-848a9.641,9.641,0,0,1-7.08-2.92A9.641,9.641,0,0,1,220-858v-14.8a6.943,6.943,0,0,1,2.1-5.1,6.943,6.943,0,0,1,5.1-2.1,6.943,6.943,0,0,1,5.1,2.1,6.943,6.943,0,0,1,2.1,5.1v14a4.245,4.245,0,0,1-1.28,3.12A4.245,4.245,0,0,1,230-854.4a4.245,4.245,0,0,1-3.12-1.28,4.245,4.245,0,0,1-1.28-3.12v-14.8h3.2v14.8a1.165,1.165,0,0,0,.34.86,1.165,1.165,0,0,0,.86.34,1.166,1.166,0,0,0,.86-.34,1.166,1.166,0,0,0,.34-.86v-14a4.043,4.043,0,0,0-1.18-2.84,3.8,3.8,0,0,0-2.82-1.16,3.862,3.862,0,0,0-2.84,1.16,3.862,3.862,0,0,0-1.16,2.84V-858a6.392,6.392,0,0,0,1.96,4.82A6.627,6.627,0,0,0,230-851.2a6.448,6.448,0,0,0,4.76-1.98A6.886,6.886,0,0,0,236.8-858v-15.6H240Z' transform='translate(-220 880)' fill='%23fff'/%3E%3C/svg%3E");
  vertical-align: middle;
  padding-right: 20px;
  line-height: normal
}
.uploadimgbtn.drag-over::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='19.5' viewBox='0 0 26 19.5'%3E%3Cpath id='arrowright' d='M176.25-700.5l-2.275-2.356,5.769-5.769H160v-3.25h19.744l-5.769-5.769L176.25-720l9.75,9.75Z' transform='translate(-160 720)' fill='%23fff'/%3E%3C/svg%3E%0A");
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='32' viewBox='0 0 20 32'%3E%3Cpath id='attach_file_24dp_E8EAED_FILL0_wght400_GRAD0_opsz24' d='M240-858a9.641,9.641,0,0,1-2.92,7.08A9.641,9.641,0,0,1,230-848a9.641,9.641,0,0,1-7.08-2.92A9.641,9.641,0,0,1,220-858v-14.8a6.943,6.943,0,0,1,2.1-5.1,6.943,6.943,0,0,1,5.1-2.1,6.943,6.943,0,0,1,5.1,2.1,6.943,6.943,0,0,1,2.1,5.1v14a4.245,4.245,0,0,1-1.28,3.12A4.245,4.245,0,0,1,230-854.4a4.245,4.245,0,0,1-3.12-1.28,4.245,4.245,0,0,1-1.28-3.12v-14.8h3.2v14.8a1.165,1.165,0,0,0,.34.86,1.165,1.165,0,0,0,.86.34,1.166,1.166,0,0,0,.86-.34,1.166,1.166,0,0,0,.34-.86v-14a4.043,4.043,0,0,0-1.18-2.84,3.8,3.8,0,0,0-2.82-1.16,3.862,3.862,0,0,0-2.84,1.16,3.862,3.862,0,0,0-1.16,2.84V-858a6.392,6.392,0,0,0,1.96,4.82A6.627,6.627,0,0,0,230-851.2a6.448,6.448,0,0,0,4.76-1.98A6.886,6.886,0,0,0,236.8-858v-15.6H240Z' transform='translate(-220 880)' fill='%23000'/%3E%3C/svg%3E");
  vertical-align: middle;
  padding-right: 20px;
  line-height: normal
}
.uploadimgbtn:hover {
  background-color: #0097be
}
.uploadimgbtn:focus-visible {
  outline: #0097be solid 2px
}
@media (min-width:750px) {
  .ul-attachments-file {
    display: flex;
    gap: 40px;
    align-items: start
  }
}
.ul-attachments li {
  background: 0 0;
  padding-left: 0;
  margin: 0 0 2.5em
}
.ul-attachments li:last-child {
  margin-bottom: 0
}
.image-container {
  margin-top: 30px
}
.close-click {
  position: absolute
}
.close-button {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cpath id='close_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24' d='M201.5-745l-1.5-1.5,6-6-6-6,1.5-1.5,6,6,6-6,1.5,1.5-6,6,6,6-1.5,1.5-6-6Z' transform='translate(-200 760)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-color: #0097be;
  width: 37px;
  height: 37px;
  padding: 9px;
  margin: 0;
  border: 0;
  text-align: center;
  border-radius: 50%;
  line-height: 35px;
  font-size: 24px;
  color: #fff;
  transform: translate(-50%,-50%);
  transition: transform .5s;
  display: inline-block
}
.close-button:active,
.close-button:hover {
  background-color: #000;
  transform: translate(-50%,-50%) rotate(90deg);
  cursor: pointer
}
.sourcerow {
  display: flex;
  align-items: baseline;
  gap: 10px
}
.inp-wrapper {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px
}
.inp-wrapper input[type=text],
.loginbox input[type=password],
input[type=date],
input[type=time] {
  margin: 0
}
.inp-wrapper--short {
  width: auto
}
.prepaid-draw {
  font-size: 20px;
  color: #616161;
  text-align: right
}
.prepaid-draw span {
  font-weight: 700;
  color: #0097be;
  overflow-wrap: anywhere
}
.frigoinfo ul li {
  list-style: disc;
  background: 0 0;
  padding-left: 0;
  margin-left: 25px
}
.frigoinfo ul li::marker {
  color: #0097be
}
.frigo-wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap
}
button#clearfrigo {
  margin: 0
}
.pocitadlo,
.titleitempocitadlo {
  position: absolute;
  top: 0;
  right: 0;
  color: #616161;
  font-weight: 700
}
.protexteditorparent {
  position: relative;
  padding-top: 30px
}
#toggleprilohy > div {
  border-bottom: 2px dashed #e2e2e2;
  margin-bottom: 30px
}
#toggleprilohy > div:last-child {
  border-bottom: 0;
  margin-bottom: 0
}
.kalkulacepredplatne-vyber label {
  display: flex;
  align-items: center;
  margin-bottom: 25px
}
.kalkulacepredplatne-vyber label input {
  flex-shrink: 0
}
.kalkulacepredplatne-vyber label span {
  margin-left: 10px
}
.kalkulacefakturace .boxmaincena .pricewdph,
.kalkulacefakturace .boxmaincena thead tr:first-child {
  display: none
}
.kalkulacetable .decimal {
  font-size: x-small;
  opacity: .5
}
.kalkulacetable .pricedescr {
  overflow-wrap: anywhere
}
.mailcopycheckwrapper,
.mailcopycheckwrapper label {
  display: flex
}
.mailcopychecktitle {
  font-weight: 400;
  padding-left: 10px
}
@media (min-width:1000px) {
  .b-attachment-container {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 30px
  }
}
.b-image-container {
  width: 200px;
  margin-top: 1.5em
}
.ul-attachments-file .b-image-container {
  width: auto
}
.ul-attachments-file .b-image-container .b-file-name {
  width: 250px
}
.b-image-container img {
  border-radius: 10px
}
.b-image-container .close-click {
  position: absolute
}
.b-image-container .close-button {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cpath id='close_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24' d='M201.5-745l-1.5-1.5,6-6-6-6,1.5-1.5,6,6,6-6,1.5,1.5-6,6,6,6-1.5,1.5-6-6Z' transform='translate(-200 760)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-color: #0097be;
  width: 37px;
  height: 37px;
  padding: 9px;
  margin: 0;
  border: 0;
  text-align: center;
  border-radius: 50%;
  line-height: 35px;
  font-size: 24px;
  color: #fff;
  transform: translate(-50%,-50%);
  transition: transform .5s;
  display: inline-block
}
.b-image-container .close-button:hover {
  background-color: #000;
  transform: translate(-50%,-50%) rotate(90deg);
  cursor: pointer
}
.b-image-description-container {
  flex-grow: 1;
  position: relative;
  margin-top: 1.25em
}
.b-file-name {
  display: inline-block;
  background-color: #f2f2f2;
  padding: 20px;
  border-radius: 10px;
  word-break: break-all
}
.distribuce-ul li > div {
  display: block;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 20px;
  font-size: 18px;
  font-weight: 400;
  height: 100%
}
.distrpack:hover {
  border: 1px solid #0097be
}
.distrpack-wrapper {
  height: 100%;
  display: grid;
  grid-template-rows: min-content 1fr min-content
}
.distrpack label {
  margin-bottom: 35px
}
.distrpack label:hover,
.distrpack:hover .distrpack-items,
.distrpack:hover .distrpack-price {
  color: #0097be
}
.distrpack .distrpack-title.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  width: auto;
  cursor: pointer;
  font-size: 22px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.distrpack .distrpack-title input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}
.distrpack .distrpack-title .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px
}
.distrpack .distrpack-title input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #0097be
}
.distrpack .distrpack-title .checkmark::after {
  left: 8px;
  top: 3px;
  width: 8px;
  height: 14px;
  border: solid #0097be;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.distrpack .distrpack-title input:checked ~ .checkmark::after {
  display: block
}
.distrpack .distrpack-title .checkmark:hover {
  border-color: #0097be
}
.distrpack .distrpack-title input:checked ~ .distrpack-name {
  color: #0097be
}
.distrpack .distrpack-items {
  margin-bottom: 20px
}
.distrpack .distrpack-price {
  padding-top: 20px;
  border-top: 2px dashed #d8d8d8
}
.distribuce-ul input[type=checkbox]:checked ~ .distrpack-items,
.distribuce-ul li .distrpack-price-vat,
.distribuce-ul li > label:hover .distrpack-items,
.distribuce-ul li > label:hover .distrpack-price {
  color: #0097be
}
.xdistribucecheckboxescontainer input[type=checkbox],
input[type=checkbox]#consent {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  font-size: 1.8rem;
  padding: .1rem;
  border: solid #000;
  border-radius: 30%;
  width: 25px;
  height: 25px
}
.distribucetable {
  border: 0
}
.distribucetable tr {
  border-width: 0 0 2px;
  border-color: #d8d8d8;
  border-style: dashed
}
.distribucetable td {
  border: 0;
  padding: 0;
  vertical-align: middle
}
.distribucetable td:first-child {
  font-size: 0
}
.distribucetable td.distribucetdi {
  min-width: 35px;
  vertical-align: middle;
  text-align: center
}
.distribucetable label {
  width: 100%;
  padding: 20px;
  margin: 0;
  font-weight: 400
}
.distribucetable label.package-checked {
  color: #acacac;
  font-weight: 700
}
.distribucetable label.item-checked {
  color: #0097be;
  font-weight: 700
}
.distribucetable tr:hover label {
  color: #0097be;
  cursor: pointer
}
.distribucetable tr:hover .checkmark,
.distribucetable tr:hover .checkmark::after {
  border-color: #0097be;
  cursor: pointer
}
.distribucetable tr:hover label.package-checked {
  color: #acacac;
  cursor: default
}
.distribucetable label.package-checked .checkmark,
.distribucetable label.package-checked .checkmark::after {
  border-color: #acacac;
  cursor: default
}
.consent label {
  font-weight: 400;
  display: flex;
  column-gap: 15px
}
.div-souhrn p {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 1em;
  margin-bottom: 1em
}
.div-souhrn p:last-child {
  border-bottom: 0;
  padding-bottom: 0
}
.div-souhrn p .label {
  font-weight: 700
}
.prepaid-name-change {
  font-weight: 700;
  color: #0097be
}
.prepaid-name-change span.prepaid-name {
  padding-right: 15px
}
.prepaid-name-change a,
.prepaid-name-change a:visited {
  text-decoration: underline;
  font-size: smaller;
  font-weight: initial;
  color: #0097be;
  cursor: pointer;
  display: inline-block
}
.prepaid-name-change a:active,
.prepaid-name-change a:hover {
  text-decoration: none;
  color: #0097be
}
.prepaid-name-change a span:first-child {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAA+klEQVQ4jWP4TzQ4/OyDxvITHLMOZBy88fvvv////zP+//+fgQhw5PlHz20Xv/z+C+GGKIkud9EmSjOaTgjI1pEmrBmrTgYGBg5mJibydDIwMEhzs+PTDNepIcBlLcGPLMXDyrzAUROnZmSd+/0Md3jrw/XzsDJv99K3keTHrhlNpwQX25fff9/++I2sk4GBAYtmTJ0vvv1y3HT+xodvyDqxaCZeJ7pmknSiaCZVJ0IzGTqhmsnTycDAwES2TgYGBkaeOQfJ08nAwMAESbeTbVRJ1cnAwMACoa68+8rAwJh75BbxOhkYGBgZpu9D5hOvkwEtkZCkk4GBAQDc1C3oisIUmAAAAABJRU5ErkJggg==);
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle
}
table.prepaid-active {
  border: 0;
  margin: 0
}
.prepaid-active tr {
  border-width: 2px 0;
  border-color: #d8d8d8;
  border-style: dashed
}
.prepaid-active tr:last-child {
  border-bottom: 0
}
.prepaid-active td {
  border: 0;
  padding: 20px 20px 20px 0
}
.prepaid-active td:first-child {
  font-weight: 700
}
.prepaid-active tr:last-child td {
  vertical-align: middle;
  padding-bottom: 0
}
.prepaid-detail {
  padding: 0 20px;
  background-color: #e8faff;
  border-radius: 10px
}
.prepaid-detail ul {
  margin: 1em 0 0
}
.archive-detail li,
.history-detail li,
.prepaid-detail li {
  border-bottom: 2px dashed #ccc;
  padding: 20px 0;
  list-style: none;
  background: no-repeat;
  margin: 0
}
.archive-detail li:last-child,
.history-detail li:last-child,
.prepaid-detail li:last-child {
  border-bottom: 0
}
.prepaid-detail-title {
  border-left: 0
}
.prepaid-detail-title div a {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  display: inline-block;
  overflow: hidden
}
.prepaid-detail-more {
  display: flex;
  gap: 20px;
  border-left: 0
}
@media (min-width:480px) {
  .prepaid-detail-more {
    text-align: right;
    display: block;
    border-left: 30px
  }
}
.prepaid-detail-more a {
  font-size: smaller;
  color: #616161
}
.history-detail li {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center
}
.order-detail table,
.pressrelease-detail table {
  border: 0;
  margin: 0
}
.order-detail tr,
.pressrelease-detail tr {
  border-width: 2px 0;
  border-color: #d8d8d8;
  border-style: dashed
}
.order-detail tr:first-child,
.pressrelease-detail tr:first-child {
  border-top: 0
}
.order-detail tr:last-child,
.pressrelease-detail tr:last-child {
  border-bottom: 0
}
.order-detail td,
.pressrelease-detail td {
  border: 0;
  padding: 20px 20px 20px 0
}
.order-detail tr td:first-child,
.pressrelease-detail tr td:first-child {
  font-weight: 700
}
.monitoring-detail ul {
  margin-bottom: 0
}
.monitoring-detail li {
  background: 0 0;
  border: 2px dashed #ccc;
  border-width: 2px 0 0;
  padding: 15px 0
}
.monitoring-detail li:first-child {
  border-top: 0
}
.monitoring-detail li span {
  display: block;
  font-weight: 700
}
.odber-web .odber-vyber {
  background: linear-gradient(107.21deg,#7a0083 20.89%,#e23277 98.1%);
  color: #fff;
  padding: 25px;
  border-radius: 15px
}
.odber-vypis li {
  padding: 4px 0;
  background: 0 0
}
.odber-vyber .allcategories {
  border-bottom: 2px dashed #d8d8d8;
  margin-bottom: 30px;
  margin-top: 30px
}
.odber-vyber li {
  background: 0 0
}
.odber-vypis li:before {
  content: "";
  width: .9rem;
  height: .45rem;
  border: 2px solid #000;
  transform: rotate(-45deg);
  transform-origin: center;
  border-right: 0;
  border-top: 0;
  display: inline-block;
  margin: 0 10px 5px 0
}
.odber-vyber .checkbox-container {
  font-size: 18px;
  font-weight: 400;
  width: auto;
  height: auto
}
.odber-vyber .category-title {
  padding-left: 40px
}
.odber-vyber input:checked + .category-title {
  font-weight: 700
}
.odber-vyber .odberdisabled {
  color: silver
}
.odber-vyber .odberdisabled input:checked ~ .checkmark {
  border-color: silver
}
.odber-vyber .odberdisabled input:checked ~ .checkmark::after {
  border-color: silver
}
.bottomnav-right {
  text-align: right
}
.p-bold-grey {
  font-weight: 700;
  color: #616161
}
#waitgif {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #0097be;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: 1s linear infinite spin;
  margin: 40px auto;
  border-right: 8px solid rgba(0,152,190,.7);
  border-bottom: 8px solid rgba(0,152,190,.4);
  border-left: 8px solid rgba(0,152,190,.2);
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999
}
#waitgif.hide {
  display: none;
  animation: none
}
@keyframes spin {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}
.boxpageerror {
  position: relative
}
.boxpageerror::before {
  content: "CHYBA";
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 8rem;
  font-weight: 900;
  color: rgba(0,0,0,.05);
  pointer-events: none;
  z-index: 0;
  font-size: clamp(2rem, 15vw, 8rem)
}
.boxpageerror.page404::before {
  content: "NENALEZENO"
}
.notvalid {
  border: 4px solid #ff6262!important;
  background-color: #f6bdbd!important
}
.submitpage.notusable {
  background-color: #777!important
}
.drag-over {
  margin: 0;
  border: 2px dashed #919191;
  padding: 19px 43px;
  background-color: #e8faff;
  color: #000
}