html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
/*    margin: 0 0 -206px 0;  отрицательный нижний отступ на высоту футера */
    padding: 0;
}
.wrapped {
    padding-bottom: 15px;
}


.vse-header{
    width:100%;
    background: white;
    text-align: left;
    color: #afabac !important;
}

.vse-header a.act-btn{
/*    color: #afabac;*/
    font-size:12px;
}

.vse-header a.nick{
    font-weight: bold;
    margin-left:0px;
}

.vse-header.dom{
    padding-bottom:5px;
}

.vse-header .avatar{
    margin-left:6px;
}
.vse-header .act-btn {
    margin:0px 6px;
}

.vse-header .act-btn:first-child {
    margin-left:0px;
}

.vse-header .act-btn:last-child {
    margin-right:0px;
}

.vse-header .act-btn .vse-ui-icon{
    display:none !important;
}

.vse-header .auth-enter{
    text-decoration: none;
/*    display:block;*/
    letter-spacing: normal;
    border-bottom:1px dotted gray;
}

.vse-header .logos{
    display: block;
    text-align: left;
    margin-top:1px;
    padding-bottom:1px;
}

/**
* Стили для полосы навигации
*/
ul.vse-navigation{
    padding:0px;
    margin:0px;
/*    height: 48px;*/
}
ul.vse-navigation li{
    display: inline-block;
    margin: 0px 10px;
    line-height: 48px;
    text-transform: uppercase;
    *display:inline;
    *zoom:1;
}
ul.vse-navigation li:first-child{
    margin-left: 0px;
}
ul.vse-navigation li:last-child{
    margin-right: 0px;
}
ul.vse-navigation li ul li{
    margin: 0px 10px !important;
}
ul.vse-navigation li .nav-more{
    text-decoration: none;
    border-bottom: 1px dashed black;
}
.vse-header ul.vse-navigation li .nav-mholder:before{
    width:0px;
    height:0px;
    content:'';
    border-bottom: 7px solid white;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    display: block;
    margin-left:190px;
    position: relative;
    z-index:1011;
}
.vse-footer ul.vse-navigation li .nav-mholder:after{
    width:0px;
    height:0px;
    content:'';
    border-top: 7px solid white;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    display: block;
    margin-left:240px;
    top:100%;
    margin-top:-1px;
    position: relative;
    z-index:1011;
}
ul.vse-navigation li .nav-mholder{
    position: absolute;
    z-index: 12;
    width:400px;
    margin-left:-178px;
    text-align: center;
    margin-top:-13px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
}
ul.vse-navigation li .nav-mholder.visible{
    opacity: 1;
    visibility: visible;
}
ul.vse-navigation li ul{
    margin-top:-1px;
    background: white;
    border: 1px solid #AAA;
    padding: 10px;
    display: inline-block;
    min-width: 100px;
    text-align: left;
    position: relative;
    z-index: 1010;
    box-shadow:0px 0px 3px 0px #AAA;
}
ul.vse-navigation li ul li{
    display: block;
}
ul.vse-navigation li ul li a{
    color:black !important;
}


ul.vse-breadcrumbs{
    padding:0px;
    margin:0px 0px;
}
.vse-breadcrumbs li{
    display:inline-block;
    list-style-type: none;
}
.vse-breadcrumbs h1{
    font-size:inherit !important;
    margin:inherit !important;
    text-shadow:inherit !important;
    font-weight: inherit !important;
}
.vse-breadcrumbs a:hover{
    color:black!important;
}

.vse-breadcrumbs .separator:after{
    content: '/';
}

.backtotop{
    position: fixed;
    z-index: 20;
    top:0px;
    left:0px;
    width:0px;
    height:100%;
    cursor:pointer;
    display:none;
}
.backtotop .a-holder{
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    left:0px;
    top:0px;
    height:100%;
    width:100px;
}
.backtotop:hover .a-holder{
    background: rgba(101,151,199,0.4)
}
.backtotop .anchor{
    position:absolute;
    top:-100px;
    left:0px;
    background: white;
    border:2px solid #658dc7;
    margin: 28px;
    padding:10px 10px;
    border-radius: 5px;
    z-index: 2000;
    width: 20px;
}



.closemakets{
    position: fixed;
    top:0px;
    right:0px;
    width:130px;
    cursor:pointer;
    text-align:center;
    padding:20px;
    background: #fff;
    border:1px solid red;
}
