@font-face {
    font-family: 'museo';
    src: url('../fonts/museosanscyrl_500-webfont.eot');
    src: url('../fonts/museosanscyrl_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosanscyrl_500-webfont.woff') format('woff'),
         url('../fonts/museosanscyrl_500-webfont.ttf') format('truetype'),
         url('../fonts/museosanscyrl_500-webfont.svg#museo_sans_cyrl500') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museolight';
    src: url('../fonts/museosanscyrl-webfont.eot');
    src: url('../fonts/museosanscyrl-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosanscyrl-webfont.woff') format('woff'),
         url('../fonts/museosanscyrl-webfont.ttf') format('truetype'),
         url('../fonts/museosanscyrl-webfont.svg#museo_sans_cyrl500') format('svg');
    font-weight: normal;
    font-style: normal;
}
body, h1, h2, h3, h4, h5 {
    font-family: 'museo', Arial, sans-serif;
}
.header {
    min-height: 130px;
}
.header-h1 {
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 40px;
    line-height: 48px;
    font-family: "museo", Arial, serif;
    margin: 0;
    padding: 0;
}
.smtb-logo {
    display: inline-block;
    width: 84px;
    height: 100%;
    background-image: url("../img/header-logo@2x.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 0 0 20px;
    color: red;
    font-weight: bold;
}
.mobile-lang-link {
    display: inline-block;
    height: 100%;
    margin: 0 20px;
}
/* цвет текста ошибки для полей формы */
.errorlist {
    color: #d32f2f;
}
/* класс для * - признака обязательности заполнения полей формы */
.required {
    display: inline-block;
    color: #d32f2f;
    margin-left: 5px;
}

@media only screen and (max-width: 600px) {
    .block-on-small-screen {
        display: block;
        width: 100%;
    }
}

.btn {
    margin-bottom: 10px;
}

.error-row {
    margin-bottom: 0;
}

thead {
    background-color: white;
}

@media print {
    .no-print {
        display:none;
    }
}
