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

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

.button_contact_link {
  color: #fff;
  background: red;
  width: 95%;
  max-width: 200px;
  margin: 12px auto;
  border-radius: 43px 10px 10px 43px;
  overflow: hidden;
  max-height: 42px;
  -webkit-box-shadow: 2px 2px 20px -5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 2px 2px 20px -5px rgba(0, 0, 0, 0.7);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ea3c57+0,eb3a54+0,dc324d+9,ca2742+24,c02340+39,971531+51,951631+51,951631+100 */
  box-shadow: 2px 2px 20px -5px rgba(0, 0, 0, 0.7);
  /* Old browsers */
  background: #ea3c57;
  /* FF3.6-15 */
  background: -moz-linear-gradient(top, #ea3c57 0%, #eb3a54 0%, #dc324d 9%, #ca2742 24%, #c02340 39%, #971531 51%, #951631 51%, #951631 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(top, #ea3c57 0%, #eb3a54 0%, #dc324d 9%, #ca2742 24%, #c02340 39%, #971531 51%, #951631 51%, #951631 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: linear-gradient(to bottom, #ea3c57 0%, #eb3a54 0%, #dc324d 9%, #ca2742 24%, #c02340 39%, #971531 51%, #951631 51%, #951631 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea3c57', endColorstr='#951631',GradientType=0); }
  .button_contact_link a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    padding: 6px 6px 6px 9px;
    align-items: center;
    color: #fff; }
    .button_contact_link a:hover {
      text-decoration: none; }
    .button_contact_link a i:first-child {
      border-radius: 60px;
      border: 2px solid #fff;
      padding: 5px 5px;
      width: 32px;
      text-align: center;
      display: block;
      font-size: 100%; }
    .button_contact_link a span, .button_contact_link a .anchor-text {
      text-transform: uppercase;
      font-size: 95%;
      text-align: center; }
    .button_contact_link a i:last-child {
      font-size: 110%;
      margin-right: 5px; }
