
/*-------- FOOTER --------*/

 #footer
	{
	display: block;
	margin: 0px auto;
	width: 100%;
	position: absolute;
	left:0; right:0; bottom:0;
	border-top: 1px solid #eee6d8;
	*background-color: #092044;
	}


/*-------- COLUMNS 1 --------*/

 #footer .wrapper
	{
	display: flex;
	padding: 20px 0;
	justify-content: space-between;
	align-items: center;
	}

 #footer .logo
	{
	width: 250px;
	}

 #footer .col-menu
	{
	font-size: 14px;
	text-align: right;
	}

 #footer .row
	{
	margin: 7px 0;
	line-height: 1.6;
	}

 #footer .cat
	{
	margin: 0 3px;
	cursor: pointer;
	}
 #footer .cat:hover
	{
	text-decoration: underline;
	}

 #footer .row-1 .cat
	{
	margin: 0 7px;
	font-weight: 600;
	}

 #footer .row-2 span:last-child
	{
	display: none;
	}

 #footer .row-3 .cat span
	{
	text-decoration: underline;
	}


/*-------- FOOTER MOBILE --------*/

@media (max-width: 768px) 
 {
 #root
	{
	padding-bottom: 0px;
	}

 #footer
	{
	position: static;
	}

 #footer .wrapper
	{
	padding: 10px 0;
	flex-direction: column;
	}

 #footer .logo
	{
	max-width: 70%;
	}

 #footer .col
	{
	text-align: center;
	}
}


/*-------- FIXED CONTACTS --------*/

 #fixed-contacts
	{
	position: fixed;
	right: 20px;
	bottom: 30px;
	width: 48px;
	z-index: 800;
	}

 #fixed-contacts a
	{
	display: flex;
	margin-top: 12px;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	}
 #fixed-contacts .whatsapp
	{
	background: #26D367;
	}
 #fixed-contacts .viber
	{
	background: #735FF2;
	}
 #fixed-contacts .telegram
	{
	background: #28B6F6;
	}

@media (max-width: 480px) 
 {
 #fixed-contacts
	{
	right: 8px;
	bottom: 8px;
	width: 36px;
	}

 #fixed-contacts a
	{
	margin-top: 6px;
	width: 36px;
	height: 36px;
	}

 #fixed-contacts svg
	{
	width: 18px;
	}
 }


/*-------- COOKIE ALERT --------*/

 #cookie-alert
	{
	position: fixed;
	left: 20px;
	right: 20px;
	bottom: 30px;
	z-index: 1000;
	transition: opacity 0.5s ease, bottom 0s linear 0.5s;
	}
 #cookie-alert.close
	{
	opacity: 0;
	bottom: -400px;
	}

 #cookie-alert .wrapper
	{
	max-width: 1120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 15px;
	padding-left: 60px;
	background: url('images/cookie.png') 18px center no-repeat;
	background-size: 30px auto;
	background-color: #ffffff;
	border-radius: 50px;
	box-shadow: 2px 2px 30px -5px RGBA(0,0,0, 0.2);
	}

 #cookie-alert .text
	{
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	}
 #cookie-alert .text a:hover
	{
	text-decoration: underline;
	}

 #cookie-alert .text a
	{
	color: #404040;
	}

 #cookie-alert .buttons
	{
	display: flex;
	align-items: center;
	margin-left: 20px;
	white-space: nowrap;
	}

 #cookie-alert .btn
	{
	margin-left: 8px;
	padding: 10px 30px;
	min-width: 0;
	border: none;
	border-radius: 34px;
	font-size: 14px;
	letter-spacing: 0.5px;
	}


@media (max-width: 980px) 
 {
 #cookie-alert
	{
	right: auto;
	bottom: 14px;
	max-width: 450px;
	}

 #cookie-alert .wrapper
	{
	display: block;
	padding: 20px;
	border-radius: 5px;
	background-position: 18px 25px;
	}

 #cookie-alert .text
	{
	margin-left: 40px;
	font-size: 14px;
	}

 #cookie-alert .buttons
	{
	margin: 12px 0 0 0;
	flex-direction: row-reverse;
	justify-content: flex-end;
	}

 #cookie-alert .btn
	{
	margin: 0 5px 0 0;
	padding: 10px 10px;
	min-width: 140px;
	}
 }

@media (max-width: 480px) 
 {
 #cookie-alert
	{
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	}

 #cookie-alert .wrapper
	{
	border-radius: 0;
	}
 }
