/* =============== GLOBAL CONFIG  =============== */
/* TABS */
#content .tabs-container ul {
  list-style: none; }

#content .tabs-container .tab-link {
  cursor: pointer; }

.tab__holder {
  text-align: center;
  line-height: 0; }

#content .tabs-menu {
  height: 40px;
  clear: both;
  margin: 0;
  display: inline-block; }

.tabs-menu li {
  height: 40px;
  line-height: 40px;
  float: left;
  font-weight: bold;
  border: 1px solid #262626;
  border-bottom: none; }

.tabs-menu li.current {
  position: relative;
  z-index: 5;
  background-color: #262626; }

.tabs-menu li.current a {
  color: #ffffff; }

.tabs-menu li:hover {
  background-color: #262626; }

.tabs-menu li a {
  font-size: 1em;
  padding: 0 40px;
  color: #000000;
  text-decoration: none;
  display: inline-block; }

.tabs-menu li a:hover {
  color: #ffffff; }

.tabs-menu .current a {
  color: #6bb324; }

.tab {
  width: 100%; }

.tab__variant {
  display: none; }

.tab__variant.selected {
  display: block; }

.tab-content {
  margin-top: 45px;
  display: none; }

#tab-1 {
  display: block; }

@media screen and (max-width: 520px) {
  #content .tabs-menu {
    width: 100%; }
  .tabs-menu li:hover {
    border-bottom: 0; }
  .tabs-menu li, .tabs-menu li.current {
    width: 100%;
    border: 1px solid #dbdbdb;
    border-bottom: 0; }
  .tabs-menu li:last-of-type {
    border-bottom: 1px solid #dbdbdb; }
  #content .tabs-menu {
    height: auto; }
  .tab {
    border: 0; }
  .tabs-menu li a {
    padding: 0;
    display: block; } }

/* TABS */
#content .tab__holder {
  margin-top: 35px; }

#content .tab__holder .tab-link a {
  font-size: 18px; }

#content .tab-content {
  margin-top: 0px;
  color: #ffffff; }

@media only screen and (max-width: 520px) {
  #content .tab-content {
    margin-top: 15px; } }

/* =============== CSS FOR MICROSITE =============== */
#content .text-magenta {
  color: #e20074 !important; }

#content .mb-24 {
  margin-bottom: 24px !important; }

#content .no-wrap {
  white-space: nowrap !important; }

#content .d-flex {
  display: flex !important;
  flex-wrap: wrap; }

#content .jusify-center {
  justify-content: center; }

#content .section {
  padding: 25px 0 45px 0; }

#content .section__title {
  color: #000000;
  font-size: 40px;
  margin-bottom: 20px; }

#content .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }

#content .btn {
  cursor: pointer; }

#content .row-hr {
  border-top: 1px solid #e8e8e8;
  margin-top: 20px;
  padding-top: 10px; }

#content .row-hr-b {
  border-bottom: 1px solid #e8e8e8;
  margin-top: 20px;
  padding-top: 10px; }

#content .link-text {
  text-decoration: underline; }

#content .card {
  border-radius: 10px;
  border: solid 1px #ededed;
  padding: 16px 15px 16px 15px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); }

#content .card p {
  margin-bottom: 0;
  margin-top: 4px; }

/* =============== Hero Section =============== */
#hero {
  background: url(https://backvm.telekom.sk/static/microsites/b2b/magenta-office/img/kv.jpg) no-repeat 50% 50%;
  min-height: 400px;
  overflow: hidden;
  background-size: cover;
  /* hero copy on right */ }

#hero .breadcrumb {
  height: 42px;
  background-color: rgba(38, 38, 38, 0.2); }

#hero .breadcrumb-mob {
  display: none; }

#hero .hero__content {
  padding-top: 20px; }

#hero .hero__content .hero__site-name {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 100;
  text-transform: uppercase; }

#hero .hero__content h1.hero__title {
  color: #ffffff;
  font-size: 50px;
  font-weight: 800; }

#hero .hero__content .hero__cta {
  padding-left: 0; }

#hero .hero__content .hero__cta-desc p {
  font-size: 20px;
  color: #ffffff;
  padding-top: 9px; }

#hero .hero__content .hero__cta-desc sup {
  top: -7px;
  font-size: 55%; }

@media (min-width: 768px) {
  #hero .hero__content {
    left: 48%;
    width: 52%;
    margin-top: 42px; } }

@media screen and (max-width: 500px) {
  #hero {
    background: transparent;
    padding: 0; }
  #hero .row {
    background-color: #262626;
    padding-bottom: 20px; }
  #hero .breadcrumb {
    display: none; }
  #hero .breadcrumb-mob {
    display: block;
    height: 42px;
    background-color: rgba(38, 38, 38, 0.2); }
  #hero .hero__content .hero__site-name {
    color: #ffffff; }
  #hero .hero__content h1.hero__title {
    color: #ffffff;
    font-size: 40px;
    font-weight: 800; }
  #hero .hero__content .hero__cta-desc p {
    color: #ffffff; }
  #hero .hero__content .btn_hero {
    width: 100%;
    max-width: 210px;
    min-width: 128px; }
  #hero .container-fixed {
    margin: 0;
    padding: 0;
    width: 100%; }
  #hero .hero__mobile {
    background: url(https://backvm.telekom.sk/static/microsites/b2b/magenta-office/img/kv_mob.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 195px; }
  #hero .hero__content {
    padding: 40px 4%; }
  #hero .hero__title, #hero .hero__desc {
    color: #262626; } }

/* =============== Sec-1 Vyhody =============== */
#sec-1 .row.text_centered {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }

#sec-1 p.quote {
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
  padding: 20px 0 60px 0; }

.logo___holder {
  width: 250px; }

#content .feature {
  /*text-align: center;*/ }

#content .feature .feat_title {
  justify-content: center;
  color: #000;
  font-size: 16px;
  font-weight: 600; }

#content .feature .feat_title a {
  font-size: inherit;
  font-weight: 600; }

#content .feature .feat_title img {
  margin-left: 8px;
  display: inline-block;
  width: 16px;
  height: 16px; }

#content .feature .feat_img {
  min-height: 72px; }

@media screen and (max-width: 768px) {
  #content .feature {
    padding-bottom: 30px; } }

/* =============== Sec-2  =============== */
#sec-2 .white {
  color: #ffffff; }

#content .sec-2 {
  background-color: #262626; }

@media (min-width: 768px) {
  #content .sec-2 .col-md-3 {
    width: 24%; } }

#content .sec-2 .switch__holder {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

#content .sec-2 .switch__holder .vue-switcher--bold div {
  height: 28px; }

#content .sec-2 .switch__text {
  color: #ffffff;
  margin-right: 10px;
  padding-top: 6px; }

#content .sec-2 .switch__btn {
  color: #ffffff; }

#content .sec-2 .section__title {
  color: #ffffff; }

#content .sec-2 .balik__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center; }

#content .sec-2 .balik__holder {
  background-color: #ffffff;
  position: relative;
  border: 2px solid transparent;
  min-height: 200px;
  padding: 10px 10px 20px 10px;
  transition: all 0.2s ease-in-out;
  text-align: center;
  width: 100%; }

@media (min-width: 620px) {
  #content .sec-2 .balik__holder {
    width: 32%; } }

@media (min-width: 960px) {
  #content .sec-2 .balik__holder {
    width: 19%; } }

#content .sec-2 .balik__holder .new-ribbon {
  position: absolute;
  width: 80%;
  font-size: 14px;
  padding: 5px;
  color: #ffffff;
  background: #e20074;
  border: inherit;
  text-align: center;
  text-transform: uppercase;
  top: -18px;
  transform: translateX(-50%);
  left: 50%; }

#content .sec-2 .balik__holder .balik__title {
  text-transform: uppercase; }

#content .sec-2 .balik__holder .balik__price-wrap .balik__price {
  font-size: 50px;
  font-weight: 600;
  color: #000000; }

#content .sec-2 .balik__holder .balik__price-wrap .balik__price span {
  word-spacing: -7px;
  padding-right: 7px; }

#content .sec-2 .balik__holder .balik__price-wrap .balik__price sup {
  top: -15px;
  font-size: 55%; }

#content .sec-2 .balik__holder .balik__price-desc {
  font-size: 16px; }

#content .sec-2 .balik__holder .balik__speed {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  padding-bottom: 10px; }

@media screen and (min-width: 768px) {
  #content .sec-2 .balik__holder .balik__speed {
    min-height: 65px; } }

#content .sec-2 .balik__holder .balik__speed span {
  display: inline-block; }

#content .sec-2 .balik__holder .balik__speed .balik__speed-item {
  color: #000000;
  font-size: 22px;
  font-weight: bold; }

#content .sec-2 .balik__holder .balik__features {
  padding-top: 10px;
  width: 100%;
  color: #262626;
  display: inline-block; }

@media screen and (min-width: 768px) {
  #content .sec-2 .balik__holder .balik__features {
    min-height: 76px; } }

#content .sec-2 .balik__holder .balik__cta {
  margin-top: 20px; }

#content .sec-2 .selected {
  transform: scale(1.05);
  z-index: 2; }

@media screen and (max-width: 768px) {
  #content .sec-2 .selected {
    margin-bottom: 45px;
    margin-top: 45px; } }

#content .sec-2 .selected .balik__cta a {
  color: #ffffff;
  background-color: #39b54a;
  border: 1px solid #39b54a;
  min-width: 95px; }

/* =============== Icon-List =============== */
#content .icon__list {
  margin: 0;
  padding: 0;
  font-size: 15px;
  padding-left: 20px; }

#content .icon__list-check li {
  padding: 0 5px 5px 20px;
  margin-bottom: 10px;
  list-style: none;
  color: #000000;
  font-size: 16px;
  text-align: left;
  background-repeat: no-repeat; }

/* Icons base64 */
#content {
  /* 8x14 */ }

#content li[data-type="check-dark"] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALCAYAAACgR9dcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NThCMTk4RTY0NTBGMTFFNzk5M0VGQkQ2MzkxM0Y4MDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NThCMTk4RTc0NTBGMTFFNzk5M0VGQkQ2MzkxM0Y4MDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1OEIxOThFNDQ1MEYxMUU3OTkzRUZCRDYzOTEzRjgwOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1OEIxOThFNTQ1MEYxMUU3OTkzRUZCRDYzOTEzRjgwOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pg5LKW8AAAC0SURBVHjaYvr//z8DsRgIGIF4GhCngfkkapwFxCDOFyCWJFYjExDPhWr8CsRORNkMBMxAPB9JowNcDkkRKw6Ni6AaPwOxLYo8VFEXEG8HYg40jUuhGj8BsQ0WwxkkgPglVNEOIOaCalwBFfsAxFZYvQQ1QQuIn0MV7wbi1UgaLXCGB5ITNID4GVQTCL8HYlO8gYnmB3UgfgrE74DYmFBMMMI8DgOMjIxqQIobKH6egQAACDAATxk12LMdmYwAAAAASUVORK5CYII=");
  background-position: 0px 6px; }

/* =============== Sec-3 Items =============== */
.sec-3 .other-information li {
  font-size: 18px;
  color: #4b4b4b;
  line-height: 140%; }

.sec-3 .other-information li a {
  font-size: 18px;
  color: #007faf;
  text-decoration: none; }

.sec-3 .other-information li a:hover {
  font-size: 18px;
  color: #007faf;
  text-decoration: none; }

.item__card {
  position: relative;
  height: 126px;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px; }

.item__card .item__content:hover, .item__card .hover {
  -webkit-box-shadow: 8px 8px 5px -6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 8px 8px 5px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 8px 8px 5px -6px rgba(0, 0, 0, 0.3);
  cursor: pointer; }

.item__card .item__content {
  position: absolute;
  border: 1px solid #e20074;
  bottom: 0;
  background: #ffffff;
  width: 100%;
  padding: 15px 20px; }

@media screen and (min-width: 768px) {
  .item__card .item__content {
    max-width: 240px; } }

@media screen and (min-width: 1000px) {
  .item__card .item__content {
    max-width: 240px; } }

.item__card .item__content:hover .item__title {
  color: #e20074; }

.item__card .item__content .item__title {
  font-weight: bold;
  font-size: 16px;
  min-height: 36px; }

.item__card .item__content .item__desc {
  display: none; }

.item__card .item__content .item__desc p {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #666666;
  font-size: 16px; }

.item__card .item__content .item__controls {
  min-height: 40px;
  padding-top: 15px; }

.item__card .item__content .item__controls:hover {
  cursor: pointer; }

.item__card .item__content .item__controls:hover .item__control-addBtn {
  background-image: url(https://backvm.telekom.sk/static/microsites/b2b/magenta-office/img/ico-plus-hover.png); }

.item__card .item__content .item__controls .item__controls-l {
  padding: 0; }

.item__card .item__content .item__controls .item__controls-r {
  padding: 0;
  text-align: right; }

.item__card .item__content .item__controls .item__control-addBtn {
  background-image: url(https://backvm.telekom.sk/static/microsites/b2b/magenta-office/img/ico-plus.png);
  width: 30px;
  height: 30px;
  display: inline-block;
  float: left;
  margin-right: 10px; }

.item__card .item__content .item__controls .item__control-addBtn-text {
  color: #e20074;
  padding-top: 4px;
  display: inline-block; }

.item__card .item__content .item__controls .item__control-price {
  font-weight: bold;
  font-size: 28px; }

.item__card .item__content .item__controls .item__control-price span {
  word-spacing: -4px;
  padding-right: 2px; }

.item__card .item__content .item__controls .item__control-price sup {
  top: -9px;
  font-size: 60%; }

.item__card .item__content .item__controls .item__control-price-desc {
  font-size: 16px; }

.item__card .item__content.added {
  background-color: #262626;
  border: 1px solid transparent; }

.item__card .item__content.added .item__title {
  color: #ffffff; }

.item__card .item__content.added .item__desc p {
  color: #ffffff; }

.item__card .item__content.added .item__control-price {
  color: #ffffff; }

.item__card .item__content.added .item__controls .item__control-addBtn {
  background-image: url(https://backvm.telekom.sk/static/microsites/b2b/magenta-office/img/ico-check.png); }

.item__card .item__content.added .item__controls .item__control-addBtn-text {
  color: #ffffff; }

.item__card .item__content.added .item__controls:hover .item__control-addBtn {
  background-image: url(https://backvm.telekom.sk/static/microsites/b2b/magenta-office/img/ico-cancel.png); }

.item__card .hover .item__content .item__desc {
  display: block !important;
  height: auto !important;
  opacity: 1 !important; }

/* =============== Sec-4 Form =============== */
#sec-4 {
  background-color: #262626; }

#sec-4 .section__title {
  color: #ffffff; }

#sec-4 .section__desc {
  color: rgba(255, 255, 255, 0.76);
  text-align: center; }

/* =============== Sec-9 FAQ =============== */
#sec-9 ul.docs__list {
  margin-top: 8px;
  margin-bottom: 20px; }

#sec-9 ul.docs__list li {
  background: url(https://backvm.telekom.sk/static/microsites/b2b/magenta-office/img/ico-file.png) no-repeat left top;
  padding: 3px 0px 10px 30px;
  /* reset styles */
  list-style: none;
  margin: 0;
  margin-top: 8px; }

#sec-9 ul.docs__list li a {
  color: #007faf;
  text-decoration: none; }

#sec-9 ul.docs__list li a:hover {
  color: #007faf;
  text-decoration: none; }

#sec-9 .accordion li {
  border-top: 1px solid #e8e8e8;
  padding-top: 10px;
  padding-left: 25px;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-size: 20px; }

#sec-9 .accordion li .list-desc {
  font-size: 16px;
  color: #6c6c6c;
  padding: 5px 10px 5px 2px; }

#sec-9 .accordion li::before {
  top: 15px; }

#sec-9 .accordion li:hover {
  color: #e20074; }

#sec-9 .accordion li:hover::before {
  content: "\f078"; }

#sec-9 .accordion li .list-title:hover {
  cursor: pointer; }

#sec-9 .accordion li:last-child {
  border-bottom: 1px solid #e8e8e8; }

#sec-9 .accordion li.unPacked {
  background-color: #f5f5f5; }

#sec-9 .accordion li.unPacked::before {
  content: "\f078";
  color: #474747; }

#sec-9 .accordion li.unPacked:hover::before {
  content: "\f077";
  color: #e20074; }

#sec-9 .accordion li .unPacked .list-title {
  color: #474747;
  font-weight: bold; }

#sec-9 .accordion li .unPacked:hover {
  color: #e20074; }

/* =============== Sec-5 FAQ =============== */
/* TAG Select */
.filter-tag {
  background-color: #ffffff;
  color: #e20074;
  padding: 5px 10px;
  margin-top: 10px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 10px; }

.filter-tag .remove-button {
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
  background: 0 0;
  cursor: pointer;
  vertical-align: middle;
  font: 100 14px Arial;
  color: #515151;
  border-radius: 50%;
  padding: 0 4px; }

.filter-tag .remove-button:hover {
  text-decoration: underline;
  color: #e20074; }

/* FORM FIX */
#content .waterbear-theme input[type="submit"], #content .waterbear-theme input[type="submit"]:hover, #content .waterbear-theme input[type="submit"]:active, #content .waterbear-theme input[type="submit"]:focus {
  color: #fff !important;
  background: #6bb324 !important;
  border: 1px solid #6bb324 !important; }

li.dynamicFormItemBox {
  background-color: transparent; }

#content .formComposition .dynamicFormSubFields {
  border: none;
  padding-top: 10px;
  padding-bottom: 10px; }

.availableFields, .availableRootFields, .dynamicFormFields {
  border: none; }

.journal-content-article ul {
  list-style: none; }

#sec-3 ul {
  list-style-type: disc;
  margin-left: 20px; }

.formComposition label.labelField {
  display: block; }

.page label {
  font-size: 16px;
  color: #fff; }

.formComposition .dynamicFormFields {
  border: none; }

.formComposition .availableFields li, .formComposition .availableRootFields li, .formComposition .dynamicFormFields li {
  padding: 0; }

.journal-content-article ul:not(.accordion):not(.content-menu):not(.content-sub-menu):not(.tabs-navi):not(.list-arrow):not(.list-square):not(.toolbox-list) {
  margin: 0; }

.waterbear-theme input[type="submit"] {
  max-width: 150px !important; }

.waterbear-theme .dynamicFormMain {
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 400px;
  float: none; }

#content .formCompositionRender .dynamicFormPages .pageMiddle {
  display: none; }

#content .formCompositionRender .dynamicFormPages .nextPageButtonSpan {
  display: inline;
  width: 100%;
  text-align: center; }

#content .formCompositionRender .dynamicFormPages .formFieldValidationResult .error {
  color: #fff;
  font-size: 18px;
  font-weight: bold; }

#content #form-holder h2, #content #form-holder h4 {
  display: none; }

.formFieldRenderField.inputRenderField {
  text-align: left; }

.defaultValueField.submitField {
  margin-right: 90px; }

.custom-select span {
  float: left !important; }

.custom-select label {
  text-align: left !important;
  width: 170px !important; }

.formCompositionRender .formFieldRenderField span input, .formCompositionRender .formFieldRenderField span textarea {
  max-width: inherit;
  width: 100%; }

.formComposition label.labelField {
  display: inline-block;
  width: inherit !important; }

.dynamicFormItemBox .fieldTypeRADIOBOX {
  opacity: 0;
  position: absolute;
  left: -10000px; }

.dynamicFormItemBox .fieldTypeCHECKBOX {
  display: none; }

.dynamicFormItemBox .fieldTypeCHECKBOX:last-child {
  display: block; }

/* NAV */
#content #nav-sticky.section {
  padding: 0; }

#nav-sticky {
  display: block;
  margin: 0 auto; }

#nav-sticky ul {
  display: inline-block; }

#nav-sticky li:last-child {
  float: inherit; }

.nav-links {
  max-width: 320px;
  display: inline-block;
  float: right;
  position: relative; }

.nav-links.nav-links__item {
  height: 55px;
  margin: 0;
  padding-left: 10px;
  display: inline-block;
  color: #000;
  text-align: center; }

.nav-links.nav-links__item span {
  width: 100%;
  display: inline-block; }

.nav-links.nav-links__item .nav-links__title {
  font-weight: bold;
  font-size: 18px;
  color: #e20074; }

.nav-links.nav-links__item .nav-links__decs {
  font-weight: bold;
  font-size: 18px; }

.nav-links.nav-links__item.page-selected {
  background-color: #ffffff; }

.nav-links.nav-links__item.page-selected .nav-links__title {
  color: #000000; }

/* show-hide - start */
a.show-hide {
  font-size: 20px !important;
  display: inline-block;
  margin: 10px 0 0 0; }

.show-hide-container {
  display: none; }

.show-hide-container p:first-child {
  margin-top: 5px !important; }

/* show-hide - end */
#sec-9 h3 {
  color: #262626; }

.b2b-form {
  display: block;
  overflow: hidden;
  margin-top: 50px; }

.b2b-form .b2b-form-holder {
  margin-bottom: 40px;
  padding: 0 15px; }

.b2b-form .b2b-form-holder .error-message {
  margin-top: 7px; }

.b2b-form .b2b-form-label {
  text-align: left;
  width: 120px;
  color: #ffffff; }

.b2b-form .fieldRequired {
  font-weight: bold; }

.b2b-form .b2b-form-text-area, .b2b-form .b2b-form-input {
  max-width: inherit;
  width: 100%;
  margin-top: 5px; }

.b2b-form .b2b-form-btn {
  font-size: 16px !important;
  margin: 0;
  padding: 0 19px !important;
  line-height: 0; }

#content #nav-sticky li:last-child {
  float: unset;
  display: inline-block; }

#content #nav-sticky li:last-child a {
  color: #383838; }

#content #nav-sticky li:last-child a:hover {
  color: #e20074; }

#content .st-w-full {
  padding-top: 0; }

@media screen and (max-width: 768px) {
  #content #nav-sticky {
    display: none; } }

#wrapper .wbreadcrumbs, #content .wbreadcrumbs {
  display: none; }

#identifikacia-volajuceho {
  margin-top: 64px; }

#identifikacia-volajuceho p, #identifikacia-volajuceho li {
  font-size: 16px; }

#identifikacia-volajuceho h4 {
  color: #000;
  font-weight: 500; }

#identifikacia-volajuceho ul {
  list-style: disc;
  margin-top: 0; }

#identifikacia-volajuceho .cards .card {
  padding: 0;
  display: flex;
  flex-direction: column; }

@media screen and (min-width: 1366px) {
  #identifikacia-volajuceho .cards .card {
    flex-direction: row;
    align-items: stretch; } }

#identifikacia-volajuceho .cards .card .c-img {
  position: relative; }

@media screen and (min-width: 1366px) {
  #identifikacia-volajuceho .cards .card .c-img {
    width: 50%; } }

#identifikacia-volajuceho .cards .card .c-img img {
  width: 100%; }

@media screen and (min-width: 1366px) {
  #identifikacia-volajuceho .cards .card .c-img img {
    vertical-align: bottom; } }

#identifikacia-volajuceho .cards .card .c-img .ec {
  background-color: #33a9eb;
  padding: 4px 12px;
  width: max-content;
  border-radius: 32px;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff; }

#identifikacia-volajuceho .cards .card .c-img .ec-right {
  position: absolute;
  top: 20px;
  right: 26px; }

#identifikacia-volajuceho .cards .card .c-img .ec-left {
  position: absolute;
  top: 20px;
  right: 26px; }

@media screen and (min-width: 1366px) {
  #identifikacia-volajuceho .cards .card .c-img .ec-left {
    right: unset;
    left: 26px; } }

#identifikacia-volajuceho .cards .card .c-img .ec-img {
  position: absolute;
  right: 16px;
  width: auto;
  height: auto;
  z-index: 1;
  border-radius: 0; }

#identifikacia-volajuceho .cards .card .c-img, #identifikacia-volajuceho .cards .card img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

@media screen and (min-width: 1366px) {
  #identifikacia-volajuceho .cards .card .c-img, #identifikacia-volajuceho .cards .card img {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px; } }

#identifikacia-volajuceho .cards .card .c-txt {
  padding: 16px;
  color: #262626; }

@media screen and (min-width: 1366px) {
  #identifikacia-volajuceho .cards .card .c-txt {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px; } }

#identifikacia-volajuceho .cards .card .c-txt h2 {
  margin: 0;
  font-size: 24px;
  padding-bottom: 16px;
  font-weight: 500;
  line-height: 120%; }

@media screen and (min-width: 1366px) {
  #identifikacia-volajuceho .cards .card .c-txt h2 {
    font-size: 26px;
    padding-bottom: 18px; } }

#identifikacia-volajuceho .cards .card .c-txt p {
  color: #262626;
  margin: 0; }

#identifikacia-volajuceho .cards .card .c-txt .disabled {
  cursor: not-allowed;
  user-select: none;
  opacity: 50%; }

#identifikacia-volajuceho .cards .card .c-txt .btn-magenta {
  background-color: #e20074;
  display: inline-block;
  width: max-content;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin: 18px 0;
  border-radius: 8px; }

@media screen and (max-width: 1365px) {
  #identifikacia-volajuceho .cards .card .c-txt .btn-magenta {
    margin-bottom: 0;
    text-align: center;
    width: 100%; } }

@media screen and (max-width: 360px) {
  #identifikacia-volajuceho .cards .card .c-txt .btn-magenta {
    font-size: 4.9vw;
    white-space: nowrap; } }

#identifikacia-volajuceho .cards .card .c-txt .more-info {
  font-weight: 700;
  font-size: 18px;
  color: #e20074;
  text-decoration: none;
  position: relative;
  width: max-content;
  margin: 18px 0 !important;
  display: block; }

@media screen and (min-width: 1366px) {
  #identifikacia-volajuceho .cards .card.left-card {
    flex-direction: row-reverse; }
  #identifikacia-volajuceho .cards .card.left-card .c-img, #identifikacia-volajuceho .cards .card.left-card img {
    border-radius: 0 10px 10px 0; } }

#content .b2b-form {
  display: block;
  overflow: hidden;
  margin-top: 50px; }

#content .b2b-form .b2b-form-holder {
  margin-bottom: 40px;
  padding: 0 15px; }

#content .b2b-form .b2b-form-holder .error-message {
  margin-top: 7px; }

#content .b2b-form .b2b-form-label {
  text-align: left;
  width: 120px;
  color: #ffffff; }

#content .b2b-form .fieldRequired {
  font-weight: bold; }

#content .b2b-form .b2b-form-text-area, #content .b2b-form .b2b-form-input {
  max-width: inherit;
  width: 100%;
  margin-top: 5px; }

#content .b2b-form .b2b-form-btn {
  font-size: 16px !important;
  margin: 0;
  padding: 0 19px !important;
  line-height: 0; }

.b2b-form {
  display: block;
  overflow: hidden;
  margin-top: 50px; }

.b2b-form .b2b-form-holder {
  margin-bottom: 40px;
  padding: 0 15px; }

.b2b-form .b2b-form-holder .error-message {
  margin-top: 7px; }

.b2b-form .b2b-form-label {
  text-align: left;
  width: 120px;
  color: #fff; }

.b2b-form .fieldRequired {
  font-weight: bold; }

.b2b-form .b2b-form-text-area, .b2b-form .b2b-form-input {
  max-width: inherit;
  width: 100%;
  margin-top: 5px; }

.b2b-form .b2b-form-btn {
  font-size: 16px !important;
  margin: 0;
  padding: 0 19px !important;
  line-height: 0; }

.b2b-form .b2b-form-text-area {
  padding: 12px;
  font-size: 16px;
  line-height: 140%; }

#content .b2b-form input {
  background-color: #ffffff !important; }

#content .b2b-form textarea {
  background-color: #ffffff !important; }

/** Default */
/** Bulma */
/** Bootstrap */
.vue-switcher {
  position: relative;
  display: inline-block; }

.vue-switcher__label {
  display: block;
  font-size: 10px;
  margin-bottom: 5px; }

.vue-switcher input {
  opacity: 0;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  cursor: pointer; }

.vue-switcher div {
  height: 10px;
  width: 40px;
  position: relative;
  border-radius: 30px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  transition: all ease .4s; }

.vue-switcher div:after {
  content: '';
  height: 18px;
  width: 18px;
  border-radius: 100px;
  display: block;
  transition: all ease .3s;
  position: absolute;
  left: 100%;
  margin-left: -17px;
  cursor: pointer;
  top: -4px; }

.vue-switcher--unchecked div {
  justify-content: flex-end; }

.vue-switcher--unchecked div:after {
  left: 15px; }

.vue-switcher--disabled div {
  opacity: .3; }

.vue-switcher--disabled input {
  cursor: not-allowed; }

.vue-switcher--bold div {
  top: -8px;
  height: 26px;
  width: 51px; }

.vue-switcher--bold div:after {
  margin-left: -22px;
  top: 4px; }

.vue-switcher--bold--unchecked div:after {
  left: 26px; }

.vue-switcher--bold .vue-switcher__label span {
  padding-bottom: 7px;
  display: inline-block; }

.vue-switcher-theme--default.vue-switcher-color--default div {
  background-color: #b7b7b7; }

.vue-switcher-theme--default.vue-switcher-color--default div:after {
  background-color: #9d9d9d; }

.vue-switcher-theme--default.vue-switcher-color--default.vue-switcher--unchecked div {
  background-color: #aaa; }

.vue-switcher-theme--default.vue-switcher-color--default.vue-switcher--unchecked div:after {
  background-color: #c4c4c4; }

.vue-switcher-theme--default.vue-switcher-color--blue div {
  background-color: #77b0c8; }

.vue-switcher-theme--default.vue-switcher-color--blue div:after {
  background-color: #539bb9; }

.vue-switcher-theme--default.vue-switcher-color--blue.vue-switcher--unchecked div {
  background-color: #c0dae5; }

.vue-switcher-theme--default.vue-switcher-color--blue.vue-switcher--unchecked div:after {
  background-color: #77b0c8; }

.vue-switcher-theme--default.vue-switcher-color--red div {
  background-color: #c87777; }

.vue-switcher-theme--default.vue-switcher-color--red div:after {
  background-color: #b95353; }

.vue-switcher-theme--default.vue-switcher-color--red.vue-switcher--unchecked div {
  background-color: #e5c0c0; }

.vue-switcher-theme--default.vue-switcher-color--red.vue-switcher--unchecked div:after {
  background-color: #c87777; }

.vue-switcher-theme--default.vue-switcher-color--yellow div {
  background-color: #c9c377; }

.vue-switcher-theme--default.vue-switcher-color--yellow div:after {
  background-color: #bab353; }

.vue-switcher-theme--default.vue-switcher-color--yellow.vue-switcher--unchecked div {
  background-color: #e6e3c0; }

.vue-switcher-theme--default.vue-switcher-color--yellow.vue-switcher--unchecked div:after {
  background-color: #c9c377; }

.vue-switcher-theme--default.vue-switcher-color--orange div {
  background-color: #c89577; }

.vue-switcher-theme--default.vue-switcher-color--orange div:after {
  background-color: #b97953; }

.vue-switcher-theme--default.vue-switcher-color--orange.vue-switcher--unchecked div {
  background-color: #e5cec0; }

.vue-switcher-theme--default.vue-switcher-color--orange.vue-switcher--unchecked div:after {
  background-color: #c89577; }

.vue-switcher-theme--default.vue-switcher-color--green div {
  background-color: #77c88d; }

.vue-switcher-theme--default.vue-switcher-color--green div:after {
  background-color: #53b96e; }

.vue-switcher-theme--default.vue-switcher-color--green.vue-switcher--unchecked div {
  background-color: #c0e5ca; }

.vue-switcher-theme--default.vue-switcher-color--green.vue-switcher--unchecked div:after {
  background-color: #77c88d; }

.vue-switcher-theme--bulma.vue-switcher-color--default div {
  background-color: #e6e6e6; }

.vue-switcher-theme--bulma.vue-switcher-color--default div:after {
  background-color: #fff; }

.vue-switcher-theme--bulma.vue-switcher-color--default.vue-switcher--unchecked div {
  background-color: #f2f2f2; }

.vue-switcher-theme--bulma.vue-switcher-color--default.vue-switcher--unchecked div:after {
  background-color: #fff; }

.vue-switcher-theme--bulma.vue-switcher-color--primary div {
  background-color: #05ffda;
  border: 1px solid transparent; }

.vue-switcher-theme--bulma.vue-switcher-color--primary div:after {
  background-color: #fff; }

.vue-switcher-theme--bulma.vue-switcher-color--primary.vue-switcher--unchecked div {
  background-color: transparent;
  border: 1px solid #fff; }

.vue-switcher-theme--bulma.vue-switcher-color--primary.vue-switcher--unchecked div:after {
  background-color: #fff; }

.vue-switcher-theme--bulma.vue-switcher-color--blue div {
  background-color: #0097d0;
  border: 1px solid transparent; }

.vue-switcher-theme--bulma.vue-switcher-color--blue div:after {
  background-color: #fff; }

.vue-switcher-theme--bulma.vue-switcher-color--blue.vue-switcher--unchecked div {
  background-color: transparent;
  border: 1px solid #fff; }

.vue-switcher-theme--bulma.vue-switcher-color--blue.vue-switcher--unchecked div:after {
  background-color: #fff; }

.vue-switcher-theme--bulma.vue-switcher-color--red div {
  background-color: #ff6b89;
  border: 1px solid transparent; }

.vue-switcher-theme--bulma.vue-switcher-color--red div:after {
  background-color: #fff; }

.vue-switcher-theme--bulma.vue-switcher-color--red.vue-switcher--unchecked div {
  background-color: transparent;
  border: 1px solid #fff; }

.vue-switcher-theme--bulma.vue-switcher-color--red.vue-switcher--unchecked div:after {
  background-color: #fff; }

.vue-switcher-theme--bulma.vue-switcher-color--yellow div {
  background-color: #ffe78a;
  border: 1px solid transparent; }

.vue-switcher-theme--bulma.vue-switcher-color--yellow div:after {
  background-color: #fff; }

.vue-switcher-theme--bulma.vue-switcher-color--yellow.vue-switcher--unchecked div {
  background-color: transparent;
  border: 1px solid #fff; }

.vue-switcher-theme--bulma.vue-switcher-color--yellow.vue-switcher--unchecked div:after {
  background-color: #fff; }

.vue-switcher-theme--bulma.vue-switcher-color--green div {
  background-color: #3dde75;
  border: 1px solid transparent; }

.vue-switcher-theme--bulma.vue-switcher-color--green div:after {
  background-color: #fff; }

.vue-switcher-theme--bulma.vue-switcher-color--green.vue-switcher--unchecked div {
  background-color: transparent;
  border: 1px solid #fff; }

.vue-switcher-theme--bulma.vue-switcher-color--green.vue-switcher--unchecked div:after {
  background-color: #fff; }

.vue-switcher-theme--bootstrap.vue-switcher-color--default div {
  background-color: #e6e6e6; }

.vue-switcher-theme--bootstrap.vue-switcher-color--default div:after {
  background-color: #f0f0f0; }

.vue-switcher-theme--bootstrap.vue-switcher-color--default.vue-switcher--unchecked div {
  background-color: whitesmoke; }

.vue-switcher-theme--bootstrap.vue-switcher-color--default.vue-switcher--unchecked div:after {
  background-color: #f0f0f0; }

.vue-switcher-theme--bootstrap.vue-switcher-color--primary div {
  background-color: #4f93ce; }

.vue-switcher-theme--bootstrap.vue-switcher-color--primary div:after {
  background-color: #337ab7; }

.vue-switcher-theme--bootstrap.vue-switcher-color--primary.vue-switcher--unchecked div {
  background-color: #9fc4e4; }

.vue-switcher-theme--bootstrap.vue-switcher-color--primary.vue-switcher--unchecked div:after {
  background-color: #4f93ce; }

.vue-switcher-theme--bootstrap.vue-switcher-color--success div {
  background-color: #80c780; }

.vue-switcher-theme--bootstrap.vue-switcher-color--success div:after {
  background-color: #5cb85c; }

.vue-switcher-theme--bootstrap.vue-switcher-color--success.vue-switcher--unchecked div {
  background-color: #c7e6c7; }

.vue-switcher-theme--bootstrap.vue-switcher-color--success.vue-switcher--unchecked div:after {
  background-color: #80c780; }

.vue-switcher-theme--bootstrap.vue-switcher-color--info div {
  background-color: #85d0e7; }

.vue-switcher-theme--bootstrap.vue-switcher-color--info div:after {
  background-color: #5bc0de; }

.vue-switcher-theme--bootstrap.vue-switcher-color--info.vue-switcher--unchecked div {
  background-color: #daf1f8; }

.vue-switcher-theme--bootstrap.vue-switcher-color--info.vue-switcher--unchecked div:after {
  background-color: #85d0e7; }

.vue-switcher-theme--bootstrap.vue-switcher-color--warning div {
  background-color: #f4c37d; }

.vue-switcher-theme--bootstrap.vue-switcher-color--warning div:after {
  background-color: #f0ad4e; }

.vue-switcher-theme--bootstrap.vue-switcher-color--warning.vue-switcher--unchecked div {
  background-color: #fceedb; }

.vue-switcher-theme--bootstrap.vue-switcher-color--warning.vue-switcher--unchecked div:after {
  background-color: #f4c37d; }

.vue-switcher-theme--bootstrap.vue-switcher-color--danger div {
  background-color: #d9534f; }

.vue-switcher-theme--bootstrap.vue-switcher-color--danger div:after {
  background-color: #c9302c; }

.vue-switcher-theme--bootstrap.vue-switcher-color--danger.vue-switcher--unchecked div {
  background-color: #eba5a3; }

.vue-switcher-theme--bootstrap.vue-switcher-color--danger.vue-switcher--unchecked div:after {
  background-color: #d9534f; }
