header {
    display: table;
    width: 100%;
    font-size: 13px;
}

header section {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 10px 20px;
    box-sizing: border-box;
}

header section:first-child {
    width: 190px;
}

header section:last-child {
    width: 250px;
    text-align: right;
}

header section + section {
    text-align: center;
}

.logo h1 {
    line-height: 0;
}

.logo a {
    display: block;
    text-indent: -20000px;
    padding-top: 20px;
    width: 175px;
    font-size: 12px;
    color: #333;
    text-decoration: none;
    background: url("../m_i/logo.png")left top no-repeat;
    background-size: 100% auto;
}

.logo a span {
    text-indent: 0;
    display: block;
    line-height: 1em;
}

header .afisha {
    color: #5c8ba0;
    font-weight: bold;
}

header .afisha select {
    font-size: 12px;
}

header .afisha .forma select:first-child {
    margin-left: 7px;
}

header .afisha .forma input[type="submit"] {
    margin-left: 7px;
    color: #bb3618;
    font-size: 12px;
}

header .social {
    font-weight: bold;
    color: #595959;
}

header .social a {
    margin-left: 10px;
}

header .social a:first-child {
    margin-left: 15px;
}

header .menu_main {
    width: 100%;
    position: relative;
    padding-top: 3vw;
    z-index: 9;
    display: block;
}

header .menu_main .ico_menu {
    display: block;
    width: 10%;
}

header .menu_main .menu_mobile  {
    position: relative;
    z-index: 99;
    width: 100%;
    background: #fff;
	display: none;
	margin-top: 4vw;
}

header .menu_main:hover .menu_mobile {
    display: block;
}

.menu_mobile .btn_close {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 99;
}