@media only screen and (min-width: 1023.98px) {

/*@font-face {
    font-family: 'Golos';
    font-display: swap;
    src: url("../fonts/Golos-Text_Bold.woff2") format("woff2"), url("../fonts/Golos-Text_Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}*/

@font-face {
    font-family: 'Golos';
    font-display: swap;
    src: url("../fonts/Golos-Text_DemiBold.woff2") format("woff2"), url("../fonts/Golos-Text_DemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Golos';
    font-display: swap;
    src: url("../fonts/Golos-Text_Medium.woff2") format("woff2"), url("../fonts/Golos-Text_Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Golos';
    font-display: swap;
    src: url("../fonts/Golos-Text_Regular.woff2") format("woff2"), url("../fonts/Golos-Text_Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

}




.fas {
      font-family: 'play';
      font-style: normal;
      font-weight: normal;
      speak: never;     
      display: inline-block;
      text-decoration: inherit;      
      text-align: center;      
      font-variant: normal;
      text-transform: none;           
     -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
}

.fa-play::before { content: '\e800'; }



@font-face {
  font-family: 'play'; 
  font-display: swap;  
  src: url('../fonts/play.woff2') format('woff2'),
       url('../fonts/play.woff?') format('woff');       
  font-weight: normal;
  font-style: normal;
}