.header {
    clear: both;
    width: 100%;
    overflow-y: visible;
}

.button_ny {
    margin-top:10px;
    width:140px;
    text-align:center;
}

.header .phone a {
    color:#fff;
    text-decoration: none;
}

.header .phone a:hover,
.header .phone a:focus {
    text-decoration: underline;
}

.header .top {
    clear: both;
    width: 100%;
    display: block; 
    min-height: 34px; 
    padding: 14px 0px 12px 0px;
    background: #171914 url(../images/header/top/bg.png) 0 0 repeat-x;
}

.header .bottom {
    clear: both;
    width: 100%;
    display: table; 
    background: url(../images/header/bottom/bg.png) 0 0 repeat-x;
    border-bottom: 1px solid #9f1127;
    padding: 26px 0 27px;  
}

.header a.home,
.header a.contacts,
.header a.sitemap {
    margin: 0 25px 0 0;
    display: inline-block;
    padding: 0px;
    text-align: center;
    color: #ffffff;
}

.header .langs a {
    margin: 0 0 0 8px;
    padding: 2px 5px;
    display: inline-block; 
    color:#ffffff;
    text-decoration: underline;
}

.header .container {
    padding-left: 0px;
    padding-right: 0px;
}

.header .langs { 
    display: table;
}

.header .langs a.active {
    background-color: #494949;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    text-decoration: none;
}

.header .langs a:hover {
    text-decoration: none;
}

.header .socicon {
    white-space: nowrap;
}

.header .socicon p {
    color: #ffffff; 
    margin-right: 5px;
    margin-bottom: 0px;
    float: left;
}

.header .socicon  a {
    width: 16px;
    height: 16px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    margin-right: 5px;
    margin-top: 2px;
}

.header .socicon .icon_vk { 
    background: url(../images/header/top/vkicon.png) top left no-repeat;
}
.header .socicon .icon_fb { 
    background: url(../images/header/top/fbicon.png) top left no-repeat;
}
.header .socicon .icon_in { 
    background: url(../images/header/top/inicon.png) top left no-repeat;
}
.header .socicon .icon_yb {
    background: url(../images/header/top/ybicon.png) top left no-repeat;
}

.header .socicon .icon_tg {
    background: url(../images/header/top/tgicon.png) top left no-repeat;
}
 

.header .phones {
    border-left: 1px solid #990a22;
}

.header .phone {
    color:#ffffff;
    display: table;
    text-align: center;
    font-size: 18px;
    font-family: 'PTSans-Bold',Arial,sans-serif;
    display: block;
    margin: 0 0 10px;
}

.header .phone span {
    display: inline-block;
    width:90px;
    text-align: left;
}

.header .phones {
    color:#fff;
}

.header .phones .lie_link span {
    color: #f38699;
    font-size: 11px;
    border-bottom: 1px dashed #f38699;
    cursor: pointer;
}

.header .phones .lie_link.sel span {
    color:#ffffff;
    cursor: default;
    border-bottom: none;
}

#city_select {
    float: right;
}

#city_select button {  
    border: none; 
    font-size: 12px;
    font-weight: bold;
    background-color: #ffffff; 
    height: 25px;
    text-align: center;
    white-space: nowrap;
    margin: 0;
    outline: none;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
}

.cart_bottom {
    position: fixed;
    bottom: 0px;
    width: 100%;
    display: table; 
    background: url(../images/cart/bg.png) 0 0 repeat-x;
    border-top: 1px solid #9f1127;
    padding: 10px 0px; 
    z-index: 1020;
    color: #fff;
}

.cart_bottom a {
    color: #fff;
    display: inline-block;
    margin-right: 15px;
}
.cart_bottom a.last {
    margin-right: 0px;
}

@media (max-width:480px) { 
    .header .bottom .phone {
        font-size: 12px;
    }
    
    .header .phone span {
        font-size: 12px;
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    
    .header .bottom {
        padding-top: 50px !important;
        padding-bottom: 10px;
    }
}

@media (max-width:768px) { 
    #city_select button {
        font-size: 10px;
    }

    .search button.button {display:none;
    }
    .langs {width:35%;}
    .search {width:60%;}
    
    .header .top {
        position: fixed;
        z-index: 1749;
        left: 0;
        right: 0;
        top: 0;
/*        background: url(/bitrix/templates/storm/css/../images/header/bottom/bg.png) 0 0 repeat-x;*/
    }
    
    .header .bottom {
        padding-top: 73px;
    }
}

.mfeedback {padding-left:15px;}


@media (max-width:992px) { 
    .header .phone {
        font-size: 14px;
    }
    
    .header .phone span {
        font-size: 12px;
        width: 50px;
    }
}

@media (max-width:1200px) { 
    .header .phone {
        font-size: 14px;
    }
}