

/* Start:/local/components/custom/quiz.opros/templates/.default/opros-page.css?17727407438547*/
#main,
.cutter {
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
}
.cutter {
	overflow: hidden;
	position: relative;
}

.top-section {
	padding: 0px 0px 90px 0px;
	background: #005c9e;
	position: relative;
}
.top-section-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: url("/local/components/custom/quiz.opros/templates/.default/./assets/img/bg1.png") 50% 50% repeat no-repeat;
	background-size: cover;
}
.top-section-header-wrapper {
	max-width: 970px;
	margin: 0px auto;
	width: 100%;
	padding: 15px 23px 70px 23px;
	user-select: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top-section-header-logo {
	display: flex;
	align-items: center;
}
.top-section-header-logo-desc {
	margin-left: 15px;
	color: #8c8c8c;
	font-size: 12px;
	max-width: 160px;
}
.top-section-header-info {
	border-radius: 2px;
	border: 1px dotted #367fb3;
	padding: 15px 15px 10px 25px;
	position: relative;
	max-width: 290px;
	width: 100%;
}
.top-section-header-info-main {
	background: #fff;
	padding: 0px 5px;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #333;
	width: 100%;
	max-width: 270px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-section-header-info-main-adress {
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-section-header-info-main-adress img {
	margin-right: 5px;
}
.top-section-header-info-main-phone {
	font-size: 14px;
	font-weight: 600;
}
.top-section-header-info-extra {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top-section-header-info-extra .changeAdress {
	color: #8c8c8c;
	text-decoration: underline;
	font-size: 12px;
	cursor: pointer;
	margin-left: 5px;
}
.top-section-header-info-extra .workingNow {
	color: #333333;
	font-size: 12px;
	position: relative;
}
.top-section-header-info-extra .workingNow:before {
	background: radial-gradient(#ffff00, #30bf13);
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: -15px;
	top: 50%;
	transform: translate(0, -50%);
}
.top-section-main {
	max-width: 1200px;
	margin: 0px auto;
	width: 100%;
	padding: 25px 23px;
	position: relative;
}
.top-section-main * {
	text-align: left;
}
.top-section-main-h1 {
	font-weight: 600;
	color: #00ff4c;
	font-size: 35px;
	text-transform: uppercase;
}
.top-section-main-h2 {
	font-weight: 400;
	color: #fff;
	font-size: 30px;
	margin: 15px 0px 50px 0px;
}
.top-section-main-info {
	border: 1px dotted #fff;
	border-radius: 2px;
	position: relative;
	display: flex;
	max-width: 370px;
	width: 100%;
	padding: 25px 10px 15px 10px;
}
.top-section-main-info-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* background: #005c9e; */
	font-weight: 300;
	color: #fff;
	padding: 0px 5px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 310px;
	width: 100%;
	font-size: 45px;
}
.top-section-main-info-main * {
	max-width: 150px;
	width: 100%;
	background: #005c9e;
}
.top-section-main-info-main .ages {
	max-width: 50px;
	margin-left: 20px;
	text-align: right;
}
.top-section-main-info-main .amount {
	text-align: right;
	justify-content: center !important;
}
.top-section-main-info-desc {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	width: 100%;
	margin: 0px auto;
	max-width: 350px;
}
.top-section-main-info-desc * {
	text-align: center;
	font-size: 12px;
	color: #fff;
	max-width: 150px;
	width: 100%;
}
.sale {
	font-weight: bold;
	color: #fff;
	font-size: 25px;
	margin-top: 50px;
}
.sale-2 {
	font-weight: bold;
	color: #ff7062;
	font-size: 25px;
}
.desc {
	color: #fff;
	font-size: 21px;
	margin-top: 30px;
	max-width: 350px;
}
.desc span {
	font-weight: bold;
}
.quiz-action {
	background: #ff7062;
	border-radius: 48px;
	border: none;
	color: #fff;
	font-weight: 600;
	font-size: 23px;
	padding: 20px 50px;
	text-align: center;
	line-height: 21px;
	text-transform: uppercase;
	margin-top: 30px;
	position: relative;
	user-select: none;
}
.quiz-action span {
	font-size: 18px;
	font-weight: 500;
	text-transform: lowercase;
}
.quiz-action img {
	position: absolute;
	left: 30%;
	top: 0px;
	transform: translate(-50%, 0);
	transition-duration: .3s;
}
.quiz-action:after {
	content: '';
	width: 30px;
	height: 120px;
	background: url('/local/components/custom/quiz.opros/templates/.default/./assets/img/arr.png') 50% 50% no-repeat;
	position: absolute;
	right: -50px;
	top: -70px;
	transition-duration: .3s;
	pointer-events: none;
}
.quiz-action:hover img {
	left: 80%;
}
.quiz-action:hover:after {
	right: -50px;
	top: -50px;
	transform: rotate(20deg);
}
.honest {
	position: absolute;
	bottom: 70px;
	left: calc(50% + 60px);
	transform: translate(-50%, 0);
}
.preview {
	right: 0px;
	top: calc(50% + 90px);
	transform: translate(0, -50%);
	position: absolute;
}
.bg-sec-1 {
	position: absolute;
	left: calc(50% + 100px);
	bottom: 0px;
	transform: translate(50%, 50%);
	width: 500px;
}

@media screen and (max-width: 880px) {
	.preview {
		right: 0px !important;
		width: 300px !important;
		top: calc(50% + 40px) !important;
	}
	.honest {
		left: auto !important;
		right: 80px;
		bottom: 100px !important;
	}
}
@media screen and (max-width: 750px) {
	.preview {
		right: -30px !important;
		width: 250px !important;
		top: calc(50% + 40px) !important;
	}
	.honest {
		left: auto !important;
		right: -50px;
		bottom: 100px !important;
	}
}

@media screen and (max-width: 700px) {
	.top-section-header-wrapper {
		flex-direction: column;
	}
	.top-section-header-info {
		margin-top: 20px;
	}
	.top-section {
		margin-top: 10%;
	}
}

@media screen and (max-width: 670px) {
	.top-section-main-info {
		margin-top: 160px;
		margin-bottom: 100px;
		max-width: 350px !important;
	}
	.ages {
		margin-left: 35px !important;
	}
	.amount {
		padding-right: 10px !important;
	}
	.preview {
		top: calc(50% - 0px) !important;
		/* right: -150px !important; */
		width: 300px !important;
		right: -10px !important;
	}
	.honest {
		right: -80px !important;
	}
}

@media screen and (max-width: 620px) {
	.top-section-main {
		display: flex;
		flex-direction: column;
	}
	.honest {
		bottom: auto !important;
		top: calc(50% - 120px) !important;
		right: auto !important;
		left: 120px !important;
	}
	.preview {
		position: static !important;
		order: 3;
		top: 0px !important;
		transform: none !important;
		max-width: 300px;
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	.top-section-main-h1 {
		order: 1;
	}
	.top-section-main-h2 {
		order: 2;
		margin-bottom: 15px !important;
	}
	.top-section-main-info {
		order: 4;
		margin: 0px auto;
	}
	.sale {
		order: 5;
	}
	.sale-2 {
		order: 6;
	}
	.desc {
		order: 7;
	}
	.quiz-action {
		order: 8;
	}
	.honest {
		top: calc(50% + 30px) !important;
		/* display: none; */
		/* top: 650px;
		left: 50px !important;
		transform: none !important;
		width: 100px !important; */
	}
	.bg-sec-1 {
		right: 0% !important;
		left: auto !important;
		transform: translate(50%, -50%) rotate(270deg) !important;
	}
}

@media screen and (max-width: 500px) {
	.honest {
		/* display: none; */
		width: 140px;
		top: calc(39% + 50px) !important;
		left: 80px !important;
	}
	.top-section-header-wrapper {
		padding-bottom: 130px !important;
	}
	.top-section-header {
		margin-bottom: -50px !important;
	}
	.top-section-main-h1 {
		font-size: 26px !important;
	}
	.top-section-main-h2 {
		font-size: 17px !important;
	}
	.sale {
		font-size: 16px !important;
		text-align: center !important;
		margin-top: 25px !important;
	}
	.sale-2 {
		font-size: 16px !important;
		text-align: center !important;
	}
	.desc {
		font-size: 16px !important;
		margin: 0px auto !important;
		margin-top: 10px !important;
		text-align: center !important;
	}
	.top-section {
		padding-bottom: 50px !important;
	}
	.quiz-action:after {
		display: none !important;
	}
}

@media screen and (max-width: 400px) {
	.top-section-header-logo img {
		width: 100px !important;
	}
	.top-section-header-logo-desc {
		margin-left: 10px !important;
		line-height: .9 !important;
	}
	.top-section-header-info {
		margin-top: 30px !important;
	}
	.quiz-action:after {
		right: -10px !important;
		top: -75px !important;
		transform: rotate(-25deg) !important;
	}
}

@media screen and (max-width: 350px) {
	.top-section-main {
		padding: 25px 10px !important;
	}
	.quiz-action {
		font-size: 16px !important;
	}
	.quiz-action span {
		font-size: 12px !important;
	}
}

@media screen and (max-width: 326px) {
	.desc {
		max-width: 265px !important;
	}
}


/* End */
/* /local/components/custom/quiz.opros/templates/.default/opros-page.css?17727407438547 */
