.foot_pers_items_block {
    margin: 0% 0 !important;
}

.foot_pers_block .ft_pers_img {
    top: -50% !important;
    height: 150% !important;
}

.offer p {
	margin-top: 26px;
}

.w_bg_0.offer {
	padding: 5% 0 0;
	margin: 3% 0 -4px;
	background: #fff;
}

/* TASK_9018 */
.b-policy-info {
	display: none;
	position: fixed;
	z-index: 1100;
	padding: 0;
	width: 300px;
	bottom: 20px;
	right: 20px;
	color: #fff;
	box-shadow: 0 0 23px 0 #0000008a;
	background-color: rgba(229, 95, 80, 1);
	background-image: linear-gradient(180deg, rgba(229, 95, 80, 1) 0%, rgba(255, 184, 0, 1) 100%);
}

.b-policy-info__wrapper {
	padding: 20px 20px 20px 20px;
}
.b-policy-info__text a{
	color: #fff33f;
}
.b-policy-info__text a:hover{
	color: #fff;
	text-decoration: underline;
}
.b-policy-info__text {
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 15px;
	text-align: left;
	line-height: 20px;
}
.b-policy-info__wrapper .closer_cross:hover{opacity:0.6;}
.b-policy-info__wrapper .closer_cross{
	display: block;
	position: absolute;
	right: 7px;
	top: 7px;
	cursor: pointer;
}
.b-policy-info__wrapper .closer_cross svg{
	display:block;
	width:15px;
	height:15px;
}

.close_cookie.y_btn {
	font-family: 'Montserrat';
	padding: 5px 25px;
	font-size: 16px;
}

@media screen and (max-width: 767px){
	.b-policy-info {
		width: 365px;
	}

	.b-policy-info__text {
		text-align: left;
		font-size: 16px;
	}

	.b-policy-info__wrapper {
		padding: 36px 30px 24px 30px;
	}
}
@media screen and (max-width: 420px){
	.b-policy-info {
		left:20px;
		right:20px;
		width: auto;
	}
}
/* end TASK_9018 */