@charset "UTF-8";

/**********************************************************************************************************

    MAIN CSS FILE

    Imports css files for certain conditions / desktop / mobile.


    FILES:
    reset.css                       Global html reset to current standards.
    bs4.min.css                     Bootstrap 4
    general-defaults.css            Global classes that are mostly not overwritten later. Buttons, icons, some specials,
                                    Fonts, gallery animation



**********************************************************************************************************/
/*
    BOOTSTRAP TO OVERWRITE "CUSTOM" LAYOUT
*/
@import url("reset.css?cver=1606257263") (max-width: 1224px);
@import url("bs4/bs.min.css?cver=1606257263") (max-width: 1224px);
@import url("general-defaults.css?cver=1688047586") (max-width: 1224px);
/* PODSTAWOWE MOBILNE WGRANE PIERWSZE */
@import url("main-mobile.css?cver=1742389091") (max-width: 1224px);
/* ORYGINALNE STYLE NA WERSJE DESKTOP = MIKOWHY */
@import url("main.css?cver=1784889710") (min-width: 1225px);
