.cookies-block {
	max-width:432px;
	background:#fff;
	box-shadow: 0px 20px 50px rgba(43, 27, 53, 0.25);
	border-radius: 20px;
	padding:24px;
	position:fixed;
	bottom:24px;
	left:24px;
	color: #2B1B35;
	font: 16px/20px "Proxima Nova Rg";
	z-index:211;
}
.cookies-block .name {
	font: 20px/26px "Proxima Nova Bl";
	padding-right:80px;
	margin:0 0 8px;
}
.cookies-block .close {
	background: #F1F6FF;
	border-radius: 100px;
	position:absolute;
	right:24px !important;
	top:24px !important;
	width:40px;
	height:40px;
	cursor:pointer;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.cookies-block .close:after {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	display:block;
	width:100%;
	height:100%;
	content:'';
	background:url(../../../site/images/popup-close-icon.svg) no-repeat center center;
}
.cookies-block .close:hover:after {
	opacity:0.5;
}
.cookies-block .close:active {
	background: #E5EFFF;
}
.cookies-block .close:active:after {
	opacity:0.5;
}
.cookies-block p {
	margin-bottom:16px;
}
.cookies-block .button-btn {
	display: inline-block;
}
.cookies-block p a {
	color: #1248B2;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.cookies-block p a:hover {
	opacity:0.5;
}
@media only screen and (max-width: 500px) {
	.cookies-block {
		right:24px;
	}
	.cookies-block .name {
		padding-right: 50px;
	}
}


/*buttons*/
.button-btn {
	border:0;
	padding:0 32px;
	text-align:center;
	border-radius:100px;
	letter-spacing: 1.35px;
	text-transform:uppercase;
	box-sizing:border-box;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.button-btn.blue {
	background: linear-gradient(180deg, #2960CC 0%, rgba(18, 72, 178, 0) 100%), #1248B2;
	color: #FFFFFF;
	box-shadow: 0px 5px 10px rgba(0, 56, 166, 0.4);
}
.button-btn.blue:hover {
	background: #073FAB;
	box-shadow: 0px 5px 10px rgba(0, 56, 166, 0.4);
}
.button-btn.blue:active {
	background: #003499;
	box-shadow: 0px 2px 5px rgba(0, 56, 166, 0.4);
}
.button-btn.blue.disable {
	opacity: 0.5;
	cursor:default;
	background: linear-gradient(180deg, #2960CC 0%, rgba(18, 72, 178, 0) 100%), #1248B2!important;
	box-shadow: 0px 5px 10px rgba(0, 56, 166, 0.4)!important;
}
.button-btn.white {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F2D9E2 100%), #FFFFFF;
	box-shadow: 0px 10px 20px rgba(43, 33, 55, 0.15);
	color: #1248B2;
}
.button-btn.white:hover {
	background: #FFFFFF;
	box-shadow: 0px 5px 10px rgba(43, 27, 53, 0.15);
}
.button-btn.white:active {
	background: rgba(255,255,255, 0.85);
	box-shadow: 0px 2px 5px rgba(43, 27, 53, 0.15);
}
.button-btn.transparent {
	color:#fff;
}
.button-btn.transparent:hover {
	background: rgba(255,255,255, 0.2);
}
.button-btn.transparent:active {
	background: rgba(255,255,255, 0.15);
}
.button-btn.pink {
	background: linear-gradient(180deg, #EB4785 0%, rgba(238, 0, 90, 0) 100%), #EE005A;
	box-shadow: 0px 5px 10px rgba(238, 0, 90, 0.4);
	color:#fff;
}
.button-btn.pink:hover {
	background: #DB0053;
	box-shadow: 0px 5px 10px rgba(238, 0, 90, 0.4);
}
.button-btn.pink:active {
	background: #B80045;
	box-shadow: 0px 2px 5px rgba(204, 0, 77, 0.4);
}
.button-btn.pink.disable {
	cursor:default;
	background: linear-gradient(180deg, #EB4785 0%, rgba(238, 0, 90, 0) 100%), #EE005A;
}
.button-btn.light{
	color: #1248B2;
	background: #F1F6FF;
}
.button-btn.light:hover {
	color:rgba(18,72,178, 0.5);
}
.button-btn.light:active {
	color:rgba(18,72,178, 0.5);
	background: #E6EFFF;
}
.button-btn.light.disable {
	background: #F1F6FF;
	color:rgba(18,72,178, 0.5);
	opacity:0.5;
	cursor:default;
}
.button-btn.big {
	padding-top:16.5px;
	padding-bottom:16.5px;
	font: 14px/15px "Proxima Nova Bl";
}
.button-btn.normal {
	padding-top:12.67px;
	padding-bottom:12.67px;
	font: 12px/15px "Proxima Nova Bl";
}