@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap&subset=cyrillic,cyrillic-ext');

* {
    font-family: 'Roboto', sans-serif;
}

a, a:hover {
    color: #333;
    text-decoration: none;
}

a:visited {
    color: #000;
}


body p+p{
    font-weight: normal;
}

.bizon-container {
    max-width: 1920px;
    min-width: 1280px;
    position: relative;
    margin: 0 auto;
}

.bizon-container #brand {
    position: absolute;
    top: -36px;
    left: 0;
    background: #000;
    color: #fff;
    width: 200px;
    font-size: 16px;
    line-height: 150%;
    text-transform: lowercase;
    padding: 20px;
    letter-spacing: 2px;
}

header#page {
    height: 112px;
    overflow: hidden;
    min-width: 1280px;
}

#page-header {
    width: 1280px;
    margin: 35px auto;
    height: 40px;
    padding: 0 40px;
}

#page-header img.logo {
    height: 40px;
    float: left;
}

@media (max-width: 1680px) {
    #page-header img.logo {
        margin-left: 200px;
    }

    #page-header #block-bizon-main-menu ul {
        margin-left: 20px;
    }
    #page-header #block-bizon-main-menu li{
        width: 115px;
    }
    #page-header .social-icons{
        margin-left: 20px;
    }
    #page-header .social-icons a{
        width: 25px;
        margin-right: 15px;
    }
}

#block-bizon-main-menu {
    float: left;
}

#block-bizon-main-menu ul {
    margin: 7px 0 0 120px;
    padding: 0;
    overflow: hidden;
}

#block-bizon-main-menu li {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 125px;
    text-transform: lowercase;
    font-weight: 700;
    font-size: 21px;
    text-align: center;
}

#block-bizon-main-menu li a.disabled {
    color: #999;
    cursor: default;
}

.page-content {
    max-width: 1920px;
    min-width: 1280px;
    margin: 0 auto;
}

.event-exposition {
    max-width: 1920px;
    min-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.expositions-page #block-bizon-content .event-item,
.event-exposition.teaser {
    max-width: 550px;
    min-width: 550px;
    width: 550px;
    margin: 0;
    float: left;
}


#block-bizon-content .expositions-page,
#block-views-block-bizon-frontpage-block-4,
#block-views-block-other-works-block-1,
#block-views-block-bizon-frontpage-block-2 {
    width: 1280px;
    padding: 20px 40px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
#block-views-block-bizon-frontpage-block-4 .more-link,
#block-views-block-bizon-frontpage-block-2 .more-link {
    position: absolute;
    right: 40px;
    top: 43px;
    font-weight: bold;
    font-size: 20px;
    text-transform: lowercase;
}

.mainpage-event__list .more-link a,
#block-views-block-bizon-frontpage-block-2 .more-link a {
    color: #666;
}

#block-bizon-content .expositions-page h2,
#block-views-block-bizon-frontpage-block-4 h2,
/*#block-views-block-other-works-block-1 h2,*/
#block-views-block-bizon-frontpage-block-2 h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 20px 0;
    font-weight: 900;
}
#block-views-block-bizon-frontpage-block-4 > h2,
/*#block-views-block-other-works-block-1 > h2,*/
#block-views-block-bizon-frontpage-block-2 > h2 {
    text-transform: lowercase;
    font-size: 24px;
    margin: 20px 0 30px;
}
.content.page-content.front #block-bizon-content {
  height: 0;
}

#block-bizon-content .expositions-page div.views-row {
    float: left;
    overflow: hidden;
}

#block-bizon-content .expositions-page div.views-row .event-exposition.teaser,
#block-views-block-bizon-frontpage-block-2 div > div > div.views-row {
    width: 550px;
    overflow: hidden;
    margin: 0 100px 40px 0;
    padding: 0;
    font-size: 24px;
    float: left;
}

#block-bizon-content .expositions-page .views-row:nth-child(even) .event-exposition.teaser,
#block-views-block-bizon-frontpage-block-2 div > div > .views-row:nth-child(even) {
    margin-right: 0;
}

#block-bizon-content .expositions-page article,
#block-views-block-bizon-frontpage-block-2 article {
    padding: 0;
    margin: 0;
    width: 550px;
    font-size: 24px;
    line-height: 27px;
    color: #333;
}

#block-bizon-content .expositions-page .event-item,
#block-views-block-bizon-frontpage-block-2 .event-item {
    margin-right: 100px;
    float: left;
    width: 550px;
    margin-bottom: 50px;
}

#block-bizon-content .expositions-page .event-item:nth-child(odd),
#block-views-block-bizon-frontpage-block-2 .event-item:nth-child(even) {
    margin-right: 0;
}

#block-bizon-content .expositions-page a,
#block-views-block-bizon-frontpage-block-2 a {
    color: #000;
}

#block-bizon-content .expositions-page .author,
#block-views-block-bizon-frontpage-block-2 .author {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 15px;
    font-weight: bold;
}

#block-bizon-content .expositions-page .author a,
#block-views-block-bizon-frontpage-block-2 .author a {
    color: #333;
}

#block-bizon-content .expositions-page p,
#block-views-block-bizon-frontpage-block-2 p {
    font-size: 17px;
    line-height: 21px;
    color: #333;
}

.event-exposition section#featured_event,
.event-exposition header {
    height: 700px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.25);
    background-blend-mode: color;
    width: 100%;
    border-bottom: 50px;
    border-color: #000;
    background-size: 110%;
}

.event-exposition.fullpage header {
    border-bottom: 100px solid #000;
    height: 800px;
}

.event-exposition article {
    width: 1280px;
    margin: 0 auto;
    padding: 360px 40px 40px;
    color: #fff;
    font-size: 30px;
    line-height: 45px;
    position: relative;
}

.event-exposition article figure figcaption {
  line-height: 20px;
}

.inner-page .event-exposition.fullpage header article {
    height: 800px;
}

.event-exposition article h3 {
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 20px;
}

.event-exposition .content h3 {
  font-size: 20px;
  line-height: 20px;
  margin: 0 180px 20px;
}

.event-exposition .content h4 {
  margin: 0 180px 20px;
}

.event-exposition .content h5 {
  margin: 0 180px 20px;
}

.event-exposition .content h6 {
  margin: 0 180px 20px;
}

.event-exposition article h1 {
    font-size: 60px;
    font-weight: 900;
    line-height: 68px;
    z-index: 10;
    position: relative;
}

.event-exposition article a {
    color: #fff;
}

.event-exposition a.background-anchor {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    z-index: 1;
}

.event-exposition article .author a {
    display: block;
    color: #fff;
}

.event-exposition article .information {
    position: absolute;
    left: 40px;
    bottom: 40px;
    width: 1200px;
    font-size: 24px;
    line-height: 24px;
}

.event-exposition article .information ins {
    display: inline;
    text-decoration: none;
    float: left;
}

.event-exposition article .information .info {
    display: inline;
    float: right;
    font-weight: 300;
    font-size: 20px;
}

#block-bizon-content {
    clear: both;
    /*padding: 0 40px;*/
    margin: 0 auto;
    overflow: hidden;
}
#block-views-block-bizon-frontpage-block-4 .event-item,
#block-views-block-other-works-block-1 .views-row,
#block-bizon-content .event-item {
    float: left;
    width: 350px;
    margin-right: 75px;
}

/*.inner-page #block-bizon-content .mainpage-event--list .event-item:nth-child(4n) {*/
/*  margin-right: 0;*/
/*}*/

.event-item h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 20px 0 30px;
    font-weight: 900;
}

.event-item time {
    color: #f00;
    font-weight: bold;
    font-size: 18px;
}

.event-exposition time {
    color: #fff;
}

.event-exposition .author {
    margin: 25px 0 0;
}

.mainpage-event__list .content,
.inner-page .mainpage-event__list {
    margin: 0 auto;
    width: 1280px;
    padding: 0 40px;
    position: relative;
}
.expositions-page > header {
  color: black;
  font-size: 24px;
  line-height: 30px;
  margin: 20px 0 30px;
  font-weight: 700;
}

.expositions-page > header > u {
  text-decoration: none;
}

.mainpage-event__list > header {
    font-size: 24px;
    line-height: 30px;
    margin: 20px 0 30px;
    /*text-transform: lowercase;*/
    font-weight: 700;
}

.mainpage-event__list .more-link {
    position: absolute;
    right: 40px;
    top: 5px;
    font-weight: bold;
    font-size: 20px;
    text-transform: lowercase;
}

.inner-text {
    width: 1280px;
    margin: 20px auto;
    padding: 0 40px;
    overflow: hidden;
    color: #333;
}

.inner-text h1,
.inner-text h2,
.inner-text p {
    margin: 0 180px 20px;
}

.inner-text p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}

.event-exposition article.content {
    padding: 0 40px;
    margin: 0 auto;
    width: 1280px;
    overflow: hidden;
}

.event-exposition article.content a {
    color: #333;
}

.event-exposition article.content nav ul {
    overflow: hidden;
    margin: 20px 0;
    padding: 0;
    font-size: 24px;
}

.event-exposition article.content nav li {
    float: left;
    list-style: none;
    color: #999;
    margin: 0 50px 0 0;
    padding: 0;
    text-transform: lowercase;
}

.event-exposition article.content nav ul a {
    color: #999;
}

.event-exposition article.content nav ul a:hover,
.event-exposition article.content nav ul a.active {
    color: #000;
}

.event-exposition article.content nav ul a.active {
    cursor: default;
}

article.content .inner-text {
    width: 100%;
    padding: 0;
    margin: 20px auto;
}

article.content .inner-text .photo-gallery {
    overflow: hidden;
    margin: 0 0 30px;
}

.inner-text .photo-gallery img:last-child {
    margin-right: 0;
}

footer {
    background: #333;
    margin-top: 40px;
}

section#footer {
    width: 1280px;
    padding: 40px;
    margin: 0 auto;
    overflow: hidden;
}

#footer_logo,
#footer-nav,
#socials,
#address,
#contacts,
#worktime {
    width: 373px;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    color: #fff;
    font-size: 18px;
    line-height: 31px;
}

#footer_logo {
    text-transform: lowercase;
}

footer #footer a {
    color: #fff;
}

footer #footer h6 {
    font-size: 14px;
    line-height: 20px;
}

footer #footer p {
    margin: 0;
    padding: 0;
}

#footer_logo img {
    width: 50%;
    margin: 0 0 15px;
}

#footer-nav li {
    text-align: center;
}

nav#footer-nav ul {
    margin: 0;
}

nav#footer-nav ul li {
    display: block;
    float: none;
    text-align: left;
    font-size: 21px;
    line-height: 38px;
}

nav#footer-nav li a {
    color: #fff;
}

#socials,
#contacts {
    margin-right: 0;
}

aside#worktime {
    clear: both;
    text-transform: lowercase;
}

#socials img {
    margin: 0 15px 0 0;
}

#block-views-block-other-works-block-1 .mainpage-event--list div.views-row {
  margin-right: 75px;
}

#block-bizon-content .mainpage-event--list .event-item:nth-of-type(3n),
#block-views-block-bizon-frontpage-block-4 .mainpage-event--list .event-item:nth-of-type(3n),
/*#block-views-block-other-works-block-1 .mainpage-event--list .views-row:nth-of-type(4n),*/
.inner-page #block-bizon-content .event-item:nth-child(3n),
#block-views-block-other-works-block-1 .mainpage-event--list .views-row:last-child {
    margin-right: 0;
}


.inner-page #block-bizon-content .expositions-page .event-item:nth-child(even) {
    margin-right: 100px;
    clear: both;
    margin-bottom: 50px;
}

.mainpage-event--list {
    margin: 40px auto;
}

.inner-page .inner-text p iframe {
    margin: 0px 0 45px -180px;
}

.tab__item {
    display: none;
}

.tab__item.active {
    display: block;
}

#videos iframe {
    margin: 45px 0 45px 140px;
}

.event-exposition.teaser article > a,
#block-views-block-bizon-frontpage-block-2 article > a {
    overflow: hidden;
    width: 580px;
    height: 387px;
    display: block;
}

.event-exposition.teaser article > a img,
#block-views-block-bizon-frontpage-block-2 article a img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.event-exposition.teaser article > a:hover img,
#block-views-block-bizon-frontpage-block-2 article a:hover img {
    width: 640px;
    margin-left: -30px;
    margin-top: -30px;
}

#block-bizon-content .expositions-page {
    padding-top: 60px;
}

.inner-text h1 {
    font-weight: bold;
}

#featured_event article time {
    font-size: 30px;
    font-weight: 400;
}

#block-bizon-content .mainpage-event--list div.event-item {
    margin-bottom: 75px;
}

#block-views-block-bizon-frontpage-block-4 .mainpage-event--list div.event-item,
#block-views-block-other-works-block-1 .mainpage-event--list div.views-row {
  margin-bottom: 75px;
}

#block-views-block-bizon-frontpage-block-4 .mainpage-event--list div.event-item:nth-of-type(3n+1)
/*#block-views-block-other-works-block-1 .mainpage-event--list div.views-row:nth-of-type(4n+2) */
{
  clear: both;
  margin-right: 75px;
}

#block-bizon-content .mainpage-event--list div.event-item:nth-of-type(3n+1) {
    clear: both;
    margin-right: 75px;
}

.instagram {
    background: linear-gradient(to bottom, #ea2048, #623cce);
    padding: 2px;
    border-radius: 10px;
    position: relative;
    width: 155px;
}

.instagram .inner {
    background: #333;
    width: 151px;
    border-radius: 9px;
    padding: 5px 10px;
}

.product-page {
    overflow: hidden;
}

.product-page h3,
.product-page h1 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 30px;
}

.product-page img {
  float: left;
  max-height: 800px;
  width: auto;
}

.opisanie {
  margin-top: 50px;
  font-size: 16px;
}
.product-page .about-product {
    width: 500px;
    float: right;
    text-align: left;
}

.product-teaser p,
.product-teaser h5 {
    font-size: 14px;
    line-height: 21px;
    margin: 0;
}

.product-teaser p,
.product-page .about-product p {
    margin: 0 0 30px;
    color: #666;
}

.product-page .price {
    margin: 0 0 30px;
}

.product-teaser .price div,
.product-page .price div {
    display: inline;
}

.product-page #to-order {
    background: #fff;
    border: 1px solid #999;
    padding: 10px 50px;
    text-transform: lowercase;
    cursor: pointer;
}
.product-page #to-order:hover{
    background:#999;
    color:#fff;
}
.store-page img {
    margin: 0 0 15px;
}

.product-teaser__item {
    float: left;
    width: 32%;
    padding-right: 1%;
min-height: 565px;
}

.store-page {
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 30px;
}

#block-menyumagazina {
    width: 100%;
    overflow: hidden;
    background: #000;
}

#block-menyumagazina ul {
    margin: 15px auto;
    width: 1280px;
    overflow: hidden;
}

#block-menyumagazina li {
    float: left;
    list-style: none;
    margin: 0 50px 0 0;
    text-transform: lowercase;
}

#block-menyumagazina li a {
    color: #fff;
    font-size: 21px;
}
#block-menyumagazina li a.is-active{
    font-weight: bold;
}
.social-icons{
    float: left;
    margin: 10px 0 0 30px;
}
.social-icons img{
    width: 20px;
}
.social-icons a{
    float: left;
    width: 25px;
    margin-right: 30px;
}
.colorbox{
    display:flex;
    flex-wrap:wrap;
    flex-direction: row ;
}
.colorbox a img{
    width:380px;
    margin:0 10px 20px;

}
.shadow {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

div.order-form {
    display: none;
    position: absolute;
    width: 600px;
    background: #fff;
    border: 1px solid #ccc;
    top: 200px;
    left: 50%;
    margin-left: -300px;
    z-index: 2000;
}
div.order-form form{
    padding: 30px;
}

.order-form input {
    width: 100%;
    margin: 0 0 30px;
    padding: 10px;
}

.order-form input[type="submit"] {
    margin-bottom: 0;
}
.order-form h3.thankyou{
    font-size: 19px;
    text-align: center;
    background: #d1ff94;
    padding: 30px;
    color: #000;
}

nav.pager{
    clear: both;
    overflow:hidden;
}

.pager ul {
    width: 1000px;
    text-align:center;
    margin: 30px 0 0;

}
.pager ul li{
    list-style:none;
    padding:0;
    margin: 0 5px 0 0;
    display: inline-block;
}
.pager li a{
    padding: 8px 15px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
}
.pager li a:hover{
    background :#ccc;
}

.pager ul li.is-active a{
    border-color:#f00;
}

.product-teaser h3{
    font-size: 22px;
}
.product-teaser p{
    margin-bottom: 8px;
}
.product-teaser .price{
    margin-bottom:30px
}
.feed-icon{display:none;}

#cboxContent #cboxTitle{
/*bottom:0;*/
background:#fff;
padding: 5px 7px;
}


	/*responsive*/
	.the_new, .adapt_menu, .adapt_menu2 {display:none}
	.mm-menu,.mm-panels,.mm-panels>.mm-panel{margin:0;left:0;right:0;top:0;z-index:0;box-sizing:border-box}.mm-btn,.mm-menu{box-sizing:border-box}.mm-listview a,.mm-listview a:hover,.mm-navbar a,.mm-navbar a:hover{text-decoration:none}.mm-listview .mm-next:before,.mm-listview>li:not(.mm-divider):after,.mm-next:after,.mm-prev:before{content:'';bottom:0}.mm-hidden{display:none!important}.mm-menu,.mm-panels>.mm-panel:not(.mm-hidden){display:block}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu{padding:0;position:absolute;bottom:0}.mm-panels,.mm-panels>.mm-panel{background:inherit;border-color:inherit;position:absolute;bottom:0}.mm-btn,.mm-panel.mm-highest{z-index:1}.mm-panels{overflow:hidden}.mm-panel{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-panel.mm-opened{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panel.mm-subopened{-webkit-transform:translate(-30%,0);-ms-transform:translate(-30%,0);transform:translate(-30%,0);-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-panels>.mm-panel{-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;padding:0 20px}.mm-listview .mm-divider,.mm-listview>li>a,.mm-listview>li>span,.mm-navbar .mm-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-panels>.mm-panel.mm-hasnavbar{padding-top:40px}.mm-panels>.mm-panel:after,.mm-panels>.mm-panel:before{content:'';display:block;height:20px}.mm-vertical .mm-panel{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.mm-listview .mm-vertical .mm-panel,.mm-vertical .mm-listview .mm-panel{display:none;padding:10px 0 10px 10px}.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after{border-color:transparent}.mm-vertical li.mm-opened>.mm-panel,li.mm-vertical.mm-opened>.mm-panel{display:block}.mm-listview>li.mm-vertical>.mm-next,.mm-vertical .mm-listview>li>.mm-next{height:40px;bottom:auto}.mm-listview>li.mm-vertical>.mm-next:after,.mm-vertical .mm-listview>li>.mm-next:after{top:16px;bottom:auto}.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,.mm-vertical .mm-listview>li.mm-opened>.mm-next:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);right:19px}.mm-btn{width:40px;height:40px;position:absolute;top:0}.mm-clear:after,.mm-clear:before,.mm-close:after,.mm-close:before{content:'';border:2px solid transparent;display:block;width:5px;height:5px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.mm-clear:before,.mm-close:before{border-right:none;border-bottom:none;right:18px}.mm-clear:after,.mm-close:after{border-left:none;border-top:none;right:25px}.mm-next:after,.mm-prev:before{border-top:2px solid transparent;border-left:2px solid transparent;display:block;width:8px;height:8px;margin:auto;position:absolute;top:0}.mm-prev:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}.mm-next:after{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}.mm-navbar{border-bottom:1px solid;border-color:inherit;text-align:center;line-height:20px;height:40px;padding:0 40px;margin:0;position:absolute;top:0;left:0;right:0}.mm-navbar>*{display:block;padding:10px 0}.mm-navbar .mm-btn:first-child{left:0}.mm-navbar .mm-btn:last-child{text-align:right;right:0}.mm-panel .mm-navbar{display:none}.mm-panel.mm-hasnavbar .mm-navbar{display:block}.mm-listview,.mm-listview>li{list-style:none;display:block;padding:0;margin:0}.mm-listview{font:inherit;font-size:14px;line-height:20px}.mm-listview>li{position:relative}.mm-listview>li,.mm-listview>li .mm-next,.mm-listview>li .mm-next:before,.mm-listview>li:after{border-color:inherit}.mm-listview>li>a,.mm-listview>li>span{color:inherit;display:block;padding:10px 10px 10px 20px;margin:0}.mm-listview>li:not(.mm-divider):after{border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;right:0;left:20px}.mm-listview .mm-next{background:rgba(3,2,1,0);width:50px;padding:0;position:absolute;right:0;top:0;bottom:0;z-index:2}.mm-listview .mm-next:before{border-left-width:1px;border-left-style:solid;display:block;position:absolute;top:0;left:0}.mm-listview .mm-next+a,.mm-listview .mm-next+span{margin-right:50px}.mm-listview .mm-next.mm-fullsubopen{width:100%}.mm-listview .mm-next.mm-fullsubopen:before{border-left:none}.mm-listview .mm-next.mm-fullsubopen+a,.mm-listview .mm-next.mm-fullsubopen+span{padding-right:50px;margin-right:0}.mm-panels>.mm-panel>.mm-listview{margin:20px -20px}.mm-panels>.mm-panel>.mm-listview:first-child,.mm-panels>.mm-panel>.mm-navbar+.mm-listview{margin-top:-20px}.mm-listview .mm-inset{list-style:disc inside;padding:0 10px 15px 40px;margin:0}.mm-listview .mm-inset>li{padding:5px 0}.mm-listview .mm-divider{font-size:10px;text-transform:uppercase;text-indent:20px;line-height:25px}.mm-listview .mm-spacer{padding-top:40px}.mm-listview .mm-spacer>.mm-next{top:40px}.mm-listview .mm-spacer.mm-divider{padding-top:25px}.mm-menu{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75)}.mm-menu .mm-navbar a,.mm-menu .mm-navbar>*{color:rgba(0,0,0,.3)}.mm-menu .mm-btn:after,.mm-menu .mm-btn:before{border-color:rgba(0,0,0,.3)}.mm-menu .mm-listview{border-color:rgba(0,0,0,.1)}.mm-menu .mm-listview>li .mm-next:after{border-color:rgba(0,0,0,.3)}.mm-menu .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(255,255,255,.5);tap-highlight-color:rgba(255,255,255,.5)}.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu .mm-listview>li.mm-selected>span{background:rgba(255,255,255,.5)}.mm-menu .mm-divider,.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(0,0,0,.05)}
	.mm-page{box-sizing:border-box;position:relative}.mm-slideout{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1}html.mm-opened{overflow-x:hidden;position:relative}html.mm-blocking,html.mm-blocking body{overflow:hidden}html.mm-background .mm-page{background:inherit}#mm-blocker{background:rgba(3,2,1,0);display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:2}html.mm-blocking #mm-blocker{display:block}.mm-menu.mm-offcanvas{z-index:0;display:none;position:fixed;width:80%;min-width:140px;max-width:440px}.mm-menu.mm-offcanvas.mm-current{display:block}.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened{z-index:10}html.mm-opening .mm-slideout{-webkit-transform:translate(80%,0);-ms-transform:translate(80%,0);transform:translate(80%,0);-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}@media all and (max-width:175px){html.mm-opening .mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:550px){html.mm-opening .mm-slideout{-webkit-transform:translate(440px,0);-ms-transform:translate(440px,0);transform:translate(440px,0);-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}
	.mm-page{box-sizing:border-box;position:relative}.mm-slideout{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1}html.mm-opened{overflow-x:hidden;position:relative}html.mm-blocking,html.mm-blocking body{overflow:hidden}html.mm-background .mm-page{background:inherit}#mm-blocker{background:rgba(3,2,1,0);display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:2}html.mm-blocking #mm-blocker{display:block}.mm-menu.mm-offcanvas{z-index:0;display:none;position:fixed;width:80%;min-width:140px;max-width:440px}.mm-menu.mm-offcanvas.mm-current{display:block}.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened{z-index:10}html.mm-opening .mm-slideout{-webkit-transform:translate(80%,0);-ms-transform:translate(80%,0);transform:translate(80%,0);-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}@media all and (max-width:175px){html.mm-opening .mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:550px){html.mm-opening .mm-slideout{-webkit-transform:translate(440px,0);-ms-transform:translate(440px,0);transform:translate(440px,0);-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}
	.mm-menu.mm-theme-dark{background:#333;border-color:rgba(0,0,0,.15);color:rgba(255,255,255,.8)}.mm-menu.mm-theme-dark .mm-navbar a,.mm-menu.mm-theme-dark .mm-navbar>*,.mm-menu.mm-theme-dark em.mm-counter{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-btn:after,.mm-menu.mm-theme-dark .mm-btn:before{border-color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-listview{border-color:rgba(0,0,0,.15)}.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after{border-color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(0,0,0,.1);tap-highlight-color:rgba(0,0,0,.1)}.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span{background:rgba(0,0,0,.1)}.mm-menu.mm-theme-dark .mm-divider,.mm-menu.mm-theme-dark .mm-fixeddivider span,.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(255,255,255,.05)}.mm-menu.mm-theme-dark label.mm-check:before{border-color:rgba(255,255,255,.8)}.mm-menu.mm-shadow-page.mm-theme-dark:after,.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2){box-shadow:0 0 20px rgba(0,0,0,.5)}.mm-menu.mm-theme-dark .mm-search input{background:rgba(255,255,255,.3);color:rgba(255,255,255,.8)}.mm-menu.mm-theme-dark .mm-indexer a,.mm-menu.mm-theme-dark .mm-noresultsmsg{color:rgba(255,255,255,.4)}.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(0,0,0,.1)}.mm-menu.mm-theme-dark label.mm-toggle{background:rgba(0,0,0,.15)}.mm-menu.mm-theme-dark label.mm-toggle:before{background:#333}.mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle{background:#4bd963}.mm-menu.mm-theme-white{background:#fff;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.6)}.mm-menu.mm-theme-white .mm-navbar a,.mm-menu.mm-theme-white .mm-navbar>*,.mm-menu.mm-theme-white em.mm-counter{color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-btn:after,.mm-menu.mm-theme-white .mm-btn:before{border-color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-listview{border-color:rgba(0,0,0,.1)}.mm-menu.mm-theme-white .mm-listview>li .mm-next:after{border-color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(0,0,0,.05);tap-highlight-color:rgba(0,0,0,.05)}.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-white .mm-listview>li.mm-selected>span{background:rgba(0,0,0,.05)}.mm-menu.mm-theme-white .mm-divider,.mm-menu.mm-theme-white .mm-fixeddivider span,.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(0,0,0,.03)}.mm-menu.mm-theme-white label.mm-check:before{border-color:rgba(0,0,0,.6)}.mm-menu.mm-shadow-page.mm-theme-white:after,.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2){box-shadow:0 0 10px rgba(0,0,0,.2)}.mm-menu.mm-theme-white .mm-search input{background:rgba(0,0,0,.05);color:rgba(0,0,0,.6)}.mm-menu.mm-theme-white .mm-indexer a,.mm-menu.mm-theme-white .mm-noresultsmsg{color:rgba(0,0,0,.3)}.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(0,0,0,.05)}.mm-menu.mm-theme-white label.mm-toggle{background:rgba(0,0,0,.1)}.mm-menu.mm-theme-white label.mm-toggle:before{background:#fff}.mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle{background:#4bd963}.mm-menu.mm-theme-black{background:#000;border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.6)}.mm-menu.mm-theme-black .mm-navbar a,.mm-menu.mm-theme-black .mm-navbar>*,.mm-menu.mm-theme-black em.mm-counter{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-btn:after,.mm-menu.mm-theme-black .mm-btn:before{border-color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-listview{border-color:rgba(255,255,255,.2)}.mm-menu.mm-theme-black .mm-listview>li .mm-next:after{border-color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(255,255,255,.3);tap-highlight-color:rgba(255,255,255,.3)}.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-black .mm-listview>li.mm-selected>span{background:rgba(255,255,255,.3)}.mm-menu.mm-theme-black .mm-divider,.mm-menu.mm-theme-black .mm-fixeddivider span,.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(255,255,255,.2)}.mm-menu.mm-theme-black label.mm-check:before{border-color:rgba(255,255,255,.6)}.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-keyboardfocus a:focus,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(255,255,255,.3)}.mm-menu.mm-shadow-page.mm-theme-black:after{content:none;display:none}.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2){box-shadow:false}.mm-menu.mm-theme-black .mm-search input{background:rgba(255,255,255,.3);color:rgba(255,255,255,.6)}.mm-menu.mm-theme-black .mm-indexer a,.mm-menu.mm-theme-black .mm-noresultsmsg{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black label.mm-toggle{background:rgba(255,255,255,.2)}.mm-menu.mm-theme-black label.mm-toggle:before{background:#000}.mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle{background:#4bd963}
	.mm-menu.mm-offcanvas.mm-position-right{left:auto}html.mm-position-right.mm-opening .mm-slideout{-webkit-transform:translate(-80%,0);-ms-transform:translate(-80%,0);transform:translate(-80%,0);-webkit-transform:translate3d(-80%,0,0);transform:translate3d(-80%,0,0)}@media all and (max-width:175px){html.mm-position-right.mm-opening .mm-slideout{-webkit-transform:translate(-140px,0);-ms-transform:translate(-140px,0);transform:translate(-140px,0);-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:550px){html.mm-position-right.mm-opening .mm-slideout{-webkit-transform:translate(-440px,0);-ms-transform:translate(-440px,0);transform:translate(-440px,0);-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}}html.mm-front .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}html.mm-front #mm-blocker{z-index:1}html.mm-front .mm-menu.mm-offcanvas{z-index:2}.mm-menu.mm-offcanvas.mm-front,.mm-menu.mm-offcanvas.mm-next{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;-webkit-transform:translate(-100%,0);-ms-transform:translate(-100%,0);transform:translate(-100%,0);-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu.mm-offcanvas.mm-front.mm-position-right,.mm-menu.mm-offcanvas.mm-next.mm-position-right{-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu.mm-offcanvas.mm-top{-webkit-transform:translate(0,-100%);-ms-transform:translate(0,-100%);transform:translate(0,-100%);-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.mm-menu.mm-offcanvas.mm-bottom{-webkit-transform:translate(0,100%);-ms-transform:translate(0,100%);transform:translate(0,100%);-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);top:auto}.mm-menu.mm-offcanvas.mm-bottom,.mm-menu.mm-offcanvas.mm-top{width:100%;min-width:100%;max-width:100%;height:80%;min-height:140px;max-height:880px}html.mm-opening .mm-menu.mm-offcanvas.mm-front,html.mm-opening .mm-menu.mm-offcanvas.mm-next{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}


	@media (min-width: 901px) and (max-width:1279px) {
		body div, section, article {max-width:100%;box-sizing:border-box}
				body img {height:auto!important;max-width:100%}
				body embed, body iframe, body  video {max-width:100%}
				.text table {width:100%!important;display:block;overflow-x:auto;height:auto!important;-webkit-overflow-scrolling:touch}

				#colorbox, #colorbox div {max-width:none}
				.bizon-container, .event-exposition, .page-content {min-width:0;max-width:100%}

				#block-bizon-content .expositions-page .event-item, #block-views-block-bizon-frontpage-block-2 .event-item
				{float:none;display:inline-block;vertical-align:top;margin:0 2% 25px;width:45%}
				.expositions-page #block-bizon-content .event-item, .event-exposition.teaser {min-width:0;max-width:100%;width:100%}
				#block-bizon-content .event-item, #block-views-block-other-works-block-1 .views-row, #block-views-block-bizon-frontpage-block-4 .event-item {float:none;display:inline-block;vertical-align:top;margin:0 1% 25px!important;width:30%}
				.event-exposition.teaser article > a, #block-views-block-bizon-frontpage-block-2 article > a {width:auto;height:auto}

				#footer_logo, #footer-nav, #socials, #address, #contacts, #worktime {width:30%}
				#page-header {width:100%;padding:0 10px 0 200px}
				#page-header img.logo {max-height:40px;margin-left:20px}
				#page-header #block-bizon-main-menu li {
					width: auto;
					padding: 0 10px 10px 0;
					font-size: 14px;
				}
				#page-header .social-icons {position:absolute;top:-30px;right:20px}
	}

	@media (max-width: 900px) {

    .mainpage-event__list > header {
      font-size: 16px;
    }

		body, html {
			min-width: 210px;
			margin:0;
			padding:0;
		}



			body div, section, article {max-width:100%;box-sizing:border-box}
				body img {height:auto!important;max-width:100%}
				body embed, body iframe, body  video {max-width:100%}
				.text table {width:100%!important;display:block;overflow-x:auto;height:auto!important;-webkit-overflow-scrolling:touch}

				#colorbox, #colorbox div {max-width:none}
				.bizon-container, .event-exposition, .page-content {min-width:0;max-width:100%}

				.event-exposition section#featured_event, .event-exposition header {height:auto;background-size:cover;background-position:0 0!important}
				.event-exposition article {height:auto;font-size:16px;line-height:30px;padding:100px 10px 10px;}
				.event-exposition article h1 {font-size:33px;line-height:48px;margin: 0;}


				#block-bizon-content .expositions-page, #block-views-block-bizon-frontpage-block-2 {padding:20px 10px}
				#block-views-block-bizon-frontpage-block-2 .more-link {right:10px;top:40px;font-weight: 700;font-size: 20px;text-transform: lowercase;}

				#block-bizon-content .expositions-page .event-item, #block-views-block-bizon-frontpage-block-2 .event-item
				{float:none;display:inline-block;vertical-align:top;margin:0 2% 25px;width:45%}
				.expositions-page #block-bizon-content .event-item, .event-exposition.teaser {min-width:0;max-width:100%;width:100%}
				#block-bizon-content .expositions-page article, #block-views-block-bizon-frontpage-block-2 article {width:100%}
				.event-exposition.teaser article > a, #block-views-block-bizon-frontpage-block-2 article > a {width:auto;height:auto}
					.event-exposition article, #block-views-block-bizon-frontpage-block-2 > h2 {font-size:16px}
					#featured_event article time {font-size:20px;font-weight: 400;}
					.event-exposition .author {margin:0}
					.event-exposition article h3 {font-size:12px;margin:0;letter-spacing: 0.5px;}

				.mainpage-event__list {padding:0 10px;margin:10px 0}

				#block-bizon-content .event-item, #block-views-block-other-works-block-1 .views-row, #block-views-block-bizon-frontpage-block-4 .event-item {float:none;display:inline-block;vertical-align:top;margin:0 1% 25px!important;width:30%}
				.event-item h3 {font-size:16px;line-height:24px;margin:10px 0}
				.event-item time {font-size:14px}

				.mainpage-event__list > header {margin-bottom:10px}

				section#footer {padding:20px;text-align:center}
				#footer_logo, #footer-nav, #socials, #address, #contacts, #worktime {width:100%;margin:3px 0;font-size:14px;line-height:20px}
				footer #footer h6 br {display:none}
				#block-socialnyeseti p {display:inline}
				#block-kontaktnyyblok a {text-decoration:underline}


				/*inner*/
				.event-exposition.fullpage header, .inner-page .event-exposition.fullpage header article {height:auto}
				.event-exposition.fullpage header {border:0}
				.event-exposition article .information {position:static;display:none;background:#000;padding:15px;margin:20px -35px -35px;max-width:none;width:auto}
				.event-exposition article .information ins {margin:0 15px 0 0}
				.event-exposition article .information.active_info {display:flex}
				.event-exposition article.content {padding:10px}
				.event-exposition article.content nav {display:none}
				.inner-text h1, .inner-text h2, .inner-text p {margin:0 0 20px}

        .event-exposition .content h3, .event-exposition .content h4, .event-exposition .content h5, .event-exposition .content h6 {margin: 0 0 20px}

				.tabname {display:block;padding:8px 20px;background:#000;font-size:25px;margin:10px 0;color:#fff;cursor:pointer}
				.colorbox a img {width:auto;margin:0}
				#photos .colorbox > a {display:inline-block;vertical-align:top;margin:0 2% 15px 0;width:23%}

				.inner-text {padding:0 10px}


				/*shop*/
				.product-teaser__item {min-height:0;float:none;display:inline-block;vertical-align:top;}
				.product-teaser h3 {font-size:18px}
				.product-teaser .price {font-size:12px}


				#videos iframe, .inner-page .inner-text p iframe {margin:0}

				#block-menyumagazina ul {width:100%;padding:8px;box-sizing:border-box}
				#block-menyumagazina li {display:inline-block;vertical-align:top;float:none;margin:8px;font-size:16px}
				#block-menyumagazina li a {font-size:16px}


				.pager ul {width:auto;padding:0!important}
				.tab__item.active {display:none}

				.event-exposition.teaser article > a:hover img, #block-views-block-bizon-frontpage-block-2 article a:hover img { width:auto;margin:0}

				#block-views-block-bizon-frontpage-block-2 > h2  {margin:10px 0 20px;}
				#block-bizon-content .expositions-page .event-item, #block-views-block-bizon-frontpage-block-2.event-item {width: 100%;margin: 5px 0;}
				#block-bizon-content .expositions-page h2, #block-views-block-bizon-frontpage-block-2 h2 {margin: 20px 0 5px;font-weight: 900;}
				#block-bizon-content .expositions-page .author, #block-views-block-bizon-frontpage-block-2 .author {font-size: 16px;line-height: 22px;}
				.expositions-page .author, #block-views-block-bizon-frontpage-block-2 .author {margin: 0 0 15px;font-weight: 700;}
				.mainpage-event__list>header {margin-bottom:0}
				.event-exposition.teaser article>a,#block-views-block-bizon-frontpage-block-2 article>a {width:auto;height:220px}

				.inner-text h1, .product-page h3, .product-page h1 {font-size:1.5rem}

		/****/
			.newhead {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
					-ms-flex-pack: justify;
						justify-content: space-between;
				-webkit-box-align: center;
					-ms-flex-align: center;
						align-items: center;
				position:fixed;top:0;left:0;width:100%;z-index:100;	background:#fff	;
				box-shadow:0 0 8px rgba(0,0,0,0.7)
			}
			.newwrap {padding-top:60px}
			.newslogan {padding:10px;color:#fff;background:#000;font-size:12px;line-height:14px;}
			.newlogo {width:100%;padding:0 15px;text-align:center}
			.newlogo img {max-height:25px}
			.adapt_menu {z-index:100;display:block;font-size:16px;font-weight:bold;text-transform:uppercase;cursor:pointer;line-height:24px;color:#fff;}
				.adapt_menu span {display:inline-block;vertical-align:middle;width:30px;height:3px;background:#000;position:relative;}
				.adapt_menu span:before {content:'';width:100%;position:absolute;top:-8px;left:0;height:3px;background:#000;}
				.adapt_menu span:after {content:'';width:100%;position:absolute;bottom:-8px;left:0;height:3px;background:#000;}
				.adapt_menu a {display:block;padding:10px;text-decoration:none}
			.bizon-container #brand, #page-header, #footer-nav, .nomob {display:none!Important}
	}


	@media (max-width: 480px) {


    #block-views-block-other-works-block-1 .views-row {
      float:none;
      display:inline-block;
      vertical-align:top;
      margin:0 0 25px;
      padding: 0;
      text-align: center;
      width:100%
    }

    .inner-page .mainpage-event__list {
      padding: 0;
    }

		#block-bizon-content .expositions-page .event-item, #block-views-block-bizon-frontpage-block-2 .event-item  {width:100%;margin:10px 0}

		#block-bizon-content .expositions-page h2, #block-views-block-bizon-frontpage-block-2 h2 {font-size:20px;line-height:30px}
		#block-bizon-content .expositions-page .author, #block-views-block-bizon-frontpage-block-2 .author {font-size:18px;line-height:22px}
		#block-bizon-content .expositions-page p, #block-views-block-bizon-frontpage-block-2 p {font-size:14px}

		#block-bizon-content .event-item, #block-views-block-bizon-frontpage-block-4 .event-item {width:100%;margin:10px 0!important}
		#block-bizon-content .event-item .event-item__one, #block-views-block-bizon-frontpage-block-4 .event-item .event-item__one {position:relative;padding:0 0 0 110px;min-height:120px}
		#block-bizon-content .event-item .event-item__one > div, #block-views-block-bizon-frontpage-block-4 .event-item .event-item__one > div {width:100px;position:absolute;top:0;left:0}


		.event-exposition article .information {margin:20px -15px -15px}
		.event-exposition article .information .info {font-size:14px}

		.h2, h2 {font-size:18px}
		.inner-text p {font-size:14px}
		.tabname {font-size:18px}

		#photos .colorbox > a {width:48%}


		.product-teaser__item {width:100%;padding:0;text-align:center;margin:0 0 25px}
	}


	@media (max-width: 650px) {
		div.order-form {left:0;margin:0 auto;top:50%}
	}

	#menu a, #menu span {color:#fff!Important;font-size:16px!Important}

  .inner-text a {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ff4949;
  }
  .inner-text a:hover {
  border-bottom-style: none;
  }
.product-teaser__item .last-exposition {
  padding: inherit;
}


.siti {
  display: inline-block;
}
