
button,
button:active,
button:focus {
outline: none !important;
}

:focus, :active {
  outline: none;
}

.bonus__wrap {
 display: flex;
 width: 100%;
 justify-content: center;
 padding: 0 15px;
}

.bonus__content {
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 400;
	margin-top: 135px;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 975px;
	width: 100%;
	color: #333;
	box-sizing: border-box;
}

.bonus__title h1 {
	font-size: 20px;
	font-weight: 300;
	line-height: 26px;
	letter-spacing: 0.095em;
	text-align: center;
}

.bonus__subtitle {
	margin-top: 30px;
	font-size: 20px;
	font-weight: 300;
	line-height: 26px;
	letter-spacing: 0.095em;
	text-align: center;
}

.bonus__box {
	min-height: 170px;
	width: 100%;
	background-color: #aea68f;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 32px;
	padding: 28px 15px 15px;
}

.bonus__box-content {
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	letter-spacing: 0.09rem;
	color: #FFFFFF;
	text-align: center;
}

.bonus__section {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.bonus__section-item {
	margin-top: 60px;
	display: flex;
	flex-direction: column;
}

.bonus__section-text {
	margin-top: 25px;
}

.bonus__section-title p {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #000000;
}

.bonus__section-text p{
	font-size: 18px;
	line-height: 23px;
	color: #757575;
}

.bonus__section-text p:first-child{
	color: #333;
}

.bonus__desc {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.bonus__desc-title {
	text-align: center;
	margin-top: 140px;
	letter-spacing: 5px;
	font-size: 26px;
}

.bonus__desc-items {
	margin-top: 70px;
}

.bonus__desc-items li{
	margin-bottom: 10px;
	color: #000000;
	font-size: 18px;
}

.bonus__desc-items span{
	color: #333;
}

.bonus__desc-items li:last-child{
	font-weight: 700;
}

.bonus__registration {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.bonus__registration-title {
	text-align: center;
	margin-top: 140px;
	letter-spacing: 5px;
	font-size: 26px;
}

.bonus__registration-subtitle {
	margin-top: 70px;
	font-size: 20px;
	text-align: center;
}

.bonus__registration-mail {
	margin-top: 25px;
	width: 75%;
	display: flex;
	flex-direction: column;
}

.bonus__registration-input, .bonus__registration-button {
	margin: 1em 0;
	box-sizing: border-box;
	border: none;
	font-weight: 300;
	background-color: transparent;
	outline: none;
}

.bonus__registration-input {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.bonus__registration-mail input, .bonus__registration-mail button {
	width: 100%;
	height: 100%;
	border: none;
	padding: 16px 12%;
	font-size: 24px;
}

.bonus__registration-mail button {
	background-color: #000000;
	color: #FFFFFF;
}

.bonus__conditions {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.bonus__conditions-title {
	margin-top: 90px;
	letter-spacing: 5px;
	font-size: 26px;
	text-align: center;
}

.bonus__conditions-list {
	margin-top: 65px;
	padding-left: 35px;
}

.bonus__conditions-list li{
	margin-bottom: 12px;
	color: #000000;
	font-size: 20px;
}

.bonus__conditions-list span{
	color: #333;
}

.bonus__conditions-aside {
	margin-top: 55px;
	font-size: 26px;
	text-decoration-line: underline;
	text-align: center;
}

.bonus__faq {
	width: 100%;
	margin-bottom: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.bonus__faq-title {
	margin-top: 90px;
	letter-spacing: 5px;
	font-size: 26px;
	text-align: center;
}
.bonus__faq-items {
	margin-top: 50px;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-left: 5%;
}

.bonus__faq-item {
	display: flex;
	flex-direction: column;
}

.bonus__faq-caption {
	font-size: 28px;
	margin-bottom: 25px;
	position: relative;
    cursor: pointer;
	margin-left: 15%;
	padding-left: 55px;
}

.bonus__faq-caption::before,
.bonus__faq-caption::after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    top: 22px;
    transition: all 0.4s ease 0s;
}

.bonus__faq-caption::before {
    transform: rotate(40deg);    
    left: 0px;
}

.bonus__faq-caption::after {
    transform: rotate(-40deg);
    left: 15px;                                
}

.bonus__faq-caption._active::before {
    transform: rotate(-40deg);    
}

.bonus__faq-caption._active::after {
    transform: rotate(40deg);                               
}

.bonus__faq-text {
	font-size: 20px;
	-webkit-transition: height .4s ease;
    -o-transition: height .4s ease;
    transition: height .4s ease;
    overflow: hidden;
	margin-bottom: 28px;
}

.bonus__faq-text:not(.show) {
    display: none;
}

@media (max-width:991px) {
	.bonus__faq-caption {
		margin-left: 0%;
	}
}

@media screen and (max-width: 768px) {
	.bonus__section {
		flex-wrap: wrap;
		justify-content: flex-start;
	}	
}

@media screen and (max-width: 575px) {
	.bonus__registration-mail button {
		font-size: 16px;
	}
	.bonus__faq-items {
		padding-left: 0;
	}
}

@media (max-width: 420px) {
	.bonus__box-content {
		font-size: 13px;
	}
	.bonus__desc-title, .bonus__registration-title, .bonus__conditions-title, .bonus__faq-title, .bonus__faq-caption {
		font-size: 18px;
	}
	.bonus__subtitle, .bonus__title h1 {
		font-size: 14px;
	}
	.bonus__subtitle, .bonus__box {
		margin-top: 25px;
	}
}

/** Оформление подписки всплывающее окно */

.banner{
    display: none !important;
}
#quiz-form {
	margin-top: 50px;
	font-size: 1.5em;
}
#quiz-form a,
.quiz-message-cont a {
	color: #000;
	text-decoration: underline;
}
#quiz-form a:hover,
.quiz-message-cont a:hover {
	color: #000;
}
#quiz-form p.small {
	font-size: 0.7em;
}
#quiz-form input {
	margin: 1em 0;
	padding: 16px 12%;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	font-weight: 300;
	color: #000;
	background-color: transparent;
	outline: none;
}
#quiz-form input[name="message"] {
	display: none;
}
#quiz-form button {
	margin-bottom: 1em;
	padding: 16px 12%;
	color: #fff;
	background-color: #000;
	transition: background-color .5s;
	border: none;
	outline: none;
}
#quiz-form button:disabled {
	background-color: #ddd;
}

.quiz-message-cont {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 500px;
	width: calc(100vw - 30px);
	max-height: calc(100vh - 30px);
	opacity: 0;
	transition: visibility 0s linear .5s, opacity .5s;
	visibility: hidden;
	background-color: #fff;
	box-shadow: 0px 0 5px 50x rgb(0 0 0 / 15%);
	overflow: hidden;
	z-index: 999;
}
.quiz-message-cont > button.close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 26px;
	height: 26px;
	font-size: 26px;
	color: #000;
	bottom: none;
	background: none;
	cursor: pointer;
	z-index: 1;
}
.quiz-message-cont > button.close:before {
	position: absolute;
	top: 0;
	left: 50%;
	content: '';
	width: 2px;
	height: 100%;
	background-color: #000;
	transform: rotate(45deg);
}
.quiz-message-cont > button.close:after {
	position: absolute;
	top: 0;
	left: 50%;
	content: '';
	width: 2px;
	height: 100%;
	background-color: #000;
	transform: rotate(-45deg);
}
.quiz-message-cont > .quiz-message {
	padding: 25px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.quiz-message-cont .quiz-message-icon {
	width: 55px;
	height: 55px;
	background: url('/images/flower.svg') center center / cover no-repeat;
	margin: 40px 0;
}

.js-quiz-message-success, .js-quiz-message-error {
	text-align: center;
}

.js-quiz-message-success p:last-child {
	font-size: 14px;
}

@media screen and (max-width: 575px) {
	#quiz-form {
		margin-top: 20px;
		font-size: 1.2em;
	}
	#quiz-form input {
		padding: 10px;
	}
}