@media (max-width: 900px) {
	.widget_cookie__style1{
		flex-direction: column;
	}
	.widget_cookie__text{
		padding: 10px 0px 20px;
		font-size:16px;
	}
	.widget_cookie{
		padding: 20px 40px;
	}
	.widget_cookie__style1 .widget_cookie__btn-close-cookie{
		width: 100%;
	}
}
@media (min-width: 901px) {
	.widget_cookie__style1 .widget_cookie__btn-close-cookie{
		margin-right: 100px;
	}
	.widget_cookie__text{
		padding:25px;
		font-size:14px;
	}
	.widget_cookie{
		padding: 16px 20px;
	}
}

.widget_cookie{
	width: 100vw;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    right: 0;
    background: #fff;
    transition: opacity 1.2s, transform 1.2s;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .2);
    align-items: center;
}
.widget_cookie__style1{border-color:#63aa28}
.widget_cookie__style1 .widget_cookie__btn-close-cookie{background-color:#000 !important; border-color: #000 !important; overflow: visible !important;}
.widget_cookie__style2{border-color:#f8a91c}
.widget_cookie__style2 .widget_cookie__btn-close-cookie{background-color:#f8a91c}
.widget_cookie__style3{border-color:#e12a2a}
.widget_cookie__style3 .widget_cookie__btn-close-cookie{background-color:#e12a2a}
.widget_cookie__style4{border-color:#0082d1}
.widget_cookie__style4 .widget_cookie__btn-close-cookie{background-color:#0082d1}
.widget_cookie__style5{border-color:#159dba}
.widget_cookie__style5 .widget_cookie__btn-close-cookie{background-color:#159dba}


.widget_cookie__text, .widget_cookie__text b{
	margin-bottom:0;
	color:rgba(25,25,25,.6) !important;
	font-weight:400;
	line-height:20px;
}
.widget_cookie a{color:var(--theme-b-link)}
.widget_cookie__btn-close-cookie{background-size:100% 100%;width:111px;height:48px;display:inline-block;cursor:pointer;transition:.3s;font-size:13px;line-height:19px}
.widget_cookie .btn-close-cookie:hover{opacity:.5}
.widget_cookie.cookie__hide{transition-delay:0s;opacity:0 !important;transform:translateY(20px) !important}
