/*   
Theme Name: Kino
Theme URI: 
Description: 
Author: Конкин Иван, Муковоз Владимир
Author URI: https://settin.ru/
*/
@import url('fonts/font-awesome/css/font-awesome.css');
.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}
.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}
    
.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  -moz-transition: .4s all;
  transition: .4s all;
}
.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}
.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("/co/themes/Kino/images/play.svg") no-repeat;
  cursor: pointer;
}
.category-title {
	padding-top: 16px;
  padding-bottom: 16px;
}
.breadcrumb {
	margin: 12px 0;
	color: #8e8e8e;
}
.breadcrumb a {
	text-decoration: none;
	color: #8e8e8e;
}
.breadcrumb a:hover {
	color: #019541;
	text-decoration: underline;
}
.site-name {
	font-size: 23px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	-webkit-margin-before: 0.67em;
	-webkit-margin-after: 0.67em;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* BLOG */
.addres {
	color: #646464;
}

.main-blog {
	max-width: 607px;
}

.block-blog {
	margin-bottom: 70px;
}

.main-blog h2 {
	color: #000;
	font-size: 23px;
	font-weight: 700;
	line-height: 27px;
}

.blog-tag-link {
	color: #000;
	font-family: Roboto;
	font-size: 17px;
	font-weight: 400;
	line-height: 25px;
	text-decoration: underline;
	margin-bottom: 20px;
    display: block;
}

.blog-tag-link:hover {
	color: #00963e;
	text-decoration: underline;
}

.main-blog img {
    max-width: 100%;
    height: 100%;
}

p a,
.pagination a {
    color: #00963e;
}

.blog-tag {
	display: block;
	max-width: 550px;
	margin-top: -10px;
}

.blog-tag-a {
	text-decoration: none;
	color: #00963e;
	font-family: Roboto;
	font-size: 17px;
	font-weight: 400;
	line-height: 25px;
	margin: 20px 20px 20px 0;
}

.blog-text-a {
	color: #00963e;
	text-decoration: underline;
}

.main-blog .pagination {
    margin-top: -30px;
}

.name { height: 75px; }

.ffa.fa.fa-map-marker { font-size: 22px; }

.ffa { display: block !important; margin-bottom: 25px; }

.ffa a {
  color: #000;
	font-size: 17px;
	margin-left: 8px;
	line-height: 1.3;
	font-family: Roboto,sans-serif;
	text-decoration: underline #686868;
}

.ffa span {
	display: block;
	padding-left: 26px;
	font-family: Roboto,sans-serif;
	margin-top: 6px;
}

.green-text, .green-text p, .green-text a  {
	color: #019541;
	font-size: 16px;
	font-family: Roboto,sans-serif;
}

#gallery-1 .gallery-item { margin-top: -13px !important; }

main {
	/*max-width: 660px;*/
	display: inline-block;
}

.bx-next { transition: none !important; }
.bx-prev { transition: none !important; }

.tooltip {
	position: absolute;
  background: #fff;
  box-shadow: 0px 0px 5px #a9a9a9;
  visibility: hidden;
	padding: 10px;
  margin: -90px -128px;
}
.tooltip a {
    color: #000;
}

/* Модальное окно */
.modal {
	display: none;
	position: absolute;
	background: #fff;
	padding: 0 15px;
	box-shadow: 0px 0px 5px #a9a9a9;
  text-align: left;
  margin: 36px -158px;
  z-index: 1;
}
.modal-close {
	position: absolute;
	font-size: 10px;
	cursor: pointer;
  right: 0px;	
  padding: 13px;
}
.modal-content {
	padding: 20px 5px;
	width: 100%;
}
.modal-content li {
    list-style: none;
    padding: 2px;
}
.modal-content a {
    text-decoration: none;
    color: #000;
}
a.menu-m__link {
    font-weight: normal;
}
a.menu-m__link:hover {
    color: #119d4b;
    text-decoration: underline;
}
.gs_logo_single {
    width: auto !important;
    margin-right: 50px !important;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 100px;
    display: flex;
}
.social__widget {
    display: inline-block;
    padding-top: 20px;
}
.fb__widget,
.vk__widget {
    vertical-align: top;
}
/* Модальное окно */

/* IFRAME - модальное окно sendmail */
.modal-window {
	display: none;
	position: fixed;
	background: #000;
	top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, .8);
}
.modal-window-close {
	font-size: 20px;
    cursor: pointer;
    color: #fff;
    padding: 20px 120px;
    float: right;
    display: block;
}
.modal-window-content {
	width: 310px !important;
    height: 300px !important;
    margin: 10% auto;
    background: #fff;
    padding: 10px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 4px;
    position: relative;
}
.subscribe_form form {
    margin-bottom: 50px;
}

/* IFRAME - модальное окно sendmail */

select.form-control {
 background: #fff;
 width: 215px;
}
.form-control option { width: 236px; }
select.form-control { background: #fff; }
input.btn {
 color: #000;
 background: #e5e5e5;
 border: 1px solid #e5e5e5;
 border-radius: 2px;
 padding: 5px;
}
.layout,
.wrapper,
.header__row,
.header__logo,
h1,
.menu-header,
.menu,
.right-header-bloock,
.subscribe-block,
.social-btn,
.header-city-block,
body,
header,
article,
section,
footer {
	
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: Roboto;
	src: url('fonts/roboto/Roboto-Regular.ttf');
}

body {
	font-family: Roboto,sans-serif;
	margin: 0;
	line-height: 1;
}

.mobile-menu-block {
    text-align: right;
    display: none;
}

.header__menu-btn {
    font-size: 24px !important;
    color: rgba(0,0,0,.87);
    cursor: pointer;
    padding: 8px 8px 8px 0;
}

.subscribe-block {
	text-decoration: none;
	/*text-transform: uppercase;*/
	cursor: pointer;
	width: 160px;
	font-weight: 500;
	/*color: rgba(0,0,0,.54);*/
	/*transition: color .3s;*/
	/*border-right: 2px solid rgba(0,0,0,.54);*/
	/*background: url('images/pilotkino.png') no-repeat;*/
	background: url('https://pilotkino.ru/templates/protostar/img/pilotkino_anim.gif') no-repeat;
	background-size: 50px 50px;
	height: 50px;
	text-align: left;
	/*margin-right: 8px;*/
}

.subscribe-block a {
	color: rgba(0,0,0,.54);
	transition: color .3s;
	margin-left: 70px;
	font-size: 15px;
	padding-top: 10px;
	display: block;
}

.layout {
	width: 100%
}

.wrapper {
	margin: 0 auto;
	max-width: 842px;
}

header,
.left-header-bloock {
	display: flex;
	flex-wrap: wrap;
	vertical-align: top;
	margin-top: 10px;
}

header {
	border-bottom: 2px solid #757575;
	padding-bottom: 10px;
	margin-bottom: 0;
}

.left-header-bloock {
	max-width: 580px;
	margin: 0;
}

.right-header-bloock {
	height: 168px;
	flex-direction: column;
	display: flex;
	justify-content: space-between;
	text-align: center;
	align-items: flex-end;
	width: 262px;
}

.header__row,
.header__logo,
.left-header-bloock,
.right-header-bloock{
	vertical-align: inherit;
	flex-grow: 1;
}

.header__row {
	background: url('images/logo.jpg') no-repeat;
	width: 100px;
	height: 100px;
}

.header__logo {
	width: 320px;
}

.header__row a {
	display: block;
	width: 100%;
	height: 100%;
}

.header__logo .headerspan {
	color: #8e8e8e;
	font-size: 17px;
	text-transform: uppercase;
}

.header__logo h1 {
	font-size: 23px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 11px 0;
}
.social-btn {
	display: flex;
	flex-direction: row;
}

.social-btn a i {
	font-size: 20px;
}

.social-btn a {
	border: 1px solid;
	border-radius: 50%;
	justify-content: space-around;
	display: flex;
	align-items: center;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	text-decoration: none;
}

.social-btn,
.subscribe-block {
    margin-right: 15px;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
}

.fa-vk, .a-vk {
	color: #507299;
}

.fa-facebook, .a-facebook {
	color: #3b5998;
}

.fa-instagram, .a-instagram {
	color: #e62117;
}

.social-btn a:hover i {
	color: #fff;
}

.fa-vk:hover, .a-vk:hover {
	background: #507299;
}

.fa-facebook:hover, .a-facebook:hover {
	background: #3b5998;
}

.fa-instagram:hover, .a-instagram:hover {
	background: #e62117;
}

.header-city-block {
	font-weight: bold;
}

.map-marker {
	background: url('images/PlaceiconRed.png') no-repeat;
	padding-left: 20px;
	height: 22px;
	display: inline-block;
}

nav {
	width: 100%;
}

.menu li {
	display: inline-block;
	text-decoration: none;
	margin-right: 16px;
}

.menu li a {
	text-decoration: none;
	color: #000;
	line-height: 2;
	font-size: 17px;
}

.menu li a:hover {
	text-decoration: underline;
	color: #019541;
}

.menu-header {
	display: inline-block;
	margin-top: 25px;
	width: 100%;
}

iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.relation {
	position: relative;
	margin-bottom: 16px;
}

.relation__ratio {
	padding-top: 56.25%;
	height: 0;
}

.relation__content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.relation__content-front {
	width: 95%
}

article {
	width: 660px;
	display: inline-block;
	/*margin-right: 15px;*/
}

.afisha-page {
	margin-right: 0;
	width: 660px;
	display: inline-block;
}

aside {
	display: inline-block;
	vertical-align: top;
	width: 145px;
}

.cities {
	padding-top: 15px;
}

.cities__list li {
	margin-bottom: 8px;
}

.gallery-block {
	margin: 0 auto;
	width: 180px;
}

.section__title {
	font-size: 30px;
	color: rgba(0,0,0,.87);
	font-family: Roboto,sans-serif;
	font-weight: bold;
	margin: 16px 0 28px 0;
}

h1 a {
	color: #212121;
	text-decoration: none;
}

.section__title a {
	font-family: Roboto,sans-serif;
}

section p {
	font-family: Roboto,sans-serif;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 24px;
	line-height: 1.6;
	padding-right: 10px;
	width: 95%;
}

.right-aside-menu ul {
	list-style: none;
	padding: 0;
}

.right-aside-menu li a {
	font-family: Roboto,sans-serif;
	/*text-transform: uppercase;*/
	text-decoration: none;
	font-size: 17px;
	color: rgba(0,0,0,.87);
	transition: all 0.5s ease-in-out;
}

.right-aside-menu li a:hover {
	margin-left: 10px;
	transition: all 0.3s ease-in-out;
}

.map-marker-ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.6;
}

.map-marker-ul a {
	color: #000;
	font-size: 17px;
	margin-left: 8px;
	line-height: 1.3;
	font-family: Roboto,sans-serif;
}

.gray-text {
	color: rgba(0,0,0,.54);
	font-size: 16px;
	transition: all .3s;
	font-weight: 500;
}

.map-marker-text {
	font-family: Roboto,sans-serif;
	font-size: 17px;
}

.green-text p, .green-text a  {
	color: #019541;
	font-size: 18px;
}

h2 {
	color: #019541;
	font-weight: normal;
	max-width: 620px;
}

h2 a {
	color: #212121;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h3 {
	color: #e5262f;
	font-weight: normal;
	font-size: 17px;
}

.active {
	color: #33ab65 !important;
}

.span-title {
	font-family: Roboto,sans-serif;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 50px;
	display: block;
}

.subtitle {
	font-size: 23px;
	color: #909090;
	font-weight: bold;
}

.film-info ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.6;
	width: 95%;
}

.more-info a {
	font-size: 17px;
	font-family: Roboto,sans-serif;
	line-height: 1;
	color: #686868;
}

.slider__content {
	text-align: center;
	margin-top: 50px;
}

.social__widget {
	width: 100%;
	text-align: center;
	vertical-align: top;
}

.fb__widget, .social__widget {
	display: inline-block;
}

.vk__widget, .social__widget {
	display: inline-block;
}

figure img {
	width: 180px;
	height: auto;
	margin-bottom: 5px;
}

.afisha-block {
	text-align: left;
}

.afisha-block-content {
	width: 185px;
	display: inline-block;
	background-color: #efefef;
	margin-right: 32px;
	margin-bottom: 32px;
	vertical-align: top;
}

.afisha-title,
.afisha-date {
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}

.afisha-title {
	height: 86px;
	padding-top: 14px;
}

.afisha-date {
	vertical-align: bottom;
}

.afisha-meta {
	height: 155px;
}

.afisha-title a {
	font-family: Roboto;
	color: #000000;
	font-size: 15px;
	font-weight: 400;
	line-height: 19px;
	text-decoration: underline;
}

.afisha-date {
	color: #00963e;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 400;
	line-height: 19px;
}

.article-spisok-film {
	width: 100%;
}

.spisok-film {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

.spisok-film-content {
	margin: 8px 0 55px 0;
}

.spisok-film-meta {
	display: inline-block;
	max-width: 416px;
	vertical-align: top;
}

.spisok-film-meta a {
    color: #000;
    font-size: 17px;
    font-weight: bold;
}

.spisok-film-content img {
	margin-right: 24px;
}

.spisok-film-title {
	margin-bottom: 5px;
}

.spisok-film-title a {
	font-family: Roboto;
	font-size: 17px;
	font-weight: 700;
	color: #000000;
	font-size: 23px;
	line-height: 27px;
	text-decoration: underline;
}

.spisok-film-title a:hover {
	color: #00963E;
	text-decoration: underline;
}

.spisok-film-subtitle {
	color: #909090;
	font-family: Roboto;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 16px;
}

.spisok-film-description {
	color: #000000;
	font-family: Roboto;
	font-size: 17px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 20px;
}

.spisok-film-date {
	color: #00963e;
	font-family: Roboto;
	font-size: 23px;
	font-weight: 400;
	line-height: 27px;
	margin-bottom: 16px;
}

.spisok-film-info {
	color: #e3000b;
	font-family: Roboto;
	font-size: 17px;
	font-weight: 400;
	line-height: 25px;
}

.pagination ul {
	text-align: left;
	margin: 0;
	padding: 0;
}

.pagination ul li {
	display: inline-block;
	margin: 0 1px;
	vertical-align: middle;
	line-height: 12px;
	padding: 2px 6px;
}

.pagination ul li a,
.pagination ul li span {
	color: #6a6a6a;
	text-decoration: none;
}

.pagination ul li a:hover,
.pagination ul li span:hover {
	background: #f5f5f5;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.pagination ul li a.prev,
.pagination ul li a.next {
	font-weight: bold;
}

.pagination ul li.active a,
.pagination ul li.active span {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

.pagination ul li.active a:hover,
.pagination ul li.active span:hover {
	background: none;
}

.ostavit-zayavku-content {
	color: #000000;
	font-family: Roboto;
	font-size: 17px;
	font-weight: 400;
	line-height: 25px;
}

.ostavit-zayavku-content p {
	max-width: 600px;
}

.contacts-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.contacts-content li {
	color: #000000;
	font-family: Roboto;
	font-size: 17px;
	font-weight: 400;
	line-height: 25px;
}

footer {
	margin-top: 40px;
	border-top: 2px solid rgba(0,0,0,.54);
}

footer p {
	color: #909090;
}

footer .menu a {
	color: #000;
	font-size: 17px;
}

/* FORM contacts-content */
.contacts-content {
    max-width: 607px;
}

.contacts-content input, .contacts-content form textarea {
    max-width: 607px;
	width: 100%;
	padding: 8px;
}



.contacts-content label {
    color: #8e8e8e;
}

.contacts-content select {
    color: #fff;
    background: #00963e;
    padding: 5px;
}

.contacts-content h2 {
    font-size: 23px;
}

    input.wpcf7-form-control.wpcf7-submit {
    width: 100px;
    padding: 6px;
    background: #00963e;
    color: #fff;
    border: 1px solid;
}

/* MENU */
/*.menu-m {
	position: absolute;
	top: 76px;
	left: -240px;
	bottom: 0;
	right: 0;
	z-index: 2;
	-webkit-transition: all .5s;
	transition:all .5s;
}

.menu-m_active {
	left: 0;
	background-color: rgba(0,0,0,.54);
}

.menu-m__menu{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	padding: 16px;
	width: 240px;
	height: 100%;
	border-top: 2px solid rgba(0,0,0,.54);
}

.menu-m__list {
	margin-bottom: 24px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(0,0,0,.54);
}

.menu-m__link {
	line-height: 2;
	text-decoration: none;
	text-transform: uppercase;
}

.menu-m__city,
.menu-m__link {
	color: rgba(0,0,0,.87);
	font-weight:600;
}

.menu-m__city-list{
	margin-top: 24px;
	max-width: 100%;
}

.menu-m__menu {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	padding: 16px;
	width: 240px;
	height: 100%;
	border-top: 2px solid rgba(0,0,0,.54);
}*/

/* MENU */

.hidden-menu-ticker,
.menu-m {
      display: none;
}

.fix {
	margin-left: 95%;
}

@media screen and (max-width: 768px) and (min-width: 320px) {
	.mobile-menu-block,
	.menu,
	.right-aside-menu,
	.social-btn,
	.subscribe-block {
		display: none;
	}
	.right-header-bloock {
		height: auto;
		margin-right: 5px;
	}
	article {
		width: 100%;
	}
	aside {
		width: 100%;
	}
	
	.wrapper {
		padding: 0 10px;
	}
	.header__row {
		flex-grow: 0;
		width: 160px;
		margin-bottom: 10px;
		/*margin: 0 auto;*/
	}
	.header__logo {
		width: 100%;
		/*text-align: center;*/
	}
/* MENU */
.menu-m {
	display: inline-block;
}

.social-btn-mobile {
	display: flex;
}
.hidden-menu {
             display: block;
             position: fixed;
             list-style:none;
             padding: 10px;
             margin: 0;
             box-sizing: border-box;
             width: 240px;
             background-color: #eee;
             height: 100%;
             top: 0;
             left: -240px;
             transition: left .2s;
             z-index: 2;
             -webkit-transform: translateZ(0);
             -webkit-backface-visibility: hidden;
    }
    .btn-menu {
             color: #fff;
             background-color: #eee;
             padding: 5px;
             position: fixed;
             top: 5px;
             /*left: 5px;*/
             left: -35px;
             cursor: pointer;
             transition: left .23s;
             z-index: 3;
             width: 25px;
             -webkit-transform: translateZ(0);
             -webkit-backface-visibility: hidden;
    }
    .btn-menu span {
             display: block;
             height: 3px;
             background-color: #000;
             margin: 3px 0 0;
             transition: all .1s linear .23s;
             position: relative;
    }
    .btn-menu span.first {
             margin-top: 0;
    }
    .hidden-menu-ticker:checked ~ .btn-menu {
             left: 190px;
    }
    .hidden-menu-ticker:checked ~ .hidden-menu {
             left: 0;
    }
    .hidden-menu-ticker:checked ~ .btn-menu span.first {
             -webkit-transform: rotate(45deg);
             top: 8px;
    }
    .hidden-menu-ticker:checked ~ .btn-menu span.second {
             opacity: 0;
    }
    .hidden-menu-ticker:checked ~ .btn-menu span.third {
             -webkit-transform: rotate(-45deg);
             top: -5px;
    }
    .fixblock nav li {
             display: block;
             text-align: center;
             background: #fff;
             border: 2px solid #F7F7F7;
    }

.menu-m__city {
	margin-top: 10px;
	display: inline-block;
}
/* MENU */
.spisok-film-content img {
	width: 100%;
}

.menu-m__item {
	display: block !important;
}

}

@media screen and (max-width: 943px) {
	.mobile-menu-block,
	.menu,
	.right-aside-menu,
	.social-btn,
	.subscribe-block {
		display: none;
	}
	.block {
		left: 40% !important;
	}
	
	.right-header-bloock {
		height: auto;
		margin-right: 10px;
	}
	
	.left-header-bloock {
		max-width: 100%;
		width: 100%;
	}
	
	article {
		width: 100%;
	}
	.afisha-block {
		text-align: center;
	}
	aside {
		width: 100%;
	}
	
	.wrapper {
		padding: 0 5px;
	}
	.header__row {
		flex-grow: 0;
		width: 160px;
		margin-bottom: 10px;
		/*margin: 0 auto;*/
	}
	.header__logo {
		width: 100%;
		/*text-align: center;*/
	}
	.spisok-film-content {
		text-align: center;
	}
	.spisok-film-title,
	.spisok-film-subtitle,
	.spisok-film-description,
	.spisok-film-date,
	.spisok-film-info {
		text-align: left;
	}
/* MENU */
.menu-m {
	display: inline-block;
}
.social-btn-mobile {
	display: flex;
}
.hidden-menu {
             display: block;
             position: fixed;
             list-style:none;
             padding: 10px;
             margin: 0;
             box-sizing: border-box;
             width: 240px;
             background-color: #eee;
             height: 100%;
             top: 0;
             left: -240px;
             transition: left .2s;
             z-index: 2;
             -webkit-transform: translateZ(0);
             -webkit-backface-visibility: hidden;
    }
    .btn-menu {
             color: #fff;
             background-color: #eee;
             padding: 5px;
             position: fixed;
             top: 5px;
             /*left: 5px;*/
             left: -35px;
             cursor: pointer;
             transition: left .23s;
             z-index: 3;
             width: 25px;
             -webkit-transform: translateZ(0);
             -webkit-backface-visibility: hidden;
    }
    .btn-menu span {
             display: block;
             height: 3px;
             background-color: #000;
             margin: 3px 0 0;
             transition: all .1s linear .23s;
             position: relative;
    }
    .btn-menu span.first {
             margin-top: 0;
    }
    .hidden-menu-ticker:checked ~ .btn-menu {
             left: 190px;
    }
    .hidden-menu-ticker:checked ~ .hidden-menu {
             left: 0;
    }
    .hidden-menu-ticker:checked ~ .btn-menu span.first {
             -webkit-transform: rotate(45deg);
             top: 8px;
    }
    .hidden-menu-ticker:checked ~ .btn-menu span.second {
             opacity: 0;
    }
    .hidden-menu-ticker:checked ~ .btn-menu span.third {
             -webkit-transform: rotate(-45deg);
             top: -5px;
    }
    .fixblock nav li {
             display: block;
             text-align: center;
             background: #fff;
             border: 2px solid #F7F7F7;
    }

.menu-m__city {
	margin-top: 10px;
	display: inline-block;
}
/* MENU */
}
