/*!
Theme Name: Smi8 mobile News Theme
Author: alex_k
Version: 1.0
Text Domain: smi8theme
*/

/* header */

body
{
    font-family: 'Open Sans', 'Arial', sans-serif;

    min-width: 320px;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

p,
span
{
    font-family: 'Open Sans', 'Arial', sans-serif;
}

a
{
    font-size: 20px;

    text-decoration: none;
}

img
{
    max-width: 100%;
    height: auto;
}

.container
{
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 0 10px;
}

.img-left
{
    float: left;

    padding: 10px 10px 10px 0;
}

.img-right
{
    float: right;

    padding: 10px 0 10px 10px;
}

.smi-btn
{
    font-size: 14px;

    position: relative;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
    padding: 6px 15px;

    text-decoration: none;

    color: #fff;
    border: none;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#5c68ce), to(#303881));
    background: linear-gradient(to bottom, #5c68ce, #303881);
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .9);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .9);
}

.smi-btn:active
{
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .9) inset;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .9) inset;
}

.smi-btn-full-width
{
    width: 100%;
}


.txt-link
{
    text-decoration: underline;

    color: #5200cc;
}


.txt-link:visited
{
    text-decoration: underline;

    color: #551a9a;
}

.visually-hidden
{
    position: absolute !important;

    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;

    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;

    white-space: nowrap !important;

    border: 0 !important;

    -webkit-clip-path: inset(50%) !important;

    clip-path: inset(50%) !important;
}

.custom-html-widget img {
	width: 100%
}

.visually-hidden--focusable:focus,
.visually-hidden--focusable:active
{
    position: static !important;

    overflow: visible !important;

    width: auto !important;
    height: auto !important;

    white-space: normal !important;

    -webkit-clip-path: none !important;

    clip-path: none !important;
}

.alignleft
{
    margin-right: 10px;
}
.alignright
{
    float: right;

    margin-left: 10px;
}

.wrapper
{
    width: 1280px;
    margin: 0 auto;
}

.flex-container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.space-between
{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/* =========== Header Patterns =========== */
.main-header
{
    margin: 0;
    padding: 0;
}

.header-patterns
{
    max-width: 1920px;
}

.row
{
    max-width: 1920px;
}

.row-purple
{
    background-color: #303881;
}

.row-transparent
{
    background-color: transparent;
}

.row-purple .full-width
{
    max-width: 1920px;
}

.three-quarters
{
    width: 1240px;
}

.quarter
{
    width: 580px;
}

.twenty-one
{
    height: 21px;
}

.row-purple.three-quarters.twenty-one:before
{
    position: absolute;
    left: 770px;

    width: 500px;
    height: 21px;

    content: '';
    -webkit-transform: skew(-30deg);
            transform: skew(-30deg);

    background-color: #303881;
}

.row-purple.quarter.twenty-one:before
{
    position: absolute;
    left: 385px;

    width: 200px;
    height: 21px;

    content: '';
    -webkit-transform: skew(-30deg);
            transform: skew(-30deg);

    background-color: #303881;
}

/* ================= /HEADER PATTERNS ================== */

.main-header
{
    margin: 0;
    padding: 0;
}

.row-full-width-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin: 0;
    padding: 0;
}

/* ===========Button============  */

.btn-add-ad
{
    position: relative;

    display: block;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
    width: 184px;
    margin: auto;
    padding: 6px 15px;

    text-decoration: none;

    color: #fff;
    border-radius: 5px;
    background-color: #303881;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .9);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .9);
}

.btn-add-ad:active
{
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .9) inset;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .9) inset;
}

.animated-overplay:after
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 0;
    height: 100%;

    content: '';
    -webkit-transition: all .8s;
            transition: all .8s;

    background: rgba(0,0,0,.05);
}

.animated-overplay:hover:after
{
    width: 100%;
}

/* ====================/Button====================*/

.add-ad-container
{
    height: 42px;
}


.red-accent-font
{
    color: #e53239;
}

.main-container-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 1280px;
    margin: 0 auto;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
}

.widget_polls-widget
{
    background: #f7f7f7;
}

.top-widgets
{
    margin-top: -15px;
}

.link-wrapper
{
    width: 400px;
}

.header-start-page-link
{
    font-size: 12px;

    width: 252px;
    margin-top: 20px;
}

.header-widgets-list
{
    display: -ms-flexbox;
    display:         -webkit-box;
    display:         flex;

    width: 220px;
    margin: 0 auto;
    padding: 0;

    list-style-type: none;

    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-search
{
    display:         -webkit-box;
    display:         flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    margin: 0 auto;

    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
}

.search-input-form
{
    font-family: 'Open Sans', 'Arial', sans-serif;

    width: 300px;

    border-top-color: #eee;
    border-left-color: #eee;
    border-radius: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-login-buttons
{
    display:         -webkit-box;
    display:         flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    margin: 0 auto;
    padding: 0;

    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.recall-button
{
    background: rgba(48, 56, 129, 1)!important;
}

.main-header-logo p
{
    margin: 0;
}

/* ===============/Navigation================== */

.main-city
{
    font-weight: 800;

    width: 320px;

    color: #303881;
}

.bread-crumps
{
    width: 960px;

    text-align: left;
}
.headline-container
{
    border-bottom: 1px solid #303881;
}

.block-headline
{
    line-height: 24px;

    margin: 0;
    padding: 0;

    border-bottom: 1px solid #303881;
    background: #f7f7f7;
}

.mobile-navigation__lk-list
{
    margin: 0;
    padding: 0;

    list-style: none;

    background: #303881;
}

.mobile-navigation--closed .mobile-navigation__lk-item
{
    display: none;
}

.mobile-navigation__lk-item a
{
    font-size: 18px;
    line-height: 24px;

    display: block;

    padding: 12px 21px;

    text-decoration: none;
    text-transform: uppercase;

    color: #fff;
    border-bottom: 1px solid rgb(0, 8, 89);
}

/* ===================Sidebars================= */

a.widget-vip-ad-title,
a.widget-ad-title
{
    font-size: 12px;

    padding: 0 5px;

    text-decoration: none;
}

a.widget-adbanners-title
{
    font-size: 12px;

    padding-left: 10px;

    text-decoration: none;
}

.widget-adbanners-title
{
    max-width: 180px;
}

.widgettitle
{
    display: none;
}

.widget_recent_entries
{
    background-color: #f7f7f7;
}

.color-headline
{
    font-size: 18px;

    margin: 0;
    padding: 0 15px;

    color: #fff;
    border-bottom: 1px solid #303881;
    background-color: #303881;
}

.mainsidebar
{
    width: 310px;
}

.right-sidebar
{
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.widget-add-ad
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    text-align: center;

    background-image: url(/wp-content/uploads/2017/10/smi8-ad-add-background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.widget_custom_html
{
    margin: 15px 0;
}

.widget-add-ad p
{
    font-weight: bold;

    margin: 0 0 5px 0;
    padding: 10px 0 0 0;
}

.post-date,
.recent-post-widget-time,
.folk-post-date
{
    font-size: 12px;

    margin: auto;
    padding: 0 5px;

    color: #a0a0a0;
}

.post-date--right
{
    font-size: 12px;

    margin: auto;
    padding: 0 5px;

    text-align: right;

    color: #a0a0a0;
}

.stock-date
{
    font-size: 14px;

    margin: 0;

    color: #a0a0a0;
}

.status-end
{
    font-weight: 600;

    padding: 5px 15px;

    color: #fff;
    background: #e42a30;
}

.archive__status-end
{
    font-weight: 600;

    margin: 0 auto;
    padding: 5px 15px;

    color: #fff;
    background: #e42a30;
}

.stock-art #rcl-post-bar
{
    display: none;
}


.post-date
{
    margin: auto 0 0 auto;
    padding: 0 5px;

    text-align: right;
}

.folk__post-date
{
    font-size: 12px;

    color: #a0a0a0;
}

.recent-post-widget-time
{
    width: 40px;
}

.recent-post-widget-list
{
    margin: 0;
    padding: 10px;

    list-style-type: none;
}

.recent-post-widget-list li a
{
    text-decoration: none;
}

.widget-news-item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    border-bottom: 1px solid #d0d0d0;
}

.news-headline,
.news-txt-block a,
.widget-news-item a,
a
{
    font-size: 16px;

    color: #000;
}

.main-news-title
{
    margin: 0;
}

.widget-news-item a
{
    width: 250px;
}

img.attachment-stock-thumbnail
{
    padding: 0;
}

.main-sidebar-stock
{
    text-align: center;

    background-color: #fff;
}

/* ================Блок Голоосование============ */

.wp-polls-form
{
    backgound-color: #f7f7f7!important;
}

.wp-polls-ul li
{
    font-size: 12px;

    margin: 0;
    padding: 0;
}

.widget-regular-ad-list,
.widget-regular-adbanners-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 15px 5px;

    list-style-type: none;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.widget-regular-ad-item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 150px;
    padding-bottom: 5px;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
}

.widget-ad-title
{
    width: 95px;
}

.widget-ad-price
{
    font-size: 12px;

    color: red;
}

.widget-regular-adbanners-item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 300px;
    margin: 0 0 10px 0;
}

/* ======== Search Form ========*/

.mobile__search-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: calc(100% - 20px);
    height: 49px;
    padding: 0 10px;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
}

.mobile-navigation--closed .mobile__search-wrapper
{
    display: none;
}

.mobile-navigation--nojs .mobile__search-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-widget-search-from
{
    position: relative;

    width: 100%;
}

.header-widget-search
{
    position: relative;

    width: calc(100% - 30px);
    height: 36px;
    padding-right: 15px;
    padding-left: 15px;

    -webkit-transition: .3s linear;

    transition: .3s linear;

    border: 1px solid #303881;
    border-radius: 3px;
    outline: none;
}

.header-btn-search
{
    position: absolute;
    top: 2px;
    right: 5px;

    width: 35px;
    height: 35px;

    cursor: pointer;

    border: none;
    background: none;
}
.header-btn-search::before
{
    font-family: FontAwesome;

    content: '\f002';

    color: #303881;
}
/*===============/Sidebars===============*/

/* =============== MAIN NEWS ============= */

.main-section
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 5px;
    padding: 10px;

    -ms-flex-flow: wrap;

    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-news-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 10px;

    list-style: none;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-news-item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    width: 32.1%;
    margin-bottom: 10px;

    border-bottom: 1px solid #303881;
}

.news-txt-block
{
    line-height: 1.1;
}

.main-post-date-block
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 5px 0 0 0;

    -webkit-box-flex: 1;

    -ms-flex: 1;

    flex: 1;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.main-news-info
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
}

.main-post-tag-list
{
    margin: auto 0 0 0;
    padding: 0 0 0 15px;

    list-style-type: square;
}

.main-post-tag-item,
.main-post-tag-item a
{
    font-size: 12px;

    color: #e53238;
}

a.recall-button
{
    color: #000;
    background-color: transparent;
}

.news-list-pagination-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;
}

/* ===============Folk author============== */

.auth-pt1
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    text-align: center;
}

.auth-pt1 a
{
    font-size: 10px;

    margin: 0 auto;

    color: #1346bd;
}

.auth-pt2
{
    width: 170px;
    padding: 0 10px;
}

.folk-headline,
.news-headline
{
    font-size: 12px;

    margin: 0;
}

.folk-post-date
{
    font-size: 10px;
}

.auth-pt2 p
{
    font-size: 12px;

    margin: 0;
    padding: 0;
}

.author-item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 47%;
    margin-bottom: 10px;
    padding: 5px;

    border-bottom: 1px solid #303881;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
}

.news-section,
.author-section,
.main-ad-slider
{
    background-color: #f7f7f7;
}

.textwidget .show-all-p
{
    margin: 0 0 8px 0;

    text-align: right;
}

.show-all-item
{
    font-size: 10px;

    padding-right: 10px;

    text-align: right;

    color: #303881;
}

.news-headline,
.folk-headline,
.folk-post-execrt-readmore
{
    font-size: 12px;

    text-decoration: none;
}

.folk-post-execrt-readmore
{
    color: #1346bd;
}

.news-headline:visited,
.folk-headline:visited,
.folk-post-execrt-readmore:visited
{
    color: #9e9e9e;
}

/* FOOTER */

.mobile-footer
{
    overflow: hidden;

    margin-top: 50px;

    color: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#001c38) , color-stop(#003753) , to(#001c38));
    background: linear-gradient(to top, #001c38 , #003753 , #001c38);
}

.mobile-footer a
{
    color: #fff;
}

.footer-bot
{
    width: 100%;
    height: 42px;

    text-align: center;

    background-color: #9d9b9c;
}

.footer-top
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 92px;

    background-color: #dfdfdf;
}

.footer-col-left
{
    width: 27%;

    content: '';

    background-color: #dfdfdf;
}

.footer-col-left-top
{
    width: 100%;
    height: 50px;

    content: '';
}

.footer-col-left-bot
{
    width: 100%;
    height: 42px;

    content: '';
    -webkit-transform: skew(-30deg);
            transform: skew(-30deg);

    background-color: #303881;
}

.footer-col-left-bot:before
{
    position: absolute;
    right: 99%;

    content: '';

    border-width: 0 42px 42px 42px;
    border-style: solid;
    border-color: #303881;
}

.footer-col-mid
{
    width: 34%;

    content: '';

    background-color: #dfdfdf;
}

.footer-col-mid-right
{
    width: 12%;

    content: '';
    -webkit-transform: skew(-30deg);
            transform: skew(-30deg);

    background-color: #c7c7c7;
}

.footer-col-right
{
    width: 27%;

    content: '';

    background-color: #c7c7c7;
}

.footer-col-right-top
{
    width: 100%;
    height: 29px;

    content: '';
}

.footer-col-right-bot
{
    height: 63px;

    content: '';

    background-color: #303881;
}

.footer-col-right-bot:before
{
    position: absolute;
    right: 10.8%;

    width: 17%;
    height: 63px;

    content: '';
    -webkit-transform: skew(-30deg);
            transform: skew(-30deg);

    background-color: #303881;
}

/* cabinet */

#rcl-overlay
{
    background: rgba(250, 250, 250, .9);
}


/* ========= Bread Crumps ==========*/
.kama_breadcrumbs
{
    font-size: 14px;

    width: 75%;
    margin: auto 0 auto 0;
}

.doublemenu-header .kama_breadcrumbs
{
    width: 590px;
}

.archive-link
{
    width: 370px;
}

.archive-txt-link
{
    font-size: 16px;

    text-decoration: underline;

    color: #303881;
}

.kb_title
{
    font-size: 14px;
}

/* ================== POST =====================*/

.content-title
{
    font-size: 24px;

    margin-top: 0;
    margin-bottom: 10px;

    color: #242261;
}

.post-slug-item,
.post-slug-item a
{
    color: #e63c43;
}

article .main-post-tag-list
{
    padding-left: 20px;
}

article
{
    padding: 0 15px 0 15px;
}

article .post-date
{
    font-size: 14px;
    line-height: 22px;

    margin: 0 0 0 40px;
}

.post-content p
{
    margin: 0 0 10px 0;
}

.post-content h4 {
    margin: 20px 0;
}

.size-post-in-thumbnail
{
    padding: 0 10px 10px 0;
}


/* =============== BOT INFO ====================*/

.post-bot-info
{
    width: 100%;
    margin-top: 25px;
}

/* ========== Sharing Soc-seti ==============*/

.ya-share2
{
    line-height: 24px;
}

.mobile-sm-share
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    width: 100%;
    margin: 0 auto;
}

.sm-share-txt
{
    font-size: 14px;
    line-height: 33px;

    margin: 0;
    padding-right: 5px;

    text-align: right;
}
.footer-name
{
    color: #595758;
}

.container .moan__wrapper {
    padding-top: 10px;

}

.moan__link {
    font-size: 14px;
    font-weight: 400;
    color: #303881;
    text-decoration: underline;
}
/* =============== COUNERS ================ */

.post-counter-list
{
    width: 34%;
    margin: 0 13px 0 0;
    padding: 0;

    list-style: none;

    -webkit-box-pack: end;

    -ms-flex-pack: end;

    justify-content: flex-end;
}

.post-counter-comment
{
    padding-left: 10px;
}

.fa-pencil-square-o
{
    padding: 0 5px 0 0;
}

/* ==================== POST NAVIGATION =======================*/

.navigation-moan-section
{
    margin-top: 20px;
}

.post-navigation-list a,
.moan-link
{
    line-height: 23px;

    color: #303881;
}

.post-navigation-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    width: 100%;
    margin: 15px 0;
    padding: 0;

    list-style: none;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
}

.moan-link
{
    width: 34%;
    margin-right: 12px;

    text-align: right;
    text-decoration: underline;
}

.rating-value
{
    margin-right: 0!important;
}

.rcl-rating-box .rating-wrapper .rating-value
{
    text-align: right;
}

.rcl-rating-box
{
    margin: 5px 0;
}

/* ============================== TIME KOSTIL - UBRAT ==============================*/
#block_author-rcl
{
    display: none;
}

/*#rcl-post-bar {
    display:none;
}*/

.comment-form-comment label
{
    display: none;
}

#comment
{
    width: 100%;
    height: 40px;
}

#commentform .form-submit
{
    text-align: center;
}

.header-start-page-link
{
    display: none;
}

.screen-reader-text
{
    display: none;
}

.children
{
    -webkit-padding-start: 0;
}

/*================ POST LOGIN FORM ======================*/

.post-login-form
{
    margin: 25px auto 0 auto;
}

.post-login-form-container
{
    width: calc(100%-40px);
    margin: 25px auto 0 auto;
    padding: 0 0 20px 0;

    text-align: center;

    border: 2px solid #9e9e9e;
    border-radius: 20px;
}

.post-login-form-txt
{
    font-size: 13px;

    margin-top: 10px;
    margin-bottom: 20px;

    color: #9e9e9e;
}

.post-btn-reg
{
    margin-right: 20px;
}

.post-btn-login
{
    margin-left: 20px;
}

/* ==================== Comments post ==================== */

.post-comment-list
{
    margin-top: 25px;
    padding: 0;

    list-style: none;
}

.post-comment-item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 10px;

    border-top: 2px solid #bcbcbc;
    border-bottom: 2px solid #bcbcbc;
    background: #d0cedb;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
}

.post-comment-text-block
{
    width: 546px;
}

.post-comment-author
{
    font-size: 12px;
    font-weight: 400;

    margin: 0 10px 0 0;
}

.comment__time
{
    margin: 0 10px 0 0;
}

.comment-reply-link
{
    font-size: 12px;

    margin: 0 10px 0 0;
}

.zeno-comments-report-link .hide-if-no-js
{
    font-size: 12px;
}

.post-comment-ava-block
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-right: 15px;
    padding-left: 10px;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-comment-list
{
    margin-top: 25px;
    padding: 0;

    list-style: none;
}

.post-comment-item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 10px;

    border-top: 2px solid #bcbcbc;
    border-bottom: 2px solid #bcbcbc;
    background: #d0cedb;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
}

.post-comment-text-block
{
    max-width: 546px;
}

.comment__info
{
    font-size: 12px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    margin: 15px 20px 15px 0;
}

.comment__txt p
{
    font-size: 12px;

    margin: 15px 20px 15px 0;
    padding: 5px 10px;

    border-left: 3px solid #303881;
    background-color: #fff;
}

.comment__number-link
{
    margin: 0 10px 0 0;
}

.comment__number-link a
{
    font-size: 12px;
}

.post-comment-ava-block
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-left: 10px;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-no-comment
{
    font-family: 'Caveat', cursive;
    font-size: 22px;

    text-align: center;
}
.comment-reply-title
{
    margin-bottom: 0;
}
.logged-in-as
{
    margin-top: 0;
}

.post-comment-ava-block a
{
    width: 70px;
    height: 70px;
}
/* ==========POST NEWS ============ */

.section-news-w-prewiev
{
    margin-top: 40px;

    background-color: #f7f7f7;
}

.section-news-w-prewiev-see-also
{
    margin-bottom: 20px;
    background-color: #f7f7f7;
}

.news-w-prewiev-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 0;
    padding: 10px;

    list-style: none;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-item-w-prewiev
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    width: 33.33%;
    margin-bottom: 10px;

    border-bottom: 1px solid #303881;
}

.section-news-w-prewiev-see-also .news-item-w-prewiev:nth-child(6n+4),
.section-news-w-prewiev-see-also .news-item-w-prewiev:nth-child(6n+5),
.section-news-w-prewiev-see-also .news-item-w-prewiev:nth-child(6n+6)
{
    background-color: #fff;
}

.news-w-prewiev-date-info
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 5px 0 0 0;

    -webkit-box-flex: 1;

    -ms-flex: 1;

    flex: 1;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.news-w-prewiev-headline
{
    font-size: 14px;

    word-break: keep-all;

    color: #000;
}

.news-w-prewiev-counter-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;

    margin-bottom: auto 0 0 0;
    padding: 0;

    list-style: none;

    -webkit-box-flex: 1;

    -ms-flex: 1;

    flex: 1;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.news-w-prewiev-counter-view
{
    margin: auto 0 0 0;
}

.news-w-prewiev-counter-comment
{
    margin: auto 10px 0 10px;
}

/* =============== POST SLIDER ================ */

.post-ad-slider
{
    margin-top: 20px;

    background-color: #f7f7f7;
}

/* ====================== Kurs Valut widget ======================= */

.russian-currency  .znak
{
    font-size: 1.0em;
}

.russian-currency #currency td.number
{
    font-size: .8em!important;
}

.curname
{
    display: none;
}

.russian-currency
{
    margin: 0 auto;
}

/* ================ widget top ================ */

.header-widgets-sidebar
{
    margin-top: -15px;
}

.header-widgets-container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 1280px;
    margin: 0 auto;
}

.header-widgets-container .widget_text.widget.widget_custom_html
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 450px;
    margin: 0;

    -webkit-box-pack: end;

    -ms-flex-pack: end;

    justify-content: flex-end;
}

.widget.widget_search
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 420px;
    margin: auto;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;
}

.user-form,
.login-form
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 5px;

    -webkit-box-pack: end;

    -ms-flex-pack: end;

    justify-content: flex-end;
}

.weather-inf-8-1,
.weather-inf-8-3,
.weather-inf-8-4,
.weather-inf-8-2 em
{
    display: none!important;
}
.weather-inf-8-2
{
    background: transparent!important;
}

.weather-inf-8
{
    background: transparent!important;
}

.widget.widget_russian_currency
{
    width: 150px;
}

.ww-informers-box-854753
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
}

.btn-account,
.btn-in
{
    margin-right: 10px;
}

/* ================= Search Page ====================*/

.search-page-content
{
    padding: 10px;
}
.search-title
{
    font-size: 24px;
    font-weight: 600;

    margin: 0 0 10px 0;

    color: #303881;
}

.search-content-list
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.search-content-headlne
{
    margin: 0;
}

/* =================== lenta nes ===============*/
.lenta-news-date-list
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.lenta-news-date
{
    margin: 0;
}

.lenta-news-date
{
    text-align: center;

    color: #b7b7b7;
}

.lenta-news-headline
{
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;

    text-decoration: underline;
}

.lenta-news-headline:visited
{
    color: #b7b7b7;
}

.lenta-news-time
{
    font-size: 12px;

    padding-right: 12px;
}

.lenta-news-title-item
{
    margin-bottom: 10px;
}

.lenta-news-title-item:nth-child(2n+1)
{
    margin: 0;

    background: #fff;
}

/*===================== PAGINATION ====================*/

.next.page-numbers
{
    margin-left: 5px;
}

.prev.page-numbers
{
    margin-right: 5px;
}
/*===================== /PAGINATION ===================*/

/* ==================== AD Filter Widget ===============*/

.ad-filter-widget
{
    background-color: #f7f7f7;
}

.ad-filter-fields
{
    margin: 0;
    padding: 10px;

    color: #b7b7b7;
}


.ad-label-price-field
{
    margin-left: 30px;

    color: #303881;
}

.ad-filter-checkbox,
.ad-filter-checkox-label
{
    cursor: pointer;
}

.ad-filter-checkbox
{
    width: 17px;
    height: 17px;
    margin: 3px 3px 0 0;

    vertical-align: top;
}

.ad-filter-checkbox-label
{
    font-size: 12px;

    margin-right: 15px;

    color: #303881;
}

.ad-filter-checkboxes-bot-row
{
    margin: 0;
    padding-right: 10px;
    padding-left: 10px;
}

.ad-filter-buy
{
    margin-left: 38px;
}

.ad-filter-change
{
    margin-left: 95px;
}

.ad-filter-request
{
    margin-left: 38px;
}

.label-request
{
    margin-right: 20px;
}

.label-offer
{
    margin-right: 0;
}

.ad-filter-checkbox:not(checked)
{
    position: absolute;

    opacity: 0;
}

.ad-filter-checkbox:not(checked) + label
{
    position: relative;

    padding: 0 0 0 20px;
}

.ad-filter-checkbox:not(checked) + label:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 14px;
    height: 14px;

    content: '';

    border: 1px solid #303881;
    border-radius: 50%;
    background: #fff;
}


.ad-filter-checkbox + label:after
{
    position: absolute;
    top: 3px;
    left: 3px;

    width: 10px;
    height: 10px;

    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;

    opacity: 0;
    border-radius: 50%;
    background: #303881;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0, .5);
    box-shadow: inset 0 1px 1px rgba(0,0,0, .5);
}

.ad-filter-checkbox:checked + label:after
{
    opacity: 1;
}
.ad-filter-checkbox:focus + label:before
{
    -webkit-box-shadow: 0 0 0 3px rgba(48, 56, 129, .5);
    box-shadow: 0 0 0 3px rgba(48, 56, 129, .5);
}

.ad-filter-checkbox:not(checked) + .label-buy
{
    margin-left: 38px;
}
.ad-filter-checkbox:not(checked) + .label-change
{
    margin-left: 95px;
}

.ad-filter-checkbox:not(checked) + .label-request
{
    margin-right: 18px;
    margin-left: 40px;
}

.ad-filter-button
{
    margin-top: 10px;
    padding-bottom: 20px;

    text-align: center;
}

.adfilter-row-two
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    min-height: 27px;
    margin-top: 6px;
}

.ad-price-field
{
    width: 84px;
    padding-left: 5px;

    border: 1px solid #303881;
    border-radius: 5px;
}

/*======================/AD Filter Widget ===============*/

/* =============== AD VIP WIDGET =====================*/

.color-headline-red
{
    font-size: 12px;

    margin: 0;
    padding: 0 15px;

    color: #fff;
    border-bottom: 1px solid #e31e25;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1adb3), to(#e31e25));
    background: linear-gradient(#f1adb3, #e31e25);
}

.ad-vip-widget-red-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 0;
    padding: 10px;

    list-style: none;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ad-vip-widget-red-item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    width: calc(50% - 5px);
    margin-bottom: 10px;

    border-bottom: 1px solid #303881;
}

.ad-vip-widget-red-preview
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-flex: 1;

    -ms-flex: 1;

    flex: 1;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
.ad-vip-widget-red-preview-wrapper
{
    margin: auto 0 0 0;
}

.ad-vip-widget-red-title
{
    line-height: 1.1;

    margin: 0;

    text-decoration: underline;
}

.ad-vip-widget-red-info
{
    margin: 0;
}

.ad-vip-widget-red-price
{
    font-size: 14px;

    color: #303881;
}
.ad-vip-widget-red-info
{
    font-size: 12px;

    color: #a0a0a0;
}

.ad-main-info-block
{
    margin: 0;
}

/* ============== AD PAGE ====================== */
.ad-main-headline
{
    font-size: 14px;

    margin: 0;
}

.ad-main-info-block-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-flex: 1;

    -ms-flex: 1;

    flex: 1;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.ad-main-price
{
    font-size: 14px;

    color: #303881;
}

.ad-main-info-block
{
    font-size: 12px;

    margin-top: auto;
    margin-bottom: 0;

    color: #d3d3d3;
}

.ad-main-name
{
    color: #7d7d7d;
}

/* ================= AD SEARCH ===================*/
.ad-top-content
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 0 10px 0;

    background: #f7f7f7;
}

.ad-top-content-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 550px;
    margin: 20px auto;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
}

.ad-main-search-from
{
    position: relative;

    margin: auto 0;
}

.ad-main-search-input
{
    width: 250px;
    padding: 1px 10px;

    border: 1px solid #303881;
    border-radius: 4px;
}

.ad-main-search-button
{
    position: absolute;
    top: 3px;
    right: 1px;

    width: 24px;
    height: 19px;

    cursor: pointer;

    border: none;
    border-radius: 0 4px 4px 0;
    background-color: #303881;
}

.ad-main-search-button:before
{
    font-family: FontAwesome;

    content: '\f002';

    color: #fff;
}

/* ================== Category List ============*/
.ad-category-headline
{
    margin: 0;

    text-align: center;

    color: #a5a5a5;
}

.ad-main-category-navigation
{
    margin-bottom: 20px;

    background: #f7f7f7;
}

.ad-main-category-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 550px;
    margin: 0 auto;
    padding: 20px 0;

    list-style: none;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ad-main-category-item
{
    width: 30%;
}


/* ===================== CAPTCHA ====================== */
.form-oferta-link
{
    font-size: 16px;

    display: inline!important;
}
.form-ch-b-wrapper
{
    padding: 0 15px;
}
/* ======================= AD CONTENT ===================*/
.ad-single-content
{
    padding: 10px;

    background: #f7f7f7;
}

.ad-single-content-container-top
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
}

.ad-single-content-container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ad-single-txt-content-container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    padding: 15px;
}

.rcl-custom-fields
{
    display: none;
}

.ad-single-content-container-top
{
    padding-bottom: 5px;

    border-bottom: 2px solid #ddd;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
}
.ad-content-title
{
    font-size: 20px;

    margin: 0;

    color: #303881;
}
.ad-content-post-date
{
    margin-top: 5px;
    margin-bottom: 10px;

    color: #a0a0a0;
}
.ad-single-content-price
{
    margin: auto 0;
}
.ad-content-price
{
    font-size: 16px;
    font-weight: 800;

    color: #303881;
}
.ad-content-author-info
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    border-bottom: 2px solid #ddd;

    -webkit-box-pack: end;

    -ms-flex-pack: end;

    justify-content: flex-end;
}
.ad-content-reg-time
{
    font-size: 12px;

    color: #a0a0a0;
}

.ad-content-info-name
{
    margin: auto 0;

    color: #303881;
}

.ad-content-description-top
{
    margin: 0;

    text-align: right;

    color: #000;
}

.attachment-ad-content-thumbnail
{
    margin-right: 10px;
}
.ad-content-info-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    width: calc(50% - 30px);
    margin: 0;
    padding: 0;

    list-style: none;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
}

.ad-content-btn-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    text-align: center;
}
.ad-content-txt-section
{
    background-color: #f7f7f7;
}

.ad-content-info-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    padding: 10px 10px 20px 10px;

    color: #a0a0a0;
    border-bottom: 2px solid #ddd;
    background-color: #fff;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
}

.ad-content-ifno-col-two-wrapper
{
    width: calc(50% - 30px);
}

.ad-content-reg-time
{
    color: #a0a0a0;
}
.ad-body
{
    padding: 10px;
}
.ad-content-bot-slider
{
    background-color: #f7f7f7;
}
.ad-content .sm-share-txt
{
    margin: 0;
}
.ad-content-moan-link
{
    text-decoration: underline;
}
.ad-content-moan
{
    margin: 0;
}
.ad-content .sm-share
{
    display: block;

    width: 100%;
    margin: 0;
}
.ad-content-share-container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: 530px;
    margin: 10px auto;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
}
.ad-content-share-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.adlink-filter
{
    margin: 0;

    color: #eb6970;
}

.adlink-filter a
{
    font-size: 12px;

    margin: 0 5px;

    text-decoration: underline;

    color: #3c4493;
}

.adlink-filter
{
    text-align: left;
}

/* ============= EVENTS ===================*/
.events-top-content
{
    padding-right: 10px;
    padding-left: 10px;
}
.events-page-events-section
{
    margin-bottom: 20px;
}

.events-top-content
{
    background-color: #f7f7f7;
}
.events-form-container
{
    padding-top: 10px;
}

.events-filter-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 10px;

    background-color: #fff;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
}

.btn-wrapper-middle
{
    margin: 0 auto;
}

.events-date-pagi-list
{
    font-size: 12px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    margin: 0;
    padding: 0;

    list-style: none;

    color: #a0a0a0;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;
}

.events-date-pagi-item
{
    min-width: 33px;
    padding-right: 3px;
    padding-left: 3px;

    text-align: center;

    border-right: 1px solid #a0a0a0;
}

.events-date-pagi-item:nth-child(7)
{
    border-right: none;
}

.events-categorys-selector
{
    height: 22px;
    margin: auto 0;
    padding-left: 5px;

    border: 1px solid #303881;
    border-radius: 5px;
}

.events-filter-text
{
    font-size: 12px;

    margin: auto 0;

    color: #303881;
}
.event-text-label
{
    padding-left: 23px;
}

.events-filter-pagi-number
{
    color: #303881;
}

.events-filter-third-aprt
{
    font-size: 12px;

    margin: auto 0;

    text-align: right;

    color: #303881;
}

.events-page-selected-date
{
    font-weight: 800;

    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;

    text-align: center;

    color: #e42d34;
    border-bottom: 1px solid #e42d34;
}

.event-today-time
{
    font-size: 12px;

    margin: auto 0 0 0;
}

.events-page-selected-cat-headline
{
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;

    text-align: center;

    color: #e42d34;
    border-bottom: 1px solid #b0b0b0;
}
.events-page-event-item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    width: calc(100%/3 - 10px);
    margin-right: 10px;
    padding-top: 10px;

    border-bottom: 1px solid #303881;
}

.events-page-event-item:nth-child(3n)
{
    width: calc(100%/3 - 10px);
    margin-right: 0;
}

.events-page-event-item-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-flex: 1;

    -ms-flex: 1;

    flex: 1;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.events-page-event-item-date
{
    font-size: 12px;

    margin: auto 0 0 0;
}
.events-page-event-headline
{
    font-size: 12px;

    margin: 0;
}
.events-page-event-headline a
{
    text-decoration: underline;
}

.events-page-event-headline a:visited
{
    color: #7a7a7a;
}
.events-page-events-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 0 10px 10px 10px;

    list-style: none;

    background: #f7f7f7;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
}

.event-content-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 10px;

    background: #f7f7f7;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
}
.event-content-leftside
{
    min-width: 45%;
}

/* SINGLE EVENT ============================*/

.event-content-headline
{
    margin-top: 25px;
    margin-bottom: 20px;
    padding-bottom: 25px;

    text-align: center;

    color: #303881;
    border-bottom: 1px solid #d5d5d5;
}

.event-sigle-date-table
{
    margin-bottom: 20px;
    padding-bottom: 25px;

    border-bottom: 1px solid #d5d5d5;
}

.event-single-info-col-one
{
    font-size: 14px;

    padding: 8px 16px;

    color: #303881;
}

.event-single-info-col-two
{
    font-size: 14px;

    padding: 8px 16px;
}

.event-single-table-name
{
    font-size: 12px;

    padding: 8px 16px;

    text-align: left;

    color: #a5a5a5;
}

.event-single-placename
{
    font-size: 12px;

    padding: 8px 16px;
}

.event-content-age-limit
{
    margin: 0;
    padding-top: 25px;
    padding-bottom: 25px;

    text-align: center;

    border-top: 1px solid #d5d5d5;
}
/* Spcial Media Share ======================*/
.section-sm-share
{
    margin-bottom: 20px;

    background-color: #f7f7f7;
}
.sm-share-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
}
.sm-icons-share
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/* Fooooooter ==============================*/
.footer
{
    position: relative;

    overflow: hidden;

    height: 230px;

    background-color: #f7f7f7;
}

.left-top-pattern:before
{
    position: absolute;
    top: 0;
    left: -50px;

    width: 650px;
    height: 125px;

    content: '';
    -webkit-transform: skew(-30deg);
            transform: skew(-30deg);

    background-color: #e0e0e0;
}

.left-middle-patter:before
{
    position: absolute;
    top: 145px;
    left: -50px;

    width: 750px;
    height: 60px;

    content: '';
    -webkit-transform: skew(30deg);
            transform: skew(30deg);

    background-color: #c4c4c4;
}

.right-top-pattern:before
{
    position: absolute;
    top: 0;
    right: -50px;

    width: 550px;
    height: 95px;

    content: '';
    -webkit-transform: skew(30deg);
            transform: skew(30deg);

    background-color: #e0e0e0;
}

.right-middle-pattern:before
{
    position: absolute;
    top: 115px;
    right: -50px;

    width: 560px;
    height: 25px;

    content: '';
    -webkit-transform: skew(-30deg);
            transform: skew(-30deg);

    background-color: #c4c4c4;
}

.right-bot-pattern:before
{
    position: absolute;
    top: 140px;
    right: -50px;

    width: 650px;
    height: 35px;

    content: '';
    -webkit-transform: skew(-30deg);
            transform: skew(-30deg);

    background-color: #303881;
}
.footer-nav-container
{
    width: calc(100% - 20px);
    padding: 0 10px;

    text-align: center;
}

.footer-left-nav,
.footer-right-nav,
.footer-third-list
{
    margin-top: 15px;
    margin-right: 0;
    margin-left: 0;
    padding: 0;

    list-style: none;
}


.footer-info-wrapper
{
    position: relative;

    width: 450px;
    margin: 30px auto 0 auto;

    background: #303881;
}

.footer-info-wrapper:before
{
    position: absolute;
    top: 0;
    left: -100px;

    width: 130px;
    height: 56px;

    content: '';
    -webkit-transform: skew(-30deg);
            transform: skew(-30deg);

    background-color: #303881;
}

.footer-info-wrapper:after
{
    position: absolute;
    top: 0;
    right: -1000px;

    width: 1000px;
    height: 56px;

    content: '';

    background-color: #303881;
}

.footer-name
{
    font-size: 14px;

    margin: 0;

    text-align: center;

    color: #fff;
}
.footer-smi8-info
{
    font-size: 10px;

    margin: 0;

    text-align: center;

    color: #fff;
}

.footer-bot-pattern
{
    width: 100%;
    height: 25px;
    margin-top: -2px;

    background: #303881;
}

.footer__column-third {
    margin-top: 15px;
    margin-bottom: 15px;
}

.footer__social-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social__description {
    margin: 0 5px 0 0;
}

.social__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social__item {
    margin-right: 3px;
}

.social__item:last-of-type {
    margin-right: 0;
}
/* ==================== CABINET ====================*/

/*.office-sunshine #lk-conteyner {
    height: 130px;
}
*/

.cab_content
{
    margin: 0;
}

/* ======== OBYAVLENIYA PAGE ======================*/

.ad-category-headline
{
    text-align: center;

    color: #a5a5a5;
}

.adpage-category
{
    margin-bottom: 20px;
}

.ad-container-wrapper
{
    width: 1280px;
    margin: 0 auto;
}

.adfilter-wrapper
{
    width: 1150px;
    margin: 15px auto 0 auto;
    padding: 0 10px;
}

.adfilter-row
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
}

.adfilter-form
{
    margin-top: 20px;
}

.ad-main-content
{
    width: 1280px;
}

.adfilter-content
{
    background-color: #f7f7f7;
}

.adfilter-container
{
    margin-top: 10px;
    margin-bottom: 10px;

    text-align: right;
}

.adfilter-search-input
{
    width: 250px;
    padding: 1px 10px;

    border: 1px solid #303881;
    border-radius: 4px;
}

.adfilter-category-list
{
    width: 195px;
    padding-left: 5px;

    border: 1px solid #303881;
    border-radius: 5px;
}
.adfilter-city-list
{
    width: 187px;
    padding-left: 5px;

    border: 1px solid #303881;
    border-radius: 5px;
}

.adpage-catlist-wrapper
{
    padding-top: 20px;
    padding-bottom: 20px;

    background: #f7f7f7;
}
.adpage-catlist-container
{
    width: 600px;
    margin: 0 auto;
    padding: 0 10px;
}

.adpage-cat-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 0;

    list-style: none;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
}

.adpage-cat-list .cat-item
{
    font-size: 14px;

    width: 33.3%;
}

.adpage-ads-section
{
    margin-bottom: 20px;

    background: #f7f7f7;
}

.adpage-ads-list
{
    margin: 10px 0;
    padding: 0;

    list-style: none;
}

.adpage-ads-item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    width: 100%;
    margin-bottom: 10px;

    border-bottom: 1px solid #303881;
}

.adfilter-container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    min-height: 27px;
    margin-top: 6px;

    -webkit-box-pack: end;

    -ms-flex-pack: end;

    justify-content: flex-end;
}

.adfilter-checkboxes-container
{
    margin: 0;
}

.price-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    min-height: 27px;
}

.adsm-share
{
    font-size: 14px;
    line-height: 24px;

    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 5px;
    padding-left: 5px;
}

.mobile__sm-share-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.votes-window
{
    display: none!important;
}

.adfilter-noads
{
    margin: 0;
    padding: 20px;
}

.taxonomyads .adfilter-content,
.result-adfilter .adfilter-content
{
    margin-bottom: 20px;
}

.adphone
{
    font-size: 16px;
    font-weight: 800;

    display: none;

    width: 100%;

    text-align: center;

    color: #303881;
}

.phone-secton
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 20px;
    margin-bottom: 20px;

    text-align: center;
}

.js-hide-phone
{
    font-size: 14px;

    padding: 8px 15px;
}

.singleobyavl .adfilter-content
{
    margin-bottom: 20px;
}

.prime-forum-footer
{
    display: none;
}

.adpage-ads-like-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    margin: 0;
    padding: 10px;

    list-style: none;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.adpage-ads-like-item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    max-width: 100%;
    margin-bottom: 10px;

    border-bottom: 1px solid #303881;
}

.ad-content-description
{
    margin-top: 5px;
    margin-bottom: 5px;

    color: #000;
}

.adgallery-content
{
    margin-top: 20px;
    padding: 0 10px 0 0;
}


.adgallery-conent .bx-wrapper
{
    margin: 0 0 10px 0!important;
}
body .bx-wrapper
{
    margin: 0 0 10px 0;
}

.adgallery-content #rcl-post-bar
{
    display: none;
}

.ad-single-txt-content-container .bx-wrapper
{
    display: none;
}

.ad-single-txt-content-container #bx-pager
{
    display: none;
}

#form-field-post_uploader .rcl-form-field
{
    display: none;
}

.arhiv-form-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    width: 450px;
    margin: 0 auto;
    padding: 0 10px;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
}

.arhiv-date-headline
{
    text-align: center;
}

.arhiv-news-list
{
    width: 90px;
    padding-left: 5px;

    border: 1px solid #303881;
    border-radius: 5px;
}

#hide-phone-btn
{
    width: 100%;
}

body #bx-pager img
{
    max-height: 50px;
}

body #bx-pager
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
    width: 100%;
    margin: 0 auto 20px;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;
}

.loadmore-container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    margin: 0 0 10px 0;
    padding: 0 0 15px 0;

    list-style: none;
}

.smi-btn-loadmore
{
    margin: 0 auto;
}

.event-current-day
{
    color: #e6444b;
}

.wpcf7-form-control.wpcf7-radio
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* ==================== LK ADS =====================*/

.btn-container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.lk-adz-section
{
    padding: 10px;
}

.lk-adz-list
{
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;

    list-style: none;
}

.lk-txt-row
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    padding-top: 8px;
    padding-bottom: 8px;

    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
}

.lk-txt-block
{
    font-size: 12px;

    color: #a1a1a1;
}

.lk-admain-content-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    margin-top: 10px;
    margin-bottom: 10px;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
}

.lk-prewiev
{
    width: 100px;
}

.lk-admain-content-txt-wrapper
{
    flex: 1;
    padding-right: 10px;
    padding-left: 10px;
}

.lk-ad-headline
{
    margin: 0!important;
}

.lk-service-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    margin: 0;
    padding: 0;

    list-style: none;
}

.lk-del-post
{
    cursor: pointer;
}

.lk-service-item a
{
    padding: 6px 0;
}


/* =================== Mobile ================================*/

.mobile-content-wrapper
{
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 0 10px;
}

.mobile-header-wrapper
{
    width: 100%;
    margin-top: 16px;
}

.mob-container
{
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 0 10px;
    background: #fff;
}

.mobile-header-wrapper .mob-container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
}

.mobile-navigation .mob-container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 53px;

    -webkit-box-pack: end;

    -ms-flex-pack: end;

    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-header-logo
{
    width: 112px;
    height: 48px;
}

.logo-container
{
    position: absolute;
    top: 3px;
    right: 0;
    left: 0;

    text-align: center;
}

.mobile-navigation .rcl-login
{
    z-index: 1;
}

.mobile-navigation .fa-sign-in,
.mobile-navigation .fa
{
    color: #303881;
}

.mobile-navigation__toggle
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 50px;
    height: 50px;

    cursor: pointer;
    -webkit-transition: all .8s;
            transition: all .8s;

    border: none;
    background-color: #fff;
}

.mobile-navigation--closed .mobile-navigation__toggle::before
{
    position: absolute;
    top: 15px;
    left: 10px;

    width: 30px;
    height: 3px;

    content: '';
    -webkit-transition: all .8s;
            transition: all .8s;

    border-radius: 70%;
    background-color: #303881;
    -webkit-box-shadow: 0 8px 0 0 #303881, 0 16px 0 0 #303881;
    box-shadow: 0 8px 0 0 #303881, 0 16px 0 0 #303881;
}

.mobile-navigation--closed .mobile-navigation__toggle::after
{
    position: absolute;
    top: 15px;
    left: 10px;

    width: 30px;
    height: 3px;

    content: '';
    -webkit-transition: all .8s;
            transition: all .8s;

    border-radius: 70%;
    background-color: #303881;
    -webkit-box-shadow: 0 8px 0 0 #303881, 0 16px 0 0 #303881;
    box-shadow: 0 8px 0 0 #303881, 0 16px 0 0 #303881;
}

.mobile-navigation__list
{
    display: block;

    padding: 0;

    list-style: none;

    background: #303881;
}

.mobile-navigation .menu-item a
{
    font-size: 18px;
    line-height: 24px;

    display: block;

    padding: 12px 21px;

    text-decoration: none;
    text-transform: uppercase;

    color: #fff;
    border-bottom: 1px solid rgb(0, 8, 89);
}

.mobile-navigation .current-menu-item a
{
    color: #303881;
    background: #fff;
}

.mobile-navigation--nojs .mobile-navigation__list,
.mobile-navigation--opened .mobile-navigation__list
{
    border-top: 1px solid rgba(0,0,0,.15);
}

.mobile-navigation--closed .menu-item
{
    display: none;

    -webkit-transition: .5s, opacity .1s;

    transition: .5s, opacity .1s;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);

    opacity: 1;
}

.mobile-navigation--opened .mobile-navigation__toggle::before,
.mobile-navigation--opened .mobile-navigation__toggle::after
{
    position: absolute;
    top: 24px;
    left: 10px;

    width: 30px;
    height: 2px;

    content: '';
    -webkit-transition: all .8s;
            transition: all .8s;

    background-color: #303881;
}

.mobile-navigation--opened .mobile-navigation__toggle::before
{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

    -webkit-box-shadow: none;

    box-shadow: none;
}

.mobile-navigation--opened .mobile-navigation__toggle::after
{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-navigation--nojs .menu-item
{
    display: block;
}

.mobile-navigation--nojs .mobile-navigation__toggle
{
    display: none;
}

.mobile-header-time
{
    padding-left: 10px;
}

.mobile-header-sidebar
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
}

.mobile-header-sidebar .widget.widget_search
{
    width: auto;

    -webkit-box-pack: end;

    -ms-flex-pack: end;

    justify-content: flex-end;
}

.mobile-header-sidebar .login-form
{
    width: auto;
}

.mobile-bread-crumps-wrapper
{
    width: calc(100% - 20px);
    max-width: 640px;
    margin: 0 auto;
    padding: 0 10px;
}

.mobile-main-news-list
{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;

    list-style: none;
}

.mobile-main-news-item
{
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;

    border-bottom: 1px solid #303881;
}

.mobile__item-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    -webkit-box-flex: 1;

    -ms-flex: 1;

    flex: 1;
}

.imgpreview--mobile
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    min-width: 100px;
    margin-right: 20px;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
}

.ad__img-prewiew-wrapper
{
    margin-right: 10px;
}

.mobile-news-txt-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-post-date-block
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 5px 0 0 0;

    -webkit-box-flex: 1;

    -ms-flex: 1;

    flex: 1;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

/* MOBILE LENTA NEWS ====================*/

.mobile-recent-post-section
{
    margin-top: 30px;
}

.mobile-lenta-news-list
{
    margin: 10px 0;
    padding: 0;

    list-style: none;
}

/* Mobile AD BANNERS =======================*/

.mobile-adbanner-section
{
    margin-top: 20px;
}

.mobile-adbanners-list
{
    margin: 10px 0;
    padding: 0;

    list-style: none;
}

.mobile-regular-adbanners-item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    width: 100%;
    margin-bottom: 10px;

    border-bottom: 1px solid #303881;
}

.mobile-adbanners-title
{
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;

    margin: 10px 0;
}

.main-content
{
    margin: 0 auto;
}

.mobile-news-headline
{
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;

    width: 100%;
}

.mobile-header
{
    padding-top: 3px;
}

.mobile-navigation
{   
    position: relative;
    padding-top: 0;
    background: #303881;
    
}

.mobile-navigation--opened.mobile-navigation--js {
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
}

 .sticky
{
    position: fixed;
    z-index: 999;
    top: 0;
    
    width: 100%;
    
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .9);
    
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .9);
}

 .sticky .mob-container--sticky {
    padding-bottom: 6px;
 }

.mobile-navigation__list
{
    margin-top: 2px;
    margin-bottom: -6px;
    padding-top: 0;
}

#popmake-2070 .pum-close.popmake-close
{
    width: 30px;
}

#popmake-2070 .wpcf7-form-control.wpcf7-textarea
{
    width: calc(100% - 36px);
}

#popmake-2070 .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required
{
    width: calc(100% - 36px);
}

#popmake-2070 .wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email
{
    width: calc(100% - 36px);
}

#popmake-2070 .wpcf7-form-control.wpcf7-text
{
    width: calc(100% - 36px);
}

.rc-anchor.rc-anchor-normal.rc-anchor-light
{
    width: calc(100% - 55px);
    margin-right: 0;
    margin-left: 15px;

    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rc-anchor-light.rc-anchor-normal
{
    width: calc(100% - 55px)!important;
}

#popmake-2070 iframe
{
    width: calc(100% - 70px);
    margin-left: -10px;

    border-right: 1px solid #d3d3d3;
}

#popmake-2692 iframe
{
    width: calc(100% - 70px);
    margin-left: -10px;

    border-right: 1px solid #d3d3d3;
}

/*
#lk-conteyner
{
    height: 200px;
}

.avatar-icons
{
    height: 100px;
}

#rcl-avatar
{
    height: 120px;
}
*/

.cab_footer {
    display: none;
}
.cab_title {
    padding-bottom: 10px;
}
/* ===================== Comments ==================*/

.comment__txt-info
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* ===================== HIDED ====================*/

.search--mini
{
    display: none;
}

.search--nojs .search--mini
{
    display: block;
}

.search--detailed
{
    display: block;
}

/*.search--nojs .smi-detailed {
    display: none;
}*/



.adfilter-row a
{
    text-align: center;
}

/* ================= USLUGI =================================== */

.pricelist__wrapper
{
    padding: 0 10px;
}

.smi-pricelist
{
    font-size: 8px;

    width: 100%;

    border-spacing: 0;
}

.pricelist__row--header
{
    height: 20px;

    text-align: center;

    color: #fff;
    background: #212975;
}

.pricelist__cell
{
    padding: 5px 2px;
    text-align: center;
}

.pricelist__name
{
    width: 25%;
}

.pricelist__cell--first {
    padding-left: 5px;
    text-align: left;
}

.pricelist__cell--accent
{
    color: #ff0101;
}

.pricelist__cell--centerd
{
    text-align: center;
}

.pricelist__cell--additioan-service
{
    width: 25%;
}

.pricelist__cell--time
{
    width: 20%;
}

.pricelist__row--colored
{
    background: #d8effa;
}

.pricelist__cell .font__red
{
    font-weight: 400;
}

.smi-pricelist__legend
{
    font-size: 12px;

    margin: 0;
    padding: 20px 5px;

    color: #fff;
    background: #212975;
}

/* =================== ad ====================*/

.main-ad-slider
{
    margin-top: 20px;
}

/* =============== PAGI ======================*/
.news-list-pagination-wrapper
{
    padding-bottom: 10px;
}

.navigation .pagination
{
    width: 100%;
}

.page-numbers
{
    padding: 3px 8px;

    border: 1px solid #303881;
    background-color: #303881;
}

.page-numbers,
.page-numbers.dots,
.nav-links a
{
    color: #fff;
}

.page-numbers.current
{
    color: #303881;
    background-color: transparent;
}
/* ============ SHOW-More ===============*/

.mobile__show-more-container
{
    margin: 15px 0;

    text-align: center;
}

/* ============== VIDEO ======================*/

.post-content iframe
{
    width: 100%;
}

/* ============ TEST ============ */

.test-section
{
    width: 310px;
}

.widget-buttons
{
    background: url('/wp-content/uploads/2018/06/widget-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.widget-buttons__wrapper
{
    padding: 20px 20px;
}

.widget-buttons__title
{
    font-size: 20px;

    margin: 0;
    margin-bottom: 10px;

    text-align: center;
    text-transform: uppercase;

    color: #303881;
}

.span__title--colored
{
    color: #e31e25;
}

.widget-buttons__description
{
    font-size: 20px;
    font-weight: 600;

    margin: 0;
    margin-bottom: 10px;

    text-align: center;
    text-transform: uppercase;

    color: #e31e25;
}

.widget-buttons__list
{
    margin: 0;
    margin-bottom: 30px;
    padding: 0;

    list-style: none;

    text-align: center;
}

.widget-buttons__list--underline
{
    padding-bottom: 30px;

    border-bottom: 3px solid #303881;
}

.widget-buttons__item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;
}

.cf__btn,
.widget-buttons .btn
{
    font-size: 14px;
    line-height: 32px;

    position: relative;

    display: block;

    width: 196px;
    height: 32px;

    color: #fff;
    border: none;
    border-radius: 7px;
    background-color: rgb(48, 56, 129);
    -webkit-box-shadow: 0 3px 2.97px .03px rgba(0, 1, 5, .56);
    box-shadow: 0 3px 2.97px .03px rgba(0, 1, 5, .56);
}

.cf__btn:active,
.widget-buttons .btn:active
{
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .9) inset;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .9) inset;
}

.widget-buttons__list--fixed-height
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
}

.widget-buttons__title--colored
{
    font-size: 19px;

    color: #e31e25;
}

.widget-buttons__list-text
{
    padding-left: 20px;

    text-align: left;
}

.widget-buttons__list-text .widget-buttons__item
{
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;

    display: block;

    margin-bottom: 20px;
}

.widget-buttons__button-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    text-align: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;
}

.cf__input
{
    width: 265px;
    margin-bottom: 10px;
    padding: 3px 10px;

    border: 1px solid #000;
    border-radius: 3px;
}

.txt-area
{
    width: 265px;

    resize: none;

    border: 1px solid #000;
    border-radius: 3px;
}

.cf__conf
{
    font-size: 12px;

    text-decoration: underline;

    color: #303881;
}

.cf__accept + .wpcf7-list-item-label
{
    font-size: 12px;
}

.pum-container iframe
{
    /*overflow: hidden;*/
    /*width: 265px;*/
}

/* ============= EVENT FILTER ==============*/

.event-filter__wrapper
{
    padding: 10px;

    background-color: #f7f7f7;
}

.event-filter__container
{
    background-color: #fff;
}

.filter__form-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    padding: 10px;
}

.filter-button__wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.filter__btn
{
    display: block;

    width: 100%;

    text-align: center;
}

.filter__category-selector
{
    font-size: 14px;

    width: 100%;
    padding: 6px 0;

    border: 1px solid #303881;
    border-radius: 5px;
}

.filter__row
{
    position: relative;

    margin-top: 20px;
}

.filter__row--flex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
}

.checkbox--round-colored
{
    position: absolute;
    z-index: -1;

    opacity: 0;

    -webkit-box-ordinal-group: 2;

    -ms-flex-order: 1;

    order: 1;
}

.event-filter__checkbox
{
    margin: 10px 0 0 20px;
}

.label__checkbox--for-colored
{
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.checkbox--round-colored + .label__checkbox--for-colored
{
    cursor: pointer;
}

.checkbox--round-colored + .label__checkbox--for-colored:before
{
    position: absolute;

    width: 50px;
    height: 26px;

    content: '';
    -webkit-transition: .2s;
    transition: .2s;

    border-radius: 13px;
    background: #e7e7e7;
    -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
    box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
}

.event-filter__checkbox + .event-label__checkbox:before
{
    top: -4px;
    right: 0;
}

.checkbox--round-colored + .label__checkbox--for-colored:after
{
    position: absolute;

    width: 22px;
    height: 22px;

    content: '';
    -webkit-transition: .2s;
    transition: .2s;

    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
}

.event-filter__checkbox + .event-label__checkbox:after
{
    top: -2px;
    right: 26px;
}

.checkbox--round-colored:checked + .label__checkbox--for-colored:before
{
    background: #303881;
}

.checkbox--round-colored:checked + .label__checkbox--for-colored:after
{
    right: 2px;
}

.checkbox--round-colored:focus + .label__checkbox--for-colored:before
{
    -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.2), 0 0 0 3px rgba(255,255,0,.7);
    box-shadow: inset 0 2px 3px rgba(0,0,0,.2), 0 0 0 3px rgba(255,255,0,.7);
}

#datecalendar
{
    padding-left: 10px;

    text-align: center;

    border: 1px solid #303881;
    border-radius: 5px;
}

.event__article
{
    padding: 0;
}

.event__img img
{
    min-width: 100%;
}

.social-share__title
{
    font-size: 14px;
    font-weight: 400;

    margin: 0 10px 0 0;
}

.social-share__wrapper .container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
}

.single-stock .post-navigaion
{
    width: 100%;
}

.single-stock .post-navigation-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    width: 100%;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
}

/* === KP === */

.kp__intro-wrapper
{
    position: relative;

    min-height: 260px;

    background: url(https://smi8.info/wp-content/uploads/2018/07/bgkpintro.jpg);
    background-repeat: no-repeat;
}

.intro__logo-wrapper
{
    position: absolute;
    top: 80px;
    left: 150px;
}

.contacts__list
{
    font-size: 12px;

    margin: 0;
    margin-left: 150px;
    padding-top: 155px;
    padding-left: 0;

    list-style: none;
}

.contacts__item
{
    margin-bottom: 4px;
}

.intro__slogan
{
    font-size: 14px;

    margin-top: 20px;
    margin-bottom: 15px;

    text-align: center;

    background: #fff;
}

.font__purple
{
    font-weight: 900;

    color: #303881;
}

.font__red
{
    font-weight: 900;

    color: #f00;
}

.slogan__between
{
    font-size: 11px;
    font-weight: 900;

    display: inline-block;

    width: 100%;
    padding: 5px 0;

    text-align: center;
    text-transform: uppercase;

    color: #000;
    background-color: #d2d3d4;
}

.kp__category-list
{
    margin: 20px 0;
    padding: 0 10px;

    list-style: none;
}

.kp__category-item
{
    width: 100%;
    margin-bottom: 15px;
}

.kp__category-item:last-of-type
{
    margin-bottom: 0;
}

.kp__category-title
{
    font-size: 18px;

    margin: 0;

    color: #fff;
    text-shadow: #000 1px 1px 1px, #000 1px 1px 1px, #000 1px 1px 1px, #000 1px 1px 1px;
}

.kp__category-link
{
    display: inline-block;

    width: 100%;
}

.kp__category-item div
{
    min-height: 150px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.kp__category--incedent
{
    background: url(https://smi8.info/wp-content/uploads/2018/07/incident.png);
}

.kp__category--incedent .kp__category-title
{
    padding-top: 7px;
    padding-left: 37px;
}

.accent-color
{
    color: #ff0614;
}

.span-padding
{
    padding-left: 35px;
}

.double-span-padding
{
    padding-left: 70px;
}

.kp__category--news
{
    background: url(https://smi8.info/wp-content/uploads/2018/07/news.jpg);
}

.kp__category--news .kp__category-title
{
    padding-top: 120px;
    padding-left: 37px;
}

.kp__category--society
{
    background: url(https://smi8.info/wp-content/uploads/2018/07/societymob2.jpg);
}

.kp__category--society .kp__category-title
{
    padding-top: 95px;
    padding-left: 37px;
}

.kp__category--economy
{
    background: url(https://smi8.info/wp-content/uploads/2018/07/economymob.jpg);
}

.kp__category--economy .kp__category-title
{
    padding-top: 33px;
    padding-left: 37px;
}

.kp__category--economy .span-padding
{
    padding-left: 75px;
}

.kp__category--economy .double-span-padding
{
    padding-left: 110px;
}

.kp__category--sport
{
    background: url(https://smi8.info/wp-content/uploads/2018/07/sportmob.jpg);
}

.kp__category--sport .kp__category-title
{
    padding-top: 12px;
    padding-left: 37px;
}

.kp__category--sport .span-padding
{
    padding-left: 35px;
}

.kp__category--sport .double-span-padding
{
    padding-left: 70px;
}


.kp__category--politic
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    background: url(https://smi8.info/wp-content/uploads/2018/07/politicmob.jpg);

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
}

.kp__category--politic .kp__category-title
{
    width: 100%;

    text-align: center;
}

.kp__category--jur
{
    background: url(https://smi8.info/wp-content/uploads/2018/07/zhrassledovanie.jpg);
}

.kp__category--jur .kp__category-title
{
    padding-top: 13px;
    padding-left: 37px;
}

.kp__category--jur .span-padding
{
    padding-left: 90px;
}

.outro__wrapper {
    background: #303881;
    color: #fff;
    font-size: 14px;

}

.outro__title {
    margin: 0;
    padding-top: 25px;
    text-align: center;
    text-transform: uppercase;
}

.service__list {
    margin-top: 25px;
    padding: 0 30px;
}

.service__list--free {
    margin-top: 30px;
    margin-bottom: 20px;
}

.outro__title--free {
    font-size: 14px;
}

.kp__btn-wrapper {
    padding-bottom: 25px;
    text-align: center;
}

.btn--kp {
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding: 10px 5px;
    color: #fff;
    background: #f00;
}

.service__item {
    margin-bottom: 4px;
}

.service__list--free .service__item {
    margin-bottom: 6px;
}

.header__btn-login {
  z-index: 1;
}

/* ========== FAVORITE FAV ====================*/

.ad__row-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.adfilter-container {
    position: relative;
}

.top_favorite {
    position: absolute;
    left: 75%;
    top: 5px;
    font-weight: 600;
    color: #fff;
}

.favorite__list
{
    padding: 0;

    list-style: none;
}

.favorite__item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    margin-bottom: 20px;
    padding: 10px;

    border: 1px solid #303881;
    border-radius: 5px;
}

.favorite__info-wrapper
{
    margin-left: 20px;
}

.favorite__item-title
{
    margin: 0 0 5px 0;
}

.favorite__title
{
    margin: 0 0 20px 0;
}

.favorite__title a
{
    font-size: 16px;
    line-height: 20px;

    color: #303881;
}

.favorite__price
{
    font-size: 16px;
    font-weight: 400;

    margin: 0 0 5px 0;
}

.favorite__info-list
{
    font-size: 14px;

    margin: 5px 0 0 0;
    padding: 0;

    list-style: none;

    color: #8b8b8b;
}

.smi-btn
{
    cursor: pointer;
}

.favorite-menu-icon
{
    padding-right: 30px;
}

.favorite__sidebar-wrapper
{
    width: 270px;
    margin-right: 30px;

    background-color: #f7f7f7;
}

.favorite__wrapper .container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.favorite__title-sidebar
{
    font-size: 16px;

    position: relative;

    margin: 0;
    padding: 10px 10px 10px 40px;

    text-transform: uppercase;

    color: #fff;
    background-color: #303881;
}

.favorite__title-sidebar::before
{
    position: absolute;
    top: 12.5px;
    left: 10px;

    width: 20px;
    height: 2px;

    content: '';

    background: #fff;
    -webkit-box-shadow: 0 6px 0 0 #fff, 0 12px 0 0 #fff;
    box-shadow: 0 6px 0 0 #fff, 0 12px 0 0 #fff;
}

.favorite__category-list
{
    font-size: 16px;

    margin: 0;
    padding: 20px 10px;

    list-style: none;
}

.favorite__button-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    margin: 0 0 0 auto;

    -webkit-box-pack: end;

    -ms-flex-pack: end;

    justify-content: flex-end;
}

.delete-favorite
{
    width: 80.91px;
    height: 27px;
}

.deleted_fav
{
    font-size: 12px;

    margin: 0;
    padding: 6px 15px;

    text-align: center;

    color: #fff;
    background: #303881;
}

.fav__thumb-link {
    min-width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wp-caption-text {
    padding-left: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #808080;
    text-align: left;
    font-style: italic;
}

.wp-caption.aligncenter {
    max-width: 100%!important;
}

.post-content p {
    word-break: break-word;
}

.footer__wrapper {
    overflow: hidden;
    padding: 30px 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#001c38) , color-stop(#003753) , to(#001c38));
    background: linear-gradient(to top, #001c38 , #003753 , #001c38);
    color: #fff;
}

.mobile__footer .widget.widget_search {
    width: 100%;
}

.footer__row--menu {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__row--menu .widget.widget_nav_menu {
    margin: 0 20px 0 0;
    width: calc(50% - 10px);
}

.footer__row--menu .widget.widget_nav_menu:nth-child(2n) {
    margin-right: 0;
}

.footer__row--menu .menu {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

.footer__row--menu .menu:nth-child(3 + n) {
    margin-bottom: 0;
}

.footer__row--menu .menu a {
    color: #fff;
}

#menu-footer-third-menu a {
    font-weight: 600;
}

.footer__social-wrapper {
    margin-bottom: 20px;
}

/* =================== adaptive =============================== */

@media screen and (max-width: 1366px)
{
    .row
    {
        max-width: 1366px;
    }
    .three-quarters
    {
        width: 960px;
    }
    .quarter
    {
        width: 324px;
    }
    .top-widgets
    {
        margin-top: 0;
    }
    .row-purple.three-quarters.twenty-one:before
    {
        left: 480px;

        width: 500px;
    }
    .row-purple.quarter.twenty-one:before
    {
        left: 130px;

        width: 200px;
    }

    .header-widgets-container .widget_text.widget.widget_custom_html
    {
        width: 450px;
    }
    .left-top-pattern:before
    {
        width: 380px;
    }
    .left-middle-patter:before
    {
        width: 430px;
    }
    .right-top-pattern:before
    {
        width: 360px;
    }
    .right-middle-pattern:before
    {
        width: 390px;
    }
    .right-bot-pattern:before
    {
        width: 450px;
    }
}

@media screen and (max-width: 1280px)
{
    .row
    {
        max-width: 1263px;
    }
    .wrapper
    {
        width: 1233px;
        margin: 0 auto;
    }
    .header-widgets-container
    {
        width: 1233px;
    }
    .main-container-wrapper
    {
        width: 1233px;
    }
    .three-quarters
    {
        width: 924px;
    }
    .quarter
    {
        width: 294px;
    }
    .row-purple.quarter.twenty-one:before
    {
        left: 120px;

        width: 180px;
    }
    .row-purple.three-quarters.twenty-one:before
    {
        left: 430px;

        width: 500px;
    }
    .main-city
    {
        width: 273px;
    }
    .mainsidebar.left-sidebar
    {
        width: 300px;
    }
    .main-content
    {
        width: 613px;
    }
    .mainsidebar right-sidebar
    {
        width: 300px;
    }
    .widget-ad-title
    {
        overflow: hidden;
    }
    .kama_breadcrumbs
    {
        width: 960px;
    }
    .ad-price-field
    {
        width: 50px;
    }
    .ad-filter-category-list
    {
        width: 177px;
    }
}
@media screen and (max-width: 900px)
{
    body
    {
        min-height: 100vh;
    }
    .site-main
    {
        margin: 0 auto;
    }
    .row
    {
        max-width: 100%;
    }
    .wrapper
    {
        width: 100%;
        margin: 0 auto;
    }
    .header-widgets-container
    {
        width: 100%;
    }
    .main-container-wrapper
    {
        width: 100%;
    }
    .three-quarters
    {
        width: 924px;
    }
    .quarter
    {
        width: 294px;
    }
    .row-purple.quarter.twenty-one:before
    {
        left: 120px;

        width: 180px;
    }
    .row-purple.three-quarters.twenty-one:before
    {
        left: 430px;

        width: 500px;
    }
    .main-city
    {
        width: 273px;
    }
    .mainsidebar.left-sidebar
    {
        width: 300px;
    }
    .main-content
    {
        width: 500px;
        margin: 0 auto;
    }
    .mainsidebar right-sidebar
    {
        width: 300px;
    }
    .widget-ad-title
    {
        overflow: hidden;
    }
    .kama_breadcrumbs
    {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .ad-price-field
    {
        width: 50px;
    }
    .ad-filter-category-list
    {
        width: 177px;
    }
    .error-404.not-found
    {
        margin: 0 auto;
    }
    .ad-container-wrapper
    {
        width: calc(100% - 20px);
        max-width: 640px;
        margin: 0 auto;
        padding: 0 10px;
    }
    .adfilter-wrapper
    {
        width: auto;
    }
    .adfilter-container
    {
        width: 480px;
        margin-right: 0;
    }
    .adfilter-row
    {
        width: 480px;

        -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    }
    .adfilter-category-list
    {
        min-height: 27px;
        margin-bottom: 5px;
    }
    .adfilter-search-input
    {
        height: 27px;
        margin-bottom: 5px;
    }
    .ad-price-field
    {
        height: 27px;
        margin-bottom: 5px;
    }
    /*.adfilter-city-list {
        height: 27px;
    }*/
    .adfilter-row .smi-btn
    {
        font-size: 16px;
    }
    .adpage-catlist-wrapper
    {
        overflow: hidden;
    }
    .adpage-ads-list
    {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .events-filter-wrapper
    {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.pld-like-dislike-wrap {
    display: none;
}

@media (min-width: 320px) and (max-width: 767px)
{
    .mobile__search-wrapper--mini-search
    {
        position: relative;
    }
    .form__btn
    {
        position: absolute;
        top: 0;
        right: 5px;

        width: 31px;
        height: 31px;

        cursor: pointer;

        border: none;
        background: none;
    }
    .form__btn::before
    {
        font-family: FontAwesome;

        content: '\f002';

        color: #303881;
    }
    .adfilter-container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 100%;

        -webkit-box-pack: start;

        -ms-flex-pack: start;

        justify-content: flex-start;
    }
    .adfilter-container .smi-btn
    {
        font-size: 16px;

        width: 100%;
        height: 30px;

        text-align: center;
    }
    .adfilter-row
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .adfilter-city-list,
    .adfilter-category-list
    {
        font-size: 16px;

        width: 100%;
        height: 31px;
        margin: 0 auto 10px auto;
    }
    .adfilter-search-input
    {
        font-size: 16px;

        width: calc(100% - 22px);
        margin-bottom: 10px;
    }
    .adfilter-row
    {
        width: 100%;
    }
    .mobile-price-wrapper
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: justify;

        -ms-flex-pack: justify;

        justify-content: space-between;
    }
    .ad-price-field
    {
        font-size: 16px;

        width: calc(50% - 15px);
        margin-bottom: 10px;
    }
    .adfilter-container
    {
        margin-top: 10px;
    }
    .adfilter-row .adfilter-container
    {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .main-content
    {
        width: 100%;
    }
    .mobile-news-txt-wrapper
    {
        width: 100%;
    }
    .type-folk_auth
    {
        padding: 0;
    }
    .type-post
    {
        padding: 0;
    }
}

.li__infromer {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: none;
}

.messengers__list {
    text-align: center;
    padding: 0;
    list-style: none;
}

.messengers__list .vertical-item {
    font-weight: 400;
    color: #fff;
}

.messengers__list .vertical-item .fa,
.messengers__list .vertical-item .fab {
    margin-right: 5px;
}

.lk-service-item a
{
    font-size: 24px;
    color: rgb(48, 56, 129);
}

.lk-service-list {
    position: relative;
}

.lk-service-item {
    position: absolute;
}

.lk-service-list {
    width: 30px;
}

.lk__edit-post,
.lk__delete-post {
    right: 0;
}

.lk__edit-post {
    top: 0;
}

.lk__delete-post {
    bottom: 0;
}
