@charset "utf-8";
.header {
    height: 59px;
    line-height: 72px;
    /*position: fixed;*/
    position: relative;
    z-index: 1000;
    /*top: 0px;*/
    left: 0px;
    right: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    text-align: left;
    transition: all 0.3s ease-in-out;
}
.header.small {
    height: 51px;
    line-height: 51px;
}
.header table {
    width: 100%
}
    .header table table {
        width: 968px
    }
.header > table > tbody > tr > td {
    background: url(images/fake-bg.png) repeat-x bottom
}
.header .c {
    width: 968px;
    max-width: 968px;
    min-width: 968px;
    background: none;
    /*background: url(images/fake-bg-2.png) repeat-x top;*/
}
.header .l,
.header .r {
    width: 50%
}
.header .c .right {
    width: 70%
}
.header .wrapper {
    width: 968px;
    display: inline-block;
    height: 100%;
    text-align: left;
    position: relative;
    /*//overflow: hidden;*/
    _overflow: hidden;
    _height: auto;
}
.header td td {
    background: url(images/fake-bg.png) repeat-x bottom
}
.header .active {
    background: url(images/fake-bg-2.png) repeat-x top
}
.header .separator span {
    height: 16px;
    width: 1px;
    overflow: hidden;
    background: url(/bitrix/templates/slon2_post/style/images/header-separator-bg.png) no-repeat left;
    display: inline-block;
    margin: 0px 7px;
    vertical-align: -2px;
    //vertical-align: -15px;
}
.header a {
    font-family: 'Proxima Nova', Helvetica, Arial, sans-serif;
    font-size: 1em;
    text-shadow: 1px 1px 0px #fff;
    color: #646464;
    border: 0px;
    display: inline-block;
    height: inherit;
    vertical-align: top;
    white-space: nowrap;
}
    .header a img,
    .header strong img {
        vertical-align: -2px !important
    }
.header .active a {
    color: #fa2800;
    position: relative;
    font-weight: normal;
    background: none;
}
    .header .active a i {
        display: block;
        position: absolute;
        bottom: -3px;
        //left: 0px;
        height: 16px;
        width: 100%;
        background: url(images/fake-bg-angle.png) no-repeat center bottom;
    }
.header .active a.slon-logo i {
    bottom: -2px;
    //bottom: -23px;
}
.header.small a.active i {
    //bottom: 8px
}
.header a.slon-logo {
    display: inline-block;
    width: 85px;
    height: 31px;
    background: url(images/slon-logos.png) no-repeat right top;
    vertical-align: baseline;
    //vertical-align: -25px;
}
.header .active a.slon-logo {
    display: inline-block;
    width: 63px;
    height: 31px;
    height: inherit;
    background: none;
    vertical-align: baseline;
    //vertical-align: -25px;
}
    .header .active a.slon-logo span {
        background: url(images/slon-logos.png) no-repeat left top;
        display: inline-block;
        width: 85px;
        height: 31px;
    }
.header.small a.slon-logo {
    display: inline-block;
    width: 63px;
    height: 31px;
    background: url(images/slon-logos.png) no-repeat right bottom;
    vertical-align: baseline;
}
.header.small .active a.slon-logo {
    display: inline-block;
    width: 63px;
    height: inherit;
    background: none;
    vertical-align: baseline;
}
    .header.small .active a.slon-logo span {
        background: url(images/slon-logos.png) no-repeat left bottom;
        display: inline-block;
        width: 63px;
        height: 31px;
    }
.header a u {
    text-decoration: none
}
.header a:hover u {
    text-decoration: underline
}
.header .icon-new {
    vertical-align: baseline !important
}
.header sup {
    text-decoration: none
}
.header form {
    margin: 3px 0px 0px 10px;
    //position: relative;
    //z-index: 100;
    display: block;
    float: right;
}
.header input.search {
    width: 100px;
    height: 16px;
    padding: 5px 26px 5px 10px;
    margin: 0px;
    border: 1px solid #dcdcdc;
    /*color: #dcdcdc;*/
    color: #646464;
    background: #fff url(/bitrix/templates/slon2_post/style/images/ico-search.png) no-repeat;
    background-position: right 0px;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    top: -7px;
}
.header input.search.active {
    width: 178px;
    border: 1px solid #c8c8c8;
    color: #646464;
    background: #fff url(/bitrix/templates/slon2_post/style/images/ico-search.png) no-repeat;
    background-position: right -26px !important;
    box-shadow: 0px 0px 1px #969696;
    -moz-box-shadow: 0px 0px 1px #969696;
    -webkit-box-shadow: 0px 0px 1px #969696;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) { 
    .header form {
        display: inline-block !important
    }
}
.header .profile-links {
    line-height: inherit;
    height: inherit;
    //top: 20px;
    //height: auto;
    //line-height: normal;
    font-size: .8em !important;
}
.headline__age-limit {
    float: right;
    margin: 0 0 0 .5em;
    position: relative;
    top: -3px;
    color: #999;
}