@import url(cabinetMain.css?t=10) screen;
@import url(cabinet1440.css?t=3) screen and (max-width: 1440px);
@import url(cabinet1200.css?t=4) screen and (max-width: 1200px);
@import url(cabinet1024.css?t=3) screen and (max-width: 1024px);
@import url( cabinet991.css?t=5) screen and (max-width: 991px);
@import url( cabinet768.css?t=21) screen and (max-width: 768px);
@import url( cabinet450.css?t=5) screen and (max-width: 450px);
@import url( cabinet375.css?t=3) screen and (max-width: 375px);
@import url( cabinet320.css?t=3) screen and (max-width: 320px);

.css_label {
/*    background-color: antiquewhite; */
    border-top:1px solid antiquewhite;
    margin: 0;
    height: max-content;
    color: black;
}
.css_label>div {
    display: inline;
}
.css_label:before {
    content:" no media new";
}

/* FONTS { */
@font-face {
    font-family: 'font-icons';
    src: url('fonts/fontsAwesome/font-icons.eot');
    src: url('fonts/fontsAwesome/font-icons.eot') format('embedded-opentype'),
    url('fonts/fontsAwesome/font-icons.woff') format('woff'),
    url('fonts/fontsAwesome/font-icons.ttf') format('truetype'),
    url('fonts/fontsAwesome/font-icons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: RobotoLight;
    src: url('fonts/RobotoLight/RobotoLight.ttf') format('truetype'),
    url('fonts/RobotoLight/RobotoLight.eot') format('eot'),
    url('fonts/RobotoLight/RobotoLight.woff') format('woff');
}

@font-face {
    font-family: RobotoBold;
    src: url('fonts/RobotoBold/RobotoBold.ttf') format('truetype'),
    url('fonts/RobotoBold/RobotoBold.eot') format('eot'),
    url('fonts/RobotoBold/RobotoBold.woff') format('woff');
}

@font-face {
    font-family: RobotoMedium;
    src: url('fonts/RobotoMedium/RobotoMedium.ttf') format('truetype'),
    url('fonts/RobotoMedium/RobotoMedium.eot') format('eot'),
    url('fonts/RobotoMedium/RobotoMedium.woff') format('woff');
}

@font-face {
    font-family: Roboto;
    src: url('fonts/RobotoRegular/RobotoRegular.ttf') format('truetype'),
    url('fonts/RobotoRegular/RobotoRegular.eot') format('eot'),
    url('fonts/RobotoRegular/RobotoRegular.woff') format('woff');
}

@font-face {
    font-family: rouble;
    src: url('fonts/webfont-rouble/webfont-rouble.ttf') format('truetype'),
    url('fonts/webfont-rouble/webfont-rouble.eot') format('eot'),
    url('fonts/webfont-rouble/webfont-rouble.woff') format('woff');
}

/* FONTS } */