@charset "utf-8";
/* CSS Document */

/* iPads (portrait and landscape) ----------- */
/* @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { */
@media screen and (max-width:64em) and (min-width:30em) {

/*Button*/
.block-button-top {text-align:right; padding:29px 0;}
/* .butn a:hover {color:#000;} */
.butn-top {

  font-size: 16px; 
}
.butn-top:hover {
  background: #fffbb2;
  color:#000;
  text-decoration: none;
}

}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}