.c {
  *zoom: 1;
}
.c:before,
.c:after {
  content: "";
  display: table;
}
.c:after {
  clear: both;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.grayscale {
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
.grayscale-none {
  -webkit-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
}
.txtab {
  display: none;
}
.txtab.active {
  display: block;
}
.txfilterbox {
  position: relative;
  padding-left: 300px;
  margin-top: 50px;
  margin-bottom: 50px;
  border-bottom: thin solid #cccfe2;
}
@media all and (min-width: 768px) and (max-width: 992px), all and (max-width: 768px) {
  .txfilterbox {
    padding-left: 0;
    text-align: center;
  }
}
.txfilter__heading {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  font-size: 2rem;
  line-height: 58px;
  color: #0052a0;
}
@media all and (min-width: 768px) and (max-width: 992px), all and (max-width: 768px) {
  .txfilter__heading {
    position: relative;
    top: 0;
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}
ul.txfilterlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
ul.txfilterlist .item {
  font-size: 28px;
  line-height: 34px;
  width: 250px;
  border: thin solid #cccfe2;
  color: #0052a0;
  font-weight: 300;
  background-color: #f0f2ff;
  padding: 16px 8px;
  cursor: pointer;
}
@media all and (min-width: 768px) and (max-width: 992px), all and (max-width: 768px) {
  ul.txfilterlist .item {
    font-size: 18px;
    line-height: 24px;
  }
}
@media all and (max-width: 768px) {
  ul.txfilterlist .item {
    width: 130px;
  }
}
ul.txfilterlist .item + .item {
  margin-left: 34px;
}
ul.txfilterlist .active {
  background-color: #ffffff;
  margin-bottom: -1px;
  border-bottom-color: #ffffff;
}
.txblockform {
  background-color: #f0f2ff;
}
.txcfrm {
  padding: 50px 0 50px 400px;
  position: relative;
}
@media all and (min-width: 768px) and (max-width: 992px), all and (max-width: 768px) {
  .txcfrm {
    padding: 50px 0;
  }
}
.txcfrm__heading {
  font-size: 2rem;
  line-height: 38px;
  color: #0052a0;
  position: absolute;
  top: 50px;
  left: 0;
  max-width: 380px;
  width: 100%;
}
@media all and (min-width: 768px) and (max-width: 992px), all and (max-width: 768px) {
  .txcfrm__heading {
    position: relative;
    text-align: center;
    top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.txcfrm__heading strong {
  display: block;
}
.txcfrm__main .rowex {
  padding: 8px 0 8px 260px;
  position: relative;
}
@media all and (max-width: 768px) {
  .txcfrm__main .rowex {
    padding-left: 0;
  }
}
.txcfrm__main .labelex {
  display: block;
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  max-width: 250px;
  font-size: 13px;
  line-height: 20px;
}
@media all and (max-width: 768px) {
  .txcfrm__main .labelex {
    position: relative;
    max-width: 100%;
    top: 0;
  }
}
.txcfrm__main input[type=text],
.txcfrm__main input[type=email],
.txcfrm__main input[type=tel],
.txcfrm__main input[type=date],
.txcfrm__main select,
.txcfrm__main textarea {
  display: block;
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  padding: 0 20px;
  color: #0052a0;
  border: thin solid #ccc;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 4px;
  margin-top: 6px;
  outline: none;
}
.txcfrm__main input[type=text]:focus,
.txcfrm__main input[type=email]:focus,
.txcfrm__main input[type=tel]:focus,
.txcfrm__main input[type=date]:focus,
.txcfrm__main select:focus,
.txcfrm__main textarea:focus {
  border-color: #0052a0;
}
.txcfrm__main textarea {
  height: 140px;
  padding: 20px;
}
.txcfrm__main .item__addition {
  font-size: 13px;
  line-height: 18px;
  display: block;
}
.txcfrm__main .rowex.txcfrm__notice {
  padding-left: 0;
}
.txcfrm__main .rowex.txcfrm__notice .labelex {
  position: relative;
  top: 0;
  font-weight: 400;
  color: #0052a0;
}
.txcfrm__label {
  color: #0052a0;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin-top: 20px;
}
.txcfrm__acc {
  color: #d9141c;
  text-align: center;
  margin: 20px 0 30px 0;
}
.txcfrm__acc p {
  margin: 0;
  font-size: 15px;
  line-height: 22px;
}
.txcfrm__submit {
  *zoom: 1;
}
.txcfrm__submit:before,
.txcfrm__submit:after {
  content: "";
  display: table;
}
.txcfrm__submit:after {
  clear: both;
}
.txcfrm__submit input[type="submit"] {
  float: right;
  border: none;
  display: block;
  width: 200px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #d9141c;
  outline: none;
  padding: 18px 10px;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0 10px 10px rgba(215, 18, 26, 0.2);
  -moz-box-shadow: 0 10px 10px rgba(215, 18, 26, 0.2);
  -webkit-box-shadow: 0 10px 10px rgba(215, 18, 26, 0.2);
}
@media all and (min-width: 768px) and (max-width: 992px), all and (max-width: 768px) {
  .txcfrm__submit input[type="submit"] {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.txcfrm__submit input[type="submit"]:hover {
  background-color: #0052a0;
  color: #ffffff;
}
.rowex.txcfrm__checkbox__rowex {
  padding-left: 0;
}
.txcfrm__checkbox {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: block;
  user-select: none;
  font-size: 13px;
  line-height: 20px;
}
.txcfrm__checkbox a {
  text-decoration: underline;
}
.txcfrm__checkbox input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.txcfrm__checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border: thin solid #e1e4fc;
  outline: none;
  opacity: 0.6;
}
.txcfrm__checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: thin solid #e1e4fc;
}
.txcfrm__checkbox .checkmark::before {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.txcfrm__checkbox input:checked ~ .checkmark {
  background-color: #0052a0;
}
.txcfrm__checkbox input:checked ~ .checkmark::before {
  display: block;
}
.txcfrm__divider {
  height: 4px;
  background-color: #ffffff;
  margin-top: 6px;
}
.rowex.txcfrm__checkbox__rowex.settop-box__rowex .txcfrm__checkbox {
  margin-top: 20px;
  position: relative;
  padding-right: 114px;
}
.rowex.txcfrm__checkbox__rowex.settop-box__rowex .txcfrm__checkbox__price {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
  color: #d9141c;
  font-size: 14px;
}
@media all and (min-width: 768px) and (max-width: 992px), all and (max-width: 768px) {
  .txblock .container {
    max-width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 992px), all and (max-width: 768px) {
  .txblock .row {
    display: block;
    width: 100%;
  }
}
.smallalert {
  font-size: 12px;
  line-height: 18px;
  padding: 4px;
  background-color: #ff0000;
  color: #ffffff;
  display: none;
}
.safetyinternet {
  position: relative;
  background-color: #ffffff;
  padding: 20px 30px 20px 70px;
  font-size: 14px;
  line-height: 20px;
  color: #0052a0;
  font-weight: 400;
}
.safetyinternet a {
  text-decoration: underline;
  color: #0052a0;
}
.safetyinternet a:hover {
  color: #d9141c;
}
.safetyinternet__icon {
  width: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
}
.safetyinternet__icon img {
  max-width: 100%;
}
/* Cookies */
.cc-pc-container {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-overflow: hidden;
  -moz-overflow: hidden;
  -ms-overflow: hidden;
  -o-overflow: hidden;
  overflow: hidden;
}
.cc-nb-okagree,
.cc-nb-reject,
.cc-cp-foot-save,
.cc-nb-changep {
  background-color: #303368 !important;
  color: #ffffff !important;
  border: none !important;
}
.cc-nb-okagree:hover,
.cc-nb-reject:hover,
.cc-cp-foot-save:hover,
.cc-nb-changep:hover {
  background-color: #b11117 !important;
}
.cc-pc-head-lang-select,
.cc-pc-head-lang-select:focus,
.cc-pc-head-lang-select:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.cc-cp-foot {
  padding: 20px;
  display: block;
  *zoom: 1;
}
.cc-cp-foot:before,
.cc-cp-foot:after {
  content: "";
  display: table;
}
.cc-cp-foot:after {
  clear: both;
}
.cc-cp-foot-save:focus {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.freeprivacypolicy-com---pc-dialog div.cc-cp-foot-byline {
  display: none !important;
}
.freeprivacypolicy-com---nb-simple {
  position: absolute !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  left: 0 !important;
  right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  bottom: initial !important;
  position: fixed !important;
  background-color: #fff !important;
}
@media all and (min-width: 768px) and (max-width: 992px), all and (max-width: 768px) {
  .freeprivacypolicy-com---nb-simple {
    max-width: 90% !important;
  }
}
.copyright {
  text-align: center;
}
.copyright a {
  text-decoration: none;
  color: #a3bcc9;
}
.copyright a:hover {
  color: #ffffff;
  text-decoration: none;
}
.copyright p {
  text-align: center;
}
.animation_image__object.animation_image__object--ikonka2 > img:first-of-type {
  transform: scale(0.3) !important;
}
.internet_block_alert {
  display: block;
  font-size: 12px;
  line-height: 15px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-top: 20px;
}
.safetynoticebox {
  padding: 50px 0 0 0;
}
.redlabel {
  color: #d9141c;
}
.redlabel p {
  font-size: 20px;
  line-height: 26px;
}
.safetyblock {
  padding: 50px 0;
}
.safetylist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.safetylist .item {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 20px;
  background-color: #f8f9fd;
  position: relative;
  border: thin solid #e3e4ea;
  padding: 30px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.safetylist .item:hover {
  border-color: #dadce3;
}
.safetylist .item:hover h2 {
  color: #d9141c;
}
.safetylist .item:nth-child(3n+3) {
  margin-right: 0;
}
.safetylist .item__title {
  position: relative;
  padding-bottom: 20px;
}
.safetylist h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  color: #0052a0;
  width: 70%;
  padding-right: 10px;
}
.safetylist .item__title__img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 30%;
}
.safetylist .item__title__img img {
  width: 100%;
}
.safetylist p {
  font-size: 14px;
  line-height: 20px;
}
.safetylist .item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.safetybuttons .btn {
  margin: 20px;
}
.ob__notice {
  font-size: 14px;
  line-height: 22px;
  margin-top: 30px;
}
.objednavka__qtycontrol {
  position: absolute;
  top: -4px;
  right: 100px;
}
.objednavka__qtycontrol button {
  margin: 0;
  background: transparent;
  border: none;
  outline: none;
}
.objednavka__qtycontrol .qty-input {
  width: 50px;
  text-align: center !important;
}
.objednavka__qtycontrol button:disabled,
.objednavka__qtycontrol input:disabled {
  opacity: 0.4;
}
