.bbig img
{width:100%;}

@media (min-width: 780px) {
.bbig
{display:block;}

.blit
{display:none;}
}

@media (max-width: 779px) {
.bbig
{display:none;}

.blit
{display:block;}

.otright,
.otleft
{
    padding: 5px 15px!important;
}
}


.user_buttons
{
    width: 155px;
    height: 90px;
    line-height: 90px;
    position: absolute;
    bottom: 0;
    background: #fff;
    right: 100px;
    border-left: 1px solid #f8f8f8;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
}

.user_buttons a
{
    color: #969696;
    font-size: 12px;
}

.user_buttons .inper
{
max-width:15px;
    margin-right: 5px;
}

.user_buttons .per
{
    max-width: 22px;
    margin: 10px;
}


@media only screen and (max-width: 991px)
{.user_buttons {
   /* width: 95px;
    height: 50px;
    line-height: 0;
    margin: 0px;
    right: 50px;*/
    height: 20px;
    line-height: 0;
    margin: 0px;
    right: 0px;
    top: -31px;
    border: none;
    line-height: 1;
    width: 200px;
}
header .header-bottom .search-btn,
.user_buttons,
header .header-bottom .burger{
    z-index: 1000;
}
header .header-bottom{
    z-index: unset;
}
header .overflow{
    top: 155px;
    height: calc(100% - 155px);
}
header .full-menu.open{
    top: 152px;
        height: 100%;
}
}
@media only screen and (max-width: 767px){
 header .header-top .authorization {
     top: 100%;
     width: 100%;
     text-align: center;
     right: 0;
 }
 .user_buttons{
    right: 42px;
        top: 16px;
 }
}
@media only screen and (max-width: 616px){
 .user_buttons{
    width: 50px;
    right: 59px;
    line-height: 16px;
 }
}
@media only screen and (max-width: 425px)
{
.head-info {
    display: none;
	}}
@media only screen and (max-width: 320px){
    header .header-top .authorization{
        left: -51px;
    }
}