.common__open_zen {
	position: absolute;
	z-index: 1;
	top: 30px;
	right: 390px;
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 40px;
	cursor: pointer;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	white-space: nowrap;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	color: #fff;
	border: 1px solid red;
	background: red;
}

.common__phone__header--expanded + a + .common__open_zen,
.phone.none + .common__open_zen {
	right: 580px;
}

.common__open_zen:hover {
	color: #fff;
	border: 1px solid #FFF;
	background: transparent;
}
.common__open_zen.common__dark:hover {
	color: #000;
	border: 1px solid #ccc;
	background: transparent;
}

.common__open_zen--white {
	border: 1px solid #fff;
	background: #fff;
	color: red;
	top: 30px;
}

.top_bar .common__open_zen {
	top: 29px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.top_bar .common__open_zen.common__open_zen--red {
	top: 11px;
}
.top_bar .common__open_zen--red {
	color: #fff;
	border: 1px solid red;
	background: red;
}

.zen_advert__modal {
	display: none;
	border-radius: 20px;
	border: 1px solid red;
	max-width: 330px;
	padding: 26px 27px;
	overflow: hidden;
}

.zen_advert__content {
	font-weight: 700;
}

.zen_advert__content h3 {
	color: red;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 13px;
}

.zen_advert__content p {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	margin: 0 0 10px;
}

.zen_advert__content ul {
	margin: 16px 0;
	list-style: none;
	padding: 0;
}

.zen_advert__content ul li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
	font-weight: 700;
	font-size: 16px;
}

.zen_advert__content ul li:before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: red;
	position: absolute;
	left: 0;
	top: 5px;
}

.zen_advert__button {
	display: block;
	text-align: center;
}

.zen_advert__button button,
.zen_advert__button .button {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 40px;
	cursor: pointer;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	white-space: nowrap;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	color: #fff;
	border: 1px solid red;
	background: red;
	outline: none;
	text-decoration: none;
	width: auto;
	margin: 0;
	height: auto;
	line-height: 1.3;
}

.zen_advert__button button:hover,
.zen_advert__button .button:hover {
	background: transparent;
	color: red;
}

.zen_advert__modal .fancybox-button {
	display: none;
}

@media screen and (max-width: 1024px) {
	.common__open_zen span {
		display: none;
	}

	.common__open_zen {
		top: 15px !important;
		right: 124px !important;
		width: 20px !important;
		height: 20px !important;
		border-radius: 50% !important;
		padding: 0 !important;
	}

	.common__open_zen:before {
		content: '!';
		display: block;
		text-align: center;
		line-height: 20px;
	}

	.top_bar .common__open_zen {
		color: #fff;
		border: 1px solid red;
		background: red;
		top: 12px !important;
		right: 116px !important;
	}
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
	.top_bar .common__open_zen span {
		display: none;
	}
	.top_bar .common__open_zen:before {
		content: '!';
		display: block;
		text-align: center;
		line-height: 40px;
		font-size: 20px;
	}

	.top_bar .common__open_zen {
		color: #fff;
		border: 1px solid red;
		background: red;
		top: 11px !important;
		right: 386px !important;
		width: 40px !important;
		height: 40px !important;
		border-radius: 50% !important;
		padding: 0 !important;
	}
	
	.phone.none + .common__open_zen {
		right: 580px !important;
	}
}

.fancybox__zen_modal .fancybox-skin {
	padding: 0 !important;
	border-radius: 20px;
}
