/*------------------------------------------------------------------
Project:	Arkopol Plastics
Version:	1.0
Assigned to:	W-2GO Company
Author: W-2GO Company
Contact: info@w-2go.com
Date: 04.03.25
-------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow&display=swap');
#w-2go {
margin-top:16px;
  text-align:center;
  opacity:1!important;
  z-index:99999999;
}
#w-2go p {
  font-family: 'PT Sans Narrow', sans-serif;
  text-align:center;
  color:#ffffff;
  opacity:1!important;
  font-weight:400;
}

#w-2go img {
max-width:50px;
height:auto;
opacity:1!important;
transition:.4s;
padding-left:4px;
}
#w-2go a:hover img{
transform: scale(1.2);

}
