@charset "UTF-8";

@font-face {
  font-family: 'tele-neo-var';
  src:
    url('/c/binaries/content/assets/lp/common/fonts/teleneo-variable-web-upright.woff2')
      format('woff2'),
    url('/c/binaries/content/assets/lp/common/fonts/teleneo-variable-web-upright.woff')
      format('woff');
  font-weight: 250 400 500 550 655 700 800;
  font-style: normal;
}

/* tele-groteskultregular */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
  box-sizing: border-box;
}

.fancybox-lock .fancybox-overlay {
  background: rgba(114, 9, 59, 0.9) !important;
}

.center {
  text-align: center;
}
.nowrap {
  white-space: nowrap;
}

script + img {
  position: absolute;
  visibility: hidden;
}

body {
  margin: 0;
  display: block;
  background-color: #4b4b4b;
  font-family: 'tele-neo-var', Arial;
  font-size: 14px;
  --dark-magenta: #b90461;
}
table.area {
  width: 100%;
}
a {
  text-decoration: none;
  color: #e20074;
}
a:hover {
  text-decoration: underline;
  cursor: pointer;
}

a:focus-visible,
a:focus,
a:active {
  outline: 2px solid black;
  border-radius: 3px;
  outline-offset: 3px;
}
b,
strong {
  font-weight: 700;
}
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clear {
  clear: both;
  float: none;
  font-size: 0px;
  height: 0px;
  background: none;
  padding: 0;
}
.magenta {
  color: #c00062 !important;
}
.blue {
  color: #60a6e9 !important;
}

.btn {
  background: #e20074;
  color: #fff;
  font-size: 1.14em;
  font-weight: 655;
  line-break: 20px;
  height: auto;
  line-height: auto;
  padding: 10px 19px;
  border-radius: 999px !important;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  border: 1px solid transparent;
  font-family: 'tele-neo-var';
}

form button {
  font-family: 'tele-neo-var';
}
.wrapper button {
  font-family: 'tele-neo-var';
  cursor: pointer;
}

.wrapper button[disabled],
.wrapper button[disabled]:hover {
  background: #dddddd;
  color: #a3a3a3;
}

.btn:active,
.btn:focus-visible,
.btn:focus {
  outline: 2px solid black; /* Wewnętrzna ramka */
  outline-offset: 2px;
  top: -2px;
  left: -2px;
}
.btn.black {
  background: #000;
  color: #fff;
}
.btn.black:hover {
  background: rgb(65, 65, 65);
}

.btn.ghost {
  background: #ffffff80;
  color: #000;
}
.btn.ghost:hover {
  background: #ffffffaa;
  color: #000;
}

.btn.big {
  font-size: 1.42em;
  line-height: 22px;
  padding: 20px 32px;
}

.btn.white {
  background: white;
  color: #e20074;
  border: 2px solid #e20074;
}

.btn.white.big {
  padding: 13px 40px;
}

.btn:hover {
  background: rgb(232, 51, 144);
  color: white;
}

.btn.white:hover {
  background: #ffdbed;
  color: #e20074;
}
.wrapper {
  max-width: 54em;
  min-width: 320px;
  margin: 0 auto;
  width: 100%;
  font-family: 'tele-neo-var';
  font-weight: 500;
  line-height: 1.25;
  color: #000;
}

.wrapper .bg {
  background: #fec2db url(../images/320_01.jpg) center top no-repeat;
  background-size: 600px auto;
  /* background-size: cover; */
}
.wrapper .bg2 {
  background: #d2006b url(../images/320_02.jpg) center top no-repeat;
  background-size: 600px auto;
  /* background-size: cover; */
}

.wrapper .bg3 {
  background: #ff9fc5 url(../images/320_03.jpg) center top no-repeat;
  background-size: 600px auto;
  /* background-size: cover; */
}

.wrapper .bg4 {
  background: #b9015f url(../images/320_04.jpg) center top no-repeat;
  background-size: 600px auto;
  /* background-size: cover; */
}
.wrapper .bg5 {
  background: #ffdfec url(../images/320_05.jpg) center top no-repeat;
  background-size: 600px auto;
  /* background-size: cover; */
}

.section {
  width: 100%;
  height: auto;
  padding: 16px 0;
  margin: 0 auto;
  position: relative;
  max-width: 54em;
}

.section .content {
  width: 100%;
  max-width: 54em;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
  padding: 0px 15px;
}

#thx,
#err {
  text-align: center;
}

.visible-sm {
  display: none;
}
.visible-md {
  display: none;
}
.visible-lg {
  display: block;
}

.hidden-sm {
  display: block;
}
.hidden-md {
  display: block;
}
.hidden-lg {
  display: none;
}

/* TYLKO DLA TEJ STRONY ---------------------------------------------- */

/* TYLKO DLA TEJ STRONY ---------------------------------------------- */

body .tipso_content {
  font-size: 16px;
}
h1 {
  font-weight: 655;
  font-size: 2em;
}

h1 ._3 {
  font-weight: 500;
}

.mainCon {
  background: none;
  margin-bottom: 8px;
  border-bottom: 1px solid #ccc;
}

.mainCon * {
  text-decoration: none;
}

.mainCon a.logo {
  display: inline-block;
}

.mainCon a:hover {
  text-decoration: none;
}

.mainCon img {
  height: 60px;
}

i.infotip {
  background: #c1c1c1
    url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABFCAYAAAA4lKTpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDNjZBRDkwMURGOUIxMUU5QTM1M0NGRUIzQTdDMENCNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDNjZBRDkwMkRGOUIxMUU5QTM1M0NGRUIzQTdDMENCNSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM2NkFEOEZGREY5QjExRTlBMzUzQ0ZFQjNBN0MwQ0I1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM2NkFEOTAwREY5QjExRTlBMzUzQ0ZFQjNBN0MwQ0I1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+8mHMKwAAAZJJREFUeNrs2r2qwjAUB/ATrZNFF3Hr6tBF6CSKSym4+gi+QsFHcHfuUHB0kE6+gIuPINi9i2DbpSCKesl623sl/dAI/4wth/NLk9DTNMyyLJK5KXmCdF2nXq8nFBNFEe12u+qBk8mE5vP5M0/HDMNgy+VSKKYmmmQ0GuUern6/L9wxYaCiKG+dgzWSvAEIIIAAygYMwzB3ssfjUT1wu91SHMfCie73O202GyYax2Qvt7BIAATw24GZ5XGj0aBut1tqosvlQufzuTiQ4xzHeWqaVvrTWK/XzHXdYkM8HA6pChxv4/G4+EdTs9nEIgEQQAABlBmYJIncwP1+T6fTSd5q5na70Ww2Y39VM7Zt59qILLXc4sggCDIDrtcrFgmAAAIIIIAAAggggAD+W1G3Wi0yTTMzoNPp5E7Gd86m02nmvcPhQL7vp66nfuS0221arVZPVVXf/rQWiwX7fXQlNcSDwYA+geONn8d5OQfr9ToWCYAAAgigzMBPbmDygxcvgfxdeDwe2btx/CSJ53mp6z8CDADOxmcOn9b3IgAAAABJRU5ErkJggg==')
    center no-repeat;
  background-size: auto;
  background-size: auto auto;
  background-size: auto 10px;
  border-radius: 50%;
  color: #fff;
  content: 'i';
  display: inline-block;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  height: 17px;
  line-height: 17px;
  margin-top: -5px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
i.infotip.go-top {
  top: -1.8em;
}
.tipso_style {
  cursor: help;
}
.wrapper .p1 {
  max-width: 21em;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  margin: 0.9em auto;
  max-width: 320px;
}

.wrapper .p1.white {
  color: white;
}

.wrapper .p1 strong {
  font-weight: 900;
}

.section.mod0 {
  /*background: green;*/
  /*background: url(../images/header_mobile_small@2x.jpg) top center no-repeat;*/
  /*background-size: 380px auto;*/
  position: relative;
  padding-top: 0;
  height: auto;
}

.section.mod0 .date-notify {
  font-weight: 655;
  margin: 65px auto;
  padding: 0.4em 1em;
  background: #f2b656;
  color: #b90262;
  font-size: 16px;
  display: inline-block;
}

.section.mod0 h1 {
  text-align: center;
  color: white;
  margin-top: 89px;
  margin-bottom: 208px;
}
.section.mod0 h1 span {
  display: block;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
}
.section.mod0 h1 span.bigger {
  display: block;
  font-size: 1.7em;
  font-weight: 900;
}

.wrapper h2 {
  color: #9E0051;
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  margin
}
.section.mod0 .button-holder {
  margin:15px auto;
  margin-top: 30px;
  max-width: 230px;
}
.section.mod0 .button-holder .btn {
  flex: 1;
  width: 100%;
  margin:8px auto;
  padding: 18px ;
  
}

.section.mod2 {
  height: auto;
}
.section.mod2 h2 {
  margin-top: 1em;
}
.section.mod2 .p1 {
  max-width: 320px;
}

.section.mod2 .gold {
  font-weight: 655;
  display: block;
  color:#C87D01;
}
.section.mod2 .balo strong {
  color: var(--dark-magenta);
}
  .section.mod2 .bomb-image {
    max-width: 90%;
    margin:8px auto;
    display: block;
  }
.section.mod3 {
  height: auto;
}

.section.mod3 h2 {
  color: white;
  margin-top: 390px;
}

.section.mod3 .extra {
  color: white;
  font-weight: 800;
  margin: 2em auto 1em auto;
  margin-top: calc(1.2 * 2em);
  max-width: 320px;
  text-align: center;
}

.section.mod3 ul {
  font-size: 20px;
  vertical-align: baseline;
  max-width: 277px;
  margin: 0 auto;
  color:white;
}
.section.mod3 ul strong {
  vertical-align: baseline;
}

.section.mod3 ol.steps {
  max-width: 25em;
  margin: 0 auto;
}
.section.mod3 ol.steps li {
  display: flex;
  text-align: center;
  font-size: 20px;;
  font-weight: 100;
  list-style: none;
  margin: 0.5em 0;
  align-items: center;
}
.section.mod3 .sun {
  width: 1.75em;
  height: 1.75em;
  color:#C00062;
  background: white;
  display: block;
  border-radius: 50%;
  line-height: 1.75em;
  text-align: center;
  flex-basis: 1.75em;
}
.section.mod3 .sun span {
  font-weight: 655;
  font-size: 1em;
}
.section.mod3 .text {
  flex: 1;
  text-align: left;
  color:white;
  padding-left: 15px;
}
.section.mod4 {
  height: auto;
}
.section.mod4 .p1 {
  color: white;
}

.section.mod5 {
  height: auto;
}
.section.mod5 h2 {
  margin-top: 4.1em;
  margin-bottom: 25px;
}
.section.mod5 #mod5-desc + .p1 {
  margin-top: 0;
}
.section.mod5 .p1._2 {
  margin-top: 45em;
}
.section.mod5 .voucher-image {
  max-width: 90%;
  margin: 8px auto;
  display: block;
}
.section.mod6 h2#mod6-desc {
  color: initial;
}
.section.mod6 .p1 {
  color:white;
  font-size: 24px;
}
.section.mod6 .p1.p2 {
  color:white;
  font-size: 22px;
  display: flex;
  justify-content: space-between;
}
.section.mod6 .p1.p2 span{
  text-align: right;
  flex-basis: calc(100% - 110px);
}
.section.mod6 .p1.white {
  font-size: 20px;
  color: white;
}
.section.mod6 .p1.white._1 {
  max-width: 220px;
  margin:120px auto;
}
.section.mod6 .p3 {
  color:white;
  font-size: 22px;
  font-weight: 100;
  max-width: 320px;
  margin:15px auto;
}
.section.mod6 h2.prizes {
  margin-top: 2.7em;
  color: initial;
  margin-bottom: 2empx;
}
.section.mod6 .prize-list {
  list-style: none;
  margin-bottom: 3em;
  color:white;
}

.section.mod6 .prize-list img {
  position: relative;
  top: 0.2em;
}
.section.mod6 .p2 {
  text-align: center;
}
.sr-only {
  height: 1px;
  position: absolute;
  opacity: 0;
  color: black;
  background: white;
}

.section.mod-form {
  padding-bottom: 108px;
}

.section.mod-form .content {
  padding-top: 288px;
}

.section.mod-form .p1 {
  font-weight: 100;
  margin-bottom: 35px;
}

.section.mod-form .p1 span {
  font-weight: 500;
}
.section.mod-form #form-holder {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 36px;
  width: 100%;
  margin: 0 auto;
  max-width: 350px;
}
.section.mod-form #form-holder .form-nag {
  background: white;
  text-align: center;
  color: #c00062;
  font-size: 1.28em;
  padding: 15px;
  font-weight: 655;
  border-radius: 36px;
}
.section.mod-form #form-holder form {
  padding: 0px 15px 15px 15px;
}
.section.mod-form #form-holder form.ods-lqt .item input[type='email'],
.section.mod-form #form-holder form.ods-lqt .item input[type='tel'] {
  background: white;
}

form.ods-lqt
  .item
  input[type='email']:not(:placeholder-shown)
  ~ .floating-label,
form.ods-lqt .item input[type='email']:focus ~ .floating-label,
form.ods-lqt .item input[type='tel']:not(:placeholder-shown) ~ .floating-label,
form.ods-lqt .item input[type='tel']:focus ~ .floating-label {
  pointer-events: none;
  font-size: 1em;
  top: 8px;
  padding-right: 15px;
}

.section.mod-form #form-holder form.ods-lqt .item input[type='tel'].telefon {
  /*height: 90px;*/
  padding: 50px 35px 10px 25px;
}
.section.mod-form #form-holder form.ods-lqt button[type='submit'] {
  width: 70%;
  display: block;
  margin: 0 auto;
}
.section.mod-form #form-holder form .err,
.section.mod-form #form-holder form .thx {
  font-size: 1.28em;
  padding: 25px 0;
}

.section.mod-last {
  background: white;
  padding: 25px 0 15px 0;
}

.section.mod-last .legal {
  font-size: 14px;
  line-height: 1.4em;
}

.section.mod-last .mod-last-header {
  font-size: 22px;
  margin: 0.6em 0;
}

.section.mod-last .reg-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 12px 0;
}
.section.mod-last .reg-item .doc {
  text-align: left;
  background: #f1f1f1;
  font-size: 16px;
  font-weight: 655;
  padding: 24px 24px;
  border-radius: 16px;
  color: black;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section.mod-last .reg-item .doc i.doc-download {
  display: block;
  width: 25px;
  height: 25px;
  min-width: 25px;
  margin: 0 12px 0 0;
  background: url(../images/external-link.svg) center / contain no-repeat;
}

.section.mod-last .reg-item .doc-view {
  display: block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 4px;
  background: url(../images/content.svg) center no-repeat;
  background-size: 20px auto;
  text-indent: 20000px;
  overflow: hidden;
  white-space: nowrap;
}
.section.mod-last .reg-item .doc-view:hover {
  background-color: rgba(1, 1, 1, 0.1);
}

.section.mod-last .logo-footer {
  display: block;
  height: 35px;
  margin: 15px auto;
}

.section.mod-last .reserved {
  text-align: center;
}

.section.mod-last hr {
  border: none;
  border-top: 1px solid #666;
}

.t-modal {
  background: #f5ecf0;
  border-radius: 36px;
  max-width: 380px;
}
.t-modal .modal-nag {
  background: white;
  text-align: center;
  color: #c00062;
  font-size: 18px;
  padding: 15px;
  font-weight: 655;
  border-radius: 36px;
}
.t-modal .modal-content {
  padding: 15px;
}
.t-modal .modal-content .p1 {
  font-size: 16px;
  line-height: 1.4;
}
.t-modal .modal-content .p2 {
  font-size: 16px;
  line-height: 1.4;
  color: #575e75;
}
.t-modal#initial-view .button-holder {
  margin: 20px 0;
  display: flex;
}

.t-modal#initial-view .button-holder a.btn,
.t-modal#initial-view .button-holder button {
  padding-left: 2em;
  padding-right: 2em;
  cursor: pointer;
}
.t-modal#initial-view .button-holder a.ghost {
  border: 1px solid black;
}

.t-modal#initial-view .text-error {
  font-size: 18px;
  padding: 60px 40px;
  line-height: 1.8em;
}

body .fancybox-skin {
  background: none;
}

/* -------------- MOBILE ------------------------------------------------*/

@media screen and (min-width: 600px) {
  /* ------------------------------ 768 --------------------------------*/

  .visible-sm {
    display: block;
  }
  .visible-md {
    display: none;
  }
  .visible-lg {
    display: none;
  }

  .hidden-sm {
    display: none !important;
  }
  .hidden-md {
    display: block;
  }
  .hidden-lg {
    display: block;
  }

  .section {
    padding: 40px 0;
  }

  .section .content {
    max-width: 768px;
    padding: 0 76px;
  }

  .mainCon img {
    height: 72px;
  }

  .wrapper {
    /*max-width: 1920px;*/
    min-width: 320px;
    margin: 0 auto;
    width: 100%;
    font-family: 'tele-neo-var';
    font-weight: 500;
    line-height: 1.25;
    color: #000;
    
  }

  .wrapper .bg {
    background: #ffd1e5 url(../images/600_01.jpg) center top no-repeat;
    background-size: 768px auto;
  }
  .wrapper .bg2 {
    background: #c00063 url(../images/600_02.jpg) center -75px no-repeat;
    background-size: 768px auto;
  }

  .wrapper .bg3 {
    background: #feb2d2 url(../images/600_03.jpg) center top no-repeat;
    background-size: 768px auto;
  }

  .wrapper .bg4 {
    background:#b80060 url(../images/600_04.jpg) center top no-repeat;
    background-size: 768px auto;
  }

  .wrapper .bg5 {
    background:#ffdfec url(../images/600_05.jpg) center top no-repeat;
    background-size: 768px auto;
  }

  .wrapper h2 {
    color: #c00062;
    text-align: center;
    font-size: 1.85em;
    font-weight: 800;
  }
  .btn {
    font-size: 1.42em;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.mod0 {
    position: relative;
    padding-top: 0;
    height: auto;
  }


  .section.mod0 h1 {
    text-align: center;
    color: white;
    margin-top: 50px;
    margin-bottom: 250px;
  }

  .section.mod0 .button-holder {
    margin: 15px auto;
    margin-top: 15px;
    margin-top: 30px;
    max-width: 430px;
    display: flex;
    column-gap: 8px;;
  }

  .wrapper .p1 {
    max-width: 35em;
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    margin: 0.9em auto;
  }
  .section.mod2 {
    height: auto;
    padding-bottom: 0;
  }
  .section.mod2 .p1 {
    max-width: inherit;
  }
  .section.mod2 .bomb {
    margin-top: 50px;
  }

  .section.mod2 .balo {
    margin-top: 11em;
    margin-bottom: -6em;
  }
  .section.mod3 {
    height: auto;
    padding-top: 0;
  }
  .section.mod3 h2 {
    color: white;
    margin-top: 420px;
  }
  .section.mod3 ol.steps {
    max-width: 450px;
  }
  .section.mod3 .extra {
    font-weight: 800;
    margin: 3em auto 0.3em auto;
    max-width: 450px;
    text-align: center;
    font-size: 1.57em;
  }

  .section.mod3 ul {
    font-size: 20px;
    vertical-align: baseline;
    max-width: 500px;
    margin: 25px auto;
  }

  .section.mod3 ol.steps li {
    margin: 15px 0;
  }

  .section.mod3 .sun {
    width: 40px;
    height: 40px;
    background: white;
    display: block;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    flex-basis: 40px;
  }
  .section.mod3 .sun span {
    color: #c00062;
    font-weight: 800;
    font-size: 20px;
    margin-top: 2px;
  }
  .section.mod3 .steps .text {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
  }

  .section.mod4 {
    height: auto;
  }
  .section.mod5 {
    height: auto;
    padding-bottom: 0;
  }
  .section.mod5 h2 {
    margin-top:110px;
  }
  .section.mod5 .p1._2 {
    margin-top: 382px;
  }
  .section.mod5 .p1._3 {
    max-width: 400px; 
    margin:15px auto;
  }
  .section.mod6 {
    padding-top: 0.5em;
  }
  .section.mod6 h2.prizes {
    margin-top: 70px;
    margin-bottom: 68px;
  }
  .section.mod6 .p1.white {
    margin-top: 40px;
    font-size: 24px;
    color: white;
    line-height: 1.15;
  }
  .section.mod6 .p1.white._1 {
  max-width: 220px;
  margin: 190px auto;
}
 .section.mod6 .p1.white._1 strong {
  margin-top: 18px;
  display: inline-block
}
  .section.mod6 .p2 {
    font-size: 22px;
    font-weight: 400;
    max-width: 500px;
    margin: 0 auto;
  }
  .section.mod6 .p1.p2 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 15px;

}
  .section.mod6 .p1.p2 img {
        margin-left: 20px;;

}
.section.mod6 .p3 {
  text-align: center;
}
  .section.mod-form {
    padding-bottom: 150px;
  }
  .section.mod-form #form-holder {
    max-width: 500px;
    margin: 0 auto;
  }
  .section.mod-form #form-holder .form-nag {
    background: white;
    text-align: center;
    color: #c00062;
    font-size: 26px;
    padding: 15px;
    font-weight: 655;
    border-radius: 36px;
  }
  .section.mod-form #form-holder form {
    padding: 0px 35px 15px 35px;
  }
  .section.mod-form #form-holder form.ods-lqt .item input[type='email'].email,
  .section.mod-form #form-holder form.ods-lqt .item input[type='tel'].telefon {
    /*height: 90px;*/
    padding: 30px 35px 10px 25px;
  }
  .countdown {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    border-radius: 10px 10px 0 0;
    padding: 0px 0 12px 0;
    text-align: center;
    margin-top: 0px;
  }

  .countdown .ctitle {
    color: white;
    text-align: center;
    font-size: 18px;
    margin-bottom: 8px;
  }

  .slice {
    display: inline-block;
    width: 85px;
    margin: 0 2px;
  }
  .slice .sep-cont {
    background: rgba(255, 255, 255, 0.8);
    padding: 0;
    border-radius: 88px;
  }
  .slice .sub {
    color: white;
    font-size: 16px;
    margin-top: 2px;
    opacity: 0.8;
  }

  .count-title {
    font-size: 1em;
    margin-bottom: 15px;
    color: white;
  }
  .clock-bg {
    color: #000;
    font-size: 24px;
    font-weight: 655;
    line-height: 1.5em;
    padding-top: 3px;
  }

  .section.mod-last .logo-footer {
    display: block;
    height: 35px;
    margin: 0px 0;
    float: left;
  }

  .section.mod-last .reserved {
    text-align: right;
    float: right;
    margin-top: 12px;
    width: calc(100% - 100px);
  }

  .t-modal {
    background: #f5ecf0;
    border-radius: 36px;
    max-width: 500px;
  }
  .t-modal .modal-nag {
    background: white;
    text-align: center;
    color: #c00062;
    font-size: 26px;
    padding: 15px;
    font-weight: 655;
    border-radius: 36px;
  }
  .t-modal .modal-content {
    padding: 25px 30px;
  }
  .t-modal .modal-content .p1 {
    font-size: 20px;
    line-height: 1.4;
  }
  .t-modal .modal-content .p2 {
    font-size: 20px;
    line-height: 1.4;
    color: #575e75;
  }
  .t-modal#initial-view .button-holder {
    margin: 30px 0;
    display: flex;
  }

  .t-modal#initial-view .button-holder a.btn,
  .t-modal#initial-view .button-holder button {
    padding-left: 3em;
    padding-right: 3em;
    cursor: pointer;
  }
  .t-modal#initial-view .button-holder a.ghost {
    border: 1px solid black;
  }

  .t-modal#initial-view .text-error {
    font-size: 18px;
    padding: 60px 40px;
    line-height: 1.8em;
  }
}
