html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    display: block;
    max-width: 100vw;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
    background: #fff;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

header {
    display: block;
    width: 100%;
    background: #fff;
    position: relative;
}

.clear {
    clear: both;
}

/* MAIN */

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1030px;
    }
}

.header-btn {
    display: none;
}

.pre-header {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    height: 150px;
    width: 100%;
    box-sizing: border-box;
}

.header-logo {
    display: inline-block;
    width: 200px;
    box-sizing: border-box;
    position: relative;
}

.header-logo img {
    width: 100%;
}

.header-head {
    width: calc(100% - 250px);
    position: relative;
}

.header-head img {
    max-height: 150px;
    position: relative;
    top: 5px;
}

.header-cover {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    margin-top: 15px;
    margin-bottom: 15px;
}

.header-nav {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.header-nav li {
    padding: 10px;
    width: calc(20% - 2px);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #592f17;
    box-sizing: border-box;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.header-nav a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
}

.content-cover {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
}

.content-left {
    display: block;
    width: calc(100% - 408px);
}

.content-right {
    width: 398px
}

.slider {
    display: block;
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.main-post-img{
    display: block;
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}
.main-post-img img{
    width: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
.main-post-title{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}
.main-slider {
    display: block;
    position: relative;
    height: 320px;
}

.main-slider-item {
    display: block;
    width: 100%;
    height: 320px;
    position: relative;
    overflow: hidden;
}

.quote-cover {
    background: #dadada;
    margin-bottom: 15px;
}
.main-post-text{
    display: block;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: justify;
}
.quote-cover-top {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.main-slider-item img {
    width: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.quote-image {
    display: block;
    width: 150px;
    position: relative;
}

.quote-main {
    width: calc(100% - 160px);
    box-sizing: border-box;
    padding-right: 15px;
    color: #333333;
    font-size: 16px;
    text-align: right;
    line-height: 1.5;
    font-style: italic;
}

.quote-image img {
    width: 100%;
}

.quote-cover-body {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 15px;
}

.quote-cover-bottom {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    box-sizing: border-box;
    padding-left: 15px;
}

.quote-cover-body p {
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.4;
    text-align: justify;
    text-indent: 10px;
    margin-bottom: 15px;
}

.quote-cover-bottom-text p {
    font-size: 11px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
}

.title-wrapper {
    display: block;
    width: 100%;
    padding: 10px;
    background: #592f17;
    margin-bottom: 15px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.main-slider-item-title {
    display: block;
    position: absolute;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    left: 0;
    bottom: 0;
    padding: 40px 40px 20px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.main-slider .owl-nav button.owl-next span,
.main-slider .owl-nav button.owl-prev span {
    display: none;
}

.main-slider .owl-nav button.owl-next,
.main-slider .owl-nav button.owl-prev {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 40px;
    background: url(../img/alt.svg) center no-repeat;
    outline: none;
}

.main-slider .owl-nav button.owl-prev {
    transform: rotate(180deg);
}

.owl-nav {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 200;
    width: 100%;
    padding: 0 5px;
}

.news-list-cover {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.news-item {
    display: block;
    width: 32.5%;
    margin-bottom: 20px;
    background: #ffffff;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.news-item-tag a {
    display: block;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    color: #878787;
    margin-bottom: 5px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.5px;
}

.news-item-title {
    display: block;
    margin-bottom: 5px;
    color: #333333;
    font-weight: 600;
    font-size: 15px;
    height: 51px;
    overflow: hidden;
    line-height: 17px;
    font-family: 'Open-sans', sans-serif;
    text-decoration: none;
    transition: 0.3s;
}

.news-item-title:hover {
    color: #55618f;
    text-decoration: none;
}

.news-item-image {
    display: block;
    position: relative;
    height: 200px;
    overflow: hidden;
}

.news-item-image img {
    width: 100%;
    height: auto;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.sidebar-search {
    display: block;
    width: 100%;
    background: #ffffff;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.sidebar-search input {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    border: 1px solid rgba(51, 51, 51, 0.3);
    border-radius: 3px;
}

.sidebar-money iframe {
    margin-bottom: -15px;
}

.sidebar-money {
    display: block;
    box-sizing: border-box;
    padding: 10px 10px 0;
    background: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.sidebar-news-item {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin-top: 20px;
}

.sidebar-news-image {
    display: block;
    width: 70px;
    height: 70px;
    overflow: hidden;
    position: relative;
}

.sidebar-news-image img {
    min-width: 100%;
    height: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.sidebar-news-body {
    display: block;
    width: calc(100% - 85px);
}

.sidebar-news-title {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #333333;
    font-family: 'Open-sans', Sans-Serif;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #592f17;
}
.sidebar-category {
    display: block;
    box-sizing: border-box;
    padding: 20px 20px;
    background: #ffffff;
    margin-bottom: 20px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.sidebar-category-title {
    display: block;
    margin-bottom: 15px;
    color: #2fa52f;
    font-size: 18px;
}

.sidebar-category ul li:last-child {
    margin-bottom: 0;
}

.sidebar-category ul li {
    margin-bottom: 5px;
}

.sidebar-category ul li a {
    display: block;
    color: #333333;
    font-size: 14px;
    line-height: 14px;
}

footer {
    display: block;
    width: 100%;
    background: #592f17;
    box-sizing: border-box;
    padding: 25px 0;
    margin-top: 20px;
}
.footer-cover{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.footer-text{
    display: block;
    width: calc(100% - 250px);
    color: #ffffff;
    font-size: 12px;
    line-height: 1.5;
    text-align: justify;
}
.footer-social {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}

.footer-social-item:hover {
    background: #23527c;
    color: #dedede;
    text-decoration: none;
}

.footer-social-item {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 5px 0;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #333333;
    transition: 0.3s;
}

.footer-links {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.footer-link {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    padding: 0 10px;
}
.footer-social-item.fb{
    background: #3b5998;
}
.footer-social-item.vk{
    background: #4a76a8;
}
.footer-social-item.od{
    background: #ed812b;
}
.footer-link:hover {
    text-decoration: none;
    color: #23527c;
}

.text-content-cover {
    display: block;
    width: 100%;
    position: relative;
    background: #ffffff;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 20px;
}

.text-cover h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 24px;
    letter-spacing: -.5px;
    font-weight: 700;
}

.text-cover h2 {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 24px;
    letter-spacing: -.5px;
}

.text-cover h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 22px;
    letter-spacing: -.5px;
}

.text-cover h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 22px;
    letter-spacing: -.5px;
}

.text-cover h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    letter-spacing: -.5px;
}

.text-cover h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 18px;
    letter-spacing: -.5px;
}

.text-cover p {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 15px 0;
}

.text-cover img.aligncenter {
    margin: 20px auto;
    display: block;
}

.text-cover img.alignleft {
    float: left;
    margin-right: 20px;
}

.text-cover img.alignright {
    float: right;
    margin-left: 20px;
}

.text-cover img {
    max-width: 100%;
    margin: 20px auto;
}

.text-cover strong {
    font-weight: bold;
}

.text-cover a {
    font-size: 14px;
    line-height: 1.5;
    color: #592f17;
    text-decoration: none;
    font-weight: 600;
}

.text-cover ul {
    list-style: initial;
    padding-left: 16px;
    padding-top: 16px;
    margin-bottom: 25px;
}

.text-cover ul li {
    line-height: 1.5;
    font-size: 14px;
    padding: 4px;
}

.clear {
    clear: both;
}

.meta-holder {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
    font-size: 14px;
    color: #333333;
}

.meta-holder time {
    margin-right: 20px;
}

.meta-holder i {
    display: inline-block;
    margin-right: 5px;
}

.news-wrapper {
    display: block;
    margin-bottom: 20px;
    color: #333333;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
}

.pagination .first,
.pagination .last {
    display: none;
}

.pagination ul {
    display: flex;
    flex-flow: row;
}

.pagination ul li {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #592f17;
    margin: 0 2px;
    position: relative;
}

.pagination ul li:hover {
    background: #22273b;
}

.pagination ul li:hover a:hover,
.pagination ul li:hover span:hover {
    text-decoration: none;
    background: #592f17;
    color: #ffffff;
}

.pagination ul li a,
.pagination ul li span {
    font-size: 14px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #592f17;
}

.post-toolbar {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: fixed;
    height: 30px;
    background: #592f17;
    top: 0;
    left: 0;
    z-index: 500;
}

.post-toolbar a {
    margin: 0 10px;
    color: #fff;
}