/* tu byłem */
/*@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}*/


/* ==================================================== Układ =============================================== */
.start {
 
}
.start h1 {
	font-size:1.2rem;
}
.start .counter-wrapper {
 height:auto;
 padding:10px 5%;
 border-bottom:1px solid #ccc;
 margin-bottom:30px;
 background:#fff;
	align-items: center;
}
.start .counter-wrapper:before {
 content:'';
 position: absolute;
 background:#fff;
 bottom:-12px;
 left:50%;
 margin-left:-10px;
 width:20px;
 height:20px;
 border-style: solid;
 border-color:#ccc;
 border-width: 0 1px 1px 0;
 transform: rotate(45deg);
}
.start .counter-wrapper h2 {
	margin:0;
}
.start .counter-wrapper h3 {
	margin:0;
}
.start .answers_wrapper {
 width:100%;
 padding:0 5%;
 box-sizing: border-box;
}
.start .answers_wrapper > div {
 max-width:280px;
 padding-left:0;
 padding-right:80px;
}
.start .answers_wrapper > div .answer-color {
	position: absolute;
	top:0;left:65%;
	margin-left:0;
	width:80px;
	height: 80px;
	border-radius: 5px;
	background: linear-gradient(90deg, #00a6e4, #8cc63e);
	transition: all 500ms;
	z-index: 1;
}
.start .answers_wrapper > div.hidden .answer-color {
	top:0;left:0;
	margin-left:0;
}
.start .answers_wrapper > div.hidden .answer-txt {

}
.start .answers_wrapper > div .answer-txt {
	width: 100%;
	box-sizing: border-box;
	height:100%;
	border-radius: 0 5px 5px 0;
	position: relative;
	background:#fff;
	transition: all 400ms;
}
.start .answers_wrapper > div.hidden .answer-txt:after {
	left:0;
}
.start .answers_wrapper > div .answer-txt:after {
	content:'';
	position: absolute;
	top:0;left:100%;right:0;bottom:0;
	background:#fff;
	transition:all 500ms;
}

.start .answers_wrapper .answer-txt span {
 background:#00a6e4;
 color:#fff;
 top:3px;left:0;bottom:3px;right:0;
 border-radius:4px 0 0 4px;
}
.start .content > div {
	max-width: 80%;
	text-align: center;
}
.foot {
 height:auto;
 padding:0;
 display:flex;
 align-content: center;
 justify-content: center;
 flex-direction: column;
}
.foot p {
 margin:0;
}
.answer {
 cursor:pointer;
}

.start .break-page, .start .thankyou-page {
	z-index:0;
}
/* ==================================================== Media Queries ======================================= */
/* -------------------------------------------------------------- */
@media screen and (max-width: 1100px) {

  /* ----- przełączanie na mobilne menu ----- */  
 html, body, input, textarea {
  line-height: 1.6;
  font-size: 14px;
  }
  #TOP #logo {
   display:none;
  }
  h1 {
	font-size:1.2rem;
 }
 #TOP {
  height:auto;
  padding:10px 0;
 }
}