.main-nav__item{
	display: inline-block;
	min-width: 12%;
	width: auto;
	margin-left: -5px;	
}

.main-nav__item-inner > a {

}

.obrat_zvonok_btn {
    position: fixed;
    top: 80%;
    background: #f71a39;
    margin-top: -80px;
	-moz-transform: rotate(270deg); /* Для Firefox */
    -ms-transform: rotate(270deg); /* Для IE */
    -webkit-transform: rotate(270deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(270deg); /* Для Opera */
    transform: rotate(270deg);
    width: 180px;
    height: 32px;
    font-size: 14px;
    color: white;
    text-align: center;
    line-height: 30px;
    z-index: 1100;
    cursor: pointer;
    left: -74px;
}

@media (max-width: 999px) {
	.main-nav__item{
	display: block;
	width: 100%;	
}
}