/*sprite*/
.Footer .icon, .Footer .box-social a{
    background-image: url(/images/gui/footer/sprite.png);
    background-repeat: no-repeat;
}

/*end:sprite*/

/*icons*/
.Footer .icon{
    display: inline-block
}

.Footer .icon.emotion{
    background-position: 0 -27px;
    width: 18px;
    height: 16px;
}

.Footer .icon.nightlife{
    background-position: 0 -53px;
    width: 15px;
    height: 16px;
}

.Footer .icon.glamurchik{
    background-position: 0 -79px;
    width: 15px;
    height: 16px;
}

/*end:icons*/
.Footer{
    font-size: 12px;
    background-color: #efefef;
    max-height: 418px;
    position: relative;
}

.Footer *{
    font-family: Arial, Helvetica, sans-serif !important;
}

.Footer a{
    color: #005184 !important
}

.Footer a:hover{
    text-decoration: underline
}

.Footer .bg{
    background-color: #F5F5F5;
    display: inline-block;
    left: 50%;
    position: absolute;
    top: 0;
    width: 50%; height: 100%;
}

/*structure*/
.Footer .WidthPage{
    width: 1000px !important;
    margin: 0 auto;
    background-color: #EFEFEF;
}

/*box-left*/
.Footer .box-left{
    background-color: #EFEFEF;
    float: left;
    max-width: 820px;
    height: 382px;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-top: 16px;
    position: relative;
    z-index: 1;
}

.Footer .box-left .line{
    border-bottom: 1px dotted #A6A6A6;
    height: 0;
    margin-top: 30px;
}

/*end:box-left*/

/*box-right*/
.Footer .box-right{
    background-color: #F5F5F5;
    float: right;
    height: 402px;
    padding-top: 16px;
    position: relative;
    width: 160px;
    z-index: 1;
}

.Footer .box-right .menu>li{
    float: none
}

/*end:structure*/

/*menu*/
.Footer .menu{
    display: inline-block
}

.Footer .menu:first-child{
    margin-bottom: 31px
}

.Footer .menu>li{
    float: left;
    margin-left: 20px;
    min-width: 114px;
}

.Footer .menu>li:first-child{
    margin-left: 0
}

.Footer .menu li a{
    display: inline-block;
    line-height: 22px;
    max-width: 130px;
}

.Footer .menu>li>.title{
    font-size: 15px;
    color: #272727 !important;
    font-weight: bold;
    text-shadow: 0 1px 0 #D3D3D3;
    margin-bottom: 5px;
}

.Footer .menu>li>.title>.icon{
    margin-right: 5px
}

.Footer .menu>li>ul>li>a:first-letter{
    text-transform: uppercase;
}

/*end:menu*/

/*service-box*/
.Footer .service-box{
    margin-top: 13px
}

.Footer .service-box a{
    display: inline-block;
    margin-right: 35px;
}

/*end:service-box*/

/*info*/
.Footer .info{
    color: #808284;
    display: inline-block;
    font-size: 11px;
    margin-top: 26px;
}

.Footer .info a{
    text-decoration: underline
}

.Footer .info a:hover{
    text-decoration: none
}

/*end:info*/

/*service-menu*/
.Footer .service-menu{
    border-bottom: 1px solid #D8D8D8;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 13px;
    padding-bottom: 33px;
    height: 264px;
}

/*end:service-menu*/

/*box-social*/
.Footer .box-social{
    display: inline-block;
    margin-bottom: 10px;
}

.Footer .box-social a{
    float: left;
    width: 17px;
    height: 17px;
    margin: 0 0 4px 3px;
}

.Footer .box-social a:first-child{
    margin-left: 0
}

.Footer .box-social .vk{
    background-position: -21px 0
}

.Footer .box-social .tw{
    background-position: -42px 0
}

.Footer .box-social .mobile{
    background-position: -62px 0
}

.Footer .box-social .ios{
    background-position: -83px 0
}

.Footer .box-social .android{
    background-position: -103px 0
}

.Footer .box-social .mail{
    background-position: -123px 0
}

.Footer .box-social .rss{
    background-position: -143px 0
}

.Footer .box-social .google{
    background-position: -163px 0
}

/*end:box-social*/

/*fix ie*/
.ie7 .Footer .bg{
    margin-left: -1px
}

/*fix for Transitional*/
.Man .Footer .menu:first-child{
    margin-bottom: 37px
}

/*fix Nightlife*/
.Nightlife .Footer .menu > li{
    min-width: 112px
}

.Nightlife .Footer .menu > li > .title{
    font-family: Arial !important
}

/*ie fix*/
.ie7 .Footer{
    margin-right: 1px
}

/*info-panel*/
.info-panel{
    display: none;
    background-color: #191919;
    height: 35px;
    line-height: 33px;
    color: #ffffff;
    font-size: 12px;
    }
    .info-panel .WidthPage{
        margin: 0 auto;
        width: 1000px;
        position: relative;
    }
    .info-panel p{margin: 0}
    .info-panel a{
        color: #ffffff;
        text-decoration: underline;
        }
        .info-panel a:hover{text-decoration: none}

        .info-panel .bt-close{
            background: url(/images/gui/authorization-popup/sprite.png) no-repeat 7px -24px #C30C02;
            display: inline-block;
            cursor: pointer;
            border-radius: 2px 2px 2px 2px;
            width: 22px; height: 21px;
            position: absolute;
            top: 7px; right: 0;
            }
            .info-panel .bt-close:hover{
                background: url(/images/gui/authorization-popup/sprite.png) no-repeat 7px 5px #EAEAEA;
            }
/*end:info-panel*/