#styleSwitch {
	color: #FFF;
	font-size: 16px;
	line-height: 22px;
	padding:0;
	padding-right:9px;
	margin:0;
	float:right;
	top: 4px;
}
#styleSwitch li {
	float: left;
	background: #f6f6f6;
	border: 1px solid #5A4923;
	border-radius:23px;
	margin: 0 1px;
	cursor: pointer;
	position: relative;
	text-align: center;
	color: #444;
	overflow: hidden;
}
#styleSwitch li.label {
	display: inline;
	background: none;
	border: none;
	font-weight: bold;
	margin: 0 5px 0 0;
	cursor: default;
}
#styleSwitch li.selected { /* стили выбранного пункта */
	background: #51A2F3;
	border: 1px solid #51A2F3;
}
#styleSwitch li#style1 {
  width: 16px;
	height: 16px;
	top: 3px;
	
}
#styleSwitch li#style2 {
  width: 17px;
	height: 17px;
	top: 2px;
}
#styleSwitch li#style3 {
  width: 18px;
	height: 18px;
	top: 1px;
}
#styleSwitch li#style4 {
  width: 19px;
	height: 19px;
}
#styleSwitch li#style5 {
  width: 20px;
	height: 20px;
	top: -1px;
}
.style1 {font-size: 14px;}
.style2 {font-size: 16px;}
.style3 {font-size: 18px;}
.style4 {font-size: 20px;}
.style5 {font-size: 22px;}

@media (max-width:1024px) {
.style1 {font-size: 14px;}
.style2 {font-size: 16px;}
.style3 {font-size: 19px;}
.style4 {font-size: 21px;}
.style5 {font-size: 24px;}
}