.icons_social_01{list-style:none; margin:0; padding:0; margin-top:5px; width: 180px;  height: 37px;
    margin-bottom: 10px;
}
.icons_social_01 li{
float: left;  display: block;  margin: 0;  padding: 0; width:37px; height:37px; margin-right:5px;
}
.icons_social_01 li a{float: left;  display: block;  margin: 0;  padding: 0; width:37px; height:37px;}

.icons_social_01 li:nth-child(1){ background:url("../imgs/web-1.png");background-size: 37px;} 

.icons_social_01 li:nth-child(2){ background:url("../imgs/facebook-1.png");background-size: 37px;} 

.icons_social_01 li:nth-child(3){ background:url("../imgs/instagram-1.png");background-size: 37px;} 

.icons_social_01 li:nth-child(1):hover{ background:url("../imgs/web-2.png");background-size: 37px;} 

.icons_social_01 li:nth-child(2):hover{ background:url("../imgs/facebook-2.png");background-size: 37px;}
 
.icons_social_01 li:nth-child(3):hover{ background:url("../imgs/instagram-2.png");background-size: 37px;} 

.inter_btn{font-size: 10px;
    color: #ee4f9c;
background-color: #fff;
    text-transform: uppercase;
    padding: 7px 18px;
    border: 2px solid #ee4f9c;
    display: inline-block;
    border-radius: 15px;
    font-weight: 600;
    text-decoration: none;
    width: 151px;
    margin-right: 20px;}

.inter_btn:hover{color: #fff;
    background-color: #ee4f9c;
text-decoration: none;
border: 2px solid #fff}

.prod-rs{
	text-decoration: none;
	margin: 0 12px;
	display: flex;
	height: 44px;
	width: 44px;
	border: 2px solid #000;
	border-radius: 50%;
	align-items:center;
	justify-content: center;
}


.prod-rs:hover{
	text-decoration: none;
	color:red;
	opacity: 0.6;
}

.prod-rs:focus{
	text-decoration: none;
}

