/* Play with speed and easing of the animation */
/* =========================================== */
.digit {
  display: inline-block;
  font-size: 150px;
  color: #e20074;
  height: 180px;
  line-height: 1;
      font-family: tele-groteskultregular
}

.time-part-wrapper {
  display: inline-block;
  margin-right: 50px;
  position: relative;
}
.time-part-wrapper:not(:last-child):after {
  content: ":";
  display: block;
  width: 30px;
  height: 230px;
  position: absolute;
  top: 0px;
  right: -30px;
  color: #e20074;
  font-size: 125px;
  line-height: 0.9;
  font-family: tele-groteskultregular
}

.time-part {
  width: 86px;
  text-align: center;
  height: 180px;
  overflow: hidden;
  display: inline-block;
  margin-left: -5px;
  box-sizing: border-box;
}
.time-part .digit-wrapper {
  animation-timing-function: cubic-bezier(1, 0, 1, 0);
}
.time-part.minutes.tens .digit-wrapper {
  animation-name: minutes-tens;
  animation-duration: 3600s;
  animation-iteration-count: 1;
}
.time-part.minutes.ones .digit-wrapper {
  animation-name: minutes-ones;
  animation-duration: 600s;
  animation-iteration-count: 6;
}
.time-part.seconds.tens .digit-wrapper {
  animation-name: seconds-tens;
  animation-duration: 60s;
  animation-iteration-count: 60;
}
.time-part.seconds.ones .digit-wrapper {
  animation-name: seconds-ones;
  animation-duration: 10s;
  animation-iteration-count: 360;
}
.time-part.hundredths.tens .digit-wrapper {
  animation-name: hundredths-tens;
  animation-duration: 1s;
  animation-iteration-count: 3600;
}
.time-part.hundredths.ones .digit-wrapper {
  animation-name: hundredths-ones;
  animation-duration: 0.1s;
  animation-iteration-count: 36000;
}

@keyframes minutes-tens {
  0% {
    transform: translateY(-180px);
  }
  16.66667% {
    transform: translateY(-360px);
  }
  33.33333% {
    transform: translateY(-540px);
  }
  50% {
    transform: translateY(-720px);
  }
  66.66667% {
    transform: translateY(-900px);
  }
  83.33333% {
    transform: translateY(-1080px);
  }
}
@keyframes minutes-ones {
  0% {
    transform: translateY(-180px);
  }
  10% {
    transform: translateY(-360px);
  }
  20% {
    transform: translateY(-540px);
  }
  30% {
    transform: translateY(-720px);
  }
  40% {
    transform: translateY(-900px);
  }
  50% {
    transform: translateY(-1080px);
  }
  60% {
    transform: translateY(-1260px);
  }
  70% {
    transform: translateY(-1440px);
  }
  80% {
    transform: translateY(-1620px);
  }
  90% {
    transform: translateY(-1800px);
  }
}
@keyframes seconds-tens {
  0% {
    transform: translateY(-180px);
  }
  16.66667% {
    transform: translateY(-360px);
  }
  33.33333% {
    transform: translateY(-540px);
  }
  50% {
    transform: translateY(-720px);
  }
  66.66667% {
    transform: translateY(-900px);
  }
  83.33333% {
    transform: translateY(-1080px);
  }
}
@keyframes seconds-ones {
  0% {
    transform: translateY(-180px);
  }
  10% {
    transform: translateY(-360px);
  }
  20% {
    transform: translateY(-540px);
  }
  30% {
    transform: translateY(-720px);
  }
  40% {
    transform: translateY(-900px);
  }
  50% {
    transform: translateY(-1080px);
  }
  60% {
    transform: translateY(-1260px);
  }
  70% {
    transform: translateY(-1440px);
  }
  80% {
    transform: translateY(-1620px);
  }
  90% {
    transform: translateY(-1800px);
  }
}
@keyframes hundredths-tens {
  0% {
    transform: translateY(-180px);
  }
  10% {
    transform: translateY(-360px);
  }
  20% {
    transform: translateY(-540px);
  }
  30% {
    transform: translateY(-720px);
  }
  40% {
    transform: translateY(-900px);
  }
  50% {
    transform: translateY(-1080px);
  }
  60% {
    transform: translateY(-1260px);
  }
  70% {
    transform: translateY(-1440px);
  }
  80% {
    transform: translateY(-1620px);
  }
  90% {
    transform: translateY(-1800px);
  }
}
@keyframes hundredths-ones {
  0% {
    transform: translateY(-180px);
  }
  10% {
    transform: translateY(-360px);
  }
  20% {
    transform: translateY(-540px);
  }
  30% {
    transform: translateY(-720px);
  }
  40% {
    transform: translateY(-900px);
  }
  50% {
    transform: translateY(-1080px);
  }
  60% {
    transform: translateY(-1260px);
  }
  70% {
    transform: translateY(-1440px);
  }
  80% {
    transform: translateY(-1620px);
  }
  90% {
    transform: translateY(-1800px);
  }
}
body {
  background: white;
  margin: 0;
  font-family: "Tele-GroteskUlt";
}

.wrapper-c {
  margin: 10px auto;
  margin-top:-7%;
  max-width: 654px;
  position: relative;
}
 .wrapper-c:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  height: 20px;
  z-index: 10;
}

.wrapper-c:after {
  bottom: 0px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.last{
margin-right:0!important;
}
body {
  background: rgba(255,255,255,1);
  margin: 0;
  font-family: "Tele-GroteskUlt";
}




@font-face {
  font-family: "Tele-GroteskFet";
  src: url("../fonts/t036016t_v21-2.eot");
}
@font-face {
  font-family: "Tele-GroteskFet";
  src: url("../fonts/t036016t_v21-2.ttf");
}
@font-face {
  font-family: "Tele-Grotesk-Fett";
  src: url("../fonts/t036016t_v21-2.eot");
}
@font-face {
  font-family: "Tele-Grotesk-Fett";
  src: url("../fonts/t036016t_v21-2.ttf");
}
@font-face {
  font-family: "Tele-GroteskHal";
  src: url("../fonts/t036014t_v21-2.eot");
}
@font-face {
  font-family: "Tele-GroteskHal";
  src: url("../fonts/t036014t_v21-2.ttf");
}
@font-face {
  font-family: "Tele-Grotesk-Halb";
  src: url("../fonts/t036014t_v21-2.eot");
}
@font-face {
  font-family: "Tele-Grotesk-Halb";
  src: url("../fonts/t036014t_v21.ttf");
}
@font-face {
  font-family: "Tele-GroteskNor";
  src: url("../fonts/t036013t_v21.eot");
}
@font-face {
  font-family: "Tele-GroteskNor";
  src: url("../fonts/t036013t_v21-2.ttf");
}
@font-face {
  font-family: "Tele-GroteskUltra";
  src: url("../fonts/telegroteskheadlineultra.eot");
}
@font-face {
  font-family: "Tele-GroteskUltra";
  src: url("../fonts/telegroteskheadlineultra.ttf");
}
@font-face {
  font-family: "Tele-GroteskRegular";
  src: url("../fonts/telegroteskheadlineregular.eot");
}
@font-face {
  font-family: "Tele-GroteskRegular";
  src: url("../fonts/telegroteskheadlineregular.ttf");
}

@font-face {
  font-family: 'BebasNeueBook';
  src: url('../fonts/BebasNeueBook.eot?#iefix') format('embedded-opentype'),  url('../fonts/BebasNeueBook.otf')  format('opentype'),
         url('../fonts/BebasNeueBook.woff') format('woff'), url('../fonts/BebasNeueBook.ttf')  format('truetype'), url('../fonts/BebasNeueBook.svg#BebasNeueBook') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
    font-family: "bebas_neue";
    src: url("../fonts/bebasneue.eot");
    src: url("../fonts/bebasneue.eot#iefix") format("embedded-opentype"),
    url("../fonts/bebasneue.woff") format("woff"),
    url("../fonts/bebasneue.ttf") format("truetype"),
    url("../fonts/bebasneue.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "cooper_hewittbook";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/cooperhewitt-book.eot#iefix") format("embedded-opentype"), url("../fonts/cooperhewitt-book.woff") format("woff"), url("../fonts/cooperhewitt-book.ttf") format("truetype"), url("../fonts/cooperhewitt-book.svg") format("svg");
}
@font-face {
    font-family: "cooper_hewittbold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/cooperhewitt-bold.eot#iefix") format("embedded-opentype"), url("../fonts/cooperhewitt-bold.woff") format("woff"), url("../fonts/cooperhewitt-bold.ttf") format("truetype"), url("../fonts/cooperhewitt-bold.svg") format("svg");
}
@font-face {
    font-family: "cooper_hewittlight";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/cooperhewitt-light.eot#iefix") format("embedded-opentype"), url("../fonts/cooperhewitt-light.woff") format("woff"), url("../fonts/cooperhewitt-light.ttf") format("truetype"), url("../fonts/cooperhewitt-light.svg") format("svg");
}

@font-face {
    font-family: 'CooperHewitt-Semibold';
    src: url('../fonts/CooperHewitt-Semibold.eot');
    src: local('☺'), url('../fonts/CooperHewitt-Semibold.woff') format('woff'), url('../fonts/CooperHewitt-Semibold.ttf') format('truetype'), url('../fonts/CooperHewitt-Semibold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tele-groteskultregular';
    src: url('../fonts/tele-grotesk-ultr-webfont.eot');
    src: url('../fonts/tele-grotesk-ultr-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/tele-grotesk-ultr-webfont.woff2') format('woff2'), url('../fonts/tele-grotesk-ultr-webfont.woff') format('woff'), url('../fonts/tele-grotesk-ultr-webfont.ttf') format('truetype'), url('../fonts/tele-grotesk-ultr-webfont.svg#tele-groteskultregular') format('svg');
    font-weight: normal;
    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;
}

.fett {
    font-family: Tele-GroteskFet !important;
}
.halb {
    font-family: Tele-Grotesk-Halb !important;
}
.ultra {
    font-family: tele-groteskultregular !important;
}

.center {
    text-align: center
}

del {
    text-decoration: none;
    background:  url(../images/strike-price.png) center no-repeat;
    
}

.font07  {  font-size:  0.7em;}
.font08  {  font-size:  0.8em;}
.font09  {  font-size:  0.9em;}
.font10  {  font-size:  1.0em;}
.font11  {  font-size:  1.1em;}
.font12  {  font-size:  1.2em;}
.font13  {  font-size:  1.3em;}
.font14  {  font-size:  1.4em;}
.font15  {  font-size:  1.5em;}
.font16  {  font-size:  1.6em;}
.font17  {  font-size:  1.7em;}
.font18  {  font-size:  1.8em;}
.font19  {  font-size:  1.9em;}
.font20  {  font-size:  2.0em;}
.font21  {  font-size:  2.1em;}
.font22  {  font-size:  2.2em;}
.font23  {  font-size:  2.3em;}
.font24  {  font-size:  2.4em;}
.font25  {  font-size:  2.5em;}
.font26  {  font-size:  2.6em;}
.font27  {  font-size:  2.7em;}
.font28  {  font-size:  2.8em;}
.font29  {  font-size:  2.9em;}
.font30  {  font-size:  3.0em;}
.font31  {  font-size:  3.1em;}
.font32  {  font-size:  3.2em;}
.font33  {  font-size:  3.3em;}
.font34  {  font-size:  3.4em;}
.font35  {  font-size:  3.5em;}
.font36  {  font-size:  3.6em;}
.font37  {  font-size:  3.7em;}
.font38  {  font-size:  3.8em;}
.font39  {  font-size:  3.9em;}
.font40  {  font-size:  4.0em;}
.font43  {  font-size:  4.3em;}
.font50  {  font-size:  5.0em;}
.font51  {  font-size:  5.1em;}
.font52  {  font-size:  5.2em;}
.font53  {  font-size:  5.3em;}
.font63  {  font-size:  6.3em;}

body {
    margin: 0;
    display: block;
	background-color:#4B4B4B;
    font-family:Tele-GroteskNor;
    font-size:18px;
    
}
.banner-container{
	max-width:940px;
	margin:0 auto;
}
.banner{
width:100%;
margin:0 auto;
}

table.area {
    width: 100%
}
a {
    text-decoration: none;
    color: #4379ab;
}
a:hover {
    color: #E20074;
}
a:hover,
a:focus,
a:active {
    outline: medium none;
    text-decoration: underline;
}
b,
strong {
    font-family: Tele-GroteskFet;
}
.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: #E20074 !important;
}

.btn {
    background: #e20074;
    border: 1px solid #E20074;
    color: white;
    font-family: Tele-GroteskUltra, Arial, Tahoma, Helvetica;
    font-size: 2.0em;
    height: auto;
    letter-spacing: -0.5px;
    line-height: auto;
    padding: 0.5em 1.6em 0.5em 0.9em;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
    display:inline-block;
    margin: 0 auto;
    position: relative;
}
.btn .arrow {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    content: "";
    display: inline-block;
    height: 2px;
    position: absolute;
    width: 0;
    top:50%;
    right:20px;
    margin-top: -10px
}
.btn:hover .arrow {color:#333;border-color: transparent transparent transparent #333; }
.btn:hover {color:#333;  }
.btn-white {
    color:#e20074;
    background-color: white;
}
.btn-white:hover {
    color:#333;
}
.wrapper {
    max-width: 1920px;
    min-width: 320px;
    /* width: 1520px; */
    /* display: block; */
    /* position: relative; */
    margin: 0 auto;
    box-shadow: 0 0 35px rgba(0,0,0,0.77);
    width: 100%;
    background-color: white;
    min-height: 100vh;
}




.section {
    width: 100%;
    height: auto;
    padding:0px;
}

.section.header{
    background: url(../images/header_960.jpg) center top no-repeat;
    height:500px;
    position: relative;
}

.section .content {
    width: 100%;
    margin: 0 auto;
    position:relative;
}
/* -------------   FORM -----------------------------------------------------------------------------------------------------*/

form {  padding: 0; position: relative; z-index: 1000; text-align: center }
form fieldset { margin: 30px 0 20px; }
form fieldset legend { font-weight: bold; padding: 0 0 5px 5px; }
form fieldset.two-columns { margin-bottom: 30px; }
form fieldset.two-columns .item { float: left; }
form fieldset.two-columns .item.second { padding-left: 86px; }
form fieldset.agreement { margin-bottom: 0; padding: 3px 0 0 6px; position: relative; width: 415px; }
form fieldset.agreement label { cursor: pointer; }
form .item { padding: 0 0; position: relative; vertical-align: middle  }
form .item.dateBirth, form .item.dateOrder { width: 452px; }
form .item.dateBirth img, form .item.dateOrder img { margin: 0 0 0 8px; vertical-align: -10px; width: auto; display: inline; }
form .item span.small { float: right; font-size: 10px; margin: 4px 2px 3px; color: #fff; }
form .item.radio > label { margin-bottom: 30px; }
form .item.radio div label { cursor: pointer; margin-bottom: 2px; width: 230px; }
form label { display: inline-block;  line-height: 24px; padding-left: 5px;  }
form label.two-lines { line-height: 14px; }
form label.agreement { font-size: 10px; line-height: 12px; width: 390px; }
form input[type="text"] { width:230px; height:47px; background-color: white; border:1px solid #ccc; padding:0 8px;font-size:25px;text-align: center; font-family: 'tele-grotesknorregular';    
    border-radius: 25px;
    -webkit-box-shadow: 10px 10px 31px -21px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 31px -21px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 31px -21px rgba(0,0,0,0.75);}
form input[type="text"].error {  border:1px solid red;}
form button[type="submit"] { 
    background: #e20074;
    cursor: pointer; 
    border:none;
    padding:8px 65px 8px 50px;
    width:auto; 
    margin:0 auto; 
    top:-1px; 
    position: relative; 
    font-size: 24px;
    color:white;
    border-radius: 25px;
    -webkit-box-shadow: 10px 10px 31px -21px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 31px -21px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 31px -21px rgba(0,0,0,0.75);
}
form button[type="submit"]:after { 
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    content: "";
    display: inline-block;
    height: 2px;
    position: absolute;
    width: 0;
    top:50%;
    right:20px;
    margin-top: -8px
}
form button[type="submit"]:hover:after { 
    border-color: transparent transparent transparent #333;
}

    form input[type="submit"]:hover {
    background:#333;
    color:#fff;
}
form .btn_send { background: url("../images/btn_send.png") no-repeat scroll 0 0; border: none; float: left; height: 32px; margin: 25px 0 85px 182px; width: 79px; text-indent: -1000em; overflow: hidden; cursor: pointer;}
form label.error { cursor: default !important; display: block; font-family: 'tele-groteskfetregular'; font-size: 14px;  position: absolute; left:5px; top: -2px;  z-index: 1000;color:Red; text-align:center; margin:0 autol}
form input[type="checkbox"].error + label.error { left: 15px; top:-5px;}
form .topErrorMessage label.error { background: url("../images/bg_error_bottom.png") no-repeat scroll 0 0; display: none; font-family: Tele-GroteskNor; font-size: 14px; height: 36px; line-height: 24px; padding: 0; position: absolute; right: 32px; text-align: center; top: -28px; width: 192px; }
form fieldset.agreement label.error { left: 5px; right: auto; top: -32px; }
form .for-private-clients > p { font-family: Tele-GroteskNor; }
form ~ .btn { position: absolute; }
.ui-datepicker-trigger { cursor: pointer; }

.col-container {
    clear:both;
}
form .item .item.choose-starter {
    display: inline-block;
    width:33%;
}
form .item.legal {
    display: inline-block;
	text-transform: uppercase;
    text-align: center;
    padding: 20px 0 0 0;
}
form .item.legal > * {
    display: inline-block;
	text-align: center;
	font-size: 15px;
    line-height: 16px;
}
form .item.legal input {
    margin-left:-20px;
}
form .col-container .col .item.legal label:not(.fake-chx) {
    width: 360px;
    font-size: 0.6em;
    line-height: 1.2em
}
.col-container .col {
    width:45%;
    display: inline-block;
}
.col-container .col .item  {
    clear: both
}
.col-container .col .item label {
    line-height: 40px
}
.col-container .col .item input[type='text'] {
    float:right;
}
.col-container .col .item input[type='text'] {
    float:right;
}

form input[type="checkbox"] {
    visibility: hidden
}
form input[type="checkbox"] ~ .fake-chx{
    display: inline-block;
    width:20px ;
    height: 20px;
    background: white;
    border:1px solid #ccc;
    position: relative;
    top:6px;
    padding:0 !important;
    vertical-align: top;

}
form input[type="checkbox"]:checked ~ .fake-chx{
    background: url("../images/chx2.png") no-repeat scroll 0 0;
}
form input[type="checkbox"].error ~ .fake-chx{
    border:1px solid red;
}
form .legal-cont {

}
form .item-inline {
    display: inline-block;
    position: relative;
}

#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 ---------------------------------------------- */

.light-blue {
    color:#64b9e4;
}

.section.mod1 {

    height:auto;
    position: relative;
    padding-bottom: 60px;
}
h1{
    font-family: "Tele-GroteskUltra";
    text-align: center;
    padding-right: 480px;
    line-height: 3em
}

h1 .white {
    color:white;
}

h1 span {
    display: block
}
h1 span._1 {
    font-size:3.0em;
    line-height: 1.0em;
}
h1 span._2 {
    font-size:3.7em;
    line-height: 1.0em;
}

h1 span._3 {
    font-size:4.7em;
    line-height: 0.8em;
}
h1 span._4 {
    font-size:2.3em;
    line-height: 1.0em;
}
h1 span._5 {
    font-size:2.2em;
}
h1 span._5 span{
    display: inline-block
}

.section.mod2 {
	position:absolute;
	bottom:20px;
	left:0;
	right:0;
     margin:0 auto;
	 text-align:center;
    }


.section.mod2 .content {
    clear:both;

}
.section.mod2 .left {
    float:left;
}
.section.mod2 .right {
    float:right;
}

.section.mod2 .regulamin {
    color:inherit;
    text-decoration: underline;
}
.section.mod2 .regulamin:hover {
    color:#e20074
}

/* -------------- MOBILE ------------------------------------------------*/


@media screen and (max-width: 960px){   /* ------------------------------ 640 --------------------------------*/
    
.visible-sm {display: none}
.visible-md {display: block}
.visible-lg {display: none}

.hidden-sm {display: block}
.hidden-md {display: none}
.hidden-lg {display: block}


    body {font-size: 12px}


    .section.mod2 {
       
    }
}
@media screen and (max-width: 640px){ 
.countdown .clock-bg {

    font-size: 90px!important;

}
.countdown .sep-cont .sep-item {

    font-size: 60px!important;

}

.digit {

    font-size: 80px;
}
.time-part {
    width: 38px;
	height:80px;
}
.wrapper-c {
    margin: 10px auto;
    max-width: 360px;
	margin-top:-7%;
}
.time-part-wrapper:not(:last-child):after {

    width: 17px;
    
}
}


@media screen and (max-width: 640px){   /* ------------------------------ 320 --------------------------------*/

.visible-sm {display: block}
.visible-md {display: none}
.visible-lg {display: none}

.hidden-sm {display: none}
.hidden-md {display: block}
.hidden-lg {display: block}

    .section {
        padding: 0
    }

    body {}

    


    form button[type="submit"] {
        margin:15px auto;
        width: 241px;
    }
    form label.error {
        left: 20%;
        top: -26px;
    }

    .section.mod2 {
        
    }
    .section.mod2 .left {
        float:none;
    }
    .section.mod2 .right {
        float:none;
    }

}

	@media screen and (max-width: 580px){ 
	.font40 {
   
	}
	}
		
		
		
		
		
		
		