/* @import url(reset.css);
body{
  background: #fff;
  font-family: 'Roboto', sans-serif;
}*/
.butWrap{
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
}
.linkButton{
display: block;
    width: 78px;
    margin: 0 auto;
    text-align: center;
    /* padding: 15px 0; */
    background: #e09724;
    margin-bottom: 15px;
    border-radius: 4px;
    color: #b8c2d1;
    outline: 0;
    box-shadow: 0 1px 2px #260c1f;
    transition: background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1), color 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    position: fixed;
    top: 2%;
    left: 20px;
    z-index: 9999;
}
#order.linkButton {
position: relative;
    color: #fff;
    text-decoration: none;
    width: 250px;
    /* height: 30px; */
    line-height: 32px;
	font-size: 16px;
}
#orderpages.linkButton {
    position: relative;
    color: #fff;
    text-decoration: none;
    width: 150px;
    /* height: 30px; */
    line-height: 30px;
    font-size: 16px;
    /* margin-top: -40px; */
    /* float: right; */
}


.linkButton:hover {
  box-shadow: 0 4px 8px #260c1f;
  transition: .2s;
  zoom:1.005;
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
	
	
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	
	
	
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {}
/*Доп запросы*/
@media only screen and (max-width : 680px) {}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 486px) {}
@media only screen and (max-width : 380px) {}