#INCLUDED {
  content : 'page-kolory-standard.scss'; }

#INCLUDED {
  content : 'page-kolory.scss'; }

.button_standard_1 {
  color: #fff;
  background: #11a4d4;
  width: 80%;
  margin: 12px auto;
  border-radius: 4px;
  overflow: hidden;
  max-height: 60px;
  min-height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .button_standard_1 a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    padding: 6px 6px 6px 9px;
    align-items: center;
    color: #fff; }
    .button_standard_1 a:hover {
      text-decoration: none; }
    .button_standard_1 a i:first-child {
      padding: 5px 5px;
      width: 32px;
      text-align: center;
      display: block;
      font-size: 125%; }
    .button_standard_1 a span, .button_standard_1 a .anchor-text {
      text-transform: uppercase;
      font-size: 90%;
      text-align: center; }
    .button_standard_1 a i:last-child {
      font-size: 110%;
      margin-right: 5px; }
