.languageLine {
    width: 100%;
    margin-top: 6px;
}
.languageList {
    float: right;
}
.contentMinimal {
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0px 1% 0px 1%;
}
.contentTrans {
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    width: 1174px;
}
.contentMaxi {
/*    height: 100%;*/
    margin: 0 auto;
    overflow: hidden;
    width: 90%;
    max-width: 1400px;
}
.languages_text_select_shown {
    float: right;
    margin-right: 12px;
    display: inline-block;
    visibility: visible;
}
.languages_text_select_hidden {
    float: right;
    margin-right: 12px;
    display: none;
    visibility: hidden;
}
.languageList a:hover {
    text-decoration: underline;
}
.languageList a {
    color: black;
}
.logoLine {
    border-bottom: 1px solid #535353;
    background-color: #c1c1c1;
    vertical-align: bottom;
    line-height: 32px;
    width: 100%;
/*    height: 32px;*/
}
.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.menuButton {
    float: left;
    height: 32px;
    margin-right: 1%;
}
.shownBlock {
    display: block;
    visibility: visible;
}
.logo {
    float: left;
}
.logo a {
    font-size: 24px;
    line-height: 32px;
    color: black;
}
.beta {
    float: left;
    margin-left: 6px;
    line-height: 32px;
}
.user {
    float: right;
}
.user a {
    padding: 0px 0px 0px 12px;
    color: black;
    line-height: 32px;
}
.user a:hover {
    color: white;
    text-decoration: underline;
}
.menusLine {
    float: left;
    width: 100%;
}
.mainMenu {
    margin-top: 32px;
}
.leftMenu {
    width: 100%;
    margin-top: 12%;
}
.leftMenuTitle {
    text-transform: uppercase;
    font-weight: 700;
}
.leftMenuCurrent {
    line-height: 32px;
    background-color: #e1e1e1;
    padding-left: 5%;
}
.leftMenuVese {
}
.leftMenuVese a {
    display: block;
    padding-left: 5%;
    line-height: 32px;
    color: black;
}
.leftMenuVese a:hover {
    background-color: #f1f1f1;
}
.mainContentLineMinimal {
    float: left;
    width: 100%;
}
.mainContentLineMobile {
    overflow: hidden;
}
.mainContentLineMobile2 {
    overflow: hidden;
}
.mainContentLineNormal {
    width: 74%;
    margin-left: 1%;
    float: left;
}
.mainContentLineMaxi {
    overflow: hidden;
}
.mainContent {
    margin-top: 12px;
    overflow-x: auto;
}
.kokMenuInitial {
    float: left;
    min-width: 200px;
    max-width: 294px;
    margin-right: 11px;
}
.kokMenuMinimal {
    float: left;
    width: 100%;
    border-bottom: 1px solid #535353;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.kokMenuMobile {
    float: left;
    width: 200px;
    margin: 0px 8px 8px 0px;
}
.kokMenuMobile2 {
    float: left;
    width: 200px;
    margin-right: 1%;
}
.kokMenuNormal {
    float: left;
    min-width: 200px;
    max-width: 320px;
    width: 25%;
}
.kokMenuMaxi {
    float: left;
    width: 294px;
    margin-right: 11px;
}
.clear-both {
    clear: both;
}
.bottomCopyTextRow {
    border-top: 1px solid #dbdbdb;
    text-align:center;
    color: #535353;
    margin: 0 auto;
    margin-top: 12px;
    width: 65%;
}
.bottomCopyText {
    height: 25px;
    line-height: 25px;
    margin-top: 6px;
    vertical-align: top;
    display: inline-block;
}
.bottomVkPage {
    height: 25px;
    margin-top: 4px;
    display: inline-block;
    margin-left: 12px;
}
.error_mes {
    margin-top: 12px;
    border: 1px solid #ff4e4e;
     -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.error_mes_head {
    padding: 6px;
    background-color: #ff4e4e;
}
.error_mes_head span {
    float: right;
}
.error_mes_message {
    padding: 6px;
}
.error_mes_message p {
    margin: 0px;
    padding: 0px;
}
