
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

/**
 *  .cookiesInfo | 1.0.0 | (c) 2017 Active Pharma Sp. z o.o. [activepharma.pl]
 */

.cookiesInfo {
    display: none;
}
.cookiesInfo--visible {
    display: block;
}
.cookiesInfo--fixedTop {
    width: 100%;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.cookiesInfo--fixedBottom {
    width: 100%;

    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

.cookiesInfo__inner {
    position: relative;

    margin-left: auto;
    margin-right: auto;
    padding-right: 50px;
    padding-left: 15px;
}
@media (min-width: 576px) {
  .cookiesInfo__inner {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .cookiesInfo__inner {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .cookiesInfo__inner {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .cookiesInfo__inner {
    width: 1140px;
    max-width: 100%;
  }
}

.cookiesInfo__close {
    display: block;
    width: 45px;
    height: 45px;

    position: absolute;
    top: 0;
    right: 0;

    padding: 0;
    margin: 0;

    border: 0;
    background: none;

    font-size: 30px;
    line-height: 1em;
}
