
html{
    min-height:100%;
    position:relative;
}
body, p {
	font-size: 1.1rem;

}
body{
	    display: flex;
}
body {
	background-color: #22202b;
	color: white;
}
@font-face {
    font-family: EdaTV;
    font-style: normal;
    font-weight: 400;
    src: url(http://povar.tveda.ru/fonts/edatv.woff2) format("woff2"), url(/assets/fonts/edatv.woff) format("woff")
}

@font-face {
    font-family: EdaTV;
    font-style: normal;
    font-weight: 700;
    src: url(http://povar.tveda.ru/fonts/edatv-bold.woff2) format("woff2"), url(/assets/fonts/edatv-bold.woff) format("woff")
}

.footer {
	position:absolute;
	bottom: 90%;
	right: 5%;
	width:60px;
	height:60px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	background-image:url(http://povar.tveda.ru/images/18.png);
	
}

h1,
h2,
h3,
h4 {
    font-family: EdaTV,system-ui,sans-serif;
    font-weight: 700;
	
}

a:hover, a:active, a:visited, a:link {
	text-decoration: none;
	color:#ff0000;
}

.back-main {
    bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: -2;
	background-image: url(http://povar.tveda.ru/images/main-fully.jpg);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
	height: 100%;

	
}

.quiz-back-main {
    bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: -2;
	background-image: url(http://povar.tveda.ru/images/quiz-full.jpg);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
	height: 100%;

	
}

.result-back-main {
    bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: -2;
	background-image: url(http://povar.tveda.ru/images/result-full.jpg);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
	height: 100%;

	
}

@media (max-width: 1400px) {
	.footer {
		position:absolute;
		bottom: 83%;
		right: 5%;
	}
}


@media (max-width: 992px) {

	.povar-lettering {
		width:60% !important;
		margin-bottom: 10px !important;
		
	}
	
	h1 {
		font-size: 2rem;
	}
	
	p {
		font-size: 1rem;
	}	
}


@media (max-width: 768px) {
	.q-count{
		margin-bottom:-35px !important;
	}
	
	.q-count-head{
		width: 70px !important;
		height: 70px !important;
	}	
	
	.povar-lettering {
		width:70% !important;
		margin-bottom: 20px !important;
		margin-top: 100px;
	}

	h1 {
		font-size: 1.7rem !important;
	}
	
	p {
		font-size: 0.9rem;
	}	
	.povar-r-image {
		padding-top:70% !important;
	}
	.povar-main-desc{
		padding: 5% 10% 10% 2% !important;
	}
	.img-gift{
		width:100%;
		margin:-40px 0 -70px 0;
	}
}


@media (max-width: 576px) {
.footer {
	position:absolute;
	bottom: 10%;
	right: 5%;
	width:60px;
	height:60px;
}	

	.back-main {
		background-image: url(http://povar.tveda.ru/images/main-small.jpg);
	}
	.quiz-back-main {
		background-image: url(http://povar.tveda.ru/images/quiz-small.jpg);
	}
	.quiz-back-main {
		background-image: url(http://povar.tveda.ru/images/result-small.jpg);
	}
	.povar-lettering {
		width:85% !important;
		margin-top:50px !important;
	}

	.footer-pravila{
		margin-top:50px !important;
		margin-bottom:250px !important;
	}
	
	h1 {
		font-size: 1.5rem !important;
	}
	
	p {
		font-size: 0.8rem;
	}
	.q-title-item{
		margin: auto;
		padding: 10px 40px !important;	
		margin: 20px !important;
		font-size: 0.8rem;
	}	
	

}

@media (max-width: 576px) {

	.mech-label {
		display: none;
	}
	.q-mob-pad{
		padding-left: 50px !important;
		padding-right: 50px !important;
	}
	
	h2 {
		font-size: 1.4rem !important;
	}	
	.btn-red-mail {
		margin-top:20px;
	}
	.15-jan {
		margin-top:-10px;
	}
	.uch{
		margin-top:0px;
	}
}

.btn-red {
	background-color:#ff0000;
    box-shadow: 0 0 100px rgba(255,0,0,0.5);
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:1.4rem;
    font-weight: bold;
	padding:20px 40px;
	text-decoration:none;
	font-family: EdaTV;
}
.btn-red:hover {
	background-color:#e60000;
}
.btn-red:active {
	position:relative;
	top:1px;
}
a.btn-red-link:hover, a.btn-red-link:active, a.btn-red-link:visited, a.btn-red-link:link {
		color: #ffffff;
		text-decoration: none;
}



.btn-red-mail {
	background-color:#ff0000;
    box-shadow: 0 0 100px rgba(255,0,0,0.5);
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:1.2rem;
    font-weight: bold;
	padding:10px 20px;
	text-decoration:none;
}
.btn-red-mail:hover {
	background-color:#e60000;
}
.btn-red-mail:active {
	position:relative;
	top:1px;
}


.head-main-row {
	margin-top:10px;
}
.povar-lettering {
	width:35%;
	margin-bottom:25px;
}
.Aligner {
  display: flex;
  align-items: center;
  justify-content: center;
  width:100%;
  height:100%;
}

.pravila, a.pravila{
	color:white;
	text-decoration: none;
	font-size: 0.8rem;
	margin-top:10px;
}

.footer-pravila{
	margin-top:30px;
	margin-bottom:20px;
}

.footer-pravila-quiz{
	margin-top:100px;
}
.test{
	margin-bottom:35px;
	margin-top:25px;
}

.mech-label {
	margin-top: 30px;
}
.q-image {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 28.22%;
	display: block;
    margin-bottom: 50px;	
}


.povar-r-image {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 30%;
	display: block;
}


.q1-image {
	background-image: url(http://povar.tveda.ru/images/q1-image.jpg);
}
.q2-image {
	background-image: url(http://povar.tveda.ru/images/q2-image.jpg);
}
.q3-image {
	background-image: url(http://povar.tveda.ru/images/q3-image.jpg);
}
.q4-image {
	background-image: url(http://povar.tveda.ru/images/q4-image.jpg);
}
.q5-image {
	background-image: url(http://povar.tveda.ru/images/q5-image.jpg);
}

.q-count-head{
	width: 100px;
	height: 100px;
    background: #22202b;
    border-radius: 50%;	
	display:block;

}

	
.q-count-label {
    font-family: EdaTV,system-ui,sans-serif;
    font-weight: 700;
	padding-top:15%;
	font-size:1rem;	
}
.q-count-label-first {
	font-size:1.5rem;	
}

.q-count{
	 display: flex !important;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
	margin-bottom:-50px;
}

.q-title-item{
    align-items: center;
    cursor: pointer;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 40px;	
    padding: 20px;	
	margin: 30px;
}

.q-title-item:hover {
    border-color: #ff0000;
    background: #ff0000;
    color: #fff;
  -webkit-animation: pulse 1s cubic-bezier(.17,.67,.83,.67);
  -moz-animation: pulse 1s cubic-bezier(.17,.67,.83,.67);
  -ms-animation: pulse 1s cubic-bezier(.17,.67,.83,.67);
  animation: pulse 1s cubic-bezier(.17,.67,.83,.67);
  box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
	
}
.q-title-item:active {
    top:1px;
}

.povar-main-desc{
	padding: 10%;
	
}

.pulse-button {

  position: relative;
  border: none;
  box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
  background-color: #ff0000;
  background-size:cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulse-button:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 0, 0, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 0, 0, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 0, 0, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 0, 0, 0);}}

.ya-share2__container_size_m .ya-share2__icon {
    height: 64px !important; /* 24px */
    width:  64px !important; /* 24px */
    background-size: 64px 64px !important; /* 24px 24px */
	
}

.disklamer-date {
	font-size:0.8rem;
	color: white;
	text-shadow: 0px 0px 10px #000000;
}

@supports (-ms-ime-align:auto) {
    .q-count-head {
	width: 100px;
	height: 100px;
    background: #22202b;
    border-radius: 50%;	
	display:block;
    margin-top:350px;
    }
}
.uch{
	margin-top:	40px;
}

<!--[if IE]>
    .q-count-head {
	width: 100px;
	height: 100px;
    background: #22202b;
    border-radius: 50%;	
	display:block;
    margin-top:350px;
    }
<![endif]-->
