/*
Theme Name: Megapolis
Author: Ruslan Ratych
Version: 1.0
*/

* { margin:0; padding:0; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing:border-box;}
:before, :after { -ms-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing:border-box;}
a { text-decoration:none; outline:0; cursor:pointer; margin:0; padding:0; color:#0f5baa; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease;}
a:hover { text-decoration:underline;}
img { border:0; max-width:100%; height:auto;}
ul, ol { list-style-type:none;}
html { height:100%;}
body { height:100%; font:15px/1.2 'Open Sans', sans-serif; color:#000; background:#f3f7fb;}
.clear { clear:both; height:0; font-size:0;}
.clearfix:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden;}

@font-face {
    font-family:'Roundedmplus1c';
    src: url('fonts/Roundedmplus1c');
    src: url('fonts/Roundedmplus1c.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roundedmplus1c.woff') format('woff'),
		 url('fonts/Roundedmplus1c.svg#Roundedmplus1c') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'Roundedmplus1c';
    src: url('fonts/Roundedmplus1cmedium.eot');
    src: url('fonts/Roundedmplus1cmedium.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roundedmplus1cmedium.woff2') format('woff2'),
		 url('fonts/Roundedmplus1cmedium.woff') format('woff'),
		 url('fonts/Roundedmplus1cmedium.svg#Roundedmplus1cmedium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family:'Roundedmplus1c';
    src: url('fonts/Roundedmplus1cbold.eot');
    src: url('fonts/Roundedmplus1cbold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roundedmplus1cbold.woff2') format('woff2'),
		 url('fonts/Roundedmplus1cbold.woff') format('woff'),
		 url('fonts/Roundedmplus1cbold.svg#Roundedmplus1cbold') format('svg');
    font-weight: 700;
    font-style: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
table { width:100%; border-collapse:collapse; border-spacing:0;}
.a-center { text-align:center;}
.cell { vertical-align:middle; display:table-cell;}
.nowrap { white-space:nowrap;}
.float-block { float:left; width:100%;}
.thumb, .thumb img { display:block;}
.lowercase { text-transform:lowercase;}
.uppercase { text-transform:uppercase;}
.dashed { border-bottom:1px dashed;}
.blue { color:#3c71b3;}
.yellow { color:#fcc633;}
.orange { color:#f27847;}

h1, .h1, h2, h3, h4, h5, h6 { font-family:'Roundedmplus1c'; margin-bottom:18px;}
h1, .h1 { font-size:30px; font-weight:bold; margin-bottom:40px;}
h2 { font-size:22px; font-weight:bold; margin-bottom:28px;}
h3 { font-size:20px; font-weight:500;}
h4 { font-size:18px;}
h5 { font-size:16px;}
h6 { font-size:15px;}
.title-block { margin-bottom:24px;}
.title-block:after { content:''; clear:both; display:table;}
.title-block h1, .title-block .h1, .title-block h2 { float:left; line-height:30px; padding:7px 0; margin-bottom:0;}
.title-block h1 a, .title-block .h1 a, .title-block h2 a { color:#000;}
.title-right { float:right;}
.title-block .title-count { display:inline-block; vertical-align:top; width:37px; height:37px; background:#81a9d2; border-radius:50%; text-align:center; font-size:18px; color:#fff; line-height:37px; margin-top:-4px; margin-left:3px;}

#wrapper { width:100%; min-width:300px; min-height:100%; position:relative; overflow:hidden;}
.center { max-width:1280px; margin:0 auto; padding:0 15px; position:relative;}
.center:after { content:''; display:table; clear:both;}
.page-wrapper { position:relative; padding:50px 0 20px;}
.page-wrapper:before { content:''; display:block; position:absolute; top:0; left:0; z-index:-1; width:100%; height:340px; background: -moz-linear-gradient(top, #e5edf6 0%, #f3f7fb 100%); background: -webkit-linear-gradient(top, #e5edf6 0%, #f3f7fb 100%); background: linear-gradient(to bottom, #e5edf6 0%, #f3f7fb 100%);}
body.home .page-wrapper { background:url(images/home-bg.jpg) no-repeat center 0;}
@media screen and (min-width: 1900px) {
	body.home .page-wrapper { background-size:100% auto;}
}
.page-wrapper>.center { z-index:3;}
#film_bg { display:block; position:absolute; right:0; top:0; z-index:2; opacity:0.15;}
#film_bg img { display:block;}
.jcarousel-wrap { position:relative;}
.jcarousel { position:relative; overflow:hidden;}
.jcarousel>ul { width:20000em; position:relative; list-style:none; margin:0; padding:0;}
.jcarousel>ul>li { float:left; position:relative;}
.jcarousel>ul>li a { text-decoration:none;}
.jcarousel-prev, .jcarousel-next { display:block; position:absolute; width:54px; height:54px; top:50%; margin-top:-27px; background:#fff; border-radius:50%; cursor:pointer; z-index:50; text-align:center; line-height:52px; font-size:40px; vertical-align:top; color:rgba(0,114,188,0.5); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.jcarousel-prev { left:-22px; padding-right:1px;}
.jcarousel-next { right:-22px; padding-left:1px;}
.jcarousel-prev:hover, .jcarousel-prev:active, .jcarousel-next:hover, .jcarousel-next:active { color:rgba(0,114,188,1);}
.jcarousel-prev.inactive, .jcarousel-next.inactive, .btns-hidden .jcarousel-prev, .btns-hidden .jcarousel-next, .btns-hidden .jcarousel-pagination { display:none;}
.tabs-box { display:none;}
.tabs-box.visible { display:block;}
.tabs-list { vertical-align:top; padding-bottom:16px;}
.tabs-list>li { display:inline-block; vertical-align:top; margin:0 6px 6px 0;}
.tabs-list>li:last-child { margin-right:0;}
.tabs-list>li>a, .tabs-list>li>span { display:block; background:#ebebeb; border-radius:20px; font-size:15px; line-height:20px; color:#000; text-decoration:none; font-weight:500; font-family:'Roundedmplus1c'; text-align:center; padding:10px 20px; text-transform:lowercase;}
.tabs-list>li.selected>a, .tabs-list>li.selected>span, .tabs-list>li>a:hover { background:#fedc1f;}
.tabs-carousel { padding-bottom:16px;}
.tabs-carousel .tabs-list { padding-bottom:0;}
.tabs-carousel .tabs-list>li { margin-right:10px;}
@media screen and (min-width: 992px) {
	.tabs-carousel .jcarousel { overflow:visible;}
	.tabs-carousel .jcarousel>ul { width:auto; left:auto !important; top:auto !important;}
	.tabs-carousel .jcarousel>ul.tabs-list>li { float:none;}
}
.row-small { margin-left:-8px; margin-right:-8px;}
.row-small>[class^="col"] { padding-left:8px; padding-right:8px;}
::-webkit-input-placeholder { font-weight:300; font-family: "Open Sans", sans-serif;}
:-moz-placeholder { font-weight:300; font-family: "Open Sans", sans-serif;}
::-moz-placeholder { font-weight:300; font-family: "Open Sans", sans-serif;}
:-ms-input-placeholder { font-weight:300; font-family: "Open Sans", sans-serif;}
map area { outline:none;}

/* header */
#header { background:#fff; position:relative; z-index:100; box-shadow:0 5px 8px rgba(0,0,0,0.05);}
.header-flex { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items:center; align-items:center; -webkit-justify-content:space-between; justify-content:space-between;}
#logo { display:block; width:146px;}
#logo img { display:block;}
.header-worktime { display:block; position:relative; font-size:14px; line-height:18px; color:#3470b3; font-family:'Roundedmplus1c';}
.header-worktime small { font-size:10.5px; color:#8f959a;}
.header-worktime:hover:before { opacity:1;}
.header-scheme { display:block; position:relative; padding-left:52px; line-height:35px; font-size:17px; color:#005aaa; font-family:'Roundedmplus1c'; font-weight:500; text-transform:lowercase; opacity:0.9; text-decoration:none;}
.header-scheme:before { content:''; display:block; position:absolute; left:0; top:50%; margin-top:-18px; width:39px; height:35px; background:url(images/geo.svg) no-repeat 0 0; background-size:100% 100%; opacity:0.55;}
.header-scheme:hover { text-decoration:none;}
.header-scheme:hover:before { opacity:1;}
#navmobile-btn { display:none; float:right; position:relative; width:35px; height:35px; line-height:35px; text-align:center; cursor:pointer; margin-right:4px;}
#navmobile-btn span { display: block; position: absolute; height:1px; width:19px; background:#0f5baa; left:8px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}
#navmobile-btn span:nth-child(1) { top:10px;}
#navmobile-btn span:nth-child(2), #navmobile-btn span:nth-child(3) { top:17px;}
#navmobile-btn span:nth-child(4) { top:24px;}
.mobile-open #navmobile-btn span:nth-child(1), .mobile-open #navmobile-btn span:nth-child(4) { top:17px; width:0%; left:50%;}
.mobile-open #navmobile-btn span:nth-child(2) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}
.mobile-open #navmobile-btn span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);}
.main_menu li { float:left;}
.main_menu li a { display:block; font-size:17px; line-height:23px; padding:24px 12px; color:#005aaa; font-family:'Roundedmplus1c'; font-weight:500; position:relative; text-transform:lowercase; text-decoration:none;}
.main_menu li a .actions-count { display:inline-block; vertical-align:top; margin-top:1px; width:21px; height:21px; line-height:21px; text-align:center; background:#ffca07; font-size:10px; color:#fff; font-weight:400; font-family:'Open Sans', sans-serif; border-radius:50%; margin-left:3px;}
.main_menu li a:before { content:''; display:block; position:absolute; left:12px; right:12px; bottom:0; height:2px; background:transparent; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease;}
.main_menu li.current-menu-item a:before, .main_menu li a:hover:before { background:#f5cf00;}
#nav-mobile { display:none;}

.breadcrumbs-wrap { background:#f2f6fb; padding:17px 0;}
.breadcrumbs { color:#999d9f;}
.breadcrumbs a { color:#999d9f;}
.breadcrumbs .sep { display:inline-block; width:4px; height:4px; background:#fcc633; border-radius:50%; margin:8px 5px 0; vertical-align:top;}

/* content */
.text { font-weight:300;}
.white-block.text { padding:30px 24px 20px; margin-bottom:80px;}
.text p { margin-bottom:18px;}
p:empty { display:none;}
.text ol { list-style:decimal outside; margin:0 0 18px 18px;}
.text ul { list-style:disc outside; margin:0 0 18px 18px;}
.alignleft { float:left; margin:0 18px 18px 0;}
.alignright { float:right; margin:0 0 18px 18px;}
.aligncenter { display:block; margin:0 auto 18px;}
.text img, .alignnone { margin-bottom:18px;}
.text .wp-caption img { display:block; margin:0;}
.text .wp-caption .wp-caption-text { margin:0; text-align:center; font-size:13px; padding:4px;}
.socials-share:after { content:''; clear:both; display:table;}
.socials-share .share-label { float:left; font-size:15px; line-height:24px; font-weight:300; margin-right:15px; white-space:nowrap; opacity:0.5;}
.socials-share .addtoany_shortcode { float:left;}
.socials-share .a2a_kit a { padding:0; width:24px; height:24px; margin:0 8px;}
.socials-share .a2a_kit a svg path { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; opacity:0.5;}
.socials-share .a2a_kit a.a2a_button_vk svg path { fill:#42678d;}
.socials-share .a2a_kit a.a2a_button_facebook svg path { fill:#3a5998;}
.socials-share .a2a_kit a.a2a_button_twitter svg path { fill:#22a7e0;}
.socials-share .a2a_kit a.a2a_button_odnoklassniki svg path { fill:#f29039;}
.socials-share .a2a_kit a:hover { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.socials-share .a2a_kit a:hover span, .socials-share .a2a_kit a:hover svg path { opacity:1;}
.text iframe { max-width:100%;}
.white-block { background:#fff; position:relative; padding:18px 24px; border-radius:5px; box-shadow:0 1px 4px rgba(0,0,0,0.09); margin-bottom:24px;}
.white-block:after { content:''; clear:both; display:table;}
.flex-inner { width:100%;}
.wrap-block { margin-bottom:70px;}
.wrap-block .title-block { margin-bottom:18px;}
.video-block { position:relative; width:100%; padding-bottom:65.6%;}
.video-block video { display:block; position:absolute; top:0; left:0; width:100%; height:100%; border-radius:4px; outline:none;}
.image-scale { display:block; position:relative; padding-bottom:66.66%; overflow:hidden; border-radius:5px;}
.image-scale .image-bg { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; -ms-transition: all 0.5s ease-out; transition: all 0.5s ease-out; -moz-transform: scale(1); -o-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); z-index: 1;}
.image-scale:before { content:''; display:block; position:absolute; top:0; left:0; width:100%; height:100%; opacity:1; background:rgba(15,91,170,0.2); border-radius:5px; z-index:2; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; -ms-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
.image-scale:hover .image-bg { -moz-transform:scale(1.4); -o-transform:scale(1.4); -webkit-transform:scale(1.4); transform:scale(1.4);}

/* form */
.text .wpcf7 { border-top:1px solid #ebebeb; padding:22px 48px;}
.wpcf7-form { max-width:492px;}
.wpcf7 h3 { margin-bottom:30px;}
.form-row { margin:0 -13px;}
.form-row:after { content:''; display:table; clear:both;}
.form-row .form-field { width:100%; float:left; padding:0 13px; margin-bottom:20px;}
.form-row .form-field.field-2 { width:50%;}
.form-row .form-field.field-3 { width:33.33%;}
input.input-text, textarea.input-text { font-family:'Open Sans', sans-serif; color:#000; font-size:15px; line-height:19px; font-weight:300; background:#fff; border:1px solid #ffcb08; padding:16px 20px; border-radius:4px; width:100%; height:53px; outline:none;}
textarea.input-text { overflow:auto; resize:vertical; display:block; height:105px;}
input.input-text.wpcf7-not-valid, textarea.input-text.wpcf7-not-valid { border-color:red;}
.submit-row { padding-top:12px;}
.btn { display:inline-block; outline:none; cursor:pointer; font-size:16px; line-height:20px; font-family:'Roundedmplus1c'; font-weight:bold; padding:10px 31px 11px; text-transform:lowercase; text-decoration:none; border-radius:22px; border:2px solid transparent; background: #fff; color:#737373; text-decoration:none;}
.btn:hover { text-decoration:none;}
.btn.white-btn { border:1px solid transparent; background: #fff; color:#737373;}
.btn.white-btn:hover, .btn.white-btn:active { color:#000;}
.btn.transparent-btn { border-color:#ebebeb; background:transparent; color:#737373;}
.btn.transparent-btn:hover, .btn.transparent-btn:active { background:#fff; color:#000;}
.btn.submit-btn { background:#ffcb08; color:#000; font-size:15px; line-height:19px; font-weight:500; border-radius:4px; padding:15px 30px; min-width:202px;}
.btn.submit-btn:hover, .btn.submit-btn:active { background:#f4c208;}
.wpcf7 span.wpcf7-not-valid-tip { font-size:12px; margin-top:4px;}
.wpcf7 div.wpcf7-response-output { margin-top:1.5em; padding:0.5em 1em;}

/* file upload */
.file_upload { display:inline-block; position:relative; font-size:15px; color:#000; font-weight:300; cursor:pointer; line-height:19px; width:340px; max-width:100%; border:1px solid #ffcb08; border-radius:4px; vertical-align:top;}
.file_upload .mark { display:block; cursor:pointer; padding:16px 18px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; position:relative; overflow:hidden;}
.file_upload .mark.default { color:#a3a3a3; text-transform:lowercase;}
.file_upload .button { display:block; cursor:pointer; float:right; width:117px; background:#fff; border:none; border-left:1px solid #ffcb08; border-radius:4px; text-align:center; padding:16px 20px; text-transform:lowercase;}
.file_upload input[type=file] { position:absolute; top:0; opacity:0; filter:alpha(opacity=0); width:100%; height:100%; cursor:pointer;}
.upload-row .upload-info { font-size:13px; line-height:16px; color:#a3a3a3; font-weight:300; margin-top:16px;}

/* top section */
.top-slider { margin-bottom:80px;}
.top-slider li img { display:block; width:100%; border-radius:5px;}
.top-slider .slide-image { display:block; position:relative; padding-bottom:32.4%; background-position:center center; background-repeat:no-repeat; background-size:cover; border-radius:5px;}
.top-slider .jcarousel-prev, .top-slider .jcarousel-next { width:39px; height:39px; top:auto; bottom:55px; margin-top:0; background:#0c5ca8; border:2px solid #0c5ca8; opacity:0.5; line-height:32px; font-size:30px; color:#fff;}
.top-slider .jcarousel-prev { left:auto; right:63px;}
.top-slider .jcarousel-next { right:12px;}
.top-slider .jcarousel-prev:hover, .top-slider .jcarousel-prev:active, .top-slider .jcarousel-next:hover, .top-slider .jcarousel-next:active { opacity:1; color:#fff;}
.top-slider .jcarousel-pagination { display:none;}
.top-slider .jcarousel-counter { display:block; position:absolute; width:90px; right:12px; bottom:14px; font-size:18px; line-height:24px; font-weight:bold; font-family:'Roundedmplus1c'; color:#fff; text-align:center; z-index:45;}

/* standard carousel */
.standard-carousel>.jcarousel>ul>li { padding:10px 20px 10px 0;}
.standard-carousel>.jcarousel>ul>li:last-child { padding-right:0;}
.standard-carousel:before, .standard-carousel:after { content:''; display:block; position:absolute; width:51px; top:10px; bottom:10px; background:url(images/carousel-shadow.png) no-repeat; background-size:200% 100%; z-index:49;}
.standard-carousel:before { left:0; background-position:right 0;}
.standard-carousel:after { right:0; background-position:0 0;}
.standard-carousel.first:before, .standard-carousel.last:after, .standard-carousel.btns-hidden:before, .standard-carousel.btns-hidden:after { display:none;}
.boxes-list { margin:0 -14px 50px -6px; vertical-align:top;}
.boxes-list .item-box { padding:10px; display:inline-block; vertical-align:top; margin-left:-4px;}
.item-box { margin-bottom:14px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.standard-carousel .item-box { margin-bottom:0;}
.item-box a { text-decoration:none; color:#000;}
.item-box a:hover { text-decoration:none;}
.item-box .item-inner { display:block; background:#fff; position:relative; top:0; width:276px; border-radius:5px; box-shadow:0 1px 4px rgba(0,0,0,0.09); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.item-box .item-inner:hover { top:-10px; box-shadow:0 4px 25px rgba(0,0,0,0.09);}
.item-box .box-image { display:block; position:relative; padding-bottom:57.2%; background-position:center center; background-repeat:no-repeat; background-size:cover; border-radius:4px;}
.item-box .box-image .box-image-caption { display:block; position:absolute; top:50%; left:0; width:100%; max-height:100%; overflow:hidden; transform:translateY(-50%); font-size:16px; line-height:22px; word-break:break-word; text-align:center; color:#000; font-weight:500; font-family:'Roundedmplus1c'; opacity:0.6;}
.item-box .box-entry { display:block; overflow:hidden;}
.item-box .box-caption { display:block; font-size:20px; line-height:24px; color:#000; font-weight:500; font-family:'Roundedmplus1c'; max-height:48px; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; text-overflow:ellipsis; margin-bottom:18px;}
.item-box .box-info { display:block; font-size:14px; line-height:16px; font-weight:400; opacity:0.7;}
.item-box-1 .item-inner { padding:20px 18px;}
.item-box-1 .box-image { padding-bottom:100%;}
.item-box-1 .box-image .image-logo { display:none; position:absolute; top:14px; left:11px; width:83px; height:83px; border:7px solid #fff; background-color:#fff; background-position:center center; background-repeat:no-repeat; background-size:contain; border-radius:4px;}
.item-box-1 .box-entry { padding-top:14px; height:97px;}
.item-box-1 .box-caption { font-size:14px; line-height:20px; font-weight:300; font-family:'Open Sans', sans-serif; height:40px; margin-bottom:16px;}
.item-box-1 .box-info { opacity:0.4;}
.item-box-2 .item-inner { padding:20px 18px; width:230px;}
.item-box-2 .box-image { padding-bottom:54%; background-color:#f9f9f9; border:20px solid #f9f9f9; background-size:contain;}
.item-box-2 .box-entry { padding:14px 5px 0; height:97px;}
.item-box-3 .box-image { border-radius:5px 5px 0 0;}
.item-box-3 .box-image:before { content:''; display:block; position:absolute; left:0; top:0; width:100%; height:100%; border-radius:4px; background:rgba(15,91,170,0.6); opacity:0; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.item-box-3 .box-icon { display:block; position:absolute; width:100px; height:100px; left:50%; top:50%; margin:-50px 0 0 -50px; background-position:center center; background-repeat:no-repeat; background-size:contain; opacity:0; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.item-box-3 .box-entry { padding:15px 22px; height:157px;}
.item-box-3 .box-btn { display:none; background:#fedc1f; color:#000; font-size:14px; line-height:17px; padding:13px 18px; border-radius:3px; border:none; text-transform:lowercase;}
.item-box-3 .box-btn:before { content:''; display:inline-block; width:8px; height:8px; vertical-align:top; margin-top:5px; margin-right:6px; background:url(images/sprite.png) no-repeat 0 -59px;}
.item-box-3 a:hover .box-info { display:none;}
.item-box-3 a:hover .box-image:before, .item-box-3 a:hover .box-icon { opacity:1;}
.item-box-3 a:hover .box-btn { display:inline-block;}
.item-box-4 .item-inner { width:230px;}
.item-box-4 .box-image { border-radius:5px 5px 0 0;}
.item-box-4 .box-entry { padding:17px 22px 15px; height:136px;}
.item-box-4 .box-caption { font-size:16px; line-height:20px; max-height:80px; height:80px; -webkit-line-clamp:4; margin-bottom:8px;}
.item-box-4 .box-info { opacity:0.4;}
.boxes-list .item-box-1 .item-inner, .boxes-list .item-box-3 .item-inner { width:258px;}
.item-box-poster .item-inner { width:200px;}
.item-box-poster .box-image { padding:0; background:none; border-radius:5px;}
.item-box-poster .box-image img { display:block; width:100%; border-radius:5px;}
.item-box-poster .box-entry { position:absolute; padding:17px; left:0; bottom:0; width:100%;}
.item-box-poster .box-btn { display:block; background:#fedc1f; color:#000; font-size:16px; line-height:20px; font-family:'Roundedmplus1c'; padding:13px 18px; border-radius:3px; text-align:center; border:none; text-transform:uppercase; opacity:0; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.item-box-poster a:hover .box-btn { opacity:1;}

/* reasons */
.reasons-block .white-block { padding:26px 20px;}
.reasons-block .white-block:before { content:''; display:block; position:absolute; z-index:-1; left:-85px; top:50%; margin-top:-10px; transform:translateY(-50%); width:146px; height:458px; background:url(images/reasons-girl.png) no-repeat 0 0;}
.reasons-block .tabs-list { float:right; width:47.5%; padding:0;}
.reasons-block .tabs-list li { display:block; margin:0;}
.reasons-block .tabs-list li+li { margin-top:8px;}
.reasons-block .tabs-list .tab-title { padding:0 13px; border:0 solid #f26522; cursor:pointer; border-radius:5px;}
.reasons-block .tabs-list .tab-icon { float:left; position:relative; width:40px; height:40px; background-color:#f26522; border-radius:4px; padding:4px;}
.reasons-block .tabs-list .tab-icon img { display:block; position:absolute; max-width:32px; max-height:32px; width:auto; height:auto; top:50%; left:50%; transform:translate(-50%,-50%);}
.reasons-block .tabs-list .tab-entry { margin-left:53px;}
.reasons-block .tabs-list .cat-title { display:table-cell; height:40px; vertical-align:middle; font-size:18px; line-height:20px; color:#0f5baa; font-family:'Roundedmplus1c'; font-weight:bold;}
.reasons-block .tabs-list .reason-shops { display:none; font-size:14px; line-height:16px; font-weight:300; color:#737373; overflow:hidden; -webkit-line-clamp:2; -webkit-box-orient:vertical; text-overflow:ellipsis; margin-bottom:9px;}
.reasons-block .tabs-list .reason-link { display:none; color:#737373; font-size:14px; line-height:16px; font-weight:300; padding-left:14px; position:relative; text-decoration:none; text-transform:lowercase;}
.reasons-block .tabs-list .reason-link:before { content:''; display:block; position:absolute; left:0; top:5px; width:8px; height:8px; background:url(images/sprite.png) no-repeat -9px -59px;}
.reasons-block .tabs-list .reason-link:hover { color:#000;}
.reasons-block .tabs-list li.selected .tab-title { padding:14px 12px; border-width:1px;}
.reasons-block .tabs-list li.selected .tab-icon { width:94px; height:94px; padding:14px;}
.reasons-block .tabs-list li.selected .tab-icon img { max-width:66px; max-height:66px;}
.reasons-block .tabs-list li.selected .tab-entry { margin-left:110px;}
.reasons-block .tabs-list li.selected .cat-title { display:block; height:auto; font-size:20px; line-height:24px; padding-top:2px; margin-bottom:9px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.reasons-block .tabs-list li.selected .reason-shops { display:block; display:-webkit-box;}
.reasons-block .tabs-list li.selected .reason-link { display:inline-block;}
.reasons-block .tabs-boxes { float:left; width:51.5%;}

/* home allbums */
.home-allbums .row-small { margin-left:0;}
.home-allbum-item { margin-bottom:16px;}
.home-allbum-item .item-inner { display:block; position:relative; padding-bottom:66.6%; color:#fff; text-decoration:none; font-size:15px; line-height:18px; font-family:'Roundedmplus1c'; font-weight:bold;}
.home-allbum-item .item-date { display:block; position:absolute; top:0; left:0; padding:4px 14px; z-index:3;}
.home-allbum-item .item-title { display:block; position:absolute; bottom:0; left:0; width:100%; min-height:62px; padding:4px 14px; z-index:3;}
.home-allbum-item.allbum-item-big .item-date { padding:6px 24px; text-align:center;}
.home-allbum-item.allbum-item-big .item-date .date-month { display:block; font-size:12px; line-height:16px;}
.home-allbum-item.allbum-item-big .item-date .date-day { font-size:22px; line-height:26px;}
.home-allbum-item.allbum-item-big .item-title { padding:4px 15px 38px; min-height:1px; font-size:22px; line-height:34px;}
.home-allbum-item.allbum-item-big .item-title span { background:#fdc000; padding:0 8px; box-decoration-break:clone; -webkit-box-decoration-break:clone;}

.home-events-block .jcarousel-wrap:before { content:''; display:block; position:absolute; z-index:-1; left:-106px; top:50%; margin-top:-25px; transform:translateY(-50%); width:252px; height:505px; background:url(images/events-girl.png) no-repeat 0 0;}
body.category-1 .page-wrapper>.center:before { content:''; display:block; position:absolute; z-index:-1; left:-237px; bottom:-18px; width:252px; height:505px; background:url(images/events-girl.png) no-repeat 0 0;}

/* children block */
.children-block .title-block h2 { opacity:0.9;}
.children-block .tabs-carousel { padding-bottom:32px;}
.children-block .tabs-list>li>a { background:transparent; border:2px solid #3c71b3; color:#3c71b3; opacity:0.5; padding:8px 20px;}
.children-block .tabs-list>li.selected>a, .children-block .tabs-list>li>a:hover { background:#3c71b3; color:#fff; opacity:1;}
.children-block .white-block { padding:25px 200px 25px 25px;}
.children-block .white-block:before { content:''; display:block; position:absolute; right:0; top:50%; transform:translateY(-50%); margin-top:-16px; width:193px; height:391px; background:url(images/banana.png) no-repeat 0 0;}
.child-video { float:left; width:42%;}
.child-video+.children-shops { margin-left:46%; border-left:1px solid #ebebeb; padding-left:32px;}
.children-shop-list { margin:0 -10px 0 -2px;}
.child-box { padding:0 6px; display:inline-block; width:136px; margin-left:-4px; vertical-align:top; margin-bottom:6px;}
.child-box .box-inner { display:block; position:relative; background:#fff; border:1px solid #ebebeb; border-radius:5px; padding:6px; color:#000; text-decoration:none; box-shadow:none;}
.child-box .box-image { display:block; position:relative; background:#f9f9f9; border:6px solid #f9f9f9; padding-bottom:41.4%; background-position:center center; background-repeat:no-repeat; background-size:contain;}
.child-box .box-image .box-image-caption { display:block; position:absolute; top:50%; left:0; width:100%; max-height:100%; overflow:hidden; transform:translateY(-50%); font-size:10px; line-height:13px; text-align:center; color:#000; font-weight:bold; font-family:'Roundedmplus1c'; text-transform:uppercase;}
.child-box .box-caption { display:block; font-size:12px; line-height:16px; font-weight:300; text-transform:uppercase; padding:18px 6px 9px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.child-box .box-inner:hover { top:-10px; box-shadow:0 4px 25px rgba(0,0,0,0.09);}

/* instagram */
.instagram-block .white-block { padding:14px 32px;}
.instagram-block .swiper-wrapper { padding:10px 0;}
.instagram-block .insta-gallery-items[data-type=carousel] .ig-item, .instagram-block .insta-gallery-items[data-type=gallery] .ig-item { position:relative; top:0; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.instagram-block .insta-gallery-items[data-type=carousel] .ig-item:hover, .instagram-block .insta-gallery-items[data-type=gallery] .ig-item:hover { top:-10px;}
.instagram-block .insta-gallery-items[data-type=carousel] .ig-item:before, .instagram-block .insta-gallery-items[data-type=gallery] .ig-item:before { padding-top:66.8%;}
.instagram-block .insta-gallery-items[data-type=carousel] .ig-item a, .instagram-block .insta-gallery-items[data-type=gallery] .ig-item a { border-radius:4px; padding-top:66.8%; box-shadow:0 4px 25px rgba(0,0,0,0.09);}
div.mfp-bg { opacity:0.15;}
.mfp-wrap .mfp-counter { color:#000;}
.mfp-wrap .mfp-image-holder .mfp-close, .mfp-wrap .mfp-iframe-holder .mfp-close { color:#000;}

/* single post */
.single-content .single-side { float:right; width:26.7%; border-left:1px solid #ebebeb; margin-left:24px; padding:0 20px 20px;}
.single-content .single-text { overflow:hidden;}
.single-socials { border-top:1px solid #ebebeb; clear:both; margin:0 -24px; padding:18px 24px 0;}
.countdown-wrap { margin-bottom:24px;}
.countdown-wrap .ujic-classic { overflow:visible;}

/* single shop */
.shop-single-content { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-bottom:40px;}
.shop-single-content .single-entry { display: -webkit-flex; display: -ms-flexbox; display: flex; width:72%;}
.shop-single-content .single-side { display: -webkit-flex; display: -ms-flexbox; display: flex; width:26%; margin-left:2%;}
.shop-tape { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content:space-between; justify-content:space-between; border-bottom:1px solid #f0f0f0; margin-bottom:26px;}
.shop-worktime { margin-bottom:17px;}
.shop-worktime .worktime_status { display:block; position:relative; padding-left:32px; line-height:30px; white-space:nowrap;}
.shop-worktime .worktime_status:before { content:''; display:block; position:absolute; top:4px; left:0; width:22px; height:22px; background:url(images/sprite.png) no-repeat 0 -36px;}
.shop-worktime .worktime_status.opened { color:#05b722;}
.shop-worktime .worktime_status.opened:before { background-position:0 -36px;}
.shop-worktime .worktime_status.closed { color:#f26522;}
.shop-worktime .worktime_status.closed:before { background-position:-23px -36px;}
.shop-cats { text-align:center; padding-bottom:10px;}
.shop-cats a { display:inline-block; vertical-align:top; white-space:nowrap; padding:3px 15px 5px; color:#005aaa; text-transform:lowercase; border:2px solid #ffe276; border-radius:4px; margin-right:7px; margin-bottom:7px; text-decoration:none;}
.shop-cats a:hover { border-color:#005aaa;}
.shop-floor { color:#9da3a9; line-height:30px; white-space:nowrap;}
.shop-floor .fa { color:#ffca07; font-size:24px; position:relative; top:2px;}

.shop-logo { padding:18px 0; text-align:center; margin-bottom:28px;}
.shop-info { padding:0 15px;}
.text .shop-info { margin:0; list-style:none;}
.shop-info li { position:relative; padding-left:26px; line-height:20px; margin-bottom:16px;}
.shop-info li a { color:#000;}
.shop-info li p.light { color:#a3a3a3;}
.shop-info li .fa { display:block; position:absolute; left:0; top:0; width:20px; line-height:20px; text-align:center; font-size:18px; color:#bbc0c4;}
.shop-info li .fa-map-marker { font-size:24px; color:#ffca07;}
.info-separator { padding: 20px 0;}
.info-separator:before { content:''; display: block; height: 1px; background: #ebebeb;}
.shop-social { display: flex; font-size: 14px; line-height: 20px; padding: 0 15px; margin-bottom: 6px;}
.shop-social .fa { color: #c7c8ca; font-size: 16px; line-height: 20px; width: 20px; flex:0 0 20px; text-align: center; margin-right: 6px;}

/* shop category */
.header-part { display:block; position:relative; height:530px;}
.header-part .header-image, .header-part .header-video, .header-part .header-part-overlay { display:block; position:absolute; top:0; left:0; width:100%; height:100%;}
.header-part .header-image { background-position:center center; background-repeat:no-repeat; background-size:cover; z-index:1;}
.header-part .header-video { overflow:hidden; z-index:2;}
.header-part .header-video video { display:block; position:absolute; top:50%; left:50%; min-width:100%; min-height:100%; width:auto; height:auto; transform:translate(-50%, -50%);}
.header-part .header-part-overlay { background:rgba(15,91,170,0.8); z-index:3;}
.header-part .header-title { display:block; position:absolute; width:700px; left:50%; top:50%; transform:translate(-50%, -50%); color:#fff; z-index:5;}
.header-title { text-align:center; font-family:'Roundedmplus1c'; font-weight:bold;}
.header-title .icon { display:block; width:100px; margin:0 auto 22px;}
.header-title .icon img { display:block;}
.header-title .prev-title { font-size:18px; line-height:24px;}
.header-title h1 { font-size:48px; margin:8px 0 0;}

.shops-toolbar .tabs-list { float:left; max-width:calc(100% - 200px); max-width: 100%;}
.shops-toolbar .shops-check { float:right; margin-bottom:22px;}
.shops-check { display:inline-block; border:2px solid #ebebeb; border-radius:20px; padding:3px 23px 3px 5px; font-size:15px; line-height:30px; font-family:'Roundedmplus1c'; font-weight:bold; text-transform:lowercase; cursor:pointer; white-space:nowrap;}
.shops-check .check-inner { position:relative; float:left; margin-right:15px; width:62px; height:30px; background:#ebebeb; border-radius:15px; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease;}
.shops-check .check-inner:before { content:''; display:block; position:absolute; top:4px; left:4px; width:22px; height:22px; border:3px solid #b7b7b7; border-radius:50%; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease;}
.shops-check.checked .check-inner { background:#fedc1f;}
.shops-check.checked .check-inner:before { left:36px; border-color:#fff;}

.organizers-block { margin-bottom: 60px;}
.organizers-block h2 { font-size: 30px;}
.organizers-list { background: #fff; padding: 40px 50px; border-radius: 4px; box-shadow: 2px 2px 3px 5px rgba(0,0,0,0.05); line-height: 22px; margin-bottom: 26px;}
.organizers-list h4 { font-size: 15px; font-weight: bold; text-transform: uppercase; margin: 0;}
.organizers-list p { margin-bottom: 22px;}
.organizers-list p:last-child { margin-bottom: 0;}
.btn-orange { display: block; font-size:22px; line-height: 30px; font-weight: bold; color:#000; text-decoration: none; background: #fdda3b; border:none; border-radius: 4px; padding: 28px; text-align: center; cursor: pointer;}
.btn-orange:hover { text-decoration: none;}

/* gallery */
.tabs-carousel.gallery-cats, .tabs-carousel.category-tabs { padding-bottom:28px;}
.allbums-list { margin:0 -8px 60px;}
.allbums-list .home-allbum-item { float:left; padding:0 8px; width:25%; margin-bottom:18px;}
.allbums-list .allbum-item-big { width:50%; margin-bottom:28px;}
.album-gallery { padding-top:20px; margin:0 -8px 80px;}
.album-gallery .album-gallery-item { float:left; width:25%; padding:0 8px; margin-bottom:19px;}
.album-gallery .album-gallery-item .image-scale:hover:before { opacity:0;}
#fancybox-wrap #fancybox-left-ico, #fancybox-wrap #fancybox-right-ico { width:54px; height:54px; margin-top:-27px; background:#fff; color:rgba(0,114,188,0.5); text-align:center; border-radius:50%; line-height:52px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; font-family:FontAwesome; font-size:40px;}
#fancybox-wrap #fancybox-left-ico:before { content: "\f104";}
#fancybox-wrap #fancybox-right-ico:before { content: "\f105";}
#fancybox-wrap #fancybox-left-ico:hover, #fancybox-wrap #fancybox-right-ico:hover { color:rgba(0,114,188,1);}
#fancybox-wrap #fancybox-left span, #fancybox-wrap #fancybox-left:hover span { left:-70px;}
#fancybox-wrap #fancybox-right span, #fancybox-wrap #fancybox-right:hover span { left: auto; right:-70px;}

/* page navi */
.wp-pagenavi { vertical-align:top; text-align:center; margin-bottom:70px;}
.wp-pagenavi a, .wp-pagenavi span { display:inline-block; width:42px; height:42px; background:#fff; border-radius:50%; font-size:16px; line-height:42px; color:#999d9f; border:none; font-weight:300; padding:0; text-align:center; margin:0 5px 10px; text-decoration:none;}
.wp-pagenavi a:hover, .wp-pagenavi span.current { background:#fcc633; color:#fff;}
.wp-pagenavi span.current { font-weight:bold;}

/* faqs */
.faqs-form { max-width:492px; margin-bottom:30px;}
.faqs-btn-wrap { padding-bottom:26px;}
.faqs-form-block { display:none;}
.faqs-form input.input-text.error, .faqs-form textarea.input-text.error { border-color:red;}
.faqs-form label.error { display:block; font-size:12px; margin-top:4px; line-height:16px; color:red;}

.faqs-item { background:#fff; padding:24px; margin-bottom:36px;}
.faqs-head { display:none;}
.faqs-head .faqs-author { font-weight:bold; float:left;}
.faqs-head .faqs-date { float:right;}
.faqs-head .faqs-number { display:block; margin:0 auto; text-align:center; width:60px;}
.faqs-item p { margin-bottom:18px;}
.faqs-item p:last-child { margin-bottom:0;}
.faqs-item .faqs-question { padding:10px 0 28px;}
.faqs-item .faqs-answer {  font-weight:300; border-top:1px solid #ebebeb; padding:28px 0 14px;}
.faqs-list .wp-pagenavi { padding-top:15px;}

/* logos */
.logos-section { margin-bottom:30px;}
.logos-carousel { margin:0 -6px;}
.logos-carousel li { padding:0 6px;}
.logo-item { display:block; background:#fff; border-radius:4px; padding-bottom:42%; position:relative;}
.logo-item .logo-bg { position:absolute; width:80%; height:58%; left:10%; top:21%; background-position:center center; background-repeat:no-repeat; background-size:contain; opacity:0.5; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.logo-item:hover .logo-bg { opacity:1;}

/* scheme */
#modal_scheme .modal-content .modal-body { padding-right:24px;}
#corpuses-scheme { padding-top:40px; margin-right:-5px;}
.corpuses-start { display:block; position:relative; background:url(images/navigation-scheme.jpg) no-repeat center top; background-size:cover;}
.corpuses-start img { display:block; width:100%; height:auto; opacity:0;}
.corpuses-start-map { position:relative; z-index:5;}
.corpuses-overlay { display:block; position:absolute; left:0; top:0; width:100%; height:100%; z-index:1; opacity:0;}
#corpuses-overlay-1 { background:url(images/corpuses-overlay-1.jpg) no-repeat center top; background-size:cover;}
#corpuses-overlay-2 { background:url(images/corpuses-overlay-2.jpg) no-repeat center top; background-size:cover;}
#corpuses-overlay-3 { background:url(images/corpuses-overlay-3.jpg) no-repeat center top; background-size:cover;}
.corpus-marker { display:block; position:absolute; width:40px; height:61px; padding:0 1px; line-height:38px; font-size:10px; text-align:center; color:#898989; z-index:1; cursor:pointer; margin-top:-61px; margin-left:-20px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; z-index:6;}
.corpus-marker:before { content:''; display:block; position:absolute; width:28px; height:6px; bottom:-3px; left:50%; margin-left:-14px; background:url(images/corpus-marker-shadow.png) no-repeat 0 0; background-size:100% 100%; z-index:1; opacity:0;}
.corpus-marker:after { content:''; display:block; position:absolute; width:100%; height:100%; top:0; left:0; background:url(images/corpus-marker.png) no-repeat 0 0; background-size:200% 100%; z-index:2;}
.corpus-marker .corpus-number { display:block; position:relative; z-index:3;}
.corpus-marker .corpus-name { display:none; position:absolute; right:100%; margin-right:7px; top:50%; transform:translateY(-50%); background:#fff; width:223px; border-radius:5px; box-shadow:0 5px 8px rgba(0,0,0,0.05); text-align:center; font-size:15px; line-height:18px; color:#f16421; font-family:'Roundedmplus1c'; font-weight:bold; padding:15px 12px;}
.corpus-marker .corpus-name small { display:block; font-size:14px; font-weight:400; color:#999; margin-top:9px;}
#corpus-marker-1 { left:69.2%; top:23%;}
#corpus-marker-2 { left:27.8%; top:18.2%;}
#corpus-marker-3 { left:25.4%; top:41.2%;}
.corpus-marker.show+.corpuses-overlay, .corpus-marker:hover+.corpuses-overlay { opacity:1;}
.corpus-marker.show, .corpus-marker:hover { color:#f16421; margin-top:-52px; z-index:7;}
.corpus-marker.show:before, .corpus-marker:hover:before { opacity:1;}
.corpus-marker.show:after, .corpus-marker:hover:after { background-position:right top;}
.corpus-marker.show .corpus-name, .corpus-marker:hover .corpus-name { display:block;}
.scheme-contacts { padding-top:20px;}
.corpus-tabs { margin-bottom:20px;}
.corpus-tabs:after, .floor-tabs:after { content:''; clear:both; display:table;}
.corpus-tabs li { float:left; margin-right:15px;}
.corpus-tabs li:last-child { margin-right:0;}
.corpus-tabs li a { display:block; background:#fff; border:2px solid #ebebeb; border-radius:18px; font-size:15px; line-height:20px; color:#000; text-decoration:none; font-family:'Roundedmplus1c'; font-weight:bold; padding:8px 20px;}
.corpus-tabs li.selected a, .corpus-tabs li a:hover { border-color:#fedc1f;}
.scheme-section .tabs-carousel { margin-bottom:20px;}
.tabs-carousel .corpus-tabs { margin-bottom:0;}
.floor-tabs li { float:left;}
.floor-tabs li a { display:block; font-size:15px; line-height:20px; padding:5px 17px; font-family:'Roundedmplus1c'; font-weight:bold; color:#a3a3a3; text-decoration:none;}
.floor-tabs li.active a, .floor-tabs li a:hover { color:#000;}
.corpus-box, .floor-box { display:none;}
.corpus-box.active, .floor-box.visible { display:block;}
.scheme-floor { float:left; width:74%; height:370px; position:relative;}
.scheme-floor-1 { height:280px;}
.scheme-floor-2 { height:140px;}
.scheme-floor .scheme-box { display:block; position:absolute; top:50%; left:0; background-position:center center; background-size:contain; background-repeat:no-repeat;}
.scheme-floor .scheme-room { display:block; position:absolute; background:#ffca07; opacity:0.5; text-align:center; font-size:15px; font-weight:bold; color:#fff; font-family:'Roundedmplus1c'; text-decoration:none; cursor:pointer; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.scheme-floor .scheme-room-child { font-size:14px; line-height:18px; font-weight:500;}
.scheme-floor .scheme-room:before, .scheme-floor .scheme-room:after, .scheme-floor .scheme-room .room-style:before, .scheme-floor .scheme-room .room-style:after { content:''; display:block; position:absolute; background:#ffca07; border:0 solid #ffca07;}
.scheme-floor .scheme-room.free, .scheme-floor .scheme-room.free:before, .scheme-floor .scheme-room.free:after, .scheme-floor .scheme-room.free .room-style:before, .scheme-floor .scheme-room.free .room-style:after { background:#7f7f7f; border-color:#7f7f7f;}
.scheme-room .room-logo { display:block; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); background-color:#fff; width:158px; height:68px; border:5px solid #fff; background-position:center center; background-repeat:no-repeat; background-size:contain;}
.scheme-room .room-number { position:relative; z-index:2;}
.scheme-room-child .room-number { display:table-cell; vertical-align:middle;}
.scheme-room .logo-tooltip { display:none; position:absolute; left:50%; margin-left:-80px; bottom:50%; margin-bottom:20px; width:160px; height:160px; background:#fff; border-radius:4px; padding:10px; box-shadow:0 0 6px rgba(0,0,0,0.4); z-index:4;}
.scheme-room .logo-tooltip .tooltip-inner { display:block; width:140px; height:140px; background-repeat:no-repeat; background-position:center center; background-size:contain;}
.scheme-room .logo-tooltip:before { content:''; display:block; position:absolute; top:100%; left:50%; margin-top:-1px; border-top:7px solid #fff; border-left:7px solid transparent; border-right:7px solid transparent; margin-left:-7px;}
.scheme-room.free .logo-tooltip { text-align:center; line-height:80px; font-style:italic; height:100px; color:#1ca2ab; font-size:14px; font-weight:400;}
.scheme-room.free .logo-tooltip .tooltip-inner { height:80px;}
.scheme-floor .scheme-room:hover, .scheme-floor .scheme-room.hover, .scheme-floor .scheme-room.hover-child { opacity:1; text-decoration:none; z-index:3;}
.scheme-floor .scheme-room:hover { z-index:4;}
.scheme-room:hover .logo-tooltip, .scheme-room.hover .logo-tooltip { display:block;}
.scheme-floor-rooms { float:right; width:23%; border-left:1px solid #ebebeb; margin-top:-65px; padding-left:12px;}
.scheme-floor-rooms .scroll-pane { height:460px;}
.scheme-floor-rooms .cell { height:460px;}
.rooms-list { display:inline-block; text-align:left;}
.rooms-list li { padding:6px 0; font-size:15px; line-height:20px; font-weight:300;}
.rooms-list li .number { float:left; width:28px; text-align:right; font-size:13px; opacity:0.5;}
.rooms-list li .room-entry { margin-left:48px;}
.rooms-list li .room-link { color:#000; text-decoration:none;}
.rooms-list li span.room-link { font-style:italic;}
.rooms-list li a.room-link:hover { text-shadow:0 0 1px #000;}

.single-scheme .scheme-floor { float:none; width:auto; max-width:910px; height:auto; padding-bottom:45%; margin:0 auto;}
.single-scheme .scheme-floor-1 { padding-bottom:30%;}
.single-scheme .scheme-floor-2 { padding-bottom:15%;}

/* kinopolis afisha */
.page-wrapper-afisha { background-repeat:no-repeat; background-position:center 0;}
.page-wrapper-afisha .page-wrapper { background:url(images/afisha-bg.png) repeat-x 0 0;}
@media screen and (min-width: 1900px) { .page-wrapper-afisha { background-size:100% auto;} }
.afisha-header { margin-bottom:38px;}
.afisha-header h1 { float:left; font-size:30px; line-height:40px; color:#fff; text-transform:uppercase; font-weight:normal; margin:0;}
.afisha-header .kinopolis-link { display:inline-block; float:right; background:none; border:1px solid #fec92e; font-size:16px; line-height:20px; color:#fec92e; font-weight:bold; text-transform:uppercase; text-decoration:none; padding:9px 12px;}
.afisha-header .kinopolis-link:hover, .afisha-header .kinopolis-link:active { background:#fec92e; color:#000;}
.nowkino-section { margin-bottom:50px;}
.nowkino-box { display:block; padding-bottom:36%; position:relative; text-decoration:none; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.nowkino-box .nowkino-ribbon { display:block; position:absolute; left:0; top:0; font-size:20px; line-height:24px; text-transform:uppercase; font-weight:bold; background:#fec92e; color:#000; padding:11px 20px; white-space:nowrap;}
.posters-list { margin:0 -22px;}
.posters-list li { float:left; width:20%; padding:0 22px; margin-bottom:60px;}
.posters-list li:nth-child(5n+1) { clear:both;}
.posters-list .poster-item { display:block; max-width:220px; margin:0 auto; text-decoration:none;}
.posters-list .thumb img { width:100%;}
.posters-list li .caption { display:block; background:#fec92e; margin-top:6px; font-size:16px; line-height:19px; color:#000; font-weight:bold; text-transform:uppercase; padding:4px 10px 3px; word-break:break-word;}

/* modal */
.fade { opacity: 0; -webkit-transition: opacity .15s linear; -o-transition: opacity .15s linear; transition: opacity .15s linear;}
.fade.show { opacity: 1;}
.modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color:#000;}
.modal-backdrop.show { opacity:.15;}
.modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; outline: 0;}
.modal-open .modal { overflow-x: hidden; overflow-y: auto;}
.modal-dialog { position: relative; width: auto; margin:15px;}
.modal.fade .modal-dialog { -webkit-transition: -webkit-transform .3s ease-out; transition: -webkit-transform .3s ease-out; -o-transition: -o-transform .3s ease-out; transition: transform .3s ease-out; transition: transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out; -webkit-transform: translate(0,-25%); -o-transform: translate(0,-25%); transform: translate(0,-25%);}
.modal.show .modal-dialog { -webkit-transform: translate(0,0); -o-transform: translate(0,0); transform: translate(0,0);}
.modal-content { position: relative; width:100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; background-color: #fff; border:1px solid #ebebeb; border-radius:5px; box-shadow:0 2px 25px rgba(0,0,0,0.09); -webkit-background-clip: padding-box; background-clip: padding-box; outline: 0;}
.modal-content .modal-body { padding:40px; width:100%; margin:0 auto; text-align:left;}
.modal-body h2 { margin-bottom:24px;}
@media screen and (min-width: 1110px) {
	.modal-dialog { max-width:1080px; margin:30px auto;}
}
.modal-dialog-centered { display: flex; align-items: center; min-height: calc(100% - (.5rem * 2));}
.modal-dialog-centered:before { display: block; height: calc(100vh - (.5rem * 2)); content: "";}
@media screen and (min-width: 576px) {
	.modal-dialog-centered { min-height: calc(100% - (1.75rem * 2));}
	.modal-dialog-centered:before { height: calc(100vh - (1.75rem * 2));}
}

/* ScrollPane */
.scroll-pane { overflow:auto; width:100%; outline:none;}
.jspContainer { overflow: hidden; position: relative;}
.jspPane { position: absolute;}
.jspVerticalBar { position: absolute; top: 0; right: 0;	width:10px; height: 100%;}
.jspHorizontalBar {	position: absolute;	bottom: 0; left: 0; width: 100%; height:10px;}
.jspCap { display: none;}
.jspHorizontalBar .jspCap { float: left;}
.jspTrack { position: relative;}
.jspTrack:before { content:''; position:absolute; width:4px; left:3px; top:0; height:100%; background:#ebebeb; border-radius:2px;}
.jspDrag { position: relative; top: 0; left:0; cursor: pointer; width:4px;}
.jspDrag:before { content:''; position:absolute; width:4px; left:3px; top:0; height:100%; background:#fedc1f; border-radius:2px;}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag { float: left; height: 100%;}
.jspHorizontalBar .jspTrack:before, .jspHorizontalBar .jspDrag:before { top:3px; left:0; height:4px; width:100%;}

/* footer */
#footer { background:#e1e9f1; padding:24px 0; color:rgba(0,0,0,0.5); font-size:14px; line-height:24px; font-weight:300;}
#footer .copyright { text-align:center; padding:24px 0;}
.footer-inner { padding:24px 0;}
.footer-inner:after { content:''; display: table; clear: both;}
.footer-columns { float: left; width: 100%; padding-right:300px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content:space-between; justify-content:space-between;}
.footer-column h4, .footer-column h5 { font-size:16px; line-height:24px; color:#005aaa; margin-bottom:14px;}
.footer-column h4 { margin-bottom:14px;}
.footer-column h5 { margin-bottom:6px;}
.footer-column ul, .footer-column p { margin-bottom:22px;}
.footer-column a { color:rgba(0,0,0,0.5);}
.footer-column p a.email-link { color:rgba(0,90,170,0.5);}
.footer-column a:hover, .footer-column p a.email-link:hover { color:#005aaa; text-decoration: none;}
.elp-widget { margin-bottom:24px;}
.footer-column .elp-widget h4 { margin-bottom:24px;}
.elp-widget .es_textbox_class { display:block; width:100%; height:46px; position:relative; z-index:2; background:none; border:2px solid rgba(0,90,170,0.5); border-radius:5px; font-size:14px;line-height:18px; font-weight:300; padding:12px 20px; color:#000; outline:none;}
.elp-widget .es_textbox_class:focus { border-color:#005aaa;}
.elp-widget .es_lablebox, .elp-widget .es_button { display:none;}
.elp-widget .es_msg { padding:0; font-size:12px;}
.social-links li { display:inline-block; vertical-align:top; margin-right:12px;}
.social-links li a { display:block; width:40px; height:40px; line-height:40px; text-align:center; font-size:18px; color:#ee791e; background: #fff; border-radius:50%; text-decoration:none;}
.social-links li a.social-ok { color:#ee791e; border-color:#ee791e;}
.social-links li a.social-vk { color:#4680c2; border-color:#4680c2; }
.social-links li a.social-instagram { background:url(images/socials.png) no-repeat -82px 0; font-size:0; line-height:0;}
.social-links li a:hover { text-decoration:none;}
.footer-column .social-links { margin-bottom: 36px;}
.footer-column .social-links li a.social-instagram { background-image:url(images/footer-socials.png);}
.reviews-stars { display:inline-block; vertical-align:top; position:relative; width:85px; height:17px; margin-right:3px; background:url(images/star.png) repeat-x 0 0; transition: all 0.3s ease;}
.reviews-stars>span { display:block; position:absolute; height:100%; left:0; top:0; max-width: 100%; background:url(images/star.png) repeat-x 0 bottom;}
.footer-reviews { display: inline-block;}
.footer-reviews a { display: inline-block; background: #fff; border-radius: 5px; font-size: 14px; line-height: 20px; padding: 13px 20px 13px 13px; color: #000; text-decoration: none; opacity: 0.75;}
.footer-reviews a:hover { opacity: 1; color: #000; text-decoration: none;}
.developed { float: right; margin-left:-250px; padding-top:50px;}
.developed .bobyakov_logo { display: block; float: left; text-decoration: none; width: 69px; height: 42px; background: url(images/bobyakov.svg) no-repeat 0 0; background-size:100% 100%; opacity:0.75;}
.developed .bobyakov_logo:hover { opacity:1;}
.developed .developed_inner { padding-top: 4px; margin-left: 80px; font-size: 14px; line-height: 18px; font-weight: 300; color:rgba(0,0,0,0.5);}
.developed .developed_inner a { color:rgba(0,0,0,0.5); text-decoration:none;}
.footer-info .developed { float:left; vertical-align:top; line-height:24px; margin-right:40px;}
.footer-info .developed img { vertical-align:top; margin-left:2px;}

.footer-top-mobile, .footer-column-mobile { display:none;}

.not-found { min-height: 700px; margin-bottom: 50px;}

.kruto-banner { display:block; position:fixed; width:112px; height:78px; bottom:24px; left:calc(50% + 567px); overflow:hidden; border-radius:3px; transition: all 0.4s ease; z-index:150;}
.kruto-banner:hover { height:145px;}
.kruto-banner img { display:block; border-radius:3px;}
@media screen and (max-width: 1300px) {
	.kruto-banner { left:auto; right:15px;}
}

@media screen and (max-width: 1120px) {
	#film_bg { display:none;}
	
    .main_menu li a { padding-left: 10px; padding-right: 10px;}
    
	.jcarousel-prev { left:-10px;}
	.jcarousel-next { right:-10px;}
}

@media screen and (min-width: 992px) {
	.desktop-hide { display:none;}
}

@media screen and (max-width: 991px) {
	.mobile-hide { display:none;}
	
	#header { padding:20px 0;}
	.fixed-header #wrapper { padding-top:75px;}
	.fixed-header #header { position:fixed; top:0; left:0; width:100%;}
	.fixed-header.admin-bar #header { top:32px;}
	#header .header-worktime, #header .header-scheme, #navi { display:none;}
	#navmobile-btn { display:block;}
	
	#nav-mobile { display:block; position: fixed; top: 75px; width: 100%; background:#fff; overflow:auto; bottom:0; right: -100%; -webkit-transition: right 0.3s ease; -moz-transition: right 0.3s ease; -o-transition: right 0.3s ease; transition: right 0.3s ease; z-index: 500;}
	.nav-mobile-block { padding:19px 0 28px;}
	.nav-mobile-block+.nav-mobile-block { border-top:1px solid #ebebeb;}
	.nav-mobile-block:after { content:''; clear:both; display:table;}
	.nav-mobile-block .header-worktime { float:left; margin-bottom:10px; margin-right:55px; padding-left: 44px; font-size: 11px; line-height: 18px; color: #8f959a; max-width: 120px;}
    .nav-mobile-block .header-worktime:before { content: ''; display: block; position: absolute; left: 0; top: 50%; margin-top: -15px; width: 30px; height: 30px; background: url(images/time.svg) no-repeat 0 0;  background-size: 100% 100%; opacity: 0.5;}
	.nav-mobile-block .header-scheme { float:left; margin-bottom:10px;}
	.mobile_menu li a { display:block; font-size:15px; line-height:21px; padding:7px 42px; font-family:'Roundedmplus1c'; font-weight:500; text-transform:uppercase; color:#005aaa;}
	.mobile_menu li .actions-count { display:inline-block; width:21px; height:21px; background:#ffca07; border-radius:50%; color:#fff; line-height:21px; font-size:10px; font-family:'Open Sans', sans-serif; text-align:center; margin-left:8px; vertical-align:top;}
	.nav-mobile-widgets { padding-left:42px; padding-right:42px;}
	.nav-mobile-widgets .social-links { padding:12px 0; margin-bottom:38px;}
	.nav-mobile-widgets .social-links li { margin:0 12px 0 0;}
	.nav-mobile-widgets .elp-widget { margin-bottom:35px;}
	.nav-mobile-widgets .elp-widget h4 { display:none;}
	.nav-mobile-widgets .elp-widget .es_textbox_class { max-width:204px;}
	.nav-mobile-widgets .widget_text { font-size:14px; line-height:24px; font-weight:300; color:#adadad;}
	.nav-mobile-widgets .widget_text h5 { font-size:15px; margin-bottom:10px;}
	.nav-mobile-widgets .widget_text p { margin-bottom:20px;}
	.nav-mobile-widgets .widget_text p a { color:#adadad;}
	body.mobile-open #nav-mobile { right:0;}
	
	body.admin-bar #nav-mobile { top:107px;}
	
	.top-slider .slide-image { padding-bottom:67%;}
	
	.reasons-block .white-block:before, .home-events-block .jcarousel-wrap:before, body.category-1 .page-wrapper>.center:before { display:none;}
	.reasons-block .tabs-list { float:none; width:auto;}
	.reasons-block .tabs-boxes { float:none; width:auto; margin-top:28px;}
	
	.home-allbums .row-small { margin-left:-8px;}
	
	.item-box-poster .item-inner { width:190px;}
	
	.children-block .white-block { padding:25px 200px 25px 25px;}
	.children-block .white-block:before { display:block;}
	.child-video { float:none; width:auto;}
	.child-video+.children-shops { margin-left:0; border-left:none; border-top:1px solid #ebebeb; padding-left:0; margin-top:28px; padding-top:28px;}
	
	.instagram-block .white-block { padding:10px 24px;}
	
	.header-part { height:420px;}
	.header-part .header-video { display:none;}
	
	.shop-tape { -webkit-flex-wrap: wrap;  flex-wrap:wrap;}
	.shop-cats { width:100%; order:2;}
	.shop-info { padding:0;}
	
	.allbums-list .home-allbum-item { width:33.33%;}
	.allbums-list .allbum-item-big { width:50%;}
	
	.album-gallery .album-gallery-item .image-scale:before { opacity:0;}
	
	.corpus-marker { width:32px; height:46px; line-height:30px; font-size:8px; margin-top:-46px; margin-left:-16px;}
	.corpus-marker:before { width:21px; height:4px; bottom:-2px; margin-left:-10px;}
	.corpus-marker .corpus-name { margin-right:5px; width:166px; font-size:12px; line-height:15px; padding:10px;}
	.corpus-marker.show, .corpus-marker:hover { margin-top:-40px;}
	
	.floor-boxes { padding-top:15px;}
	.scheme-floor { float:none; width:auto; height:auto; position:relative; padding-bottom:45%;}
	.scheme-floor-1 { padding-bottom:30%;}
	.scheme-floor-2 { padding-bottom:15%;}
	.scheme-floor-rooms { border-left:none; padding-left:0; border-top:1px solid #ebebeb; padding-top:25px; margin-top:20px; float:none; width:auto; text-align:center;}
	.scheme-floor-rooms .scroll-pane { height:auto;}
	.scheme-floor-rooms .jspContainer { width:auto !important; height:auto !important;}
	.scheme-floor-rooms .jspPane { position:relative; width:auto !important; height:auto !important; top:auto !important; left:auto !important; padding:0 !important;}
	.scheme-floor-rooms .cell { display:block; height:auto;}
	.rooms-list li { padding:4px 0;}
	
	.afisha-header { text-align:center;}
	.afisha-header h1 { text-align:left; float:none; margin-top:20px;}
	.afisha-header .kinopolis-link { float:none;}
	.nowkino-section { margin:0 -15px 40px;}
	.posters-list { margin:0 -15px;}
	.posters-list li { width:25%; padding:0 15px; margin-bottom:30px;}
	.posters-list li:nth-child(5n+1) { clear:none;}
	.posters-list li:nth-child(4n+1) { clear:both;}
	
	#fancybox-wrap #fancybox-left span, #fancybox-wrap #fancybox-left:hover span { left:15px;}
	#fancybox-wrap #fancybox-right span, #fancybox-wrap #fancybox-right:hover span { right:15px;}

	.footer-columns { float:none; width:auto; padding-right:0;}	
	.developed { float:none; clear:both; width:250px; margin:0 auto; padding-top:30px;}
}
@media screen and (max-width:782px) {
	.fixed-header.admin-bar #header { top:46px;}
	body.admin-bar #nav-mobile { top:121px;}
	#wpadminbar { position:fixed;}
}
@media screen and (max-width: 767px) {
	.page-wrapper { padding-top:30px;}
	h1, .h1 { font-size:24px; margin-bottom:30px;}
	h2 { font-size:18px; margin-bottom:20px;}
	h3 { font-size:17px;}
	h4 { font-size:16px;}
	h5 { font-size:15px;}
	h6 { font-size:14px;}
	.title-block .title-count { width:30px; height:30px; font-size:16px; line-height:30px; margin-top:0;}
	.white-block.text { padding:20px 20px 16px; margin-bottom:50px;}
	
	.header-part { height:340px;}
	.header-title .icon { width:76px; margin-bottom:16px;}
	.header-title .prev-title { font-size:16px; line-height:20px;}
	.header-title h1 { font-size:32px;}
	
	.top-slider, .wrap-block { margin-bottom:40px;}
	.children-block { margin-bottom:50px;}
	
	.children-block .tabs-carousel { padding-bottom:20px;}
	.children-block .white-block { padding:25px;}
	.children-block .white-block:before { display:none;}
	
	.shop-single-content { display:block;}
	.shop-single-content .single-entry { width:auto;}
	.shop-single-content .single-side { width:auto; margin-left:0;}
	.shop-info { max-width:220px; margin:0 auto;}
	.text .shop-info { margin:0 auto;}

	.single-content .single-side { float:none; width:auto; border-left:none; margin-left:0; padding:0 0 20px;}
	.single-content .single-text { overflow:visible;}
	.single-content .single-side+.single-text { border-top:1px solid #ebebeb; margin-left:-20px; margin-right:-20px; padding-right:20px; padding-left:20px; padding-top:20px;}
	.single-socials { margin-left:-20px; margin-right:-20px; padding-right:20px; padding-left:20px;}
	
	.tabs-carosuel.gallery-cats, .tabs-carousel.category-tabs { padding-bottom:20px;}
	.allbums-list { margin-bottom:48px;}
	.allbums-list .home-allbum-item { width:50%;}
	.allbums-list .allbum-item-big { width:100%; margin-bottom:18px;}
	.album-gallery { margin-bottom:40px;}
	.album-gallery .album-gallery-item { width:50%;}
	
	.text .wpcf7 { padding:18px 24px;}
	
	.faqs-item { font-size:14px;}
	.faqs-head .faqs-date { clear:left; float:left;}
	.faqs-head .faqs-number { width:auto; float:right;}
	
	.wp-pagenavi { margin-bottom:40px;}
	.wp-pagenavi a, .wp-pagenavi span { width:32px; height:32px; line-height:32px; font-size:14px; margin:0 4px 8px;}
	
	.corpus-marker { width:26px; height:40px; line-height:24px; font-size:8px; margin-top:-40px; margin-left:-13px;}
	.corpus-marker:before { width:17px; height:4px; bottom:-2px; margin-left:-9px;}
	.corpus-marker .corpus-name { margin-right:5px; width:132px; font-size:11px; line-height:14px; padding:8px;}
	.corpus-marker.show, .corpus-marker:hover { margin-top:-35px;}
	
	.nowkino-box { padding-bottom:45%;}
	.posters-list li { width:33.33%;}
	.posters-list li:nth-child(4n+1) { clear:none;}
	.posters-list li:nth-child(3n+1) { clear:both;}
	
	.modal-content .modal-body { padding:24px;}
	
    #footer, #footer .copyright, .footer-inner { padding:18px 0;}
	.footer-columns { display:block;}	
	.footer-column { float:left; width:50%; margin-bottom:15px;}
	.footer-column:nth-child(2n+1) { clear:both;}
    /*.kruto-banner { display: none;}*/
}
@media screen and (max-width:580px) {
	.boxes-list .item-box { width:50%;}
	.boxes-list .item-box:nth-child(2n+1) { clear:both;}
	.boxes-list .item-box .item-inner { width:auto;}
			
	.form-row .form-field.field-2 { width:100%;}
	
	.corpus-marker { width:22px; height:31px; line-height:20px; font-size:7px; margin-top:-31px; margin-left:-11px;}
	.corpus-marker:before { width:14px; height:3px; bottom:-2px; margin-left:-7px;}
	.corpus-marker .corpus-name { width:112px; font-size:10px; line-height:13px; padding:8px;}
	.corpus-marker.show, .corpus-marker:hover { margin-top:-26px;}
	
	.posters-list li { width:50%;}
	.posters-list li:nth-child(3n+1) { clear:none;}
	.posters-list li:nth-child(2n+1) { clear:both;}
	
	.shops-toolbar .tabs-list { float:none; max-width:100%;}
}
@media screen and (max-width: 460px) {
	.boxes-list .item-box { width:100%;}
	
	.home-allbum-item .item-inner { font-size:13px; line-height:15px;}
	.home-allbum-item .item-date { padding:4px 10px;}
	.home-allbum-item .item-title { min-height:53px; padding:4px 10px;}
	.home-allbum-item.allbum-item-big .item-date { padding:6px 18px;}
	.home-allbum-item.allbum-item-big .item-date .date-day { font-size:18px; line-height:24px;}
	.home-allbum-item.allbum-item-big .item-title { padding:4px 10px 20px; font-size:18px; line-height:24px;}
	
	.album-gallery .album-gallery-item { width:100%;}
	
	.corpus-marker .corpus-name { width:90px; font-size:8px; line-height:11px; padding:6px;}
	
	.text .wpcf7 { padding:18px 0;}
	
	.afisha-header h1 { font-size:24px; line-height:30px;}
	.afisha-header .kinopolis-link { font-size:14px; line-height:18px;}
	.nowkino-box .nowkino-ribbon { font-size:16px; line-height:20px;}
	.posters-list li { width:auto; float:none;}
	
	.footer-column { float:none; width:auto; text-align:center;}
	.social-links li { margin:0 6px;}
}
@media screen and (max-width: 380px) {
	.home-allbum-item, .allbums-list .home-allbum-item { width:100%;}
	.home-allbum-item .item-inner { font-size:15px; line-height:18px;}
	
	.corpus-marker { width:16px; height:24px; line-height:14px; font-size:6px; margin-top:-24px; margin-left:-8px;}
	.corpus-marker:before { width:10px; height:3px; bottom:-2px; margin-left:-5px;}
	.corpus-marker.show, .corpus-marker:hover { margin-top:-21px;}
	
	.file_upload .button { width:90px;}
}