/*beta*/

.beta-warning{
	text-align: right;
    padding: 3px 25px;
    background: #F44336;
    font-size: .85rem;
    font-weight: 300;
    position: absolute;
    top: 0;
    width: 100%;
    color: #fff;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.beta__left a{
	color: red;
}
.beta-warning a{
    color: #fff;
    text-decoration: underline;
}
.black-mode{
    font-size: 26px;
    color: #0090d9;
    position: relative;
    width: 26px;
    margin-left: 15px;
    height: 26px;
}
.black-mode i{
    position: absolute;
}
.black-mode .fa-toggle-on{
    opacity: 0;
}
.black-mode.on .fa-toggle-off{
    opacity: 0;
}
.black-mode.on .fa-toggle-on{
    opacity: 1;
}
/*header*/
#header{
    border-bottom: 1px solid #e8eaf0;
    padding:  0px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(204, 204, 204, 0.39);
    position: relative;
    z-index: 1001;
    position: sticky;
    top: 0px;
       
}
#header.fixed{
	position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

#header .logo > img{
	height: 70px;
	
}
#header .logo {
    text-decoration: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    
}
#header .logo .logo__text{
    margin-top: -10px;
    position: absolute;
    left: 115px;
    top: 45px;
}
#header .container{
	    position: relative;
}
.mobile-menu--button {
    width: 120px;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
}
.social > div a {
    color: #211600;
    font-size: 1rem;
}
.social > div {
    margin-right: 15px;
    height: 25px;
}
.modal-search {
    position: fixed;
    width: 300px;
    height: 100vh;
    top: 0;
    z-index: 3;
    right: 0;
    display: none;
        background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.23);  
    left: inherit;  
}
.search-close {
    width: calc(100% - 300px);
}
#q_search {
    position: static;
    top: 0;
    left: 0;
    transform: none;
    width: 90%;
    margin: 15px;
}
#searchsuggestions {
    top: 52px;
    border: none;
    max-height: 85vh;
    flex-direction: column;
    left: 0;
    width: 100%;
    box-shadow: -7px 7px 20px #0000002e;
}
#searchsuggestions a {
    color: inherit;
    padding: 18px;
    border-bottom: 1px solid #f7f7f7;
}
#searchsuggestions span.searchheading {
    display: block;
    font-weight: initial;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Museo Sans Cyrl 500', sans-serif;
}
#searchsuggestions span.seperator {
    display: none;
    order: -1;
}
.header__right .search{
    font-size: 20px;
    cursor: pointer;
}
.header__right {
        position: relative;
    align-items: center;
}
#quicksearch {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1002;
    background: #fff;
    width: 100%;
    height: 100%;
}
.quicksearch {
    max-width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: -7px 7px 20px #0000002e;
    width: 100%;
    border-radius: 5px;
}
.quicksearch .quicksearch__advanced{
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    right: 25px;
    font-size: 16px;
}
.quicksearch input[type="search"] {
    height: 50px;
    padding: 0 25px;
    border: 1px solid #f7f7f7;
    font-size: 1rem;
    font-family: 'Museo Sans Cyrl 300', sans-serif;
    width: 100%;
    border-radius: 5px;
}
#quicksearch .fa-times{
    color: #0d8ed5;
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 26px;
}
.quicksearch button{
    border: none;
    background: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: #0d90d8;
    font-size: 16px;
}
.avatar .cover {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    white-space: nowrap;
    text-indent: -9999px;
    /* display: inline-block; */
    display: block;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.1);
}
.show-personal{
    position: relative;
}
#login_pane > li > .btn-border > .pm_num {
    margin-top: 0;
    margin: 0;
    color: #ffffff;
    margin-left: 10px;
    position: absolute;
    border-radius: 50%;
    top: -10px;
    right: -10px;
}
.pm_num {
    font-size: 12px;
    background-color: #e64e38;
    border-radius: 0;
    min-width: 12px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    right: -12px;
    top: -10px;
}
#login_pane .dropdown-form {
    text-align: center;
    padding: 10px;
    margin-left: 0;
    width: 250px;
    right: 0;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.1);
    border-color: #e8eaf0;
}
.dropdown-menu.dot:before, .dropdown-form.dot:before{
    display: none;
}
.login_form > li {
        border-top: none;
    display: block;
    position: relative;
    margin-bottom: 10px;
}
input:-internal-autofill-selected {
    background-color: transparent!important; 
}
.login_form > li > input {
    border: 0 none;
    padding: 10px;
    padding-left: 32px;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
    height: auto;
}
.login_form i{
    position: absolute;
    top: 14px;
    left: 10px;
}
.login_form {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: none;
}
.login_form > li.login_input-btn > .btn {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    padding: 0;
    width: 50px;
    height: 100%;
    text-align: center;
}
.login_form > li.login_input-btn > .btn i {
    position: static;
    margin-left: 0;
    margin-right: 0;
}
.login_pane__menu li a {
    color: inherit;
    text-decoration: none !important;
    padding: 5px 0;
    display: block;
    border-top: 0;
}
.login_pane__menu {
    list-style: none;
    padding: 0;
    margin: 15px 0;
    text-align: left;
    border-bottom: 0;
}
.login_pane__foot {
    text-align: left;
    display: flex;
    justify-content: space-between;
}
.endless{
    line-height: 30px;
    font-family: 'Museo Sans Cyrl 500', sans-serif;
    background-color: #8a8a8a;
    width: 100%;
    height: 30px;
    overflow: hidden;
}
.endless__container  {
    margin-right: 25px;
    color: #fff;
}
.endless__title{
	color: #fff;
}
.header__center--menu ul li>ul{
	z-index: 1002;
}












