@font-face {
	font-family: 'Noah';
	src: url('fonts/Noah-Regular.eot');
	src: local('РІВС”'), url('fonts/Noah-Regular.woff') format('woff'), url('fonts/Noah-Regular.ttf') format('truetype'), url('fonts/Noah-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Noah';
	src: url('fonts/Noah-Bold.eot');
	src: local('РІВС”'), url('fonts/Noah-Bold.woff') format('woff'), url('fonts/Noah-Bold.ttf') format('truetype'), url('fonts/Noah-Bold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

html{min-height: 100%; overflow-x: hidden;}
body{margin: 0 auto; min-height: 100vh; white-space: normal; color: #FFFFFF; font-family: 'Noah', 'Arial', sans-serif; font-size: 100%; overflow-x: hidden;}

body:before{
    content: '';
    background: url('images/bg.jpg') center center no-repeat #222222;
    background-size: cover;
    position: fixed;
    z-index: 0;
    display: block;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
}

a,input{color: #FFFFFF; text-decoration: none;}
a, input, select, textarea, .button, .option{
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

*{position: relative; margin: 0px; padding: 0px; list-style: none; vertical-align: top; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none !important; -moz-border-radius: 0px; -webkit-border-radius: 0px; -khtml-border-radius: 0px; border-radius: 0px; border: 0; font-weight: normal;}
.button{display: inline-block; padding: 10px 15px; color: #FFFFFF; font-size: 125%; font-weight: bold; letter-spacing: 1px; background: #1985b1; white-space: nowrap; cursor: pointer; border-radius: 10px;}
:hover.button{background: #2babdf;}

b, strong{font-weight: bold;}
b *, strong *{font-weight: bold;}
p{margin: 20px auto;}

.wrapper{margin: 0 auto; max-width: 1400px; padding: 60px;}

.top{position: absolute; top: 0px; left: 0px; right: 0px; z-index: 99;}
.top .wrapper{display: table; padding: 30px 60px; width: 100%;}
.top .wrapper > div{display: table-cell; vertical-align: middle;}
.top .left{width: 300px;}
.top .center{text-align: center;}
.top .right{width: 300px; text-align: right;}

a.vipplay-logo{display: inline-block; margin-right: 30px; width: 84px; height: 57px; background: url('https://s6.cdn.teleprogramma.pro/wp-content/uploads/2019/09/6e9cfa4e786baf098537382129b65e9f.png') center center no-repeat; background-size: contain;}
a.tv1000-logo{display: inline-block; width: 135px; height: 57px; background: url('https://s2.cdn.teleprogramma.pro/wp-content/uploads/2019/09/9988f5e7a037c75b31bf6e9ea6e243a2.png') center center no-repeat; background-size: contain;}
a.tp-logo{display: inline-block; width: 83px; height: 57px; background: url('images/tp-logo.svg') center center no-repeat; background-size: contain;}

.hello{text-align: center; }
.hello-gradient{position: absolute; top: 0px; left: 0px; right: 0px; height: 600px; background: url('https://s5.cdn.teleprogramma.pro/wp-content/uploads/2019/09/69bb51c0a7f7395a322e6e8a14338fed.png') center top repeat-x;}
.hello .wrapper{display: table; width: 100%; padding-top: 140px; padding-bottom: 30px;}
.hello .wrapper .content{display: table-cell; vertical-align: middle;}
.hello .headline{display: block; font-size: 300%; line-height: 1.1; font-weight: bold;}
.hello .desc{margin: 30px auto 45px; max-width: 720px; font-size: 150%;}
.hello .desc a{text-decoration: underline; opacity: 0.6;}
.hello .desc a:hover{opacity: 1;}

.accordion {
  width: 100%;
  height: 500px;
	border-radius: 30px;
  overflow: hidden;
}
.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 12.5%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
	background-size: cover;
  transition: all 500ms ease;
}
.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}
.accordion ul li div a {
  display: block;
  height: 500px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 200ms ease;
}
.accordion ul li div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.accordion ul li div a .title {
  text-overflow: clip;
  font-size: 200%;
	font-weight: bold;
  top: 180px;
}
.accordion ul li div a p {
  top: 180px;
  font-size: 115%;
}
.accordion ul li:nth-child(1) {
  background-image: url("cover/1.jpg");
}
.accordion ul li:nth-child(2) {
  background-image: url("cover/2.jpg");
}
.accordion ul li:nth-child(3) {
  background-image: url("cover/3.jpg");
}
.accordion ul li:nth-child(4) {
  background-image: url("cover/4.jpg");
}
.accordion ul li:nth-child(5) {
  background-image: url("cover/5.jpg");
}
.accordion ul li:nth-child(6) {
  background-image: url("cover/6.jpg");
}
.accordion ul li:nth-child(7) {
  background-image: url("cover/7.jpg");
}
.accordion ul li:nth-child(8) {
  background-image: url("cover/8.jpg");
}
.accordion ul:hover li {
  width: 6%;
}
.accordion ul:hover li:hover {
  width: 58%;
}
.accordion ul:hover li:hover a {
  background: rgba(0, 0, 0, 0.4);
}
.accordion ul:hover li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 900px) {

  .accordion {
    height: auto;
  }
  .accordion ul li, .accordion ul li:hover, .accordion ul:hover li, .accordion ul:hover li:hover {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 25%;
		height: 100px;
		float: left;
    -webkit-transition: none;
    transition: none;
  }
.accordion ul li div a {height: 100px;}
	.accordion ul li div a * {
	  display: none;
	}
}

.order .headline{display: block; text-align: center; font-size: 200%; font-weight: bold;}
.order ul{margin-top: 15px;}
.order li{padding: 30px 0px 15px 120px; background: 0px 30px no-repeat; background-size: 60px 60px;}
.order .number{position: absolute; left: 35px; top: 30px; display: inline-block; width: 60px; height: 60px; text-align: center; line-height: 60px; font-size: 200%; font-weight: bold; background: #1985b1; border-radius: 50%;}
.order p{font-size: 115%;}
.order p a{color: #FFFFFF; text-decoration: underline;}
.order p a:hover{color: #1985b1;}

.prizes .headline{display: block; text-align: center; font-size: 200%; font-weight: bold;}
.prizes ul{margin-top: 15px;}
.prizes li{display: inline-block; width: 33%; padding: 30px; text-align: center;}
.prizes li:nth-child(2){width: 34%;}
.prizes li span{display: block;}
.prizes .position{font-size: 115%; font-weight: bold; padding-bottom: 57px; background: center bottom no-repeat; background-size: 60px 60px;}
.prizes .position b{display: inline-block; padding: 3px 5px; color: #FFFFFF; background: #1985b1; border-radius: 3px;}
.prizes .p1{background-image: url('images/prizes/p1.png');}
.prizes .p2{background-image: url('images/prizes/p2.png');}
.prizes .p3{background-image: url('images/prizes/p3.png');}
.prizes img{display: block; margin: 30px auto; max-width: 280px; width: 100%; height: auto;}
.prizes .title{font-size: 115%; font-weight: bold;}
.prizes .desc{margin-top: 5px; font-size: 100%;}
.prizes .bonus{display: block; padding: 0px 15px; font-size: 115%; font-weight: bold; text-align: center;}

.contest{color: #FFFFFF;}
.contest .headline{display: block; text-align: center; font-size: 200%; font-weight: bold;}
.contest .progress{margin: 30px 0px; text-align: center;}
.contest .number{font-size: 115%;}
.contest .progress p{margin: 10px 0px 0px; font-size: 100%;}

.contest .button{margin: 30px 0px;}
.steps div.step:not(:first-child) {display: none;}
.test-results {display:none;}
.step-result {display:none; padding: 30px;}
.rate {display:none}
/*.results div.result:not(:first-child) {display:none}*/
/*#test .test-restart {display:none}*/

.contest .steps .photo{display: inline-block; width: 50%;}
.contest .steps img{max-width: 100%; border-radius: 30px 0px 0px 30px;}
.contest .steps .area{display: inline-block; width: 50%; background: rgba(0, 0, 0, 0.6); border-radius: 0px 30px 30px 30px; overflow: hidden; box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.5);}
.contest .which-serial{padding: 15px 30px; font-size: 115%; background: rgba(0, 0, 0, 0.6);}
.contest .which-serial a{font-weight: bold; text-decoration: underline; color: #1985b1;}
.contest .which-serial a:hover{color: #2babdf;}
.contest .question{display: block; padding: 30px; font-size: 130%; font-weight: bold;}
.contest .options li{border-bottom: 1px dotted rgba(255, 255, 255, 0.5);}
.contest .options li:last-child{border: 0;}
.contest .option{display: block; padding: 30px; font-size: 115%; cursor: pointer;}
.contest :hover.option{background: #1985b1;}
.contest .checked{background: rgba(0, 0, 0, 0.5) !important;}

.popup{display: none; max-width: 720px; padding: 15px;}
.popup img{max-width: 100%; width: 100%; height: auto; display: block; margin: 30px 0px;}
.popup .title{display: block; font-size: 150%; font-weight: bold;}
.popup li{padding: 10px 0px; font-size: 100%;}
.popup p{font-size: 90%; line-height: 1.6;}
.popup .button{margin-top: 20px;}

.right-answer{font-size: 115%; font-weight: bold; color: #0ec100;}
.wrong-answer{font-size: 115%; font-weight: bold; color: #d50d0d;}
.wrong-answer-hint{margin-top: 15px; font-size: 100%;}
.step-text{font-size: 115%;}

.test-results{text-align: center;}
.result-headline{display: block; font-size: 300%; font-weight: bold;}
.test-results img{margin: 30px 0px; width: 100%; max-width: 200px;}
.test-results p{margin: 0 auto; max-width: 720px; font-size: 115%;}
.test-results p a{color: #FFFFFF; text-decoration: underline; opacity: 0.6;}
.test-results p a:hover{opacity: 1;}
.test-results .forma{margin: 30px -30px 0px;}
.test-results .forma iframe{max-width: 100%;}
.test-results form{margin-top: 30px;}
input[type="text"], input[type="email"]{padding: 15px; width: 100%; max-width: 720px; text-align: center; font-size: 150%; background: rgba(0, 0, 0, 0.0); border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 15px;}
input[type="text"]:hover, input[type="email"]:hover, input[type="text"]:focus, input[type="email"]:focus{background: rgba(0, 0, 0, 0.5);}
.freebirdFormviewerViewItemsItemItemHeader{font-size: 115%; margin: 15px 0px 5px;}

.terms .headline{display: block; margin: 0 auto; max-width: 720px; font-size: 200%; font-weight: bold;}
.terms p{margin: 20px auto; max-width: 720px; font-size: 115%; line-height: 1.4;}
.terms a{text-decoration: underline;}
.terms a:hover{color: #1985b1;}

.footer{text-align: center; box-shadow: inset 0px 3px 15px 5px rgba(0, 0, 0, 0.1);}
.footer a.logo{display: inline-block; width: 60px; height: 41px; background: url('images/tp-logo.svg') center center no-repeat; background-size: contain;}
.footer .desc{display: block; margin: 30px 0px; font-size: 115%;}

@media only screen and (max-width: 900px) {
body{font-size: 90%;}

a.vipplay-logo{width: 59px; height: 40px;}
a.tv1000-logo{width: 127px; height: 40px;}
a.tp-logo{width: 58px; height: 40px;}
.hello .wrapper{padding-top: 120px;}

}
@media only screen and (max-width: 720px) {
body{font-size: 80%;}
.wrapper{padding: 60px 30px;}
.button{padding: 10px 15px;}

.top .wrapper{padding: 30px;}
a.vipplay-logo{width: 44px; height: 30px;}
a.tv1000-logo{width: 95px; height: 30px;}
a.tp-logo{width: 44px; height: 30px;}
.top .share{display: none;}

.hello .headline{font-size: 250%;}

.order li{padding: 15px 0px 15px 80px; background: 0px 30px no-repeat; background-size: 40px 40px;}
.order .number{position: absolute; left: 20px; top: 30px; display: inline-block; width: 40px; height: 40px; text-align: center; line-height: 40px; font-size: 200%; font-weight: bold; background: #1985b1; border-radius: 50%;}

.prizes .wrapper{padding: 30px 0px;}
.prizes .title{font-size: 100%;}
.prizes .bonus{font-size: 100%;}

.contest .steps .photo{width: 100%;}
.contest .steps img{border-radius: 30px 30px 0px 0px;}
.contest .steps .area{width: 100%; border-radius: 0px 0px 30px 30px;}
.contest .which-serial{padding: 15px 30px; font-size: 150%;}
.contest .option{padding: 15px 30px;}

input[type="text"], input[type="email"]{font-size: 130%;}
}
