footer#footer {
  background: #282828; }
  footer#footer > .container {
    padding-top: 80px;
    padding-bottom: 80px; }
  footer#footer .downloads {
    border-top: 1px solid #222222;
    padding: 30px 0; }
    footer#footer .downloads a {
      display: inline-block;
      padding: 3px 5px;
      margin: 0 10px;
      line-height: 120%;
      color: #ffffff;
      font-weight: 400; }
      @media (min-width: 992px) {
        footer#footer .downloads a:hover {
          text-decoration: underline; } }

/*** Admin bar ***/
footer.admin {
  margin-bottom: 40px; }

.admin-bar {
  margin-bottom: 0;
  border-bottom: none;
  background: #000000;
  padding-top: 10px;
  z-index: 20000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; }
  .admin-bar a {
    border: none;
    text-decoration: none; }
  .admin-bar .collapse {
    display: block !important; }
  .admin-bar .menu {
    border: none;
    font-size: 18px;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%; }
    .admin-bar .menu li {
      display: inline-block;
      margin: 0 10px; }
      .admin-bar .menu li a {
        color: #ffffff;
        font-weight: 400; }

* {
  outline: none !important; }

body {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  background: #ffffff;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  line-height: 180%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

section {
  padding: 60px 0; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding: 0;
  margin: 0; }

h1 {
  font-size: 40px; }
  @media (max-width: 991px) {
    h1 {
      font-size: 32px; } }

h2 {
  font-size: 28px; }
  @media (max-width: 991px) {
    h2 {
      font-size: 24px; } }

h3 {
  font-size: 26px;
  font-weight: 700; }
  @media (max-width: 991px) {
    h3 {
      font-size: 22px; } }

h4 {
  font-size: 24px; }
  @media (max-width: 991px) {
    h4 {
      font-size: 20px; } }

h5 {
  font-size: 24px; }
  @media (max-width: 991px) {
    h5 {
      font-size: 20px; } }

h6 {
  font-size: 20px; }
  @media (max-width: 991px) {
    h6 {
      font-size: 18px; } }

#head-title {
  text-align: center;
  padding: 40px 0;
  background: url(../images/bg-repeater.png) #C72315;
  color: #ffffff; }
  #head-title .container {
    max-width: 1100px; }
  #head-title h1 {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 32px; }
    @media (max-width: 991px) {
      #head-title h1 {
        font-size: 28px; } }
  #head-title .image img {
    max-height: 45vh; }
    @media (min-width: 992px) {
      #head-title .image img {
        max-height: unset; } }
  #head-title .btn-scroll-wrapper {
    position: relative; }
    #head-title .btn-scroll-wrapper .btn {
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
      top: calc(50% + 40px);
      background: #951409; }
  @media (max-width: 991px) {
    #head-title .generali-logo {
      text-align: right; }
      #head-title .generali-logo img {
        width: 120px; }
    #head-title .oralb-logo {
      text-align: left; }
      #head-title .oralb-logo img {
        width: 80px; } }

@media (min-width: 992px) {
  .front #head-title .image img {
    margin-bottom: -27%; } }

img:not(.lb-image) {
  max-width: 100%;
  height: auto !important; }
  img:not(.lb-image).align-center {
    margin: 0 auto;
    display: block; }

a {
  color: #C72315;
  text-decoration: none; }
  @media (min-width: 992px) {
    a {
      -webkit-transition: 150ms ease-in-out;
      -moz-transition: 150ms ease-in-out;
      -o-transition: 150ms ease-in-out;
      transition: 150ms ease-in-out; }
      a:hover {
        color: #951409;
        text-decoration: none; } }
  .btn-wrapper a, a.btn, .js-pager__items.pager a {
    color: #ffffff;
    padding: 15px 20px;
    display: inline-block;
    background: #C72315;
    border-radius: 0;
    outline: none;
    font-size: 20px;
    font-weight: 900;
    line-height: 100%;
    border-radius: 40px; }
    @media (min-width: 992px) {
      .btn-wrapper a, a.btn, .js-pager__items.pager a {
        font-size: 30px;
        padding: 20px 30px; }
        .btn-wrapper a:hover, a.btn:hover, .js-pager__items.pager a:hover {
          background: #951409; } }

b, strong {
  font-weight: 700; }

p.text-align-left {
  text-align: left; }
p.text-align-center {
  text-align: center; }
p.text-align-right {
  text-align: right; }
p.text-align-justify {
  text-align: justify; }

blockquote {
  background: #ddd;
  padding: 20px;
  font-style: italic;
  font-size: 18px; }

.messages__wrapper {
  margin-top: 20px; }

ul.menu,
.js-pager__items.pager {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.menu li,
  .js-pager__items.pager li {
    margin: 0;
    padding: 0;
    list-style-image: none;
    list-style-type: none;
    list-style: none; }

.js-pager__items.pager {
  text-align: center;
  padding-top: 20px; }

/* Tabs */
#block-zalozky ul {
  border-bottom: none;
  margin: 15px 2px;
  padding: 0;
  text-align: center; }
  #block-zalozky ul li {
    display: inline-block;
    margin: 0 -2px;
    padding: 2px; }
    #block-zalozky ul li a {
      color: #ffffff;
      font-size: 17px;
      background: #C72315;
      border: none;
      padding: 5px 15px;
      display: block;
      text-decoration: none; }
      @media (min-width: 992px) {
        #block-zalozky ul li a:hover {
          background: #951409; } }
    #block-zalozky ul li.active a {
      background: #951409;
      border: none; }

/*** Content ***/
section {
  padding: 60px 0; }
  .front section {
    padding: 240px 0 180px 0; }
    @media (max-width: 991px) {
      .front section {
        padding: 80px 0; } }

#content .container {
  max-width: 1000px; }
  @media (max-width: 991px) {
    #content .container {
      text-align: center; } }
#content h2 {
  color: #C72315;
  font-size: 42px;
  line-height: 120%;
  padding-bottom: 10px;
  font-weight: 900;
  display: inline-block; }
  @media (max-width: 991px) {
    #content h2 {
      font-size: 32px; } }
  #content h2 span {
    display: block;
    color: #000000;
    font-size: 28px;
    line-height: 120%;
    font-weight: 600; }
    @media (max-width: 991px) {
      #content h2 span {
        font-size: 20px; } }
#content p {
  margin: 0; }

/*** Forms ***/
form .form-item {
  padding-bottom: 10px;
  margin: 0; }
form .form-actions {
  margin: 0; }
form label {
  display: block;
  margin: 0; }
form select, form input, form textarea {
  min-height: 44px;
  border: 1px solid #D8D8D8;
  outline: none;
  padding: 12px 15px;
  border-radius: 30px; }
form input.form-text, form input.form-email, form input.form-tel {
  width: 100%;
  display: block;
  -webkit-appearance: none;
  font-size: 22px; }
form input.button, form input.form-submit {
  color: #ffffff;
  border: none;
  text-decoration: none;
  text-align: center;
  min-width: 140px;
  line-height: 20px;
  display: inline-block;
  font-weight: 700;
  background: #C72315;
  -webkit-transition: 150ms ease-in-out;
  -moz-transition: 150ms ease-in-out;
  -o-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out; }
  @media (min-width: 992px) {
    form input.button:hover, form input.form-submit:hover {
      background: #951409; } }
form textarea {
  width: 100%;
  height: 100px; }
form .form-item-gdpr {
  font-size: 16px;
  padding: 0 0 30px 0; }
  form .form-item-gdpr label {
    font-weight: 300; }
  form .form-item-gdpr input {
    height: auto;
    padding: 0;
    min-height: 1px; }

#product-wrapper .price-old {
  font-size: 46px;
  font-weight: 900;
  color: #959595;
  position: relative;
  display: inline-block;
  line-height: 100%;
  transform: rotate(-5deg); }
  @media (max-width: 991px) {
    #product-wrapper .price-old {
      margin-right: 15px;
      font-size: 36px; } }
  #product-wrapper .price-old img {
    position: absolute;
    top: 56%;
    left: 50%;
    min-width: 140%;
    transform: translate(-50%, -50%); }
@media (max-width: 991px) {
  #product-wrapper .image {
    text-align: center; } }
@media (max-width: 991px) {
  #product-wrapper .image img {
    width: 260px; } }
#product-wrapper .desc {
  padding: 20px 0;
  text-align: left; }
  #product-wrapper .desc ul {
    padding-left: 13px; }
  #product-wrapper .desc li {
    line-height: 120%;
    padding: 10px 0; }
    @media (max-width: 991px) {
      #product-wrapper .desc li {
        font-size: 15px; } }

#codeForm input {
  border-radius: 40px 0 0 40px;
  height: 60px;
  width: calc(100% - 140px);
  display: inline-block;
  border-right: none;
  font-size: 22px;
  padding: 0 25px; }
#codeForm button {
  width: 140px;
  display: inline-block;
  margin: 0 -4px;
  height: 60px;
  border-radius: 0 40px 40px 0;
  border: 0;
  background: #C72315;
  color: #ffffff;
  font-weight: 900;
  font-size: 22px; }

#order-form-wrapper {
  display: none; }
  #order-form-wrapper form {
    max-width: 400px;
    margin: 0 auto;
    text-align: center; }
    #order-form-wrapper form input,
    #order-form-wrapper form textarea,
    #order-form-wrapper form select {
      text-align: center; }
  #order-form-wrapper .button {
    font-weight: 900;
    border-radius: 40px;
    width: 100%;
    height: 60px;
    font-size: 22px; }

.error-message {
  color: #a42a20;
  display: none;
  background: #ffc6c6;
  margin-bottom: 10px;
  padding: 10px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  border-radius: 6px; }

.form-item-dpd-id {
  padding: 0 !important; }
  .form-item-dpd-id textarea {
    border: none;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    pointer-events: none;
    resize: none; }

#selected-place-label,
#change-place {
  display: none; }

#edit-change-place,
.form-type-processed-text {
  padding: 0; }
  #edit-change-place p,
  .form-type-processed-text p {
    padding: 0;
    margin: 0; }

#select-place {
  display: block;
  color: #000000;
  background: #ddd;
  line-height: 120%;
  padding: 16px 10px;
  border-radius: 40px;
  font-size: 20px; }

#selected-place-label {
  color: #000000;
  background: #ddd;
  line-height: 120%;
  padding: 16px 10px;
  border-radius: 40px;
  font-size: 20px; }

#change-place {
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px; }

#dpd-iframe {
  width: 100%;
  min-height: 500px;
  height: 80vh;
  border: 0; }

#end {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  color: #C72315; }
  #end p {
    padding-bottom: 30px;
    line-height: 110%; }
  #end img {
    width: 260px;
    margin-top: 30px; }

/*# sourceMappingURL=pm.css.map */
