img {border:0 none;}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica,sans-serif; 
	margin:1.3em 0 1em;
	font-weight:normal;
	line-height:1.2;
}

h1 { font-size:200%; margin:0 0 1em; }
h2 { font-size:160%; }
h3 { font-size:140%; }
h4 { font-size:140%; }
h5 { font-size:120%; }
h6 { font-size:100%; }

hr, .hr 
{
	border-top:1px solid;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:12px 0;
	overflow:hidden;
	padding:0;
}

#workarea ol li, #workarea ul li { margin: 0.6em 0; }
#workarea ul { list-style-type: disc; }

a.btn-green{
	display: flex;
    align-items: center;
    justify-content: center;
	text-decoration:none;
}
.mwi_cookie_wrapper{
	position: fixed;
    bottom: 15px;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    z-index: 999;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}
.mwi_cookie_wrapper.hidden{
    display:none;
}
.mwi_cookie_btn{
    display:flex;
    color:#fff;
    align-items:center;
    align-text:center;
    background-color: #1F6885;
    padding:15px 20px;
    text-decoration:none;
}
.mwi_cookie_btn:hover{
    background-color: #155B76;
}
@media(max-width:600px){
    .mwi_cookie_wrapper{
        flex-direction: column;
    	text-align: center;
    }
}

.big-sale{
	display:none;
}
.footer__logo{
	margin:0;
}
.footer-items{
	font-size:11px;
	color:#fff;
	width:100%;
	padding-top:10px;
	text-align: left;
}
.footer-items a{
	text-decoration:underline;
	color:#fff;
}
.footer .policy{
	display:flex;
	flex-wrap:wrap;
	gap:20px;
	font-size:14px;
}
.footer .policy a{
	text-decoration:none;
	color:#fff;
}
.footer .cont{
    display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap:20px;
}
@media(max-width:1200px){
	.footer .policy{
		flex-direction:column;
	}
}
@media(max-width:767px){
	.footer .policy{
		align-items: flex-start;
	}
	.footer .cont{
		flex-direction:column;
		align-items: flex-start;
	}
}




