@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("normalize.css");
@import url("jquery.fancybox.css");
@import url("grid.css");

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, sup, 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: baseline;
  outline: none;
}

*,*:before,*:after { -webkit-box-sizing:border-box;box-sizing:border-box; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
b, strong { font-weight: bold; }
input { outline: none; }
input:focus,textarea:focus{-webkit-box-shadow:none;box-shadow:none;}
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; vertical-align: top;}
iframe{ border:0; }
a { text-decoration: none; 	-webkit-transition:opacity .3s ease-out; -o-transition:opacity .3s ease-out; transition:opacity .3s ease-out; }
a:hover { text-decoration: none; }
*:focus{outline:none}

body {
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000;
	background:#FFF;
	margin:0 auto;
	padding:0;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	position: relative;
}


/*** GLOBAL ***/


.btn {
  padding: 21px 55px;
  background: linear-gradient(92.65deg, #ffa164 6.44%, #fe6e0d 104.41%);
  border-radius: 90px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  transition: 0.3s border, 0.3s background, 0.3s color;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.btn.disabled {
	pointer-events: none;
	opacity: .5;
}

.btn b {
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 140%;
  color: #ffffff;
}

.btn span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.btn span svg {
  margin-right: 7px;
  width: 26px;
  height: 26px;
  vertical-align: middle;
}

.btn-border {
  background: transparent;
  border: 1px solid #b192c4;
  text-transform: uppercase;
  color: #292929;
  padding: 20px 30px;
}

.btn-border:hover {
  background: #b192c4;
  color: #fff;
}


/*** HEADER ***/


header {
  padding: 18px 0;
}

.header-block {
  display: flex;
  align-items: center;
}

.header-block .logo {
  margin-right: 150px;
}

.header-block .adress {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}

.header-block .adress svg {
  width: 40px;
  height: 40px;
  fill: #b192c4;
	margin-right: 15px;
}

.header-block .control {
  margin-left: auto;
  margin-right: 51px;
}

.header-block .phone-block .phone {
  font-size: 28px;
  line-height: 33px;
  color: #292929;
  margin: 0 0 3px;
	font-weight: bold;
}

.header-block .phone-block .time {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
  line-height: 14px;
  color: #393939;
}

.header-block .phone-block .time:before {
  content: "";
  background: #0fe73f;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  margin-right: 5px;
}



/*** MAIN ***/


.wrapper {
  background: url(../images/main.png) no-repeat center bottom #FFF;
  overflow: hidden;
  background-size: cover;
  z-index: 10;
  position: relative;
  margin: 0 0 91px;
  clip-path: ellipse(100% 86% at 50% 15%);
}

.main {
  padding: 82px 0 137px;
  position: relative;
}

.main-block {
  position: relative;
}

.main .main-block > .image {
  position: absolute;
  right: -140px;
  bottom: -137px;
	pointer-events: none;
}

.main-block .info > .title {
  color: #292929;
  font-weight: bold;
  font-size: 52px;
  line-height: 120%;
  margin: 0 0 46px;
  position: relative;
  z-index: 5;
}

.main-block .info .title span {
  color: #ea5e20;
}

.main-block .info .title mark {
  background: transparent;
  position: relative;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}

.main-block .info .title mark:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 20px);
  height: calc(100% + 4px);
  z-index: -1;
  background: linear-gradient(269.61deg, #f8f7fc 0.09%, #b192c4  98.52%);
  border-radius: 10px;
}

.main-block .info .text {
  width: 360px;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin: 0 0 47px;
}

.main-block .info .controls {
  margin: 0 0 92px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.main-block .info .controls:after {
  content: "";
  width: 260px;
  height: 220px;
  background: url(../images/calc.png) no-repeat center center;
  position: absolute;
  left: 89%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  margin: 16px 0 0;
	pointer-events: none;
}

.main-block .info .presents .title {
  margin: 0 0 17px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #292929;
}

.main-block .info .presents .items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-block .info .presents .items .item {
  display: flex;
  align-items: center;
  background: rgba(255, 162, 101, 0.18);
  border-radius: 100px;
  width: 247px;
  max-width: 100%;
}

.main-block .info .presents .items .item .image {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  min-width: 54px;
  color: #000;
}

.main-block .info .controls .btn {
  position: relative;
}

.main-block .info .presents .items .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-block .info .presents .items .item .text {
  margin: 0;
  padding: 10px 25px 10px 10px;
  width: auto;
	font-size: 14px;
}

.main-block .info .presents .items .item.blue {
  background: rgba(0, 190, 180, 0.11);
}

.main-block .info .presents .items .item:nth-child(1) {
  margin-right: 18px;
}

.main-block .experience {
  background: #fdfdfd;
  box-shadow: 0px 44px 24px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: absolute;
  right: 0;
  bottom: 100px;
  padding: 25px;
  width: 205px;
  text-align: center;
}

.main-block .experience b {
  display: block;
  font-weight: bold;
  font-size: 56px;
  line-height: 40px;
  text-align: center;
  color: #5cd3ce;
  margin: 0 0 10px;
}

.main-block .experience span {
  font-size: 14px;
  line-height: 17px;
  display: block;
  color: #000;
}



/*** QUIZ ***/


.quiz-section {
  padding: 0 0 100px;
}

.quiz-section .section-title {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  color: #292929;
  margin: 0 0 60px;
}

.quiz-section .section-title .title {
  font-weight: bold;
  font-size: 44px;
  line-height: 52px;
}

.quiz-section .section-title .subtitle {
  font-size: 24px;
  line-height: 28px;
}

.quiz-block {
  display: flex;
  background: #ffffff;
  box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  flex-wrap: wrap;
	overflow: hidden;
}

.quiz-block .quiz-title {
  color: #292929;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 30px;
}

.quiz-block .quiz-title .nums {
  margin: 0 0 15px;
}

.quiz-block .quiz-title .nums span {
  font-weight: bold;
}

.quiz-block .quiz-title .line {
  width: 100%;
  background: #e6e6e6;
  border-radius: 50px;
  position: relative;
  height: 34px;
  overflow: hidden;
}

.quiz-block .quiz-title .line span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(269.61deg, #f8f7fc 0.09%, #b192c4  98.52%);
  border-radius: 50px;
}

.quiz-steps {
  margin: 0 0 30px;
}

.quiz-steps .step {
  counter-increment: steps;
  display: none;
}

.quiz-steps .step.active {
  display: block;
}

.quiz-steps .step .step-question {
  font-size: 22px;
  line-height: 31px;
  font-weight: bold;
  margin: 0 0 37px;
  color: #000000;
}

.quiz-steps .step .answers-block {
  display: flex;
  align-items: flex-start;
}

.quiz-steps .step .answers-block .answers {
  margin-right: 70px;
  width: calc(100% - 200px);
}

.quiz-steps .step .answers .item {
  margin: 0 0 25px;
  min-height: 40px;
}

.quiz-steps .step .answers .item input {
  display: none;
}

.quiz-steps .step .answers .item label {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 50px;
  font-size: 18px;
  line-height: 24px;
}

.quiz-steps .step .answers .item label:before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.steps-block {
  padding: 35px 40px;
  width: calc(100% - 380px);
}

.quiz-steps .step .answers-block .image {
  width: 265px;
}

.quiz-steps .step .answers .item input:checked + label:before {
  background: url(../fonts/check.svg) no-repeat center center, linear-gradient(269.61deg, #f8f7fc 0.09%, #b192c4  98.52%);
}

.quiz-steps .step .answers .item input:checked + label {
	color: #b192c4;
}

.quiz-steps .step .answers-block .answers.a-presents {
  display: flex;
  flex-wrap: wrap;
}

.quiz-steps .step .answers-block .answers.a-presents .item label {
  display: flex;
  flex-flow: column;
  padding-left: 0;
  text-align: center;
}

.quiz-steps .step .answers-block .answers.a-presents .item {
  width: calc(100%/2 - 84px/2);
  margin-right: 84px;
}

.quiz-steps .step .answers-block .answers.a-presents .item:nth-child(2n) {
  margin-right: 0;
}

.quiz-steps .step .answers-block .answers.a-presents .item label img {
  width: 270px;
  height: 180px;
  object-fit: cover;
  margin: 0 0 34px;
}

.quiz-steps .step .answers-block .answers.a-presents .item label:before {
  left: 50%;
  top: inherit;
  transform: translateX(-50%);
  top: 160px;
}

.quiz-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.quiz-final {
	display: none;
  width: 100%;
  padding: 50px 60px 160px 590px;
  background: url(../images/mobile.png) no-repeat bottom left #f8f7fc;
}

.quiz-final .title {
  font-weight: bold;
  font-size: 48px;
  line-height: 57px;
  margin: 0 0 30px;
  color: #b192c4;
}

.quiz-final .form-phone {
  width: 628px;
  position: relative;
  margin: 0 0 18px;
}

.quiz-final .form-phone input {
  background: #FFFFFF;
  border-radius: 50px;
  width: 100%;
  border: none;
  height: 80px;
  line-height: 80px;
  padding: 0 350px 0 40px;
  font-size: 18px;
}

.quiz-final .form-phone button {
  background: linear-gradient(92.65deg, #FFA164 6.44%, #FE6E0D 104.41%);
  color: #FFF;
  border: none;
  text-align: center;
  height: 80px;
  width: 322px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.quiz-final .form-text {
  color: #6D6D6D;
  font-size: 14px;
  line-height: 19px;
  margin: 0 0 45px;
}

.quiz-final .form-text a {
  color: #6D6D6D;
  border-bottom: 1px solid #6D6D6D;
}

.quiz-final .present-final {
  position: relative;
  padding-left: 86px;
}

.quiz-final .present-final svg {
  width: 71px;
  height: 71px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  fill: #292929;
}

.quiz-final .present-final b {
  display: block;
  font-size: 18px;
  margin: 0 0 5px;
}

.quiz-final .present-final span {
  display: inline-block;
  vertical-align: top;
  color: #FFA164;
  font-weight: 500;
  font-size: 15px;
}

.quiz-info {
  width: 380px;
  min-width: 380px;
  background: #f8f7fc;
  padding: 35px;
}

.quiz-info .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  color: #292929;
  margin: 0 0 15px;
  text-align: center;
}

.quiz-info .plan {
  position: relative;
  padding-left: 130px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #292929;
  margin: 0 0 40px;
}

.quiz-info .plan:before {
  content: "";
  width: 134px;
  height: 113px;
  background: url(../images/calc.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  margin: 16px 0 0;
  pointer-events: none;
  background-size: cover;
}

.quiz-info .presents b {
  display: block;
  width: 100%;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: bold;
}

.quiz-info .presents .items {
  display: flex;
  flex-wrap: wrap;
}

.quiz-info .presents .items .item {
  background: #fff;
  width: calc(100% / 2 - 30px / 2);
  margin-right: 30px;
}

.quiz-info .presents .items .item:last-child {
  margin-right: 0;
}

.quiz-info .presents .items .item .text {
  text-align: center;
  font-size: 14px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
}

.presents_final {
	display: none;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  position: relative;
  z-index: 25;
  margin: 90px 0 0;
}

.presents_final span {
  display: block;
  text-align: center;
  color: #fe7417;
}

.presents_final .icon {
  width: 165px;
  height: 165px;
  margin: 0 auto 25px;
  fill: #b192c4;
}

.presents_final:before {
  content: "";
  width: 406px;
  height: 178px;
  background: url(../fonts/arrow.svg) no-repeat center center;
  position: absolute;
  left: -110%;
  top: -154px;
  z-index: 33;
  background-size: contain;
  pointer-events: none;
  transform: rotate(-3deg);
}

.modal {
  padding: 30px;
  border-radius: 20px;
  background: #FFF;
  width: 320px;
  margin: 0 auto;
  display: none;
}

.modal .modal-title {
  text-align: center;
}

.modal .modal-title b {
  display: block;
  font-size: 20px;
  color: #292929;
  margin: 0 0 10px;
}

.copyright {
  padding: 0 0 30px;
  text-align: center;
}

.copyright .link {
  margin: 0 0 10px;
}

.copyright .link a {
  color: #000;
  border-bottom: 1px solid #CCC;
}
@media (max-width: 1499px) {
	
	.header-block .logo {
		margin-right: 50px;
	}

	.header-block .phone-block .phone {
		font-size: 22px;
	}

	.header-block .adress {
		font-size: 14px;
	}

	.main-block .info > .title {
		font-size: 42px;
	}

	.main .main-block > .image {
		bottom: -200px;
	}

	.main-block .info .presents .items {
		position: relative;
		z-index: 5;
	}

	.quiz-final {
		padding-left: 420px;
		background-position: bottom left -10px;
		background-size: 500px auto;
	}

	.quiz-steps .step .answers-block .answers.a-presents {
		width: 100%;
	}

	.quiz-steps .step .answers .item label {
		font-size: 16px;
	}

	.quiz-steps .step .answers-block .answers {
		width: calc(100% - 240px);
		margin-right: 40px;
	}

	.quiz-steps .step .answers-block .image {
		width: 200px;
	}

	.steps-block {
		padding: 45px;
	}

}

@media (max-width: 1399px) {

}

@media (max-width: 1199px) {
	
	.main .main-block > .image {
		display: none;
	}

	.header-block .logo {
		margin: 0 0 20px;
	}

	.header-block {
		flex-wrap: wrap;
	}

	.header-block .adress {
		margin: 0 auto;
	}

	.header-block .control {
		margin: 0 auto;
		display: none;
	}

	.header-block .phone-block {margin-left: auto;}

	.main {
		padding: 60px 0;
	}

	.main-block .info > .title {
		text-align: center;
	}

	.main-block .info .text {
		margin: 0 auto 40px;
		max-width: 100%;
	}

	.main-block .experience {
		width: 300px;
		position: relative;
		bottom: 0;
		margin: 30px auto 0;
	}

	.main-block .experience b {
		font-size: 36px;
		line-height: 1;
	}

	.main-block .experience span {
		font-size: 14px;
		line-height: 1.2;
	}

	.main-block .info .controls:after {
		display: none;
	}

	.main-block .info .controls {
		margin: 0 auto 30px;
		width: 100%;
		text-align: center;
	}

	.main-block .info .presents {
		text-align: center;
	}

	.main-block .info .presents .items {
		justify-content: center;
	}
	
	.quiz-steps .step .answers-block .image {
		order: 1;
		width: 100%;
		margin: 0 0 20px;
	}

	.quiz-steps .step .answers-block {
		flex-wrap: wrap;
	}

	.quiz-steps .step .answers-block .answers {
		width: 100%;
		order: 2;
		margin-right: 0;
	}

	.quiz-steps .step .answers .item {
		margin: 0 0 12px;
		min-height: 30px;
	}

	.quiz-steps .step .answers .item label:before {
		width: 30px;
		height: 30px;
	}

	.quiz-info {
		width: 300px;
		min-width: 300px;
	}

	.steps-block {
		width: calc(100% - 300px);
	}

	.quiz-info .presents .items .item {
		width: 100%;
		margin: 0 0 15px;
	}

	.quiz-info .plan:before {
		position: relative;
		transform: none;
		display: block;
	}

	.quiz-info .plan {
		padding: 0;
	}


}

@media (max-width: 991px) {
	
	.steps-block {
		width: 100%;
	}

	.quiz-steps .step .answers-block .image {
		display: none;
	}

	.quiz-info {
		width: 100%;
	}

	.quiz-info .presents .items .item {
		width: calc(100% / 2 - 15px / 2);
		margin-bottom: 0;
		margin-right: 15px;
	}

	.quiz-info .presents .items .item .image img {
		width: 100%;
	}
	
	.quiz-final {
		padding: 30px;
		background: #E6FFFE;
		text-align: center;
	}

	.quiz-final .title {
		font-size: 28px;
		line-height: 120%;
	}

	.quiz-final .form-phone input {
		height: 50px;
		padding-right: 260px;
	}

	.quiz-final .form-phone button {
		height: 50px;
		font-size: 16px;
		width: 240px;
	}

	.quiz-final .form-phone {
		width: 500px;
		margin: 0 auto 10px;
		max-width: 100%;
	}

	.quiz-final .present-final {
		text-align: left;
		width: 350px;
		margin: 0 auto;
		max-width: 100%;
	}

	.quiz-section .section-title .title {
		font-size: 24px;
		line-height: 120%;
	}

	.quiz-section .section-title .subtitle {
		font-size: 18px;
	}

	.quiz-section .section-title {
		margin: 0 0 30px;
	}

}

@media (max-width: 767px) {
	.quiz-final .form-phone {
    width: 100%;

}
.quiz-final .present-final {
	padding-left: 20px;
    width: 100%;
}
	.quiz-steps {
		margin: 0 0 20px;
	}

	.quiz-steps .step .step-question {
		margin: 0 0 17px;
		font-size: 18px;
		line-height: 1.2;
	}

	.quiz-steps .step .answers .item label {
		padding-left: 40px;
		font-size: 14px;
	}

	.quiz-block .quiz-title .line {
		height: 20px;
	}

	.quiz-block .quiz-title .nums {
		font-size: 18px;
	}

	.quiz-block .quiz-title {
		margin: 0 0 10px;
	}

	.quiz-steps .step .answers .item input:checked + label:before {
		background: url(../fonts/check.svg) no-repeat center center, linear-gradient(269.61deg, #00d8cc 0.09%, #03aaa1 98.52%);
	}
	
	.quiz-controls {
		flex-wrap: wrap;
	}

	.quiz-controls .btn {
		width: 100%;
		margin: 0 0 15px;
		padding: 0 20px;
		height: 42px;
		line-height: 42px;
	}

	.quiz-controls .btn:last-child {
		margin: 0;
	}

	.quiz-controls .btn:nth-child(1) {
		order: 2;
		margin: 0;
	}

	.quiz-controls .btn:nth-child(2) {
		order: 1;
		margin: 0 0 15px;
	}

	.quiz-steps .step .answers-block .answers.a-presents .item {
		width: 100%;
		margin: 0 0 25px;
		background: #e5e5e5;
		padding: 0 0 20px;
	}

	.quiz-steps .step .answers-block .answers.a-presents .item label img {
		width: 100%;
		object-fit: cover;
		margin: 0 0 15px;
	}

	.presents_final {
		display: none !important;
	}

	.quiz-info .plan {
		margin: 0 !important;
	}

	.quiz-info {
		text-align: center;
	}

	.quiz-info .plan:before {
		margin: 0 auto;
	}

	.header-block .phone-block {
		margin: 0 auto;
		text-align: center;
	}

	.header-block .phone-block .time {
		justify-content: center;
	}

	.main-block .info > .title {
		font-size: 34px;
	}

	.main {
		padding: 40px 0 60px;
	}

	.main-block .info .text {
		text-align: center;
	}

	.main-block .info .presents .items .item {
		width: 260px;
		margin: 0 auto 15px !important;
	}
	
	.main-block .info .title mark {display: inline-block;}

}

@media (max-width: 575px) {
	.quiz-final .form-phone {
    width: 100%;

}
	.main-block .info > .title {
  font-size: 28px;
  margin: 0 0 20px;
}

.main-block .info > .title br {
  display: none;
}

.btn b {
  font-size: 20px;
}

.main-block .info .controls .btn {
  padding: 20px 20px;
  width: 100%;
  justify-content: center;
}

.btn_big span {
  font-size: 14px;
  width: 100%;
  text-align: center;
  display: block;
}

.wrapper {
  clip-path: none;
  margin: 0 0 41px;
}

.main-block .info .text {
  margin: 0 auto 20px;
}

.header-block .logo {
  text-align: center;
  margin: 0 auto 15px;
}

.header-block .adress {
  margin-bottom: 10px;
}

.main {
  padding-top: 10px;
}

.quiz-final .form-phone input {
  width: 100%;
  padding: 0 20px;
  text-align: center;
  margin: 0 0 15px;
}

.quiz-final .form-phone button {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.quiz-final .form-text {
  font-size: 12px;
}

.quiz-final .present-final svg {
  width: 48px;
  height: 48px;
}

.quiz-final .present-final {
  padding-left: 60px;
}

.quiz-final .present-final b {
  font-size: 16px;
}

.quiz-final .present-final span {
  font-size: 13px;
}

}

@media (max-width: 524px) {
.quiz-final .form-phone {
    width: 100%;

}

}

@media (max-width: 474px) {
.quiz-final .form-phone {
    width: 100%;

}
}

@media (max-width: 425px) {
	.quiz-final .form-phone {
    width: 100%;

}
	.main-block .info .title span {
		display: block;
	}
	
	.quiz-section {
		padding: 0 0 30px;
	}

}

@media (max-width: 374px) {

}