/* specialni font */
/* font sizes for body font-size: 87.5%; */
/** old IE CSS features **/
/** old IE CSS features **/
/** box shadow **/
/** box gradient - defaultne ORANZOVY **/
/** border radius **/
/* zamezeni oznaceni prvku */
/* text rotate */
/* transition */
/* line 3, grid.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Grid HTML Classes */
/* line 11, grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  *zoom: 1;
}

/* line 18, grid.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}

/* line 21, grid.scss */
.row:after {
  clear: both;
}

/* line 23, grid.scss */
.row.collapse .column,
.row.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}

/* line 29, grid.scss */
.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}

/* line 37, grid.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

/* line 40, grid.scss */
.row .row:after {
  clear: both;
}

/* line 42, grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}

/* line 47, grid.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

/* line 50, grid.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 53, grid.scss */
.grid_1 {
  float: left;
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  width: 8.33333%;
}

/* line 56, grid.scss */
.grid_2 {
  float: left;
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  width: 16.66667%;
}

/* line 59, grid.scss */
.grid_3 {
  float: left;
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  width: 25%;
}

/* line 62, grid.scss */
.grid_4 {
  float: left;
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  width: 33.33333%;
}

/* line 65, grid.scss */
.grid_5 {
  float: left;
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  width: 41.66667%;
}

/* line 68, grid.scss */
.grid_6 {
  float: left;
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  width: 50%;
}

/* line 71, grid.scss */
.grid_7 {
  float: left;
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  width: 58.33333%;
}

/* line 74, grid.scss */
.grid_8 {
  float: left;
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  width: 66.66667%;
}

/* line 77, grid.scss */
.grid_9 {
  float: left;
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  width: 75%;
}

/* line 80, grid.scss */
.grid_10 {
  float: left;
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  width: 83.33333%;
}

/* line 83, grid.scss */
.grid_11 {
  float: left;
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  width: 91.66667%;
}

/* line 86, grid.scss */
.grid_12 {
  float: left;
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  width: 100%;
}

/* line 89, grid.scss */
.grid_4x3 {
  float: left;
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  width: 25%;
}

/* line 92, grid.scss */
.grid_3x3 {
  float: left;
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  width: 25%;
}

/* line 95, grid.scss */
.grid_right {
  float: right !important;
}

@media only screen and (min-width: 1200px) {
  /* line 100, grid.scss */
  .info:after {
    content: "> 1200px";
  }
}
@media only screen and (min-width: 1600px) {
  /* line 105, grid.scss */
  .info:after {
    content: "> 1600px";
  }
}
@media only screen and (max-width: 1200px) {
  /* line 110, grid.scss */
  .info:after {
    content: "< 1200px";
  }

  /* line 113, grid.scss */
  .full_1200 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1120px) {
  /* line 118, grid.scss */
  .info:after {
    content: "< 1120px";
  }

  /* line 121, grid.scss */
  .grid_3x3 {
    float: left;
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    width: 33.33333%;
  }
  /* line 124, grid.scss */
  .grid_3x3.empty {
    display: none;
  }

  /* line 128, grid.scss */
  .full_1050 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 800px) {
  /* line 133, grid.scss */
  .info:after {
    content: "< 800px";
  }

  /* line 136, grid.scss */
  .grid_3 {
    float: left;
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    width: 33.33333%;
  }

  /* line 139, grid.scss */
  .grid_6 {
    float: left;
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    width: 100%;
  }

  /* line 142, grid.scss */
  .grid_9 {
    float: left;
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    width: 66.66667%;
  }

  /* line 145, grid.scss */
  .grid_7,
  .grid_5,
  .grid_4x3 {
    float: left;
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    width: 50%;
  }

  /* line 150, grid.scss */
  .full_800 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 600px) {
  /* line 155, grid.scss */
  .info:after {
    content: "< 600px";
  }

  /* line 158, grid.scss */
  .grid_3x3,
  .grid_3,
  .grid_4,
  .grid_5,
  .grid_7,
  .grid_9 {
    float: left;
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    width: 100%;
  }

  /* line 166, grid.scss */
  .full_600 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 400px) {
  /* line 171, grid.scss */
  .info:after {
    content: "< 400px";
  }

  /* line 174, grid.scss */
  .full_400 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 320px) {
  /* line 179, grid.scss */
  .info:after {
    content: "< 320px";
  }

  /* line 182, grid.scss */
  .full_320 {
    width: 100% !important;
  }
}
/* line 4, screen.scss */
* {
  margin: 0;
  padding: 0;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* line 9, screen.scss */
body {
  background: #fff url("/media/page/body-bg.jpg") no-repeat center top;
  color: #000;
  font-family: Arial, helvetica, sans-serif;
  font-size: 87.5%;
  /* 100% == 16px */
  line-height: 130%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 18, screen.scss */
.form_cleaner,
.cleaner {
  clear: both !important;
  display: block !important;
  float: none !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

/* line 30, screen.scss */
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
}

/* line 37, screen.scss */
.clearfix {
  display: inline-block;
}

/* line 40, screen.scss */
* html .clearfix {
  height: 1%;
}

/* line 43, screen.scss */
.clearfix {
  display: block;
}

/* line 46, screen.scss */
.non-visible {
  display: none !important;
}

/* line 49, screen.scss */
legend {
  display: none;
}

/* line 52, screen.scss */
img {
  border: none;
}

/* line 55, screen.scss */
img.float-left {
  float: left;
  margin: 0 20px 10px 0;
}

/* line 59, screen.scss */
img.float-right {
  float: right;
  margin: 0 0 10px 20px;
}

/* line 63, screen.scss */
fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}

/* line 68, screen.scss */
address {
  font-style: normal;
}

/* line 71, screen.scss */
button {
  cursor: pointer;
}

/* line 74, screen.scss */
ul,
ol {
  margin: 20px;
}

/* line 78, screen.scss */
p {
  margin: 20px 0;
}

/* line 81, screen.scss */
a {
  color: #009bc8;
  text-decoration: underline;
}

/* line 85, screen.scss */
a:hover {
  text-decoration: none;
}

/* Chrome stop highlight form fields */
/* line 89, screen.scss */
*:focus {
  outline: none;
}

/* image_container */
/* line 94, screen.scss */
.image_container {
  overflow: hidden;
  position: relative;
}
/* line 98, screen.scss */
.image_container img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

/** socialbar */
/* line 110, screen.scss */
.socialbar .social-bar-item {
  float: left;
  margin-right: 5px;
}

/* HEADLINLES */
/* line 117, screen.scss */
h1, h2, h3, h4, h5, .subheadline {
  font-family: "mpluslight", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #000;
  line-height: 130%;
  margin-bottom: 15px;
}

/* line 123, screen.scss */
h1 {
  font-family: "mplusthin", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 357%;
  line-height: 100%;
  margin-bottom: 50px;
  text-align: center;
}

/* line 130, screen.scss */
h2 {
  font-size: 214%;
}

/* line 133, screen.scss */
.like_h3,
h3 {
  font-family: "mplusregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 143%;
  color: #009bc8;
}

/* line 139, screen.scss */
h4 {
  font-size: 114%;
}

/* line 142, screen.scss */
h5 {
  font-size: 100%;
}

/* line 145, screen.scss */
.subheadline {
  font-size: 143%;
  color: #009bc8;
  margin-top: -40px;
  margin-bottom: 50px;
  text-align: center;
}

/* WIKI */
/* line 154, screen.scss */
div.wiki-box {
  color: #818181;
}
/* line 157, screen.scss */
div.wiki-box img {
  max-width: 100%;
}
/* line 160, screen.scss */
div.wiki-box > div,
div.wiki-box p {
  line-height: 150%;
  margin: 0 0 50px 0;
}
/* line 165, screen.scss */
div.wiki-box h2,
div.wiki-box h3 {
  margin-top: 15px;
  margin-bottom: -2px;
}
/* line 170, screen.scss */
div.wiki-box ul {
  margin: 20px 0 50px 0;
}
/* line 173, screen.scss */
div.wiki-box ol {
  margin: 20px 20px 50px 44px;
}
/* line 176, screen.scss */
div.wiki-box ul {
  margin-left: 15px;
  list-style-type: none;
}
/* line 180, screen.scss */
div.wiki-box ul li {
  background: transparent url("/media/page/li.png") no-repeat left 3px;
  behavior: url("/media/page/backgroundsize.min.htc") \9;
  background-size: 15px 15px;
  padding: 2px 0 2px 30px;
}
/* line 186, screen.scss */
div.wiki-box table.wiki-class,
div.wiki-box table.wiki-class th,
div.wiki-box table.wiki-class td {
  border: 1px solid #000;
  font-weight: normal;
  text-align: left;
}
/* line 193, screen.scss */
div.wiki-box table.wiki-class {
  border-collapse: collapse;
  border-width: 2px;
  margin-bottom: 15px;
}
/* line 198, screen.scss */
div.wiki-box table.wiki-class th,
div.wiki-box table.wiki-class td {
  padding: 7px 12px;
}
/* line 202, screen.scss */
div.wiki-box table.wiki-class th {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}

/* FORM */
/* line 211, screen.scss */
.fake_button_attrs, .form .button_field button,
.form .button_submit_field button, .fake_button > a,
.fake_button > span {
  behavior: url("/media/page/PIE.htc") \9;
  position: relative\9;
  background: #393d3f;
  background: linear-gradient(270deg, #393d3f 20%, #17191a 80%);
  -pie-background: linear-gradient(270deg, #393d3f 20%, #17191a 80%);
  background: -ms-linear-gradient(270deg, #393d3f 20%, #17191a 80%);
  background: -moz-linear-gradient(270deg, #393d3f 20%, #17191a 80%);
  background: -webkit-linear-gradient(270deg, #393d3f 20%, #17191a 80%);
  background: -o-linear-gradient(270deg, #393d3f 20%, #17191a 80%);
  border: 0 none;
  font-family: "mplusregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  display: block;
  font-size: 143%;
  height: 50px;
  padding: 0 40px;
  text-align: center;
  text-transform: lowercase;
  width: auto;
}
/* line 114, mixins.scss */
.fake_button_attrs:hover, .form .button_field button:hover,
.form .button_submit_field button:hover, .fake_button > a:hover,
.fake_button > span:hover {
  behavior: url("/media/page/PIE.htc") \9;
  position: relative\9;
  background: #000;
  background: linear-gradient(270deg, #000 20%, #000 80%);
  -pie-background: linear-gradient(270deg, #000 20%, #000 80%);
  background: -ms-linear-gradient(270deg, #000 20%, #000 80%);
  background: -moz-linear-gradient(270deg, #000 20%, #000 80%);
  background: -webkit-linear-gradient(270deg, #000 20%, #000 80%);
  background: -o-linear-gradient(270deg, #000 20%, #000 80%);
}
/* line 154, mixins.scss */
.fake_button_attrs:hover, .form .button_field button:hover,
.form .button_submit_field button:hover, .fake_button > a:hover,
.fake_button > span:hover {
  behavior: url("/media/page/PIE.htc") \9;
  position: relative\9;
  background: #45bcc8;
  background: linear-gradient(270deg, #45bcc8 20%, #1e97a9 80%);
  -pie-background: linear-gradient(270deg, #45bcc8 20%, #1e97a9 80%);
  background: -ms-linear-gradient(270deg, #45bcc8 20%, #1e97a9 80%);
  background: -moz-linear-gradient(270deg, #45bcc8 20%, #1e97a9 80%);
  background: -webkit-linear-gradient(270deg, #45bcc8 20%, #1e97a9 80%);
  background: -o-linear-gradient(270deg, #45bcc8 20%, #1e97a9 80%);
}

/* line 228, screen.scss */
.form .form_item {
  margin: 0 0 10px;
  position: relative;
}
/* line 232, screen.scss */
.form label {
  font-family: "mplusbold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #009bc8;
  display: block;
  height: 100%;
  left: 0;
  padding: 10px;
  position: absolute;
  text-transform: lowercase;
  top: 0;
}
/* line 243, screen.scss */
.form .input_field,
.form .select_field,
.form .textarea_field {
  background-color: #fff;
  display: block;
  width: 100%;
}
/* line 250, screen.scss */
.form .input_field input,
.form .select_field select,
.form .textarea_field textarea {
  background-color: #fff;
  border: 1px solid #e6e6e7;
  display: block;
  font-size: 114%;
  height: 40px;
  line-height: 25px;
  padding: 5px 10px;
  width: 100%;
}
/* line 262, screen.scss */
.form .input_field input:focus,
.form .select_field select:focus,
.form .textarea_field textarea:focus {
  border-color: #009bc8;
}
/* line 266, screen.scss */
.form .input_field input,
.form .textarea_field textarea {
  padding-left: 80px;
}
/* line 271, screen.scss */
.form .select_field label {
  display: none;
}
/* line 274, screen.scss */
.form .select_field select {
  padding-bottom: 8px;
  padding-top: 8px;
}
/* line 279, screen.scss */
.form .textarea_field textarea {
  height: 228px;
}
/* line 282, screen.scss */
.form .button_field,
.form .button_submit_field {
  float: right;
  margin-bottom: 0;
}
/* line 287, screen.scss */
.form .button_field button,
.form .button_submit_field button {
  font-size: 114%;
  margin-top: -10px;
}
/* line 293, screen.scss */
.form .confirm_field,
.form .checkbox_field {
  float: left;
}
/* line 297, screen.scss */
.form .confirm_field label,
.form .confirm_field input,
.form .checkbox_field label,
.form .checkbox_field input {
  display: block;
  float: right;
}
/* line 302, screen.scss */
.form .confirm_field label,
.form .checkbox_field label {
  color: #000;
  font-family: Arial, helvetica, sans-serif;
  font-size: 86%;
  position: static;
  padding: 0;
}
/* line 309, screen.scss */
.form .confirm_field input,
.form .checkbox_field input {
  margin: 3px 10px 0 10px;
}
/* line 313, screen.scss */
.form .hidden_field {
  display: none;
}
/* line 317, screen.scss */
.form .highlighted input,
.form .highlighted textarea {
  font-weight: bold;
}

/* line 324, screen.scss */
.fake_button > a,
.fake_button > span {
  display: inline-block;
  line-height: 260%;
  padding-bottom: 0;
  text-decoration: none;
}

/* line 334, screen.scss */
._cont {
  margin: 0 auto;
  width: 1080px;
}

/* line 342, screen.scss */
#contain {
  padding-top: 176px;
}
/* line 345, screen.scss */
#contain ._cont {
  background-color: #fff;
}
/* line 349, screen.scss */
#contain .content .ct_content {
  min-height: 700px;
  padding: 150px 5em 100px;
}
/* line 353, screen.scss */
#contain .content .ct_content .rounded_image {
  behavior: url("/media/page/PIE.htc") \9;
  position: relative\9;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
  border: 10px solid #fff;
  height: 240px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -120px;
  top: -120px;
  width: 240px;
}
/* line 364, screen.scss */
#contain .content .ct_content .rounded_image img {
  behavior: url("/media/page/PIE.htc") \9;
  position: relative\9;
  -webkit-border-radius: 110px;
  -moz-border-radius: 110px;
  border-radius: 110px;
}
/* line 371, screen.scss */
#contain .right_col {
  background-color: #f6f6f7;
}
/* line 374, screen.scss */
#contain .right_col .rc_content {
  padding: 150px 0 100px;
}

/* line 380, screen.scss */
.tags {
  display: block;
  margin-left: -0.9375em;
  margin-bottom: 60px;
}
/* line 385, screen.scss */
.tags .headline {
  color: #000;
  padding-left: 0.9375em;
}
/* line 390, screen.scss */
.tags ul {
  display: block;
  list-style-type: none;
  margin: 0;
}
/* line 393, screen.scss */
.tags ul li {
  display: block;
  margin-bottom: 1px;
}
/* line 397, screen.scss */
.tags ul li a {
  background: #222527 url("/media/page/arrow-tag.png") no-repeat right center;
  behavior: url("/media/page/backgroundsize.min.htc") \9;
  background-size: contain;
  color: #fff;
  display: inline-block;
  font-size: 86%;
  height: 35px;
  line-height: 180%;
  overflow: none;
  padding: 7px 35px 7px 10px;
  white-space: nowrap;
  text-decoration: none;
}
/* line 410, screen.scss */
.tags ul li a:hover {
  background-color: #424446;
  padding-left: 20px;
}
/* line 421, screen.scss */
.tags.used ul li a {
  background-color: #009bc8;
  font-family: "mpluslight", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 114%;
  height: 40px;
  line-height: 170%;
}
/* line 428, screen.scss */
.tags.used ul li a:hover {
  background-color: #4ab8c5;
}
/* line 438, screen.scss */
.tags.special ul li a {
  background-color: #13b7a2;
}
/* line 441, screen.scss */
.tags.special ul li a:hover {
  background-color: #35c0af;
}

/* line 451, screen.scss */
.items .item {
  margin-bottom: 40px;
  text-align: center;
}
/* line 455, screen.scss */
.items .item a {
  color: transparent;
  display: block;
  text-decoration: none;
}
/* line 458, screen.scss */
.items .item a .image_container {
  behavior: url("/media/page/PIE.htc") \9;
  position: relative\9;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  border: 10px solid transparent;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
/* line 465, screen.scss */
.items .item a .headline {
  color: #000;
  margin: 15px 0;
}
/* line 469, screen.scss */
.items .item a .sub_headline {
  color: #009bc8;
  font-size: 100%;
  margin: -15px 0 10px;
  text-transform: lowercase;
}
/* line 475, screen.scss */
.items .item a .perex,
.items .item a .btn_detail {
  color: #7a7a7a;
  font-size: 86%;
}
/* line 480, screen.scss */
.items .item a .perex {
  margin: 0;
  padding: 0 1em;
}
/* line 484, screen.scss */
.items .item a .btn_detail {
  background-color: #222;
  display: inline-block;
  margin-top: 20px;
  padding: 10px 35px;
  text-transform: lowercase;
}
/* line 493, screen.scss */
.items .item a:hover .image_container {
  border-color: #f6f6f7;
}
/* line 496, screen.scss */
.items .item a:hover .btn_detail {
  background-color: #000;
  color: #fff;
}

/* line 506, screen.scss */
aside.blog .items .item {
  margin-top: 60px;
}
/* line 510, screen.scss */
aside.blog .items .item a .btn_detail {
  display: none;
}
/* line 515, screen.scss */
aside.blog .items .item a:hover .image_container {
  border-color: #fff;
}

/* line 523, screen.scss */
div.blog {
  border-top: 1px solid #f0f0f0;
  margin-top: 60px;
  padding: 70px 0 40px;
}
/* line 528, screen.scss */
div.blog ._cont {
  background-color: #fff;
}

/* line 533, screen.scss */
.cart_count {
  background: transparent url("/media/page/ico-cart-circle.png") no-repeat left top;
  behavior: url("/media/page/backgroundsize.min.htc") \9;
  background-size: contain;
  font-family: "mplusbold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  display: block;
  height: 28px;
  line-height: 205%;
  overflow: hidden;
  text-align: center;
  width: 28px;
}

/* line 545, screen.scss */
header {
  background-color: #222527;
  height: 100px;
}
/* line 549, screen.scss */
header ._cont {
  position: relative;
}
/* line 553, screen.scss */
header .menu_opener {
  cursor: pointer;
  display: none;
  float: right;
  height: 80px;
  position: relative;
  width: 120px;
}
/* line 561, screen.scss */
header .menu_opener img {
  margin-right: 30px;
}
/* line 564, screen.scss */
header .menu_opener .cart_count {
  left: 10px;
  position: absolute;
  top: 27px;
}
/* line 570, screen.scss */
header .menu_opener.opened .cart_count {
  display: none;
}
/* line 575, screen.scss */
header #quick_contact {
  bottom: -35px;
  font-family: "mpluslight", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 128%;
  line-height: 130%;
  right: 200px;
  position: absolute;
  text-transform: lowercase;
  z-index: 1;
}
/* line 585, screen.scss */
header #quick_contact strong {
  font-family: "mplusblack", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
/* line 590, screen.scss */
header .languages {
  bottom: -37px;
  right: 20px;
  position: absolute;
  height: 30px;
  margin: 0;
  width: 160px;
  z-index: 2;
}
/* line 599, screen.scss */
header .languages ul {
  background-color: #fff;
  border: 1px solid #ddd;
  display: block;
  list-style-type: none;
  margin: 0;
  width: 100%;
  height: 30px;
  position: relative;
  -webkit-transition: 0 ease-in-out;
  -moz-transition: 0 ease-in-out;
  -o-transition: 0 ease-in-out;
  -ms-transition: 0 ease-in-out;
  transition: 0 ease-in-out;
}
/* line 608, screen.scss */
header .languages ul li {
  display: none;
  height: 28px;
  line-height: 28px;
}
/* line 613, screen.scss */
header .languages ul li a {
  color: #000;
  display: block;
  font-size: 100%;
  height: 100%;
  padding: 0 25px 0 10px;
  text-decoration: none;
  text-transform: lowercase;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 624, screen.scss */
header .languages ul li a img {
  margin: 0 5px 2px 0;
  vertical-align: middle;
}
/* line 630, screen.scss */
header .languages ul li.active {
  display: block;
}
/* line 633, screen.scss */
header .languages ul li.active a {
  background: transparent url("/media/page/arrow-languages-black.png") no-repeat 139px 12px;
  behavior: url("/media/page/backgroundsize.min.htc") \9;
  background-size: 8px 4px;
}
/* line 641, screen.scss */
header .languages.opened ul {
  height: auto;
}
/* line 644, screen.scss */
header .languages.opened ul li {
  display: block;
}

/* LOGO */
/* line 653, screen.scss */
#logo a {
  display: block;
  padding: 18px 0 0 25px;
  height: 100%;
  width: 100%;
}

/* MENU */
/* line 662, screen.scss */
#main_menu,
#main_menu ul,
#main_menu ul li,
#main_menu ul li a {
  display: block;
  margin: 0;
}

/* line 670, screen.scss */
#main_menu ul {
  display: block;
  list-style-type: none;
  margin: 0;
  float: right;
  padding-top: 29px;
}
/* line 675, screen.scss */
#main_menu ul li {
  float: left;
}
/* line 678, screen.scss */
#main_menu ul li a {
  font-family: "mpluslight", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  font-size: 114%;
  height: 71px;
  line-height: 130%;
  overflow: hidden;
  padding: 12px 6px 38px;
  text-decoration: none;
  white-space: nowrap;
}
/* line 691, screen.scss */
#main_menu ul li.cart .cart_count {
  float: right;
  font-size: 88%;
  margin: -4px 0 0 8px;
}
/* line 697, screen.scss */
#main_menu ul li:hover a {
  color: #2cadbc;
}
/* line 700, screen.scss */
#main_menu ul li.active {
  background: transparent url("/media/page/arrow-menu.png") no-repeat center bottom;
}

/* line 707, screen.scss */
#bottom {
  background-color: #1d1d1d;
  padding: 50px 0;
}

/* line 714, screen.scss */
.main_offer .offer a,
#main_offer .offer a {
  color: transparent;
  display: block;
  text-decoration: none;
}
/* line 717, screen.scss */
.main_offer .offer .img_container,
#main_offer .offer .img_container {
  width: 100%;
}
/* line 720, screen.scss */
.main_offer .offer .img_container img,
#main_offer .offer .img_container img {
  display: block;
  max-width: 100%;
}
/* line 725, screen.scss */
.main_offer .offer .text_container,
#main_offer .offer .text_container {
  background-color: #222527;
  font-family: "mplusregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  padding: 25px 15px;
  position: relative;
  text-align: center;
}
/* line 732, screen.scss */
.main_offer .offer .text_container .headline,
#main_offer .offer .text_container .headline {
  color: #fff;
  font-size: 114%;
  margin-bottom: 0;
}
/* line 737, screen.scss */
.main_offer .offer .text_container p,
#main_offer .offer .text_container p {
  color: #fff;
  font-size: 86%;
  line-height: 110%;
  margin: 10px 0 0;
}
/* line 744, screen.scss */
.main_offer .offer .ico,
#main_offer .offer .ico {
  background: transparent url("/media/page/icos-main-offer.png") no-repeat -5000px;
  behavior: url("/media/page/backgroundsize.min.htc") \9;
  background-size: cover;
  display: block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  top: -21px;
  width: 40px;
}
/* line 757, screen.scss */
.main_offer .offer.offer_1 .headline,
#main_offer .offer.offer_1 .headline {
  color: #e6bc17;
}
/* line 760, screen.scss */
.main_offer .offer.offer_1 .ico,
#main_offer .offer.offer_1 .ico {
  background-position: left top;
}
/* line 765, screen.scss */
.main_offer .offer.offer_2 .headline,
#main_offer .offer.offer_2 .headline {
  color: #13b7a2;
}
/* line 768, screen.scss */
.main_offer .offer.offer_2 .ico,
#main_offer .offer.offer_2 .ico {
  background-position: -40px top;
}
/* line 773, screen.scss */
.main_offer .offer.offer_3 .headline,
#main_offer .offer.offer_3 .headline {
  color: #76bf2e;
}
/* line 776, screen.scss */
.main_offer .offer.offer_3 .ico,
#main_offer .offer.offer_3 .ico {
  background-position: -80px top;
}
/* line 781, screen.scss */
.main_offer .offer.offer_4 .headline,
#main_offer .offer.offer_4 .headline {
  color: #009bc8;
}
/* line 784, screen.scss */
.main_offer .offer.offer_4 .ico,
#main_offer .offer.offer_4 .ico {
  background-position: -120px top;
}
/* line 789, screen.scss */
.main_offer .offer a:hover .text_container,
#main_offer .offer a:hover .text_container {
  background-color: #2c2f31;
}
/* line 792, screen.scss */
.main_offer .offer a:hover .ico,
#main_offer .offer a:hover .ico {
  top: -26px;
}

/* line 799, screen.scss */
#bottom_lists * {
  color: #fff;
}
/* line 802, screen.scss */
#bottom_lists .bottom_list {
  margin-top: 50px;
}
/* line 805, screen.scss */
#bottom_lists .bottom_list .headline {
  font-family: "mpluslight", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 214%;
}
/* line 809, screen.scss */
#bottom_lists .bottom_list .bl_content {
  font-size: 86%;
}
/* line 812, screen.scss */
#bottom_lists .bottom_list .bl_content ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding-left: 5px;
}
/* line 816, screen.scss */
#bottom_lists .bottom_list .bl_content ul li {
  display: block;
}
/* line 819, screen.scss */
#bottom_lists .bottom_list .bl_content ul li a {
  background: transparent url("/media/page/footer-li.png") no-repeat left 7px;
  display: block;
  padding: 4px 20px;
  text-decoration: none;
}
/* line 825, screen.scss */
#bottom_lists .bottom_list .bl_content ul li a:hover {
  color: #009bc8;
}

/* line 835, screen.scss */
#search_module {
  background: transparent url("/media/page/search-bg.png") repeat-x left top;
  background-size: 60px 275px;
  margin: 0 0 -6px 0;
  height: 275px;
  overflow: hidden;
  padding: 55px 0 30px;
  position: relative;
  text-align: center;
  width: 100%;
}
/* line 846, screen.scss */
#search_module .sm_headline {
  font-family: "mpluslight", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #000;
  font-size: 250%;
  line-height: 130%;
}
/* line 852, screen.scss */
#search_module .sm_headline strong {
  font-family: "mplusbold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
/* line 857, screen.scss */
#search_module .input_cont {
  background-color: #fff;
  border: 1px solid #009bc8;
  height: 55px;
  margin: 8px auto;
  overflow: hidden;
  width: 575px;
}
/* line 865, screen.scss */
#search_module .input_cont input,
#search_module .input_cont button {
  background-color: transparent;
  border: 0 none;
  display: block;
  float: left;
}
/* line 872, screen.scss */
#search_module .input_cont input {
  font-family: "mplusregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #000;
  font-size: 128%;
  height: 55px;
  line-height: 150%;
  padding: 10px 10px 10px 17px;
  width: 518px;
}
/* line 881, screen.scss */
#search_module .input_cont button {
  height: 55px;
  width: 55px;
}
/* line 885, screen.scss */
#search_module .input_cont button img {
  height: 24px;
  width: 24px;
}
/* line 892, screen.scss */
#search_module .sm_note {
  font-size: 86%;
}
/* line 895, screen.scss */
#search_module .sm_note a {
  color: #000;
  text-transform: lowercase;
}

/** produktovy box **/
/* line 903, screen.scss */
.product_price {
  background: #000 url("/media/index/arrow-product.png") no-repeat center top;
  behavior: url("/media/page/backgroundsize.min.htc") \9;
  background-size: 20px 10px;
  font-family: "mplusbold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  font-size: 180%;
  height: 70px;
  line-height: 190%;
  padding: 15px 0;
  text-align: center;
}
/* line 914, screen.scss */
.product_price.product_price_2 {
  display: none;
  position: fixed;
  top: 0;
  width: 180px;
  z-index: 98;
}
/* line 921, screen.scss */
.product_price.product_price_2.opened {
  display: block;
}

/* line 926, screen.scss */
.product {
  text-align: center;
}
/* line 929, screen.scss */
.product > a {
  color: transparent;
  display: block;
  text-decoration: none;
  background-color: #fff;
  height: 100%;
}
/* line 934, screen.scss */
.product .headline {
  font-family: "mpluslight", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  border-top: 5px solid #000;
  color: #000;
  font-size: 172%;
  height: 65px;
  margin-bottom: 0;
  padding: 10px 2em 15px;
}
/* line 943, screen.scss */
.product .image_container {
  height: 190px;
  width: 100%;
}
/* line 947, screen.scss */
.product .image_container img {
  max-height: 100%;
  max-width: 100%;
}
/* line 952, screen.scss */
.product .perex {
  color: #7e7e7e;
  font-size: 86%;
  height: 90px;
  line-height: 18px;
  overflow: hidden;
  margin: 0;
  padding: 0 2em 18px;
}
/* line 961, screen.scss */
.product .perex span {
  display: block;
  height: 72px;
  overflow: hidden;
}
/* line 969, screen.scss */
.product.product_1 .headline {
  border-color: #2cadbc;
  color: #2cadbc;
}
/* line 973, screen.scss */
.product.product_1 .product_price {
  background-color: #2cadbc;
}
/* line 978, screen.scss */
.product.product_1 > a:hover .headline {
  border-color: #000;
  color: #000;
}
/* line 982, screen.scss */
.product.product_1 > a:hover .product_price {
  background-color: #000;
}
/* line 969, screen.scss */
.product.product_2 .headline {
  border-color: #9eca17;
  color: #9eca17;
}
/* line 973, screen.scss */
.product.product_2 .product_price {
  background-color: #9eca17;
}
/* line 978, screen.scss */
.product.product_2 > a:hover .headline {
  border-color: #000;
  color: #000;
}
/* line 982, screen.scss */
.product.product_2 > a:hover .product_price {
  background-color: #000;
}
/* line 969, screen.scss */
.product.product_3 .headline {
  border-color: #15b57b;
  color: #15b57b;
}
/* line 973, screen.scss */
.product.product_3 .product_price {
  background-color: #15b57b;
}
/* line 978, screen.scss */
.product.product_3 > a:hover .headline {
  border-color: #000;
  color: #000;
}
/* line 982, screen.scss */
.product.product_3 > a:hover .product_price {
  background-color: #000;
}

/* line 999, screen.scss */
.link_dots {
  cursor: pointer;
}
/* line 1002, screen.scss */
.link_dots span {
  background-color: #ccc;
  behavior: url("/media/page/PIE.htc") \9;
  position: relative\9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  height: 7px;
  margin: 0 2px;
  width: 7px;
}
/* line 1012, screen.scss */
.link_dots:hover span {
  background-color: #009bc8;
}

/* FOOTER */
/* line 1020, screen.scss */
footer,
footer a {
  color: #000;
}

/* line 1027, screen.scss */
#heal {
  background-color: #111;
  font-size: 86%;
}
/* line 1031, screen.scss */
#heal * {
  color: #fff;
}
/* line 1035, screen.scss */
#heal .conditions {
  position: relative;
  float: left;
  display: block;
  padding: 24px 0 20px 170px;
  width: 50%;
}
/* line 1042, screen.scss */
#heal .conditions > a,
#heal .conditions .footer_logo_bezpecny_nakup {
  display: block;
  float: left;
  margin-right: 20px;
}
/* line 1048, screen.scss */
#heal .conditions .footer_logo_bezpecny_nakup {
  margin-top: -10px;
}
/* line 1052, screen.scss */
#heal #copyright,
#heal #credits {
  float: left;
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  width: 50%;
  padding-bottom: 20px;
  padding-top: 24px;
}
/* line 1058, screen.scss */
#heal #credits {
  float: right;
  width: 50%;
}
/* line 1062, screen.scss */
#heal #credits .heal_company_url,
#heal #credits .heal_company,
#heal #credits .made_by_inspire {
  display: block;
  float: right;
}
/* line 1068, screen.scss */
#heal #credits .heal_company {
  padding-right: 25px;
}
/* line 1072, screen.scss */
#heal #credits .heal_company_url a {
  text-decoration: none;
}
/* line 1075, screen.scss */
#heal #credits .heal_company_url a:hover {
  color: #009bc8;
}
/* line 1081, screen.scss */
#heal #credits .made_by_inspire .mbi_label,
#heal #credits .made_by_inspire .mbi_link {
  display: block;
  float: left;
}
/* line 1086, screen.scss */
#heal #credits .made_by_inspire .mbi_link {
  background: transparent url("/media/pagebase/ico-inspire.png") no-repeat left top;
  behavior: url("/media/page/backgroundsize.min.htc") \9;
  background-size: contain;
  display: block;
  height: 27px;
  margin: -5px 0 0 15px;
  text-indent: -5000px;
  width: 32px;
}
/* line 1095, screen.scss */
#heal #credits .made_by_inspire .mbi_label {
  display: none;
}
/* line 1101, screen.scss */
#heal .payu_footer_info {
  clear: both;
  padding-bottom: 20px;
  text-align: center;
}
/* line 1106, screen.scss */
#heal .payu_footer_info * {
  display: inline-block;
}
/* line 1109, screen.scss */
#heal .payu_footer_info img {
  margin-right: 15px;
  vertical-align: middle;
}

/* line 1116, screen.scss */
#nw_cookie_alert_box {
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 2;
}

/* line 1123, screen.scss */
.slider_wrapper,
.slider_cont {
  margin: 30px 0 0;
  text-align: center;
}

/* line 1128, screen.scss */
.slider {
  display: inline-block;
  height: 30px;
  overflow: hidden;
}
/* line 1133, screen.scss */
.slider .slider-first,
.slider .slider-last {
  display: none;
}
/* line 1137, screen.scss */
.slider .slider-previous,
.slider .slider-next {
  background: transparent url("/media/page/arrows-slider.png") no-repeat -5000px;
  behavior: url("/media/page/backgroundsize.min.htc") \9;
  background-size: 30px 15px;
  display: block;
  float: left;
  margin: 8px 0 0;
  height: 15px;
  width: 15px;
}
/* line 1147, screen.scss */
.slider .slider-previous span,
.slider .slider-next span {
  display: none;
}
/* line 1151, screen.scss */
.slider .slider-previous {
  margin-right: 10px;
}
/* line 1154, screen.scss */
.slider .slider-next {
  margin-left: 5px;
}
/* line 1157, screen.scss */
.slider .slider-previous {
  background-position: left top;
}
/* line 1160, screen.scss */
.slider .slider-next {
  background-position: right top;
}
/* line 1164, screen.scss */
.slider .slider-pages {
  display: block;
  float: left;
  height: 30px;
}
/* line 1169, screen.scss */
.slider .slider-pages .dots,
.slider .slider-pages .slider-page {
  background-color: #fff;
  behavior: url("/media/page/PIE.htc") \9;
  position: relative\9;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: #000;
  display: block;
  float: left;
  font-size: 115%;
  height: 28px;
  margin-right: 5px;
  line-height: 28px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  width: 28px;
}
/* line 1185, screen.scss */
.slider .slider-pages .dots:hover, .slider .slider-pages .dots.active,
.slider .slider-pages .slider-page:hover,
.slider .slider-pages .slider-page.active {
  background-color: #009bc8;
  color: #fff;
}
/* line 1191, screen.scss */
.slider .slider-pages .dots {
  background-color: transparent;
  border-color: transparent;
  width: 18px;
}

/* line 1198, screen.scss */
.total_records {
  display: none;
}

/* line 1202, screen.scss */
.languages {
  height: 30px;
  margin: 18px 20px 0 10px;
  position: absolute;
  width: 140px;
  z-index: 1;
}
/* line 1209, screen.scss */
.languages ul {
  background-color: #222527;
  border: 1px solid #373737;
  display: block;
  list-style-type: none;
  margin: 0;
  bottom: 0;
  height: 30px;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
/* line 1220, screen.scss */
.languages ul li {
  display: none;
  height: 28px;
  line-height: 28px;
}
/* line 1225, screen.scss */
.languages ul li a {
  display: block;
  font-size: 100%;
  height: 100%;
  padding: 0 25px 0 15px;
  text-decoration: none;
  text-transform: lowercase;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 1236, screen.scss */
.languages ul li.active {
  display: block;
}
/* line 1239, screen.scss */
.languages ul li.active a {
  background: transparent url("/media/page/arrow-languages.png") no-repeat 119px 12px;
  behavior: url("/media/page/backgroundsize.min.htc") \9;
  background-size: 8px 4px;
}
/* line 1247, screen.scss */
.languages.opened ul {
  height: auto;
}
/* line 1250, screen.scss */
.languages.opened ul li {
  display: block;
}

/* line 1258, screen.scss */
body.pl .product .headline {
  font-size: 122%;
}

/* line 1265, screen.scss */
#colorbox {
  -webkit-transition: 0s ease-in-out;
  -moz-transition: 0s ease-in-out;
  -o-transition: 0s ease-in-out;
  -ms-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
}
/* line 1268, screen.scss */
#colorbox * {
  -webkit-transition: 0s ease-in-out;
  -moz-transition: 0s ease-in-out;
  -o-transition: 0s ease-in-out;
  -ms-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
}

/* line 1272, screen.scss */
#TB_window {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 1277, screen.scss */
#TB_window *,
#TB_window *:before,
#TB_window *:after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 1284, screen.scss */
#TB_window #TB_ajaxContent {
  padding-top: 30px;
}

@font-face {
  font-family: 'mplusregular';
  src: url("/media/page/fonts/mplus-regular-webfont.eot");
  src: url("/media/page/fonts/mplus-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/media/page/fonts/mplus-regular-webfont.svg#mplusregular") format("svg"), url("/media/page/fonts/mplus-regular-webfont.woff") format("woff"), url("/media/page/fonts/mplus-regular-webfont.ttf") format("truetype");
}
@font-face {
  font-family: 'mplusbold';
  src: url("/media/page/fonts/mplus-bold-webfont.eot");
  src: url("/media/page/fonts/mplus-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/media/page/fonts/mplus-bold-webfont.svg#mplusbold") format("svg"), url("/media/page/fonts/mplus-bold-webfont.woff") format("woff"), url("/media/page/fonts/mplus-bold-webfont.ttf") format("truetype");
}
@font-face {
  font-family: 'mplusblack';
  src: url("/media/page/fonts/mplus-black-webfont.eot");
  src: url("/media/page/fonts/mplus-black-webfont.eot?#iefix") format("embedded-opentype"), url("/media/page/fonts/mplus-black-webfont.svg#mplusblack") format("svg"), url("/media/page/fonts/mplus-black-webfont.woff") format("woff"), url("/media/page/fonts/mplus-black-webfont.ttf") format("truetype");
}
@font-face {
  font-family: 'mpluslight';
  src: url("/media/page/fonts/mplus-light-webfont.eot");
  src: url("/media/page/fonts/mplus-light-webfont.eot?#iefix") format("embedded-opentype"), url("/media/page/fonts/mplus-light-webfont.svg#mpluslight") format("svg"), url("/media/page/fonts/mplus-light-webfont.woff") format("woff"), url("/media/page/fonts/mplus-light-webfont.ttf") format("truetype");
}
@font-face {
  font-family: 'mplusthin';
  src: url("/media/page/fonts/mplus-thin-webfont.eot");
  src: url("/media/page/fonts/mplus-thin-webfont.eot?#iefix") format("embedded-opentype"), url("/media/page/fonts/mplus-thin-webfont.svg#mplusthin") format("svg"), url("/media/page/fonts/mplus-thin-webfont.woff") format("woff"), url("/media/page/fonts/mplus-thin-webfont.ttf") format("truetype");
}
@font-face {
  font-family: 'mplusmedium';
  src: url("/media/page/fonts/mplus-medium-webfont.eot");
  src: url("/media/page/fonts/mplus-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/media/page/fonts/mplus-medium-webfont.svg#mplusmedium") format("svg"), url("/media/page/fonts/mplus-medium-webfont.woff") format("woff"), url("/media/page/fonts/mplus-medium-webfont.ttf") format("truetype");
}
/***************************************************************************/
/* line 1343, screen.scss */
.test .columns {
  background-color: #ededed;
  border: 1px solid #000;
  font-weiht: bold;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}

/* line 1352, screen.scss */
.info {
  background-color: #000;
  color: #fff;
  bottom: 0;
  display: block;
  padding: 15px;
  position: fixed;
  right: 0;
  z-index: 99999;
}

/***************************************************************************/
@media only screen and (min-width: 1200px) {
  /* line 1366, screen.scss */
  ._cont {
    width: 1080px;
  }
}
@media only screen and (max-width: 1120px) {
  /* line 1373, screen.scss */
  ._cont {
    width: 90%;
  }

  /* line 1376, screen.scss */
  #main_menu {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 1381, screen.scss */
  #heal .conditions > a,
  #heal .conditions .footer_logo_bezpecny_nakup {
    clear: left;
    float: none;
    margin-right: 0;
  }
  /* line 1387, screen.scss */
  #heal .conditions .footer_logo_bezpecny_nakup {
    margin-top: 0;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 800px) {
  /* line 1394, screen.scss */
  body {
    background-image: url("/media/page/body-bg-small.jpg");
    background-position: center 80px;
  }

  /* line 1398, screen.scss */
  ._cont {
    width: 100%;
  }

  /* line 1401, screen.scss */
  #container {
    background-position: center -40px;
  }

  /* line 1406, screen.scss */
  #contain .content .ct_content {
    padding-bottom: 2em;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 1413, screen.scss */
  #contain .right_col .rc_content {
    padding: 2em 0;
  }

  /* line 1418, screen.scss */
  header {
    height: 80px;
  }
  /* line 1422, screen.scss */
  header .menu_opener {
    display: block;
  }
  /* line 1426, screen.scss */
  header #logo a {
    padding-top: 20px;
  }
  /* line 1429, screen.scss */
  header #logo a img {
    height: 37px;
  }
  /* line 1434, screen.scss */
  header #main_menu {
    background-color: #222527;
    clear: both;
    display: none;
    float: none;
    left: 0;
    padding: 0;
    position: absolute;
    top: 80px;
    width: 100%;
    z-index: 3;
  }
  /* line 1446, screen.scss */
  header #main_menu ul {
    border-top: 1px solid #393b3c;
    float: none;
    padding: 0;
  }
  /* line 1451, screen.scss */
  header #main_menu ul li {
    background-image: none !important;
    border: 0 solid #393b3c;
    border-width: 0 1px 1px 0;
    float: left;
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    width: 33.33333%;
    float: left;
  }
  /* line 1458, screen.scss */
  header #main_menu ul li a {
    float: left;
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: none;
    height: auto;
    padding-bottom: 12px;
    text-align: right;
  }
  /* line 1468, screen.scss */
  header #main_menu.opened {
    display: block;
  }

  /* line 1475, screen.scss */
  #main_offer .offer {
    margin-bottom: 25px;
  }
  /* line 1478, screen.scss */
  #main_offer .offer.offer_3 {
    clear: both;
  }

  /* line 1483, screen.scss */
  #search_module {
    padding-top: 40px;
  }
  /* line 1486, screen.scss */
  #search_module .input_cont {
    width: 365px;
  }
  /* line 1489, screen.scss */
  #search_module .input_cont input {
    width: 308px;
  }

  /* line 1494, screen.scss */
  #heal {
    text-align: center;
  }
  /* line 1497, screen.scss */
  #heal .conditions {
    padding: 2px 0;
  }
  /* line 1501, screen.scss */
  #heal .conditions,
  #heal #copyright,
  #heal #credits {
    float: none;
    float: left;
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    width: 100%;
  }
  /* line 1507, screen.scss */
  #heal #copyright {
    padding-top: 0;
  }
  /* line 1511, screen.scss */
  #heal #credits .heal_company_url,
  #heal #credits .heal_company,
  #heal #credits .made_by_inspire {
    float: none;
  }
  /* line 1516, screen.scss */
  #heal #credits .heal_company {
    padding: 5px 0 0;
  }
  /* line 1520, screen.scss */
  #heal #credits .made_by_inspire .mbi_link {
    float: none;
    margin: 0 auto 5px;
  }
  /* line 1526, screen.scss */
  #heal .languages {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    position: relative;
  }

  /* line 1535, screen.scss */
  #bottom_lists .bottom_list.odd {
    clear: left;
  }
}
@media only screen and (max-width: 600px) {
  /* line 1542, screen.scss */
  #logo {
    float: left;
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    width: 50%;
  }

  /* line 1546, screen.scss */
  header #quick_contact {
    right: auto;
    text-align: center;
    width: 100%;
  }
  /* line 1551, screen.scss */
  header .languages {
    bottom: -77px;
    right: auto;
    left: 50%;
    margin-left: -80px;
  }
  /* line 1557, screen.scss */
  header #main_menu ul li {
    float: left;
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    width: 50%;
  }

  /* line 1561, screen.scss */
  .tags {
    clear: left;
    margin-left: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  /* line 1567, screen.scss */
  .tags ul {
    display: inline-block;
    text-align: center;
  }
  /* line 1571, screen.scss */
  .tags ul li {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 2px;
  }
  /* line 1576, screen.scss */
  .tags ul li a {
    background-image: none;
    padding-right: 10px;
  }
  /* line 1580, screen.scss */
  .tags ul li a:hover {
    padding-left: 10px;
  }
  /* line 1587, screen.scss */
  .tags.used {
    margin-top: -2em;
  }

  /* line 1591, screen.scss */
  div.blog {
    padding-top: 0;
  }
  /* line 1595, screen.scss */
  div.blog .items .item {
    margin-top: 60px;
  }

  /* line 1602, screen.scss */
  #contain .content .ct_content {
    min-height: 0;
  }
  /* line 1606, screen.scss */
  #contain .right_col {
    background-color: transparent;
    height: auto !important;
  }
}
@media only screen and (max-width: 400px) {
  /* line 1613, screen.scss */
  [class*="grid"] {
    width: 100%;
  }

  /* line 1619, screen.scss */
  .form .button_field button,
  .form .button_submit_field button {
    float: none;
    width: 100%;
  }

  /* line 1626, screen.scss */
  header #logo {
    float: left;
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    width: 50%;
  }
  /* line 1629, screen.scss */
  header #main_menu ul li {
    float: left;
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    width: 100%;
  }
  /* line 1632, screen.scss */
  header #quick_contact {
    bottom: -35px;
    right: auto;
    text-align: center;
    width: 100%;
  }

  /* line 1639, screen.scss */
  #search_module {
    padding-top: 30px;
  }
  /* line 1642, screen.scss */
  #search_module .input_cont {
    width: 265px;
  }
  /* line 1645, screen.scss */
  #search_module .input_cont input {
    width: 208px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 1653, screen.scss */
  #search_module .input_cont {
    width: 205px;
  }
  /* line 1656, screen.scss */
  #search_module .input_cont input {
    width: 148px;
  }
}
/* line 1663, screen.scss */
#nw_cookie_alert_box.lang_it {
  color: #ffffff;
  background-color: #999999;
  padding-top: 10px;
  padding-bottom: 3px;
}
/* line 1668, screen.scss */
#nw_cookie_alert_box.lang_it a {
  font-weight: bold;
  color: #ffffff;
}
/* line 1672, screen.scss */
#nw_cookie_alert_box.lang_it #nw_cookie_alert_box_close {
  color: #ffffff;
  font-weight: normal;
  font-size: 120%;
  background-color: #c93939;
  border: 1px solid #ffffff;
  padding: 3px 20px 3px;
  margin-left: 10px;
  margin-bottom: 3px;
}

/* line 72, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent .snippet, .cookie_consent [id^='snippet'], .cookie_consent .contents {
  display: contents;
}
/* line 75, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__button {
  display: inline-flex;
  font-weight: bold;
  font-size: 0.85rem;
  line-height: 1.2em;
  border: 1px solid black;
  padding: 0.7em 1.2em;
  cursor: pointer;
  transition: background-color 0.3s;
  text-align: center;
  justify-content: center;
  align-items: center;
}
/* line 76, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__button .waiter-inspire-img-helper {
  margin-left: auto;
  margin-right: auto;
  width: 2rem;
}
/* line 81, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__button .waiter-inspire-text {
  display: none;
}
/* line 98, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__button:hover {
  background-color: lightgrey;
}
/* line 105, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__alert {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 19px -3px rgba(100, 100, 100, 0.2);
  padding: 2rem;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 10;
  transform: translateY(100%);
  transition: transform 1.2s;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 3rem;
  max-width: 1260px;
}
/* line 120, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
html.js .cookie_consent__alert {
  transform: translateY(0);
}
/* line 132, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__alert__title {
  font-size: 1.5rem;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 0.4em;
  position: relative;
  padding-left: 1.5em;
}
/* line 143, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__alert__title::before {
  content: '';
  display: block;
  position: absolute;
  height: 1em;
  width: 1em;
  left: 0;
  top: 0.1em;
  background: url("/media/page/cookieConsent/img/ico-cookie.svg") no-repeat center center/contain;
}
/* line 155, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__alert__perex {
  font-size: 0.8rem;
  line-height: 1.6em;
}
@media only screen and (min-width: 651px) {
  /* line 161, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
  .cookie_consent__alert__button {
    justify-self: start;
  }
}
/* line 168, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__alert__buttons {
  display: grid;
  grid-template-areas: "settings" "reject" "agree";
  align-items: end;
  margin-top: 2rem;
  grid-gap: 1rem;
  justify-content: initial;
}
@media only screen and (min-width: 651px) {
  /* line 168, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
  .cookie_consent__alert__buttons {
    grid-template-areas: "settings reject agree";
    grid-template-columns: max-content auto max-content;
  }
}
@media only screen and (max-width: 650px) {
  /* line 197, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
  .cookie_consent__alert__buttons .cookie_consent__alert__button > span {
    position: static;
    padding-left: 0;
  }
  /* line 201, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
  .cookie_consent__alert__buttons .cookie_consent__alert__button > span::before {
    display: none;
  }
}
/* line 208, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__alert__button--settings {
  grid-area: settings;
}
/* line 213, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__alert__button--settings > span {
  position: relative;
  padding-left: 1.5em;
}
/* line 217, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__alert__button--settings > span::before {
  content: '';
  display: block;
  position: absolute;
  height: 1em;
  width: 1em;
  left: 0;
  top: 0.1em;
  background: url("/media/page/cookieConsent/img/ico-settings.svg") no-repeat center center/contain;
}
/* line 230, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__alert__button--agree_all {
  grid-area: agree;
  background-color: #d6edc9;
}
/* line 239, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__alert__button--agree_all > span {
  position: relative;
  padding-left: 1.5em;
}
/* line 243, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__alert__button--agree_all > span::before {
  content: '';
  display: block;
  position: absolute;
  height: 1em;
  width: 1em;
  left: 0;
  top: 0.1em;
  background: url("/media/page/cookieConsent/img/ico-agree.svg") no-repeat center center/contain;
}
/* line 256, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__alert__button--reject_all {
  grid-area: reject;
}
/* line 265, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__alert__button--reject_all > span {
  position: relative;
  padding-left: 1.5em;
}
/* line 269, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__alert__button--reject_all > span::before {
  content: '';
  display: block;
  position: absolute;
  height: 1em;
  width: 1em;
  left: 0;
  top: 0.1em;
  background: url("/media/page/cookieConsent/img/ico-reject.svg") no-repeat center center/contain;
}
/* line 286, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__alert__close {
  display: none;
}
/* line 295, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__popup__title {
  font-size: 1.7rem;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 0.4em;
}
/* line 306, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__popup__agreement {
  margin-top: 2rem;
  font-size: 0.8rem;
  line-height: 1.2em;
}
/* line 317, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__popup__buttons {
  display: grid;
  grid-template-areas: "selected" "all";
  align-items: end;
  margin-top: 2rem;
  grid-gap: 1rem;
}
@media only screen and (min-width: 651px) {
  /* line 317, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
  .cookie_consent__popup__buttons {
    grid-template-areas: "selected all";
    justify-content: space-between;
  }
}
/* line 329, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__popup__button--agree_selected {
  grid-area: selected;
  background-color: #d6edc9;
}
/* line 340, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__popup__button--agree_all {
  grid-area: all;
  background-color: #d6edc9;
}
/* line 349, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__popup__content {
  display: none;
}
/* line 352, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__popup__consents {
  margin-top: 2rem;
}
/* line 357, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__item {
  display: grid;
  grid-template-areas: "label switcher" "text  text";
  grid-template-columns: 1fr max-content;
  align-items: end;
  grid-gap: 0.7rem 0;
}
/* line 366, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__item__label {
  grid-area: label;
  padding-right: 1rem;
  font-size: 1.3rem;
  line-height: 1.2em;
  font-weight: bold;
}
/* line 376, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__item__text {
  grid-area: text;
}
/* line 380, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__item + .cookie_consent__item {
  margin-top: 1.5rem;
}
/* line 386, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__switcher {
  grid-area: switcher;
  padding: 3px;
}
/* line 390, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__switcher__inner {
  position: relative;
  height: 24px;
  width: 48px;
}
/* line 395, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__switcher__bg {
  background-color: #888;
  border-radius: 15px;
  position: absolute;
  left: -3px;
  right: -3px;
  top: -3px;
  bottom: -3px;
  transition: background-color 0.3s;
  cursor: pointer;
}
/* line 406, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__switcher__handle {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
  transition: transform 0.3s;
  pointer-events: none;
}
/* line 417, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__switcher__input {
  display: none;
}
/* line 421, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__switcher__input:checked ~ .cookie_consent__switcher__handle {
  transform: translateX(100%);
}
/* line 424, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__switcher__input:checked ~ .cookie_consent__switcher__bg {
  background-color: #72BF44;
}
/* line 428, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_cookieConsent.scss */
.cookie_consent__switcher__input:disabled ~ .cookie_consent__switcher__bg {
  background-color: rgba(114, 191, 68, 0.4);
  cursor: not-allowed;
}

/* line 55, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_popup.scss */
.popup_container {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 101;
  transition-duration: 0.2s;
  transition-property: opacity;
  position: fixed;
  overflow-y: auto;
  opacity: 1;
  -webkit-overflow-scrolling: touch;
}
/* line 21, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_popup.scss */
.popup_container > * {
  margin-bottom: auto;
  margin-top: auto;
}
@media only screen and (min-width: 451px) {
  /* line 55, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_popup.scss */
  .popup_container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 450px) {
  /* line 55, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_popup.scss */
  .popup_container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
/* line 68, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_popup.scss */
.popup_container .controls .close {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  height: 4rem;
  width: 4rem;
  background: transparent url("/media/page/cookieConsent/img/wsp-ico-close.svg") no-repeat center center/30%;
  cursor: pointer;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transition: opacity 0.2s;
}
/* line 80, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_popup.scss */
.popup_container .controls .close:hover {
  opacity: 1;
}
/* line 86, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_popup.scss */
.popup_container > .controls {
  display: none;
}
/* line 90, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_popup.scss */
.popup_container .body {
  margin-left: auto;
  margin-right: auto;
  max-width: 890px;
  padding-bottom: 3rem;
  padding-top: 3rem;
  background: white;
  border-radius: 5px;
  position: relative;
}
@media only screen and (min-width: 451px) {
  /* line 90, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_popup.scss */
  .popup_container .body {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 450px) {
  /* line 90, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_popup.scss */
  .popup_container .body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
/* line 104, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_popup.scss */
.popup_container.popup_hidden {
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
}
/* line 112, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_popup.scss */
body.popup_shown {
  overflow: hidden;
}
@media only screen and (max-width: 450px) {
  /* line 55, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_popup.scss */
  .popup_container {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 130, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/fallbackWSP/_popup.scss */
  .popup_container .body {
    border-radius: 0;
    max-width: calc(450px - 6rem);
  }
}

/* line 15, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/_cookieConsentNW.scss */
.cookie_consent, .cookie_consent * {
  box-sizing: border-box;
}
/* line 18, ../../../../../php/netwings/framework/pagebase/media/cookieConsent/_cookieConsentNW.scss */
.cookie_consent.closed .cookie_consent__alert {
  display: none;
}
