@CHARSET "UTF-8";

body header.header-site .socials,
aside.discount-box .latest,
body header.header-site .toolbar li:first-child,
body header.header-site .toolbar li:nth-child(2)
{
    display: none;
}

.button-mobile {
    display: block;
}

body header.header-site .sitename {
    margin-left: 100px;
}

.wrapper {
    width: 768px;
}

body header.header-site .search-form input:focus {
    width: 290px;
}
body header.header-site .search-form input:focus + button {
    right: 320px;
}

aside.discount-box {
    overflow: hidden;
    padding-left: 0;
}

article.preview .entry-header .entry-title {
    width: 580px;
}

article.preview {
    flex-direction: column;
}

article.preview .tablet-title {
    display: inline-block;
    margin-bottom: 20px;
}

article.preview .tablet-content {
    flex-direction: row;
}

article.preview .first a img {
    max-width: 250px;
    max-height: 140.5px;
}

article.preview .second {
    margin-left: 20px;
}

article.preview .second .title {
    display: none;
}

article.preview .second .description {
    height: 5.3em;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
}

article.preview .second .description:after {
    height: 60px;
}

article.preview .second .btn.btn-outline {
    margin: 0;
}

.site-main {
    float: none;
    margin: 0 auto;
}

.content-area {
    position: static;
}
.sidebar {
    left: -370px;
    right: auto;
    top: 159px;
    background-color: #fff;
    padding: 20px;
    width: 280px;
    border: 1px solid #eee;
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.1);
    transition: all 0.3s;
    z-index: 999;
}
.sidebar.visible {
    left: 0;
}

.foreign-posts {position: relative}
.foreign-posts-list .foreign-post {  width: 50%;  }
.foreign-posts-list .foreign-post.number-0 {display: none}
.foreign-posts-list .foreign-post.number-1 {  width: 47%;  margin-right: 0}

body footer.footer-site .row .col-1 {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.banner-zone.footer-1 {
    display: block;
    margin: -25px 0 20px;
}

.banner-zone.f2 {
    display: none;
}

.banner-zone.head {
    margin: 0;
    overflow: hidden;
}

.banner-zone.head > iframe#banner-jbl {
	height: 200px;
}

.pagination-number > a {
    display: none;
}