:root {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    --page-title-display: block;
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;

    position: relative;
    min-height: 100%;
}

article, aside, footer, header, main, nav {
    display: block;
}

body {
    margin: 0;
    font-family: Montserrat, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #111;
    text-align: left;
    margin-bottom: 121px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    background: url(//img.lastking.online/news/bg.jpg);
}

body, td, th {
    font-size: 10pt;
}

h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 700;
}

h4 {
    padding: 6px 8px;
    background: #f1f1f1;
    border: 1px solid #b9b9b9;
    border-left: 5px solid #4176b5;
    margin: 0;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    margin-top: 0;
}

strong {
    font-weight: bolder;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a, a:visited {
    color: #5e5e5e;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
    background: #536070 !important;
    transition: 0.5s;
    border-left: 3px solid #0043ff;
}

blockquote {
    margin: 0 0 1rem;
}

hr {
    color: #BDB198;
}

img, table {
    border: 0
}

p:before, ul:not([class]):before {
    content: "";
    display: block;
    width: 10em;
    overflow: hidden;
}


::-moz-selection {
    background-color: #4d3bfe;
    color: #fff;
}

::selection {
    background-color: #4d3bfe;
    color: #fff;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

::-moz-selection {
    background-color: #4d3bfe;
    color: #fff;
}

::selection {
    background-color: #4d3bfe;
    color: #fff;
}


.fixed.site-content, .fixed.site-footer-inner, .fixed.site-header-inner, .main-navigation.fixed {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.humburger {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 24px;
    height: 16px;
}

.humburger:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    bottom: -15px;
    right: -20px;
    background: #ffffffc7;
    border-radius: 0 0 10px 0;
}

.humburger span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    left: 50%;
    margin-left: -12px;
    -webkit-transition: background-color 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, background-color 0.3s, opacity 0.3s;
    transition: transform 0.3s, background-color 0.3s, opacity 0.3s;
    transition: transform 0.3s, background-color 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.humburger span:first-child {
    top: 0;
}

.humburger span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
}

.humburger span:last-child {
    bottom: 0;
}

.main-navigation-inner.full {
    margin-bottom: 10px;
}

.main-navigation-inner, .site-content, .site-footer-inner, .site-header-inner {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 768px) {
    .main-navigation-inner, .site-content, .site-footer-inner, .site-header-inner {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (min-width: 1400px) {
    .main-navigation-inner, .site-content, .site-footer-inner, .site-header-inner {
        padding-left: 45px;
        padding-right: 45px;
    }
}

.site {
    overflow: hidden;
}

.fixed.site-content, .fixed.site-footer-inner, .fixed.site-header-inner, .main-navigation.fixed {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .fixed.site-content, .fixed.site-footer-inner, .fixed.site-header-inner, .main-navigation.fixed {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .fixed.site-content, .fixed.site-footer-inner, .fixed.site-header-inner, .main-navigation.fixed {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .fixed.site-content, .fixed.site-footer-inner, .fixed.site-header-inner, .main-navigation.fixed {
        max-width: 1190px;
    }
}

.menu-item a:before {
    content: "";
    display: block;
    clear: both;
    width: 24px;
    height: 24px;
    position: absolute;
    margin-left: -30px;
    background-repeat: no-repeat;
}
.link-main:before {
    background-image: url(//img.lastking.online/i/icon/1.png);
}
.link-register:before {
    background-image: url(//img.lastking.online/i/icon/quote.png);
}
.link-lib:before {
    background-image: url(//img.lastking.online/i/icon/2.png);
}
.link-top:before {
    background-image: url(//img.lastking.online/i/icon/5.png);
}

.site-content {
    position: relative;
    padding-top: 10px;
    background: #dcdfe1;
    box-shadow: 0 0 20px black;
    margin-bottom: 40px;
}

.site-content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 20px;
}

.app {
    padding: 20px;
}

.content-area {
    position: relative;
    width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 1px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media (min-width: 992px) {
    .content-area {
        max-width: calc(100% - 300px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 300px);
        flex: 0 0 calc(100% - 300px);
    }
}

.widget-area {
    padding: 0 0 0 10px;
    display: none;
    position: relative;
    width: 100%;
    max-width: 300px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 1px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media (min-width: 992px) {
    .widget-area {
        display: block;
        padding-bottom: 30px;
    }
}

.site-header {
    position: relative;
    z-index: 1;
}

.site-header-inner {
    position: relative;
}

.logo {
    position: absolute;
    top: 0;
    transform: translate(0, 50%);
}

@media (min-width: 768px) {
    .site-header {
        background-repeat: no-repeat;
        background-position: center center;
    }

    .logo {
        position: absolute;
        top: 0;
        transform: translate(0, 50%);
    }
}

.site-header-inner {
    position: relative;
}

@media (min-width: 768px) {
    .site-header-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.site-branding {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 0 -14px 20px black;
    border-left: 1px solid #26252d;
    border-bottom: 2px solid #950000;
}

.site-branding img {
    width: 1190px;
}

@media (min-width: 768px) {
    .site-branding {
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .site-branding {
        padding-left: 0;
    }
}

.site-title a {
    text-decoration: none;
}

.humburger {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 700;
}

@media (min-width: 768px) {
    .humburger {
        -ms-transform: translateY(-50%);
        position: fixed;
        left: 15px;
        top: 10px;
        z-index: 700;
    }
}

@media (min-width: 992px) {
    .humburger {
        display: none;
    }
}

.site-footer-container {
    position: absolute;
    border: 0;
    margin-top: 2px;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.site-footer {
    padding-top: 20px;
    padding-bottom: 50px;
    background: #f8f8f8;
    font-size: 0.9em;
}

@media (min-width: 992px) {
    .site-footer-container:not(.site-footer-container--disable-sticky) {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}

.site-footer--style-gray {
    background: #26252d;
    color: #fff;
}

.site-footer--style-gray a {
    color: #fff;
}

.site-footer--style-gray a:hover {
    text-decoration: none;
}

.main-navigation {
    display: none;
}

@media (min-width: 992px) {
    .main-navigation {
        display: block;
    }
}

.main-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 992px) {
    .main-navigation ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 auto;
        width: max-content;
    }
}

.main-navigation ul li {
    border: 1px solid #242424;
    margin: 5px 10px;
    border-radius: 3px;
}

.menu-menyu-2-container {
    background: #00000094;
    z-index: 1;
    position: relative;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
}

.main-navigation ul div.cat-item {
    padding: 5px;
    background: #3666a1;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    margin: 4px;
    text-align: center;
}

.main-navigation ul div.cat-item a {
    color: aliceblue;
}

.main-navigation ul li > a {
    position: relative;
    display: block;
    text-decoration: none;
    font-weight: 700;
    z-index: 1;
    padding: 6px 15px;
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.main-navigation ul li > a:hover {
    color: aliceblue;
}

.mobile-menu-placeholder .main-navigation {
    top: 56px;
}
/*
@media (min-width: 992px) {
    .main-navigation ul li > a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        z-index: -1;
        background: rgba(0, 0, 0, 0.05);
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    .main-navigation ul li > a:hover:before {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
}*/

/*
.main-navigation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #00838361;
    padding: 7px;
}*/

.mobile-menu-placeholder {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 992px) {
    .mobile-menu-placeholder {
        display: none;
    }
}

.widget {
    margin-bottom: 1.5rem;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget-header {
    padding: 10px 45px;
    font-weight: bold;
    background: #c9c9c9;
    border: 1px solid #b3b3b3;
    color: #060606;
    display: flex;
    align-items: center;
}

.widget_categories ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.widget-area .widget_categories > ul {

}

.widget-area .widget_categories > ul li {
    background: #f1f1f1;
    margin-bottom: 10px;
    padding: 3px;
    border-left: 4px solid #337AB7;
    border-radius: 0 5px 5px 0;
}

.widget-area .widget_categories > ul li:hover {
    background: antiquewhite;
}

.widget-area .widget_categories > ul li a {
    position: relative;
    display: inline-block;
    padding: 0.7em 1.3em;
    text-decoration: none;
    font-size: 0.98em;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    text-transform: uppercase;
    text-shadow: 0 0 5px #b5b5b5;
}

.widget-area .widget_categories > ul li a:focus,
.widget-area .widget_categories > ul li a:hover {
    outline: 0;
}

.widget-area .widget_categories > ul li a:focus:before,
.widget-area .widget_categories > ul li a:hover:before {
    -webkit-transform: scaleY(1) translateZ(0);
    transform: scaleY(1) translateZ(0);
}

.enter-list {
    display: none;
    z-index: -9999;
}

.enter-list-mobile {
    display: block;
}

@media (max-width: 598px) {
    .main-navigation ul li {
        position: relative;
        padding: 5px;
        border: 1px solid #939393;
        border-radius: 5px;
        margin: 3px 0;
    }

    .logo img {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .enter-list {
        display: block;
    }

    .enter-list-mobile {
        display: none;
    }
}

@media (min-width: 576px) {
    @supports (display: grid) {
    }
}

@supports (display: grid) {
}

@supports (display: grid) {
}

@media (min-width: 576px) {
    @supports (display: grid) {
    }
}

@media (min-width: 576px) {
    @supports (display: grid) {
    }
}

@supports (display: grid) {
}

@supports (display: grid) {
}

@media (min-width: 576px) {
    @supports (display: grid) {
    }
}

.article-post {
    margin-bottom: 2rem;
}

.entry-content {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    line-height: 1.7;
}

.entry-content:after {
    content: "";
    display: block;
    clear: both;
}

.entry-content p {
    margin-bottom: 1.7em;
    font-size: 14px;
}

.entry-content p:before {
    position: absolute;
    content: "\f178";
}

.elementor-templates-modal__header__item > i:not(:hover) {
    color: #a4afb7;
}

.elementor-templates-modal__header__close--skip > i:not(:hover) {
    color: #fff;
}

.footer-info {
    font-size: 13px;
    color: #e0e0e0;
}

.footer-info a {
    font-size: 13px;
    color: #e0e0e0;
}

.entry-content blockquote, .home-text blockquote, .taxonomy-description blockquote {
    position: relative;
    margin: 2em 0;
    background: #f2f5f9;
    padding: 20px 20px;
    border-left: 3px solid #4067a1 !important;
}

.menu, .menu:visited, .menu:active {
    text-decoration: none;
    color: #5C4515;
    font-weight: bold;
    font-size: 12px;
}

.text {
    color: #5C4515;
    font-size: 10pt;
}

div.entry-content blockquote p {
    margin-bottom: 0;
}


.load {
    animation: 1s linear 0s normal none infinite running rotate;
    -webkit-animation: 1s linear 0s normal none infinite running rotate;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.warning {
    color: red;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    overflow: auto;
    z-index: 999;
    transition: .4s all;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.modal-overlay *,
.modal-overlay *:before,
.modal-overlay *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.modal-overlay_visible {
    opacity: 1;
    visibility: visible;
}

.modal-table {
    display: table;
    width: 100%;
    height: 100%;
}

.modal-table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 15px;
}

.modal {
    transition: .4s all;
    display: inline-block;
    padding: 25px 15px;
    max-width: 400px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, .25);
    color: #333;
    text-align: left;
    margin: 30px 0;
    transform: translate(0, 20%);
    position: relative;
    border-radius: 4px 6px 4px 4px;
    cursor: auto;
    font-size: 16px;
}

.modal-overlay_visible .modal {
    transform: translate(0);
}

.modal__header {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
    border-bottom: 1px solid #afafaf;
}

.modal__content p {
    margin: 0;
}

.modal__close {
    position: absolute;
    right: 10px;
    top: 0;
    background: #da4d43;
    width: 25px;
    height: 25px;
    border-radius: 0 0 4px 4px;
    transition: .4s all;
    padding: 0;
    border: none;
    cursor: pointer;
}

.modal__close:hover {
    background: #ed5f55;
}

.modal__close:before,
.modal__close:after {
    content: "";
    display: block;
    height: 16px;
    width: 1px;
    transform: rotate(45deg);
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.modal__close:after {
    transform: rotate(-45deg);
}

.news-list {
    margin-bottom: 15px;
}

.news-topic {
    padding: 10px 45px;
    font-weight: bold;
    background: #c9c9c9;
    border-bottom: 1px solid #b3b3b3;
    color: #060606;
}

.news-topic .more-link {
    font-size: 10px;
    margin-top: -5px;
    color: #474747;
}

.news-content.clearfix {
    border: 1px solid #b3b3b3;
    background: #ededed;
    word-break: break-all;
}

.news-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 12px;
}

.news-text img {
    vertical-align: middle;
}

label[for="login"], label[for="password"] {
    width: 55px;
    display: inline-block;
}


#signin-destop, #signin {
    margin: 0 auto;
    width: max-content;
    /* margin-top: 7px; */
    /* padding-bottom: 15px; */
}

a.button {
    font-weight: 700;
    z-index: 1;
    padding: 6px 6px;
    border: 1px solid #242424;
    border-radius: 3px;
}

.field-input {
    position: relative;
}

.field-input::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2.5rem;
    background-color: #f5f5f5;
    border: 1px solid #bdbdbd;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.field-input::after {
    content: '';
    color: #212529;
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 0;
    width: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
    justify-content: center;
}

.field-input-label {
    font-size: 11px;
    color: #939393;
    display: block;
}

.field-input input, .field-input select {
    padding: 8px 0 8px 45px;
    width: 100%;
}

.text-field-register .field-input input, .field-input select {
    width: 278px;
}

.field-input input[name="captcha"] {
    width: 110px;
    height: 40px;
}

.text-icon-login::after {
    content: '';
    background-image: url("https://img.lastking.online/news/user.png");
    background-repeat: no-repeat;
    background-position: center;
}

.text-icon-password::after {
    content: '';
    background-image: url("https://img.lastking.online/news/padlock.png");
    background-repeat: no-repeat;
    background-position: center;
}

.text-icon-sex::after {
    content: '';
    background-image: url("https://img.lastking.online/news/gender.png");
    background-repeat: no-repeat;
    background-position: center;
}

.text-icon-email::after {
    content: '';
    background-image: url("https://img.lastking.online/news/mail.png");
    background-repeat: no-repeat;
    background-position: center;
}

.text-icon-captcha::after {
    content: '';
    background-image: url("https://img.lastking.online/news/captcha.png");
    background-repeat: no-repeat;
    background-position: center;
}

.text-icon-refer::after {
    content: '';
    background-image: url("https://img.lastking.online/i/icon/lamp.png");
    background-repeat: no-repeat;
    background-position: center;
}

input:focus-visible {
    outline-offset: 0;
    outline: none;
    background: #fffdb3;
    border: 1px solid #767676;
}

.enter-navigation {
    border: 1px solid #b3b3b3;
    background: #ededed;
    padding: 10px 10px 15px;
    margin-bottom: 15px;
}

.statistic-list {
    display: flex;
    justify-content: space-between;
}

.statistic-list .value {
    color: #5e5e5e;
    font-weight: bold;
}

.event-date {
    font-size: 11px;
    color: #296a00;
    font-weight: bold;
    border-bottom: 1px solid #b5b5b5;
    padding: 2px;
    margin-bottom: 8px;
}

.news-topic:before {
    content: "";
    display: block;
    clear: both;
    background-image: url(//img.lastking.online/news/news.png);
    width: 32px;
    height: 32px;
    position: absolute;
    margin-left: -38px;
}

.register-text {
    width: 320px;
    padding: 10px;
    font-family: sans-serif;
    font-size: 15px !important;
}

.register-text div {
    padding-bottom: 15px;
}

.form-register-table {
    vertical-align: middle;
    display: grid;
}

.form-register-table .label {
    margin-bottom: 5px;
    margin-top: 15px;
}

.form-register-table .small {
    padding: 3px 0;
    color: #818181;
}

.button-rep-reg {
    text-align: center;
    margin-top: 15px;
}

.button-rep-reg a {
    position: relative;
    padding-left: 26px;
}

.button-rep-reg a:before {
    content: "";
    clear: both;
    width: 16px;
    height: 16px;
    position: absolute;
    background-repeat: no-repeat;
    left: 5px;
    top: 5px;
    filter: drop-shadow(0px 0px 2px black);
    background-position: center;
}

.button-rep-reg a#enter:before {
    background-image: url(//img.lastking.online/i/icon/mech2.png);
}

.button-rep-reg a#button-recovery:before, .button-rep-reg #send-password:before {
    background-image: url(//img.lastking.online/i/icon/send_success0.png);
}

.button-rep-reg a#button-main:before {
    background-image: url(//img.lastking.online/i/icon/max.gif);
}

.button-rep-reg a#register:before {
    background-image: url(//img.lastking.online/i/icon/mech.png);
}


.button-rep-reg-mobile {
    font-size: 12px;
    margin-top: 10px;
}

.form-register-table input, select {
    padding: 7px 0;
    border-radius: 5px;
}

.button-register {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.statistic-title:before, .kalnd-title:before, .info-title:before, .enter-title:before {
    content: "";
    display: block;
    clear: both;
    width: 24px;
    height: 24px;
    position: absolute;
    margin-left: -30px;
    background-repeat: no-repeat;
}

.statistic-title:before {
    background-image: url(//img.lastking.online/news/statistic.png);
}

.kalnd-title:before {
    background-image: url(//img.lastking.online/news/kalnd.png);
}

.info-title:before {
    background-image: url(//img.lastking.online/news/info.png);
}

.enter-title:before {
    background-image: url(//img.lastking.online/news/enter.png);
}

.small {
    font-size: 10px;
    color: #595959;
    margin-bottom: 10px;
    display: block;
}