@import url('../fonts/HalvarBreitschrift/halvarBreitschrift.css');
@import url('../fonts/BrutalType/BrutalType.css');

@import url('style_1920.css') screen and (min-width: 1366px);

@import url('style_1366.css') screen and (max-width: 1366px) and (min-width: 641px);

@import url('style_640.css') screen and (max-width: 640px) and (min-width: 361px);

@import url('style_360.css') screen and (max-width: 360px);

h1, h2, h3, h4, h5, h6, p, div {
    -webkit-user-select: none; /* Для Safari */
    -moz-user-select: none; /* Для Firefox */
    -ms-user-select: none; /* Для Internet Explorer */
    user-select: none;
    cursor: auto;
}
.hidden {
    display: none;
}
.advselect {
border: 1px solid #1e1e1f;padding:18px;margin-right:3px;border-radius: 8px;background-color: #0C0C0D;font-size:16px;font-family: 'Brutal Type';color: #c0c3c6;
}

.dt-input option {
    background-color: #666;
}
