@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("../font/montserrat-normal-latin.woff2") format("woff2");
    unicode-range: U+0000-00ff, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+0304, U+0308, U+0329, U+2000-206f, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd;
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("../font/montserrat-normal-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02ba, U+02bd-02c5, U+02c7-02cc, U+02ce-02d7, U+02dd-02ff, U+0304, U+0308, U+0329, U+1d00-1dbf, U+1e00-1e9f, U+1ef2-1eff, U+2020, U+20a0-20ab, U+20ad-20c0, U+2113, U+2c60-2c7f, U+a720-a7ff;
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("../font/montserrat-normal-cyrillic.woff2") format("woff2");
    unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116;
}

@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 400 700;
    font-display: swap;
    src: url("../font/montserrat-italic-latin.woff2") format("woff2");
    unicode-range: U+0000-00ff, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+0304, U+0308, U+0329, U+2000-206f, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd;
}

@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 400 700;
    font-display: swap;
    src: url("../font/montserrat-italic-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02ba, U+02bd-02c5, U+02c7-02cc, U+02ce-02d7, U+02dd-02ff, U+0304, U+0308, U+0329, U+1d00-1dbf, U+1e00-1e9f, U+1ef2-1eff, U+2020, U+20a0-20ab, U+20ad-20c0, U+2113, U+2c60-2c7f, U+a720-a7ff;
}

@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 400 700;
    font-display: swap;
    src: url("../font/montserrat-italic-cyrillic.woff2") format("woff2");
    unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116;
}

/* Aleksey Skubaev

askubaev@gmail.com
icq - 322253350
test-templates.com
Разработка шаблонов для DLE и кроссбраузерная верстка
------------------
Главные стили. Внешний вид шаблона.
*/

/*@import "fontello.css" screen; */

body {
    padding: 0;
    margin: 0;
    background: #fff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #818181;
}

input {
    font-family: "Montserrat", sans-serif !important;
}

h1,
h2,
h3,
h4 {
    padding: 0;
    margin: 0 0 10px 0;
}

a {
    text-decoration: none;
}
img {
    border: none;
}

.head-line {
    background: #141414;
}

.head-line-w {
    width: 1228px;
    height: 80px;
    position: relative;
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin: 0 auto;
    text-align: left;
}

.logo {
    font-weight: bold;
    font-size: 23px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.17411 6.28664C6.97343 5.61435 6 6.1651 6 7.51578V17.4832C6 18.8353 6.97343 19.3853 8.17411 18.7137L17.0992 13.7174C18.3003 13.0448 18.3003 11.9552 17.0992 11.2829L8.17411 6.28664Z' fill='%23E81522'/%3E%3C/svg%3E%0A") right center no-repeat;
    padding: 0 26px 0 0;
}

.logo span {
    color: #848a94;
}

.top-menu {
    margin: 0;
    padding: 0;
    height: 80px;
}

.top-menu > li {
    height: 95px;
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    z-index: 100;
}

.top-menu-link {
    display: block;
    height: 80px;
    line-height: 80px;
    color: #848a94;
    font-weight: 500;
    font-size: 16px;
    padding: 0 15px;
    text-transform: uppercase;
}

.top-menu-link:hover {
    color: #fff;
}

.top-menu ul {
    position: absolute;
    left: 0;
    top: 85px;
    width: 204px;
    background: #303030;
    border-radius: 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin: 0;
    padding: 0;
    opacity: 0;
    transform: scale(0.5);
}

.top-menu ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.top-menu ul a {
    display: block;
    padding: 15px 23px;
    color: #868686;
    font-size: 16px;
    font-weight: 500;
    /*border-left: 7px transparent solid;*/
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.top-menu ul > li:first-child a {
    border-radius: 20px 20px 0 0;
}

.top-menu ul > li:last-child a {
    border-radius: 0 0 20px 20px;
}

.top-menu ul a:hover {
    color: #fff;
    /*border-left: 7px #E81522 solid;*/
    background: #242424;
}

.top-menu li.menuactive {
    overflow: visible;
}

li.menuactive .top-menu-link {
    color: #fff;
}

li.menuactive ul {
    top: 85px;
    opacity: 1;
    transform: scale(1);
}

.show-active {
    position: relative;
}

.show-active:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    background: #e81522;
}

.head-r {
    display: flex;
}

.login-open {
    margin-left: 23px;
    width: 45px;
    height: 45px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
}

.l1 {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 45px;
    height: 45px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #303030 url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C9.243 2 7 4.243 7 7C7 9.757 9.243 12 12 12C14.757 12 17 9.757 17 7C17 4.243 14.757 2 12 2ZM12 10C10.346 10 9 8.654 9 7C9 5.346 10.346 4 12 4C13.654 4 15 5.346 15 7C15 8.654 13.654 10 12 10ZM21 21V20C21 16.141 17.859 13 14 13H10C6.14 13 3 16.141 3 20V21H5V20C5 17.243 7.243 15 10 15H14C16.757 15 19 17.243 19 20V21H21Z' fill='%23D7D7D7'/%3E%3C/svg%3E%0A") center center no-repeat;
}

.l2 {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 45px;
    height: 45px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: none;
    background: #303030 url("data:image/svg+xml,%3Csvg height='365pt' viewBox='0 0 365.71733 365' width='365pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f44336'%3E%3Cpath d='m356.339844 296.347656-286.613282-286.613281c-12.5-12.5-32.765624-12.5-45.246093 0l-15.105469 15.082031c-12.5 12.503906-12.5 32.769532 0 45.25l286.613281 286.613282c12.503907 12.5 32.769531 12.5 45.25 0l15.082031-15.082032c12.523438-12.480468 12.523438-32.75.019532-45.25zm0 0'/%3E%3Cpath d='m295.988281 9.734375-286.613281 286.613281c-12.5 12.5-12.5 32.769532 0 45.25l15.082031 15.082032c12.503907 12.5 32.769531 12.5 45.25 0l286.632813-286.59375c12.503906-12.5 12.503906-32.765626 0-45.246094l-15.082032-15.082032c-12.5-12.523437-32.765624-12.523437-45.269531-.023437zm0 0'/%3E%3C/g%3E%3C/svg%3E") center center no-repeat;
    background-size: 16px auto;
}

.login-open:hover {
    background: #303030 url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C9.243 2 7 4.243 7 7C7 9.757 9.243 12 12 12C14.757 12 17 9.757 17 7C17 4.243 14.757 2 12 2ZM12 10C10.346 10 9 8.654 9 7C9 5.346 10.346 4 12 4C13.654 4 15 5.346 15 7C15 8.654 13.654 10 12 10ZM21 21V20C21 16.141 17.859 13 14 13H10C6.14 13 3 16.141 3 20V21H5V20C5 17.243 7.243 15 10 15H14C16.757 15 19 17.243 19 20V21H21Z' fill='%23fff'/%3E%3C/svg%3E%0A") center center no-repeat;
}

.slider-wrap {
    position: relative;
    margin: 0 0 40px 0;
}

.slider-wrap:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 360px;
    background: #141414;
}

.slider-block {
    position: relative;
    z-index: 2;
    width: 1228px;
    margin: 0 auto;
    text-align: left;
}

.sld1 {
    height: 410px;
}

.sld1 .swiper-slide {
    height: 410px;
}

.sld1 .swiper-wrapper {
    align-items: stretch;
}

.slider-item {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; /* вместо 410px — наследует от swiper-slide */
}

.slider-item-b {
    padding: 100px 30px 40px 30px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 42.16%);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.slider-item-left {
    width: 47%;
}

.slider-item-title {
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    color: #fff;
    margin: 0 0 10px 0;
}

.slider-item-title a {
    color: #fff;
}

.slider-item-title a:hover {
    opacity: 0.7;
}

.slider-item-text {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

.slider-item-right {
    width: 47%;
}

.rbt {
    display: inline-block;
    vertical-align: top;
    height: 50px;
    line-height: 50px;
    background: #e81522;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 0 30px;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    margin-right: 15px;
}

.rbt:hover {
    background: #cb131e;
}

.wbt {
    display: inline-block;
    vertical-align: top;
    height: 46px;
    line-height: 46px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 0 30px;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    border: 2px solid #ffffff;
}

.wbt:hover {
    border: 2px solid #e81522;
}

.slider-nav {
    position: absolute;
    right: 40px;
    bottom: 35px;
    display: flex;
    align-items: center;
    z-index: 3;
}

.swiper-pagination {
    color: #848a94;
    font-weight: 600;
    font-size: 17px;
    width: 80px;
    text-align: center;
    position: static !important;
}

.swiper-pagination-current {
    font-size: 30px;
    color: #fff;
}

.sld1-prev,
.sld1-next {
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.2857 5L8 12.2857L15.2857 19.5714L17 17.8571L11.4286 12.2857L17 6.71429L15.2857 5Z' fill='white'/%3E%3C/svg%3E%0A") center center no-repeat;
    opacity: 1;
}

.sld1-next {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sld1-prev:hover,
.sld1-next:hover {
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.2857 5L8 12.2857L15.2857 19.5714L17 17.8571L11.4286 12.2857L17 6.71429L15.2857 5Z' fill='%23e81522'/%3E%3C/svg%3E%0A") center center no-repeat;
}

.main-center-block {
    width: 1228px;
    margin: 0 auto;
    text-align: left;
}

.head-blog-wrap {
    background: #141414;
    margin-bottom: 40px;
}

.head-blog {
    background: url(../images/head-blog.png) right bottom no-repeat;
    width: 1228px;
    margin: 0 auto;
    text-align: left;
    padding: 70px 0;
    min-height: 220px;
}

.head-blog-info {
    width: 400px;
}

.head-blog-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 30px 0;
}

.head-blog-text {
    font-size: 17px;
    line-height: 24px;
    color: #848a94;
    margin: 0 0 30px 0;
}

.blog-news {
    display: flex;
    margin: 0 0 46px 0;
}

.blog-news-image {
    width: 470px;
    height: 275px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.blog-news-r {
    padding: 0 0 40px 0;
    margin: 0 0 0 50px;
    flex: 1;
    border-bottom: 1px solid #ccc;
}

.blog-news-t {
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
}

.blog-news-author {
    background: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' fill='%23141414'/%3E%3Cpath d='M12.328 15.392H11.08V17H8.764V15.392H4.324V13.844L8.092 8.6H10.552L7.132 13.508H8.836V12.08H11.08V13.508H12.328V15.392ZM16.4823 13.952L15.5943 14.9V17H13.2423V8.6H15.5943V12.092L18.8463 8.6H21.4623L18.0303 12.32L21.6423 17H18.8823L16.4823 13.952Z' fill='white'/%3E%3C/svg%3E%0A") left center no-repeat;
    padding: 0 0 0 35px;
    height: 25px;
    line-height: 25px;
    margin: 0 30px 0 0;
    color: #141414;
    font-weight: 600;
    font-size: 17px;
}

.blog-news-author a {
    color: #141414;
}

.blog-news-author a {
    color: #e81522;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.blog-news-date {
    color: #848a94;
    font-size: 17px;
}

.blog-news-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #000;
    margin: 0 0 20px 0;
}

.blog-news-title a {
    color: #000;
}

.blog-news-title a:hover {
    color: #e81522;
}

.blog-news-text {
    font-size: 17px;
    line-height: 24px;
    color: #848a94;
    margin: 0 0 30px 0;
}

.blog-news-info {
    display: flex;
    align-items: center;
}

.blog-news-more {
    border: 2px solid #ccc;
    border-radius: 10px;
    height: 46px;
    line-height: 46px;
    padding: 0 22px;
    margin: 0 30px 0 0;
    color: #141414;
    font-weight: 600;
    font-size: 15px;
}

.blog-news-more:hover {
    border: 2px solid #e81522;
}

.blog-news-stat {
    margin: 0 20px 0 0;
    color: #848a94;
    font-size: 17px;
}

.blog-news-stat i {
    color: #141414;
    font-weight: 500;
    font-style: normal;
}

.blog-full {
    width: 812px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.blog-full-bg {
    position: absolute;
    top: 0;
    width: 100%;
    background: #141414;
    height: 500px;
    left: 0;
}

.blog-full-title {
    position: relative;
    z-index: 2;
    padding: 60px 0 30px 0;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    line-height: 49px;
}

.blog-full-title h1 {
    font-weight: 600;
    font-size: 40px;
    margin: 0;
    padding: 0;
}

.blog-full-intro {
    position: relative;
    z-index: 2;
    font-size: 17px;
    line-height: 21px;
    color: #fff;
    margin: 0 0 40px 0;

    /* Добавляем это, чтобы блок точно занимал место */
    width: 100%;
    box-sizing: border-box;
}

/* Сброс всех возможных ограничений для картинок внутри intro */
.blog-full-intro img,
.blog-full-intro .fr-image,
.blog-full-intro [class*="align"] {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    display: block;
    margin: 10px 0; /* Небольшие отступы сверху/снизу для красоты */
}

.blog-full-info {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 40px 0;
}

.blog-full-info-left {
    padding: 0 0 0 70px;
    background: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25' cy='25' r='24.5' fill='black' stroke='%23808080'/%3E%3Cpath d='M23.656 29.784H21.16V33H16.528V29.784H7.648V26.688L15.184 16.2H20.104L13.264 26.016H16.672V23.16H21.16V26.016H23.656V29.784ZM31.9647 26.904L30.1887 28.8V33H25.4847V16.2H30.1887V23.184L36.6927 16.2H41.9247L35.0607 23.64L42.2847 33H36.7647L31.9647 26.904Z' fill='white'/%3E%3C/svg%3E%0A") left top no-repeat;
    min-height: 50px;
}

.blog-full-name {
    font-weight: 600;
    font-size: 17px;
    color: #141414;
    padding: 5px 0 0 0;
}

.blog-full-name a {
    color: #e81522;
}

.blog-full-date {
    font-size: 17px;
    color: #848a94;
}

.blog-full-info-stat {
    display: flex;
}

.blog-full-stat {
    color: #848a94;
    font-size: 17px;
    margin: 0 0 0 20px;
}

.blog-full-stat i {
    color: #fff;
    font-weight: 500;
    font-style: normal;
}

.blog-full .full-news-text {
    position: relative;
    z-index: 2;
}

.blog-full .full-news-text img {
    border-radius: 10px;
}

.footer {
    padding: 165px 0 0 0;
    position: relative;
}

.fblock {
    position: absolute;
    left: 50%;
    top: 45px;
    width: 708px;
    height: 150px;
    display: flex;
    margin: 0 0 0 -354px;
}

.fblock-left {
    -moz-border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 50%;
}

.fblock-right {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 35px;
    text-align: left;
    background: linear-gradient(180deg, #585858 0%, #363636 54.87%, #212121 100%);
    -moz-border-radius: 0 20px 20px 0;
    -webkit-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
}

.fblock-title {
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    width: 100%;
    color: #fff;
    margin: 0 0 15px 0;
}

.fblock-d {
    height: 36px;
    line-height: 36px;
    border: 2px #fff solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 20px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.fblock-size {
    height: 36px;
    line-height: 36px;
    border: 2px transparent solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 20px;
    color: #848a94;
    font-weight: 600;
    font-size: 15px;
}

.fblock:hover .fblock-d {
    background: #e81522;
    border: 2px #e81522 solid;
}

.footer-bg {
    background: #141414;
    padding: 100px 0 0 0;
}

.footer-w {
    width: 1228px;
    margin: 0 auto;
    text-align: left;
}

.footer-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    border-top: 1px solid #323232;
    border-bottom: 1px solid #323232;
}

.footer-logo {
    font-weight: bold;
    font-size: 23px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.17411 6.28664C6.97343 5.61435 6 6.1651 6 7.51578V17.4832C6 18.8353 6.97343 19.3853 8.17411 18.7137L17.0992 13.7174C18.3003 13.0448 18.3003 11.9552 17.0992 11.2829L8.17411 6.28664Z' fill='%23E81522'/%3E%3C/svg%3E%0A") right center no-repeat;
    padding: 0 26px 0 0;
}

.footer-logo span {
    color: #848a94;
}

.footer-copy {
    color: #858a92;
    font-size: 16px;
}

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

.footer-copy a:hover {
    color: #e81522;
}

.footer-soc a {
    color: #fff;
    margin: 0 10px;
}

.footer-soc a:hover {
    color: #e81522;
}

.footer-text {
    font-size: 16px;
    line-height: 24px;
    color: #848a94;
    padding: 50px 100px;
}

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

.footer-text a:hover {
    color: #e81522;
}

.cttitle {
    text-align: left;
    margin: 0 0 30px 0;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.cttitle h1 {
    display: inline;
    padding: 0;
    margin: 0 0 0 0;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.mainflex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* margin-left: -10px; */
    /* margin-right: -10px; */
}

.npn {
    width: 292px;
    height: 0;
}

/* Краткая новость */
.main-news {
    /* transition:all 0.3s ease; */
    /* -webkit-transition:all 0.3s ease; */
    /* -o-transition:all 0.3s ease; */
    /* -moz-transition:all 0.3s ease; */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    width: 292px;
    /* width: calc(25% - 20px); */
    margin: 0 0 20px 0;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background: linear-gradient(0deg, #141414 70%, rgba(20, 20, 20, 0) 100%);
    padding: 0 0 25px 0;
}

.main-news-image {
    -moz-border-radius: 25px 25px 0 0;
    -webkit-border-radius: 25px 25px 0 0;
    border-radius: 25px 25px 0 0;
    position: relative;
    height: 374px;
    display: block;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.main-news:hover .main-news-image {
    background-size: 110% auto;
}

.main-news-image:after {
    background: linear-gradient(0deg, #141414 0%, rgba(20, 20, 20, 0) 100%);
    height: 100px;
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.main-news-title {
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    color: #fff;
    margin: 0 20px 10px 20px;
}

.main-news-title a {
    color: #fff;
}

.main-news-title a:hover {
    opacity: 0.7;
}

.main-news-date {
    margin: 0 20px 10px 20px;
    font-size: 14px;
    color: #848a94;
}

.main-news-category {
    margin: 0 20px 10px 20px;
    font-size: 14px;
    color: #848a94;
}

.main-news-text {
    margin: 0 20px 10px 20px;
    font-size: 14px;
    color: #848a94;
    line-height: 22px;
    height: 132px;
    overflow: hidden;
}

.main-news-b {
    margin: 0 20px 0 20px;
    display: flex;
}

.main-news-b-item {
    flex-grow: 1;
    background: #303030;
    border-radius: 10px;
    padding: 7px;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    text-align: center;
}

.main-news-b-item:first-child {
    margin-right: 10px;
}

.main-news-b-item span {
    color: #ffd600;
}

/* Поиск по сайту */
.search-fly {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 8887;
    background: rgba(234, 240, 247, 0.95);
    display: none;
}

.search-fl {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 30px;
}

.search-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: url(../images/close.png) center center no-repeat;
    cursor: pointer;
}

.search-block {
    position: relative;
    height: 45px;
    display: block;
    width: 224px;
    text-align: left;
    background: #303030;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
}

.search-block form {
    padding: 0;
    margin: 0;
}

.form-text {
    height: 45px;
    line-height: 45px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 25px;
    color: #848a94;
    font-size: 14px;
    margin: 0;
    border: 0;
    outline: none;
    background: none;
    display: block;
}

.form-search {
    display: block;
    padding: 0;
    border: 0;
    cursor: pointer;
    margin: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    outline: none;
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.4339 10.8194C14.3404 8.14424 14.0937 4.40634 11.6936 2.00631C9.01856 -0.668771 4.68139 -0.66877 2.00631 2.00631C-0.668771 4.68139 -0.668771 9.01856 2.00631 11.6936C4.40634 14.0937 8.14424 14.3404 10.8194 12.4339L14.3854 16L16 14.3854L12.4339 10.8194ZM10.0791 3.62087C11.8625 5.40425 11.8625 8.2957 10.0791 10.0791C8.2957 11.8625 5.40425 11.8625 3.62087 10.0791C1.83748 8.2957 1.83748 5.40425 3.62087 3.62087C5.40425 1.83748 8.2957 1.83748 10.0791 3.62087Z' fill='%23848A94'/%3E%3C/svg%3E%0A") center center no-repeat;
}

.form-search:hover {
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.4339 10.8194C14.3404 8.14424 14.0937 4.40634 11.6936 2.00631C9.01856 -0.668771 4.68139 -0.66877 2.00631 2.00631C-0.668771 4.68139 -0.668771 9.01856 2.00631 11.6936C4.40634 14.0937 8.14424 14.3404 10.8194 12.4339L14.3854 16L16 14.3854L12.4339 10.8194ZM10.0791 3.62087C11.8625 5.40425 11.8625 8.2957 10.0791 10.0791C8.2957 11.8625 5.40425 11.8625 3.62087 10.0791C1.83748 8.2957 1.83748 5.40425 3.62087 3.62087C5.40425 1.83748 8.2957 1.83748 10.0791 3.62087Z' fill='%23fff'/%3E%3C/svg%3E%0A") center center no-repeat;
}

/* Окно быстрого поиска */
#searchsuggestions {
    /* width: 292px; */
    /* background: #303030; */
    /* -moz-border-radius: 20px; */
    /* -webkit-border-radius: 20px; */
    /* border-radius: 20px; */
    text-align: left;
    z-index: 8888;
}

/*#searchsuggestions a {
		display: block;
		padding: 15px 20px;
		color: #868686;
		font-size: 12px;
		line-height: 18px;
		border-bottom: 1px solid #484C52;
	}
	
	#searchsuggestions a:first-child {
		-moz-border-radius: 20px 20px 0 0;
		-webkit-border-radius: 20px 20px 0 0;
		border-radius: 20px 20px 0 0;
	}
		
		#searchsuggestions a span {
			
		}
	
		#searchsuggestions a:hover {
			background: #242424;
		}
		
			
			
		#searchsuggestions a span.searchheading {
			display: block;
			color: #fff;
			font-size: 15px;
			font-weight: 600;
			margin: 0 0 5px 0;
		}*/

/* #searchsuggestions span.seperator {  */

/* } */
/* #searchsuggestions span.seperator a {  */
/* font-size: 13px; */
/* color: #fff; */
/* text-align: center; */
/* -moz-border-radius: 0 0 20px 20px; */
/* -webkit-border-radius: 0 0 20px 20px; */
/* border-radius: 0 0 20px 20px; */
/* border: 0; */
/* } */

/* #searchsuggestions span.seperator a:before { */
/* content: ''; */
/* background: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.8911 9.47687C12.561 7.13367 12.3449 3.85958 10.2426 1.75736C7.89949 -0.585787 4.1005 -0.585786 1.75736 1.75736C-0.585786 4.1005 -0.585786 7.89949 1.75736 10.2426C3.85958 12.3449 7.13367 12.561 9.47687 10.8911L15.1924 16.6066L16.6066 15.1924L10.8911 9.47687ZM8.82843 3.17157C10.3905 4.73367 10.3905 7.26633 8.82843 8.82843C7.26633 10.3905 4.73367 10.3905 3.17157 8.82843C1.60948 7.26633 1.60948 4.73367 3.17157 3.17157C4.73367 1.60948 7.26633 1.60948 8.82843 3.17157Z' fill='%23919191'/%3E%3C/svg%3E%0A") center center no-repeat; */
/* display: inline-block; */
/* vertical-align: top; */
/* margin: 2px 5px 0 0; */
/* width: 16px; */
/* height: 16px; */
/* } */

/* #searchsuggestions span.notfound {  */
/* display: block; */
/* padding: 15px 20px; */
/* color: #919191; */
/* font-size: 14px; */
/* line-height: 16px; */
/* border-bottom: 1px #ebebeb solid; */
/* } */

/* #searchsuggestions .break {  */
/* display: none; */
/* } */

#searchsuggestions {
    width: 360px !important;
    padding: 2px 0 0 0;
}

.fasts {
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    padding: 16px;
    background: #303030;
    border-bottom: 1px solid #484c52;
}

.fasts:first-child {
    border-radius: 20px 20px 0 0;
}

.fasts:nth-child(2n) {
    background: #242424;
}

.fasts:hover {
    background: #3a3a3a !important;
}

.fasts-image {
    width: 78px;
}

.fasts-image img {
    width: 100%;
    display: block;
}

.fasts-r {
    width: calc(100% - 90px);
}

.fasts-title {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    display: block;
    margin: 0 0 8px 0;
}

.fasts-c {
    color: #909090;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin: 0 0 10px 0;
}

.fasts-c i {
    color: #fff;
    font-style: normal;
}

.fasts-i {
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    background: #1b1b1b;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    margin: 0 10px 0 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.fasts-i i {
    font-style: normal;
    color: #ffd600;
}

.seperator a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-radius: 0 0 20px 20px;
    background: #303030;
}

.seperator a:before {
    content: "";
    background: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.0803 13.5928H0.779297C0.365297 13.5928 0.0292969 13.2568 0.0292969 12.8428C0.0292969 12.4288 0.365297 12.0928 0.779297 12.0928H7.0803C7.4943 12.0928 7.8303 12.4288 7.8303 12.8428C7.8303 13.2568 7.4943 13.5928 7.0803 13.5928Z' fill='%23E81522'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.1911 3.90039H9.89111C9.47711 3.90039 9.14111 3.56439 9.14111 3.15039C9.14111 2.73639 9.47711 2.40039 9.89111 2.40039H16.1911C16.6051 2.40039 16.9411 2.73639 16.9411 3.15039C16.9411 3.56439 16.6051 3.90039 16.1911 3.90039Z' fill='%23E81522'/%3E%3Cmask id='mask0_1101_722' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='7' height='7'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0.000366211H6.2258V6.19197H0V0.000366211Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1101_722)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.113 1.5C2.224 1.5 1.5 2.216 1.5 3.097C1.5 3.977 2.224 4.692 3.113 4.692C4.003 4.692 4.726 3.977 4.726 3.097C4.726 2.216 4.003 1.5 3.113 1.5ZM3.113 6.192C1.397 6.192 0 4.804 0 3.097C0 1.39 1.397 0 3.113 0C4.83 0 6.226 1.39 6.226 3.097C6.226 4.804 4.83 6.192 3.113 6.192Z' fill='%23E81522'/%3E%3C/g%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3879 11.208C13.4979 11.208 12.7739 11.924 12.7739 12.804C12.7739 13.685 13.4979 14.4 14.3879 14.4C15.2769 14.4 15.9999 13.685 15.9999 12.804C15.9999 11.924 15.2769 11.208 14.3879 11.208ZM14.3879 15.9C12.6709 15.9 11.2739 14.511 11.2739 12.804C11.2739 11.097 12.6709 9.70801 14.3879 9.70801C16.1039 9.70801 17.4999 11.097 17.4999 12.804C17.4999 14.511 16.1039 15.9 14.3879 15.9Z' fill='%23E81522'/%3E%3C/svg%3E")
        center center no-repeat;
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
}

.seperator a:hover {
    background: #3a3a3a;
}

.dfgg {
    display: none;
}

#searchsuggestions span.notfound {
    padding: 16px;
    background: #303030;
    border-bottom: 1px solid #484c52;
    font-size: 14px;
    color: #fff;
    border-radius: 20px 20px 0 0;
    display: block;
}

/* Навигация по страницам */
.navigation {
    width: 100%;
    clear: both;
    padding: 40px 0 10px 0;
    vertical-align: top;
    text-align: center;
}

.load-more {
    display: inline-block;
    vertical-align: top;
    margin: 0 auto 40px auto;
    position: relative;
    padding-left: 62px;
    cursor: pointer;
}

.load-more:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.04186 13.7839C6.00905 13.5105 5.99219 13.2389 5.99219 13C5.99219 9.43389 8.9339 6.49218 12.5 6.49218C14.1634 6.49218 15.7207 7.16285 16.8662 8.20875L16.2918 8.79317C16.1623 8.92261 16.1125 9.11184 16.1623 9.29122C16.2221 9.46048 16.3615 9.59004 16.5408 9.62986C16.641 9.64997 19.9346 10.7113 19.7249 10.6691C19.9917 10.758 20.3862 10.4734 20.3127 10.0815C20.2925 9.98109 19.5633 6.3224 19.6055 6.532C19.5656 6.35275 19.4361 6.20334 19.2568 6.15354C19.0876 6.10373 18.8982 6.15354 18.7688 6.28297L18.2807 6.76105C16.7766 5.35666 14.7112 4.5 12.5 4.5C7.82834 4.5 4 8.32833 4 13V13.0198C4 13.3006 4.01284 13.5176 4.02776 13.6836C4.0476 13.9036 4.20972 14.0837 4.42632 14.1272L5.44952 14.3317C5.78259 14.3984 6.08207 14.1191 6.04186 13.7839Z' fill='white'/%3E%3Cpath d='M20.5767 11.872L19.5505 11.663C19.217 11.595 18.9155 11.8745 18.9565 12.2113C18.992 12.502 19.0078 12.7846 19.0078 13C19.0078 16.566 16.0661 19.5078 12.5 19.5078C10.8366 19.5078 9.27931 18.8371 8.1338 17.7813L8.70824 17.2068C8.83768 17.0774 8.88748 16.8882 8.83768 16.7088C8.77789 16.5394 8.63846 16.41 8.45922 16.3701C8.35896 16.3499 5.06537 15.2887 5.27509 15.3309C5.1057 15.301 4.93631 15.3508 4.82685 15.4703C4.70727 15.5799 4.65746 15.7591 4.68729 15.9185C4.70752 16.0188 5.43683 19.6443 5.39467 19.4347C5.43436 19.614 5.56393 19.7635 5.74318 19.8131C5.95108 19.8653 6.12462 19.8022 6.23124 19.6837L6.70944 19.2056C8.21343 20.6101 10.2788 21.5 12.5 21.5C17.1717 21.5 21 17.6717 21 13V12.9701C21 12.7493 20.992 12.5326 20.9735 12.3172C20.9546 12.0971 20.7931 11.9163 20.5767 11.872Z' fill='white'/%3E%3C/svg%3E%0A")
        center center no-repeat;
    position: absolute;
    left: 30px;
    top: 50%;
    margin: -12px 0 0 0;
}

.gorotation:before {
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

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

.navigation a,
.navigation span {
    vertical-align: middle;
}

.navigation-center a {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-align: center;
    min-width: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
    color: #141414;
    font-weight: 500;
    font-size: 17px;
    margin: 0 5px 10px 5px;
}

.navigation-center a:hover {
    background: #f4f4f4;
}

.navigation-center span {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-align: center;
    min-width: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #e81522;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    margin: 0 5px 10px 5px;
}

.nlink {
    font-style: normal;
}

.nopages {
    text-align: center;
    color: #000;
    font-size: 17px;
    padding: 30px 0;
    font-weight: 600;
}

/* Полная новость */
.full-news-left {
    float: left;
    width: 812px;
}

.full-card {
    display: flex;
    background: #141414;
    border-radius: 15px;
    padding: 32px 25px;
    margin: 0 0 40px 0;
}

.full-card-image {
    width: 172px;
    overflow: hidden;
}

.full-card-image img {
    width: 172px;
    height: 210px;
}

.full-card-right {
    flex: 1;
    padding: 0 0 0 40px;
}

.full-news-title {
    font-weight: bold;
    font-size: 28px;
    color: #fff;
    margin: 0 0 15px 0;
}

.full-news-title h1 {
    font-weight: bold;
    font-size: 28px;
    display: inline;
    margin: 0;
    padding: 0;
}

.full-card-info {
    display: flex;
    font-size: 17px;
    line-height: 24px;
    margin: 0 0 15px 0;
}

.full-card-info a {
    text-decoration: none;
    color: #fff;
}

.full-card-info a:hover {
    text-decoration: underline;
    color: #e81522;
}

.full-card-info-left {
    margin: 0 20px 0 0;
    color: #848a94;
}

.full-card-info-right {
    flex: 1;
    color: #fff;
}

.full-card-i {
    display: flex;
    flex-wrap: wrap;
}

.full-card-i-item {
    background: #303030;
    border-radius: 10px;
    padding: 0 20px;
    height: 34px;
    line-height: 34px;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    margin: 0 10px 10px 0;
}

.full-card-i-item i {
    color: #ffd600;
    font-style: normal;
}

.full-card-d {
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: 2px solid #ccc;
    border-radius: 10px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2857 5L11.2857 13.6929L8.72143 11.1357L7.71429 12.1429L12 16.4286L16.2857 12.1429L15.2786 11.1357L12.7143 13.6929L12.7143 5L11.2857 5Z' fill='white'/%3E%3Cpath d='M7 17.8571H17V19.2857H7V17.8571Z' fill='white'/%3E%3C/svg%3E%0A") center center no-repeat;
    margin: 0 10px 10px 0;
}

.full-card-d:hover {
    background-color: #e81522;
    border: 2px solid #e81522;
}

#dle-promt-text {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

.full-news-right {
    float: right;
    width: 396px;
}

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

.full-news-top-wrap {
    position: relative;
    margin: 0 0 40px 0;
}

.full-news-top-wrap:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 360px;
    background: #141414;
}

.full-news-top {
    position: relative;
    z-index: 2;
    width: 1228px;
    margin: 0 auto;
    text-align: left;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 410px;
}

.full-news-top img {
    display: none;
}

.full-news-top-b {
    padding: 100px 30px 40px 30px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 42.16%);
    text-align: center;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 28px;
    line-height: 24px;
    color: #fff;
}

.ftitle {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 15px 0;
    color: #000;
}

.full-news-text {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #ccc;
}

.full-news-text img {
    max-width: 100%;
    margin-bottom: 30px;
}

img.fr-dii.fr-fil,
img.fr-dii.fr-fir {
    margin-bottom: 30px;
}

.full-news-text a {
    color: #e81522;
}

.full-news-text a:hover {
    color: #000;
}

.full-news-text p {
    padding: 0;
    margin: 0 0 30px 0;
    line-height: 26px;
}

.download-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 40px 0;
}

.download-block-title {
    color: #141414;
    font-weight: bold;
    font-size: 17px;
    margin: 0 0 20px 0;
}

.mndld {
    background: url("https://4k-hd.club/templates/4khdclub/images/mdl.svg") center no-repeat;
    height: 42px;
    width: 42px;
}
.tfd {
    background: url("https://4k-hd.club/templates/4khdclub/images/tf.svg") center no-repeat;
    height: 42px;
    width: 42px;
}
.dwlink {
    background: #1d1d1d;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    color: #fff;
    font-weight: bold;
    align-items: center;
    margin: 0 0 33px 0;
}
.dlf {
    border-left: 2px #777 solid;
    padding: 0 0 0 12px;
    font-weight: 600;
}

.fo {
    font-size: 22px;
    font-weight: bold;
}
.fot {
    font-size: 22px;
    font-weight: bold;
}

.fo i {
    font-size: 20px;
    font-style: normal;
    padding: 0 0 0 0;
    color: #fdcb30;
}
.fot i {
    font-size: 20px;
    font-style: normal;
    padding: 0 0 0 0;
    color: #f7921e;
}

.dwlink u {
    text-decoration: none;
    padding: 0px 0px 0px 12px;
    font-size: 11px;
    line-height: 17px;
}

.dwlink:hover {
    background: #3c3c3c;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
}
.dwlink:active {
    background: black;
}
.download-block-ll {
    display: flex;
    align-items: center;
}

.download-block-ll a {
    padding: 5px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #141414;
    font-weight: 500;
    font-size: 15px;
    margin-left: 20px;
}

.download-block-ll a:hover {
    border: 1px solid #e81522;
}

.full-news-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 0 0 50px 0;
}

.full-news-video iframe,
.full-news-video embed,
.full-news-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.hidpoll {
    display: none;
}

.tt-panel {
    display: none;
}

.title_spoiler {
    position: relative;
    padding: 0;
    margin: 0;
}

.title_spoiler a:last-child {
    background: #252d32;
    display: block;
    line-height: 34px;
    padding: 0 10px 0 10px;
    text-decoration: none;
    color: #dfdfdf;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 34px;
}

.title_spoiler img {
    position: absolute;
    left: 5px;
    top: 27px;
    display: none;
}

.text_spoiler {
    border: 1px #252d32 solid;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: -5px 0 0 0;
}

.mass_comments_action {
    display: none;
}

#vk_groups,
#vk_groups iframe {
    width: 100% !important;
}

.comments-block {
    text-align: left;
}

.comments-block-title {
    color: #000;
    font-size: 18px;
    margin: 0 0 20px 0;
}

/* Вид комментария */
.comments-tree-list {
    padding: 0;
    margin: 0;
}

.comments-tree-list li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.comments-tree-list ol {
    background: url(../images/comments-tree.png) 10px top no-repeat;
    padding: 0 0 0 45px;
}

.com-item {
    background: #fff;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    display: flex;
    padding: 20px;
    margin: 0 0 15px 0;
    position: relative;
}

.com-item-image {
    width: 70px;
    height: 70px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #141414;
    display: flex;
    justify-content: center;
    align-items: center;
}

.com-item-image img {
    width: 34px;
    height: 34px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.com-item-info {
    padding: 0 0 0 20px;
    flex: 1;
    position: relative;
}

.comrating {
    position: absolute;
    right: 0;
    top: 0;
}

.comrating a {
    display: block;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.45834 21.5417H5.54168C6.34585 21.5417 7.00002 20.8876 7.00002 20.0834V10.5C7.00002 9.69586 6.34585 9.04169 5.54168 9.04169H3.45834C2.65417 9.04169 2 9.69586 2 10.5V20.0834C2 20.8876 2.65417 21.5417 3.45834 21.5417Z' fill='%23CCCCCC'/%3E%3Cpath d='M12.6509 3C11.8176 3 11.4009 3.41667 11.4009 5.50001C11.4009 7.48002 9.48337 9.07336 8.25003 9.8942V20.2176C9.58421 20.8351 12.2551 21.7501 16.4009 21.7501H17.7342C19.3593 21.7501 20.7426 20.5834 21.0176 18.9834L21.9509 13.5667C22.3009 11.525 20.7343 9.6667 18.6676 9.6667H14.7342C14.7342 9.6667 15.3592 8.41669 15.3592 6.33335C15.3592 3.83334 13.4842 3 12.6509 3Z' fill='%23CCCCCC'/%3E%3C/svg%3E%0A") left center no-repeat;
    height: 24px;
    line-height: 24px;
    padding: 0 0 0 30px;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.comrating a:hover {
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.45834 21.5417H5.54168C6.34585 21.5417 7.00002 20.8876 7.00002 20.0834V10.5C7.00002 9.69586 6.34585 9.04169 5.54168 9.04169H3.45834C2.65417 9.04169 2 9.69586 2 10.5V20.0834C2 20.8876 2.65417 21.5417 3.45834 21.5417Z' fill='%23E81522'/%3E%3Cpath d='M12.6509 3C11.8176 3 11.4009 3.41667 11.4009 5.50001C11.4009 7.48002 9.48337 9.07336 8.25003 9.8942V20.2176C9.58421 20.8351 12.2551 21.7501 16.4009 21.7501H17.7342C19.3593 21.7501 20.7426 20.5834 21.0176 18.9834L21.9509 13.5667C22.3009 11.525 20.7343 9.6667 18.6676 9.6667H14.7342C14.7342 9.6667 15.3592 8.41669 15.3592 6.33335C15.3592 3.83334 13.4842 3 12.6509 3Z' fill='%23E81522'/%3E%3C/svg%3E%0A") left center no-repeat;
}

.com-item-author {
    font-weight: 600;
    font-size: 17px;
}

.com-item-author a {
    color: #e81522;
}

.com-item-author a:hover {
    color: #000;
}

.com-item-date {
    color: #848a94;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
}

.com-item-text {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #848a94;
}

.comments-item-links {
    font-size: 11px;
    padding: 10px 0 0 0;
}

.comments-item-links a {
    color: #4c5a65;
    margin-right: 10px;
}

.comments-item-links a:hover {
    color: #52a0c3;
}

.show-addform {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #384c5d;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 12px 30px;
    color: #495764;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.show-addform i {
    color: #495764;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0 0;
    font-size: 18px;
}

.show-addform:hover {
    background: #24303a;
}

.hiddenform {
    display: none;
}

.relwrap {
    margin: 0 -164px 40px 0;
}

.rel-link {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    width: 292px;
    height: 466px;
    border-radius: 25px;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.rel-link:hover {
    background-size: 110% auto;
}

.rel-link:before {
    content: "";
    width: 100%;
    height: 200px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, #141414 76.13%, rgba(20, 20, 20, 0) 100%);
    border-radius: 25px;
    z-index: 1;
}

.rel-link-title {
    color: #ddd;
    font-weight: bold;
    font-size: 17px;
    margin: 0 0 15px 0;
    z-index: 2;
    position: relative;
}

.rel-link-date {
    color: #848a94;
    font-size: 14px;
    margin: 0 0 5px 0;
    z-index: 2;
    position: relative;
}

.rel-link-cat {
    color: #848a94;
    font-size: 14px;
    z-index: 2;
    position: relative;
}

.rel-link:hover .rel-link-title {
    color: #e81522;
}

.rblock {
    margin: 0 0 60px 0;
}

.rblock-title {
    background: #303030;
    border-radius: 10px;
    margin: 0 0 15px 0;
    padding: 12px 30px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
}

.rblock:first-child .rblock-title {
    font-size: 24px;
    font-weight: bold;
}

.rtop {
    display: block;
    margin: 0 0 20px 0;
    border-radius: 10px;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.rtop:before {
    content: "";
    height: 74px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.84) 68.49%);
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.rtop-title {
    position: relative;
    z-index: 2;
    padding: 20px 35px;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
}

/* -------- */
.quote {
    background: #1d303e;
    padding: 8px;
    color: #6f6f6f;
    clear: both;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 0 0 5px 0;
    font-size: 13px;
}

.quote a {
    color: #000;
}

.full-news .quote {
    background: #fff
        url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.9992 0.678955C8.95376 0.678955 0 8.58373 0 18.3367C0 23.2819 2.30868 27.7463 6.01756 30.9525C5.20429 35.6511 -0.0437073 37.5554 0.316878 38.8495C4.75005 40.6836 13.6304 36.6454 15.7986 35.598C17.1551 35.854 18.5584 35.996 19.9992 35.996C31.0447 35.996 40 28.0912 40 18.3367C40 8.58217 31.0447 0.678955 19.9992 0.678955ZM18.5819 19.0719C18.5819 23.8735 16.4574 26.5677 12.2708 27.0782C12.2615 27.0797 12.2552 27.0797 12.2459 27.0797C12.2006 27.0797 12.1506 27.0626 12.1179 27.0313C12.0757 26.9954 12.0507 26.9408 12.0507 26.8846V24.4448C12.0507 24.373 12.0898 24.3074 12.1506 24.2747C14.0597 23.2335 15.0135 21.5945 15.0619 19.2686H12.2459C12.1397 19.2686 12.0507 19.1812 12.0507 19.0735V12.9342C12.0507 12.8265 12.1397 12.7391 12.2459 12.7391H18.3867C18.4929 12.7391 18.5819 12.8265 18.5819 12.9342V19.0719ZM29.454 19.0719C29.454 23.8001 27.5731 26.1947 23.1586 27.0766C23.1461 27.0782 23.1337 27.0797 23.1212 27.0797C23.0759 27.0797 23.0322 27.0641 22.9963 27.036C22.951 27.0001 22.926 26.9424 22.926 26.8846V24.4448C22.926 24.373 22.9651 24.3074 23.026 24.2747C24.935 23.2335 25.8888 21.5945 25.9372 19.2686H23.1212C23.015 19.2686 22.926 19.1812 22.926 19.0735V12.9342C22.926 12.8265 23.015 12.7391 23.1212 12.7391H29.2589C29.3682 12.7391 29.454 12.8265 29.454 12.9342V19.0719Z' fill='%23303030'/%3E%3C/svg%3E%0A")
        25px 25px no-repeat;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 25px 25px 25px 90px;
    font-style: italic;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #848a94;
}

/* Стилизация форм */

.form-line-tt {
    margin: 0 0 15px 0;
}

.form-line-tt-left {
    width: auto !important;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #848a94;
    margin: 0 0 5px 0;
}

.form-line-tt input[type="text"],
.form-line-tt input[type="password"] {
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fff;
    color: #000;
    padding: 10px 20px;
    margin: 0 0 0 0;
    width: 500px;
}

.form-line-tt input:focus {
    border: 1px solid #848a94;
}

.form-line-tt select,
.search select {
    border: 1px solid #ccc;
    background: #fff;
    color: #000;
}

.form-line-tt textarea,
.form-line-tt .fr-view {
    border: 0;
    background: #fff;

    color: #000 !important;
    padding: 7px 10px !important;
    margin: 0 0 0 0;
}

/*.dark .form-line-tt textarea, .form-line-tt .fr-view {
		border: 0;
		background: #fff;
		
		color: #fff !important;
		padding: 7px 10px !important;
		margin: 0 0 0 0;
	}*/

.dark .gray-theme.fr-box .fr-counter {
    color: #535353;
    background: #fff;
    border-top: solid 1px #1b242c;
    border-left: solid 1px #1b242c;
}

.dark .gray-theme.fr-toolbar {
    color: #37474f;
    background: #313a40;
}

.dark .gray-theme .fr-separator {
    background: #000000;
}

.dark .gray-theme.fr-toolbar .fr-command.fr-btn,
.gray-theme.fr-popup .fr-command.fr-btn {
    color: #606a71;
}

.dark .gray-theme.fr-desktop .fr-command:hover,
.gray-theme.fr-desktop .fr-command:focus {
    background: #000000;
}

.fr-box,
.gray-theme.fr-toolbar.fr-top {
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.gray-theme.fr-box.fr-basic.fr-top .fr-wrapper {
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.fr-counter {
    display: none;
}

.gray-theme.fr-box.fr-basic.fr-top .fr-wrapper,
.gray-theme.fr-toolbar.fr-top {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.wseditor {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
}

.form-submit-block-tt {
    margin: 0 0 10px 0;
    padding: 10px 0 10px 0;
    /*border-top: 1px #2f3134  solid;*/
}

.comments_subscribe {
    display: none;
}

.form-button-tt {
    border: 2px solid #ccc;
    box-sizing: border-box;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    color: #141414;
    cursor: pointer;
    background: #fff;
    margin: 0;
    outline: none;
    padding: 0 25px !important;
    height: 50px;
    line-height: 50px;
}

.form-button-tt:hover {
    border: 2px solid #e81522;
}

/* Добавление комментария */
.add-comment-title {
    font-size: 18px;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px #ccc solid;
}

/* Диалоговые окна */
.ui-dialog {
    border: 1px solid #ededed;
    background: #fff;
    text-align: left;
    color: #616161;
    font-size: 16px;
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.14);
    z-index: 1000;
}

.ui-dialog-titlebar {
    border-bottom: 1px solid #ededed;
    padding: 10px 20px;
    position: relative;
    cursor: move;
}

.ui-dialog-titlebar-close {
    background: url(../images/close.png) left top no-repeat;
    width: 29px;
    height: 29px;
    right: 5px;
    top: 5px;
    font-size: 0;
    display: block;
    position: absolute;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 0.6;
    overflow: hidden;
    line-height: 35px;
    text-indent: -100px;
}

.ui-dialog-titlebar-close:hover {
    -moz-transform: rotate(360deg); /* Для Firefox */
    -ms-transform: rotate(360deg); /* Для IE */
    -webkit-transform: rotate(360deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(360deg); /* Для Opera */
    transform: rotate(360deg);
    opacity: 1;
}

.ui-dialog-content {
    padding: 15px;
}

.ui-dialog-buttonset {
    background: #fafafa;
    height: 47px;
    position: relative;
    border-top: 1px #f2f2f2 solid;
    padding: 13px 5px 0 0;
    text-align: right;
}

.ui-dialog-buttonset button {
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 8px 10px;
    background: #e6e6e6;
    color: #6b6b6b;
    font-size: 13px;
    border: 0;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
}

.ui-dialog-buttonset button:hover {
    background: #e81522;
    color: #fff;
}

.dle-popup-newpm .ui-dialog-content {
    padding: 20px;
    font-size: 14px;
}

/* Карточка пользователя */
.user-card-tt {
    padding: 14px 0 0 140px;
    position: relative;
    min-height: 115px;
}

#dleprofilepopup {
    height: auto !important;
}

.user-card-tt-left {
    position: absolute;
    left: 10px;
    width: 100px;
    top: 10px;
    z-index: 888;
}

.user-card-tt-image {
    border: 3px solid #fff;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    width: 100px;
    height: 100px;
    margin: 0 0 5px 0;
    background: #e2e2e2;
}

.user-card-tt-image img {
    width: 100px;
    height: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.user-card-tt-status {
    text-align: center;
    font-size: 14px;
    margin-left: 3px;
}

.user-card-tt-right {
    font-size: 13px;
}

.user-card-tt-info-left {
    margin: 0 5px 0 0;
}

.user-card-tt-info-line {
    color: #8b8b8b;
}

.user-card-tt-info-line:first-child {
    margin: 0 0 10px 0;
}

.user-card-tt-info-line span {
    color: #000;
}

.user-card-tt-info-line i {
    color: #3b90cb;
    font-style: normal;
}

/* Юзер инфо */
.user-profile-tt {
    padding: 0 0 20px 0;
}

.tabs-profile .index-tabs {
    font-size: 0;
    position: relative;
    bottom: -1px;
}

.tabs-profile .index-tabs span {
    background: #1b242c;
    border: 1px #28353e solid;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    color: #979797;
    font-size: 13px;
    padding: 0 15px;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    position: relative;
    bottom: -4px;
    cursor: pointer;
    vertical-align: top;
    border-bottom: 0;
    font-weight: 600;
}

.tabs-profile .active-ttab {
    height: 39px !important;
    line-height: 39px !important;
    background: #37424c !important;
    color: #fff !important;
    bottom: 0px !important;
    vertical-align: top;
}

.tabs-profile .tt-panel {
    border: 1px #28353e solid;
    background: #1b242c;
    display: none;
}

.profile-tt-top {
    position: relative;
}

.profile-tt-left {
    position: absolute;
    width: 114px;
    left: 25px;
    top: 28px;
    text-align: center;
}

.profile-tt-image {
    padding: 6px;
    border: 1px solid #28353e;
    background: #1b242c;
    margin: 0 0 10px 0;
}

.profile-tt-image img {
    width: 100px;
    height: 100px;
    background: #1b242c;
}

.profile-tt-rating {
    text-align: center;
    width: 50px;
    height: 25px;
    margin: 0 auto;
    line-height: 25px;
    color: #fff;
    background: #abc544;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.profile-tt-info {
    padding: 25px 25px 10px 160px;
    background: #111e27;
    border-bottom: 1px #28353e solid;
}

.profile-tt-name {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding: 5px 0 10px 0;
}

.profile-tt-name2 {
    position: relative;
    display: inline-block;
}

.profile-tt-name i {
    position: relative;
    display: inline-block;
    background: #ff8a00;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-family: "Arial";
    font-size: 12px;
    font-style: normal;
    left: 10px;
    top: -15px;
    padding: 0 5px;
}

.profile-tt-name i span {
    color: #fff !important;
    font-weight: normal;
}

.profile-tt-line {
    color: #828282;
    margin: 0 0 4px 0;
}

.profile-tt-line span {
    color: #dcdcdc;
}

.profile-tt-menu {
    padding: 20px 0 10px 160px;
    font-size: 0;
    color: #fff;
}

.profile-tt-menu a {
    display: inline-block;
    background: none;
    padding: 0 15px;
    line-height: 31px;
    height: 31px;
    margin: 0 10px 0 0;
    font-size: 13px;
    font-weight: 600;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #384c5d;
    color: #495764;
}

.profile-tt-menu a:hover {
    background: #24303a;
}

.profile-tt-text {
    color: #7f7f7f;
    font-size: 14px;
    line-height: 17px;
    padding: 25px;
}

.profile-tt-text a {
    color: #000;
}

.nidf {
    padding: 25px;
}

.nidf .profile-tt-line {
    font-size: 15px;
    margin: 0 0 10px 0;
}

.nidf .profile-tt-line a {
    color: #ff6000;
}

.nidf .profile-tt-line a:hover {
    color: #000;
}

.herh .form-line-tt-left {
    width: 150px;
}

.herh .form-line-tt {
    margin: 0 0 0 0;
    padding: 15px 0 15px 0;
    border-bottom: 1px #2e2e2e solid;
}

.user-profile-tt .form-line-tt a {
    color: #ff6000;
}

.nprofile {
    margin: 40px 0 50px 0;
}

.nprofile-left {
    float: left;
    width: 312px;
    padding: 0 40px 30px 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-right: 1px solid #e3e3e3;
}

.nprofile-ava-wrap {
    margin: 0 0 20px 0;
    text-align: center;
}

.nprofile-ava {
    width: 120px;
    height: 120px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
    background: #141414;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nprofile-ava img {
    width: 74px;
    height: 74px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.nprofile-login {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
}

.nprofile-status {
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #848a94;
    margin: 0 0 25px 0;
}

.nprofile-stats {
    margin: 0 0 40px 0;
    color: #848a94;
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
}

.nprofile-stats span {
    color: #000;
}

.nprofile-stats a {
    color: #e81522;
}

.nprofile-stats a:hover {
    color: #000;
}

.nprofile-menu a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 55px;
    position: relative;
    margin: 0 0 5px 0;
    font-weight: 500;
    font-size: 17px;
    color: #848a94;
    border-radius: 10px;
}

.nprofile-menu a:hover {
    background: #f1f1f1;
}

.nlactive {
    background: #141414 !important;
    color: #fff !important;
}

.nprofile-menu a:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 15px;
    top: 14px;
    background-position: center center;
    background-repeat: no-repeat;
}

.nl1:before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0.666687C5.7025 0.666687 3.83333 2.53585 3.83333 4.83335C3.83333 7.13085 5.7025 9.00002 8 9.00002C10.2975 9.00002 12.1667 7.13085 12.1667 4.83335C12.1667 2.53585 10.2975 0.666687 8 0.666687ZM8 7.33335C6.62167 7.33335 5.5 6.21169 5.5 4.83335C5.5 3.45502 6.62167 2.33335 8 2.33335C9.37833 2.33335 10.5 3.45502 10.5 4.83335C10.5 6.21169 9.37833 7.33335 8 7.33335ZM15.5 16.5V15.6667C15.5 12.4509 12.8825 9.83335 9.66667 9.83335H6.33333C3.11667 9.83335 0.5 12.4509 0.5 15.6667V16.5H2.16667V15.6667C2.16667 13.3692 4.03583 11.5 6.33333 11.5H9.66667C11.9642 11.5 13.8333 13.3692 13.8333 15.6667V16.5H15.5Z' fill='%23848A94'/%3E%3C/svg%3E%0A");
}

.nl1.nlactive:before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0.666687C5.7025 0.666687 3.83333 2.53585 3.83333 4.83335C3.83333 7.13085 5.7025 9.00002 8 9.00002C10.2975 9.00002 12.1667 7.13085 12.1667 4.83335C12.1667 2.53585 10.2975 0.666687 8 0.666687ZM8 7.33335C6.62167 7.33335 5.5 6.21169 5.5 4.83335C5.5 3.45502 6.62167 2.33335 8 2.33335C9.37833 2.33335 10.5 3.45502 10.5 4.83335C10.5 6.21169 9.37833 7.33335 8 7.33335ZM15.5 16.5V15.6667C15.5 12.4509 12.8825 9.83335 9.66667 9.83335H6.33333C3.11667 9.83335 0.5 12.4509 0.5 15.6667V16.5H2.16667V15.6667C2.16667 13.3692 4.03583 11.5 6.33333 11.5H9.66667C11.9642 11.5 13.8333 13.3692 13.8333 15.6667V16.5H15.5Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.nl2:before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8333 0.5H2.16667C1.24167 0.5 0.5 1.25 0.5 2.16667V13.8333C0.5 14.75 1.24167 15.5 2.16667 15.5H13.8333C14.75 15.5 15.5 14.75 15.5 13.8333V2.16667C15.5 1.25 14.75 0.5 13.8333 0.5ZM13.8333 13.8333H2.16667V2.16667H13.8333V13.8333ZM8.83333 12.1667H7.16667V8.83333H3.83333V7.16667H7.16667V3.83333H8.83333V7.16667H12.1667V8.83333H8.83333V12.1667Z' fill='%23848A94'/%3E%3C/svg%3E%0A");
}

.nl2.nlactive:before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8333 0.5H2.16667C1.24167 0.5 0.5 1.25 0.5 2.16667V13.8333C0.5 14.75 1.24167 15.5 2.16667 15.5H13.8333C14.75 15.5 15.5 14.75 15.5 13.8333V2.16667C15.5 1.25 14.75 0.5 13.8333 0.5ZM13.8333 13.8333H2.16667V2.16667H13.8333V13.8333ZM8.83333 12.1667H7.16667V8.83333H3.83333V7.16667H7.16667V3.83333H8.83333V7.16667H12.1667V8.83333H8.83333V12.1667Z' fill='white'/%3E%3C/svg%3E%0A");
}

.nl3:before {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.666504 2.00001C0.666504 1.07954 1.4127 0.333344 2.33317 0.333344H15.6665C16.587 0.333344 17.3332 1.07954 17.3332 2.00001V12C17.3332 12.9205 16.587 13.6667 15.6665 13.6667H2.33317C1.4127 13.6667 0.666504 12.9205 0.666504 12V2.00001ZM15.6665 3.5571V12H2.33317V3.5571L8.99984 8.00154L15.6665 3.5571ZM14.9975 2.00001H3.00216L8.99984 5.99846L14.9975 2.00001Z' fill='%23848A94'/%3E%3C/svg%3E%0A");
}

.nl3.nlactive:before {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.666504 2.00001C0.666504 1.07954 1.4127 0.333344 2.33317 0.333344H15.6665C16.587 0.333344 17.3332 1.07954 17.3332 2.00001V12C17.3332 12.9205 16.587 13.6667 15.6665 13.6667H2.33317C1.4127 13.6667 0.666504 12.9205 0.666504 12V2.00001ZM15.6665 3.5571V12H2.33317V3.5571L8.99984 8.00154L15.6665 3.5571ZM14.9975 2.00001H3.00216L8.99984 5.99846L14.9975 2.00001Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.nl4:before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8333 0.5H2.16667C1.2475 0.5 0.5 1.2475 0.5 2.16667V15.5L4.49971 12.5C4.78821 12.2836 5.13912 12.1667 5.49975 12.1667H13.8333C14.7525 12.1667 15.5 11.4192 15.5 10.5V2.16667C15.5 1.2475 14.7525 0.5 13.8333 0.5ZM13.8333 10.5H4.94467C4.58408 10.5 4.23323 10.6169 3.94475 10.8333L2.16667 12.1667V2.16667H13.8333V10.5Z' fill='%23848A94'/%3E%3Cpath d='M4.94467 3.83333H11.4447V5.5H4.94467V3.83333Z' fill='%23848A94'/%3E%3Cpath d='M4.94467 7H11.4447V8.66667H4.94467V7Z' fill='%23848A94'/%3E%3C/svg%3E%0A");
}

.nl4.nlactive:before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8333 0.5H2.16667C1.2475 0.5 0.5 1.2475 0.5 2.16667V15.5L4.49971 12.5C4.78821 12.2836 5.13912 12.1667 5.49975 12.1667H13.8333C14.7525 12.1667 15.5 11.4192 15.5 10.5V2.16667C15.5 1.2475 14.7525 0.5 13.8333 0.5ZM13.8333 10.5H4.94467C4.58408 10.5 4.23323 10.6169 3.94475 10.8333L2.16667 12.1667V2.16667H13.8333V10.5Z' fill='%23fff'/%3E%3Cpath d='M4.94467 3.83333H11.4447V5.5H4.94467V3.83333Z' fill='%23fff'/%3E%3Cpath d='M4.94467 7H11.4447V8.66667H4.94467V7Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.nl5:before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.835 0.5H2.16833C1.24917 0.5 0.501667 1.2475 0.501667 2.16667V5.5H2.16833V2.16667H13.835V13.8333H2.16833V10.5H0.501667V13.8333C0.501667 14.7525 1.24917 15.5 2.16833 15.5H13.835C14.7542 15.5 15.5017 14.7525 15.5017 13.8333V2.16667C15.5017 1.2475 14.7533 0.5 13.835 0.5Z' fill='%23848A94'/%3E%3Cpath d='M7.16667 11.3333L11.3333 8L7.16667 4.66667V7.1675H0.5V8.83417H7.16667V11.3333Z' fill='%23848A94'/%3E%3C/svg%3E%0A");
}

.nl5.nlactive:before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.835 0.5H2.16833C1.24917 0.5 0.501667 1.2475 0.501667 2.16667V5.5H2.16833V2.16667H13.835V13.8333H2.16833V10.5H0.501667V13.8333C0.501667 14.7525 1.24917 15.5 2.16833 15.5H13.835C14.7542 15.5 15.5017 14.7525 15.5017 13.8333V2.16667C15.5017 1.2475 14.7533 0.5 13.835 0.5Z' fill='%23fff'/%3E%3Cpath d='M7.16667 11.3333L11.3333 8L7.16667 4.66667V7.1675H0.5V8.83417H7.16667V11.3333Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.nprofile-right {
    margin-left: 412px;
}

.nprofile-title {
    font-weight: 600;
    font-size: 35px;
    line-height: 43px;
    color: #000;
    margin: 0 0 50px 0;
}

.editarea {
    display: none;
    background: #fff;
    padding: 30px 0;
}

.editarea .form-line-tt {
    border-bottom: 1px #ededed solid;
}

.editarea .form-line-tt textarea,
.form-line-tt .fr-view,
.addorder .form-line-tt textarea {
    border: 1px #ededed solid;
    outline: none;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100% !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

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

.nprofile .blog-news-more {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.nprofile-right .mainflex {
    width: 614px;
}

/* Юзер-панель */
.login-block {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 80px;
    z-index: 2;
    width: 292px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #303030;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    display: none;
    transform: scale(0.5);
    text-align: left;
    z-index: 100;
}

.login-block2 {
    width: 365px;
    padding: 34px;
}

.loginactive {
    transform: scale(1);
}

.login-close {
    position: absolute;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 40px;
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 511.995 511.995' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M437.126,74.939c-99.826-99.826-262.307-99.826-362.133,0C26.637,123.314,0,187.617,0,256.005 s26.637,132.691,74.993,181.047c49.923,49.923,115.495,74.874,181.066,74.874s131.144-24.951,181.066-74.874 C536.951,337.226,536.951,174.784,437.126,74.939z M409.08,409.006c-84.375,84.375-221.667,84.375-306.042,0 c-40.858-40.858-63.37-95.204-63.37-153.001s22.512-112.143,63.37-153.021c84.375-84.375,221.667-84.355,306.042,0 C493.435,187.359,493.435,324.651,409.08,409.006z' fill='%23ffffff' data-original='%23000000' style=''/%3E%3C/g%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M341.525,310.827l-56.151-56.071l56.151-56.071c7.735-7.735,7.735-20.29,0.02-28.046 c-7.755-7.775-20.31-7.755-28.065-0.02l-56.19,56.111l-56.19-56.111c-7.755-7.735-20.31-7.755-28.065,0.02 c-7.735,7.755-7.735,20.31,0.02,28.046l56.151,56.071l-56.151,56.071c-7.755,7.735-7.755,20.29-0.02,28.046 c3.868,3.887,8.965,5.811,14.043,5.811s10.155-1.944,14.023-5.792l56.19-56.111l56.19,56.111 c3.868,3.868,8.945,5.792,14.023,5.792c5.078,0,10.175-1.944,14.043-5.811C349.28,331.117,349.28,318.562,341.525,310.827z' fill='%23ffffff' data-original='%23000000' style=''/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")
        center center no-repeat;
    background-size: 100% auto;
}

.login-link a {
    display: block;
    position: relative;
    font-weight: 500;
    color: #848a94;
    font-size: 17px;
    padding: 15px 25px 15px 65px;
    border: 1px solid #484c52;
}

.login-link a:first-child {
    -moz-border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
}

.login-link a:last-child {
    -moz-border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    border: 0;
}

.login-link a:hover {
    color: #fff;
    background: #242424;
}

.login-link a:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 25px;
    top: 14px;
    background-position: center center;
    background-repeat: no-repeat;
}

.ll1:before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0.666687C5.7025 0.666687 3.83333 2.53585 3.83333 4.83335C3.83333 7.13085 5.7025 9.00002 8 9.00002C10.2975 9.00002 12.1667 7.13085 12.1667 4.83335C12.1667 2.53585 10.2975 0.666687 8 0.666687ZM8 7.33335C6.62167 7.33335 5.5 6.21169 5.5 4.83335C5.5 3.45502 6.62167 2.33335 8 2.33335C9.37833 2.33335 10.5 3.45502 10.5 4.83335C10.5 6.21169 9.37833 7.33335 8 7.33335ZM15.5 16.5V15.6667C15.5 12.4509 12.8825 9.83335 9.66667 9.83335H6.33333C3.11667 9.83335 0.5 12.4509 0.5 15.6667V16.5H2.16667V15.6667C2.16667 13.3692 4.03583 11.5 6.33333 11.5H9.66667C11.9642 11.5 13.8333 13.3692 13.8333 15.6667V16.5H15.5Z' fill='%23848A94'/%3E%3C/svg%3E%0A");
}

.ll1:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0.666687C5.7025 0.666687 3.83333 2.53585 3.83333 4.83335C3.83333 7.13085 5.7025 9.00002 8 9.00002C10.2975 9.00002 12.1667 7.13085 12.1667 4.83335C12.1667 2.53585 10.2975 0.666687 8 0.666687ZM8 7.33335C6.62167 7.33335 5.5 6.21169 5.5 4.83335C5.5 3.45502 6.62167 2.33335 8 2.33335C9.37833 2.33335 10.5 3.45502 10.5 4.83335C10.5 6.21169 9.37833 7.33335 8 7.33335ZM15.5 16.5V15.6667C15.5 12.4509 12.8825 9.83335 9.66667 9.83335H6.33333C3.11667 9.83335 0.5 12.4509 0.5 15.6667V16.5H2.16667V15.6667C2.16667 13.3692 4.03583 11.5 6.33333 11.5H9.66667C11.9642 11.5 13.8333 13.3692 13.8333 15.6667V16.5H15.5Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.ll2:before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8333 0.5H2.16667C1.24167 0.5 0.5 1.25 0.5 2.16667V13.8333C0.5 14.75 1.24167 15.5 2.16667 15.5H13.8333C14.75 15.5 15.5 14.75 15.5 13.8333V2.16667C15.5 1.25 14.75 0.5 13.8333 0.5ZM13.8333 13.8333H2.16667V2.16667H13.8333V13.8333ZM8.83333 12.1667H7.16667V8.83333H3.83333V7.16667H7.16667V3.83333H8.83333V7.16667H12.1667V8.83333H8.83333V12.1667Z' fill='%23848A94'/%3E%3C/svg%3E%0A");
}

.ll2:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8333 0.5H2.16667C1.24167 0.5 0.5 1.25 0.5 2.16667V13.8333C0.5 14.75 1.24167 15.5 2.16667 15.5H13.8333C14.75 15.5 15.5 14.75 15.5 13.8333V2.16667C15.5 1.25 14.75 0.5 13.8333 0.5ZM13.8333 13.8333H2.16667V2.16667H13.8333V13.8333ZM8.83333 12.1667H7.16667V8.83333H3.83333V7.16667H7.16667V3.83333H8.83333V7.16667H12.1667V8.83333H8.83333V12.1667Z' fill='white'/%3E%3C/svg%3E%0A");
}

.ll3:before {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.666504 2.00001C0.666504 1.07954 1.4127 0.333344 2.33317 0.333344H15.6665C16.587 0.333344 17.3332 1.07954 17.3332 2.00001V12C17.3332 12.9205 16.587 13.6667 15.6665 13.6667H2.33317C1.4127 13.6667 0.666504 12.9205 0.666504 12V2.00001ZM15.6665 3.5571V12H2.33317V3.5571L8.99984 8.00154L15.6665 3.5571ZM14.9975 2.00001H3.00216L8.99984 5.99846L14.9975 2.00001Z' fill='%23848A94'/%3E%3C/svg%3E%0A");
}

.ll3:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.666504 2.00001C0.666504 1.07954 1.4127 0.333344 2.33317 0.333344H15.6665C16.587 0.333344 17.3332 1.07954 17.3332 2.00001V12C17.3332 12.9205 16.587 13.6667 15.6665 13.6667H2.33317C1.4127 13.6667 0.666504 12.9205 0.666504 12V2.00001ZM15.6665 3.5571V12H2.33317V3.5571L8.99984 8.00154L15.6665 3.5571ZM14.9975 2.00001H3.00216L8.99984 5.99846L14.9975 2.00001Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.ll4:before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8333 0.5H2.16667C1.2475 0.5 0.5 1.2475 0.5 2.16667V15.5L4.49971 12.5C4.78821 12.2836 5.13912 12.1667 5.49975 12.1667H13.8333C14.7525 12.1667 15.5 11.4192 15.5 10.5V2.16667C15.5 1.2475 14.7525 0.5 13.8333 0.5ZM13.8333 10.5H4.94467C4.58408 10.5 4.23323 10.6169 3.94475 10.8333L2.16667 12.1667V2.16667H13.8333V10.5Z' fill='%23848A94'/%3E%3Cpath d='M4.94467 3.83333H11.4447V5.5H4.94467V3.83333Z' fill='%23848A94'/%3E%3Cpath d='M4.94467 7H11.4447V8.66667H4.94467V7Z' fill='%23848A94'/%3E%3C/svg%3E%0A");
}

.ll4:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8333 0.5H2.16667C1.2475 0.5 0.5 1.2475 0.5 2.16667V15.5L4.49971 12.5C4.78821 12.2836 5.13912 12.1667 5.49975 12.1667H13.8333C14.7525 12.1667 15.5 11.4192 15.5 10.5V2.16667C15.5 1.2475 14.7525 0.5 13.8333 0.5ZM13.8333 10.5H4.94467C4.58408 10.5 4.23323 10.6169 3.94475 10.8333L2.16667 12.1667V2.16667H13.8333V10.5Z' fill='%23fff'/%3E%3Cpath d='M4.94467 3.83333H11.4447V5.5H4.94467V3.83333Z' fill='%23fff'/%3E%3Cpath d='M4.94467 7H11.4447V8.66667H4.94467V7Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.ll5:before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.835 0.5H2.16833C1.24917 0.5 0.501667 1.2475 0.501667 2.16667V5.5H2.16833V2.16667H13.835V13.8333H2.16833V10.5H0.501667V13.8333C0.501667 14.7525 1.24917 15.5 2.16833 15.5H13.835C14.7542 15.5 15.5017 14.7525 15.5017 13.8333V2.16667C15.5017 1.2475 14.7533 0.5 13.835 0.5Z' fill='%23848A94'/%3E%3Cpath d='M7.16667 11.3333L11.3333 8L7.16667 4.66667V7.1675H0.5V8.83417H7.16667V11.3333Z' fill='%23848A94'/%3E%3C/svg%3E%0A");
}

.ll5:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.835 0.5H2.16833C1.24917 0.5 0.501667 1.2475 0.501667 2.16667V5.5H2.16833V2.16667H13.835V13.8333H2.16833V10.5H0.501667V13.8333C0.501667 14.7525 1.24917 15.5 2.16833 15.5H13.835C14.7542 15.5 15.5017 14.7525 15.5017 13.8333V2.16667C15.5017 1.2475 14.7533 0.5 13.835 0.5Z' fill='%23fff'/%3E%3Cpath d='M7.16667 11.3333L11.3333 8L7.16667 4.66667V7.1675H0.5V8.83417H7.16667V11.3333Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.login-line {
    margin: 0 0 20px 0;
}

.login-line-title {
    color: #7e93a5;
    font-size: 12px;
    margin: 0 0 3px 0;
}

.login-input-text {
    background: #242424;
    border-radius: 10px;
    border: 0;
    margin: 0;
    padding: 0 5%;
    display: block;
    height: 44px;
    line-height: 44px;
    width: 90%;
    color: #fff;
    font-size: 15px;
    outline: none;
}

.rrlink {
    padding: 5px 0 25px 0;
    margin: 0 0 20px 0;
    text-align: center;
    border-bottom: 1px solid #484c52;
}

.rrlink a {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
}

.rrlink a:hover {
    color: #e81522;
}

.enter {
    height: 50px;
    line-height: 50px;
    background: #e81522;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    outline: none;
    border: 0;
    margin: 0;
    width: 47%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.enter:hover {
    background: #cb131e;
}

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

.lbt a {
    width: 47%;
    border: 4px solid #ccc;
    height: 50px;
    line-height: 42px;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.lbt a:hover {
    border: 4px solid #e81522;
}

.reg-link {
    padding: 30px 0 0 0;
    font-size: 14px;
    font-weight: 500;
}

.reg-link a {
    color: #58809c;
    text-decoration: underline;
}

.reg-link a:hover {
    color: #52a0c3;
}

.login-soc a {
    float: left;
    width: 30px;
    height: 30px;
    margin: 0 1px 0 0;
}

.login-soc a:hover {
    opacity: 0.7;
}

.login-soc1 {
    background: url(../images/login-soc.png) left top no-repeat;
}

.login-soc2 {
    background: url(../images/login-soc.png) -30px top no-repeat;
}

.login-soc3 {
    background: url(../images/login-soc.png) -60px top no-repeat;
}

.login-soc4 {
    background: url(../images/login-soc.png) -90px top no-repeat;
}

.login-soc5 {
    background: url(../images/login-soc.png) -120px top no-repeat;
}

.login-soc6 {
    background: url(../images/login-soc.png) -150px top no-repeat;
}

/* Стандартные страницы */
.stt-block {
    margin: 0 0 40px 0;
}

#dle-content > .stt-block {
    padding: 40px 0 0 0;
}

.stt-block-title {
    color: #000;
    font-weight: 600;
    font-size: 35px;
    line-height: 43px;
    padding: 0 0 30px 0;
}

.white .stt-block-title {
    color: #000;
}

.stt-block-content {
    font-size: 15px;
    color: #141414;
}

.stt-block-content a {
    color: #e81522;
}

.stt-block-content a:hover {
    color: #000;
}

.stt-block-content .bbcodes {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 10px;
    border: 2px solid #ccc;
    border-radius: 10px;
    height: 46px;
    line-height: 40px;
    padding: 0 22px;
    color: #141414;
    font-weight: 600;
    font-size: 15px;
    outline: none;
    cursor: pointer;
}

.stt-block-content .bbcodes:hover {
    border: 2px solid #e81522;
}

/* Сообщения */
.pmtt-menu {
    font-size: 0;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px #000 solid;
}

.pmtt-menu a {
    cursor: pointer;
    background: #1b232b;
    margin: 0;
    padding: 40px 0 10px 0;
    display: inline-block;
    font-size: 13px;
    width: 30%;
    margin: 0 5% 0 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #384c5d;
    color: #495764;
    font-weight: 500;
    position: relative;
    text-align: center;
    -moz-box-sizing: border-box; /* Для Firefox */
    -webkit-box-sizing: border-box; /* Для Safari и Chrome */
    box-sizing: border-box; /* Для IE и Opera */
}

.pmtt-menu a:hover {
    background: #24303a;
    color: #fff;
}

.pmtt-menu a i {
    position: absolute;
    left: 50%;
    margin: 0 0 0 -14px;
    top: 10px;
    color: #495764;
    font-size: 21px;
}

.pmtt-menu a:hover i {
    color: #fff;
}

.pmtt-menu a:nth-child(3n) {
    margin: 0;
}

.pmtt-pm-list {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}

.pmtt-pm-list-title {
    font-size: 18px;
    margin: 0 0 10px 0;
}

.pmtt-pm-list-content table {
    border: 1px #384c5d solid;
    padding: 3px;
}

.pmtt-pm-list-content table td {
    padding: 5px;
    border-bottom: 1px #384c5d solid;
}

.pmtt-pm-list-content tr:first-child td {
    border-bottom: 1px #384c5d solid;
}

.pmtt-pm-list-content table tr:nth-child(2n) td {
    background: #1b232b;
    border-bottom: 1px #384c5d solid;
}

.pmtt-status {
    margin: 0 0 20px 0;
}

.pmtt-status-title {
    font-size: 18px;
    margin: 0 0 10px 0;
}

.pm_progress_bar {
    position: relative;
    background: #383e44;
    border: 3px #1f272d solid;
    height: 30px;
    margin: 0 0 10px 0;
}

.pm_progress_bar span {
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    background-image: -moz-linear-gradient(left, #991fb7 0%, #fb7579 100%);
    background-image: -o-linear-gradient(left, #991fb7 0%, #fb7579 100%);
    background-image: -webkit-linear-gradient(left, #991fb7 0%, #fb7579 100%);
    background-image: linear-gradient(left, #991fb7 0%, #fb7579 100%);
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.pmtt-new {
    padding: 20px 0 20px 0;
}

.pmtt-new-title {
    font-size: 18px;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px #dcdcdc solid;
}

.pmtt-new-content .form-line-tt-left {
    width: 100px;
}

.pmtt-mess {
    padding: 20px 0;
}

.pmtt-mess-title {
    font-size: 18px;
    position: relative;
    padding: 0 0 10px 20px;
    border-bottom: 1px #dcdcdc solid;
}

.pmtt-mess-title i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #b2b2b2;
    font-size: 16px;
}

.pmtt-mess-theme {
    padding: 10px 0 10px 20px;
    margin: 0 0 5px 0;
    position: relative;
    border-bottom: 1px #dcdcdc dotted;
}

.pmtt-mess-theme i {
    position: absolute;
    left: 0;
    top: 11px;
    color: #b2b2b2;
}

.pmtt-mess-text {
    padding: 10px 0;
}

.pmtt-mess-menu {
    padding: 10px 0 0 0;
}

.pmtt-mess-menu a {
    font-size: 14px;
    cursor: pointer;
    background: -moz-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
    background: -webkit-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
    background: -o-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
    background: -ms-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
    background: linear-gradient(to bottom, #fdfdfd 5%, #f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f8f8f8', GradientType=0);
    background-color: #fdfdfd;
    margin: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    color: #565656;
    -moz-box-shadow:
        inset 0 0 18px rgba(0, 0, 0, 0.04),
        inset 0 2px 2px rgba(255, 255, 255, 0.08),
        0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow:
        inset 0 0 18px rgba(0, 0, 0, 0.04),
        inset 0 2px 2px rgba(255, 255, 255, 0.08),
        0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow:
        inset 0 0 18px rgba(0, 0, 0, 0.04),
        inset 0 1px 2px rgba(255, 255, 255, 0.08),
        0 1px 1px rgba(255, 255, 255, 0.75);
    display: inline-block;
    padding: 5px 10px;
    margin: 0 10px 0 0;
}

.pmtt-mess-menu a:hover {
    background: #f1f1f1;
    -moz-box-shadow:
        inset 0 -9px 18px rgba(0, 0, 0, 0.06),
        0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow:
        inset 0 -9px 18px rgba(0, 0, 0, 0.06),
        0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow:
        inset 0 -9px 18px rgba(0, 0, 0, 0.06),
        0 1px 1px rgba(255, 255, 255, 0.75);
}

/* Обратная связь */
.feedback-tt textarea {
    width: 95%;
}

.feedback-tt .form-line-tt-left {
    width: 100px;
}

/* Восстановление */
.lost-tt .form-line-tt-right input {
    width: 200px;
}

.lost-tt .form-line-tt-left {
    width: 200px;
}

/* Регистрация */
.reg-tt .form-line-tt-left {
    width: 150px;
}

/* Опрос */
.vote-buttom {
    background: #e23110;
    display: block;
    padding: 5px 0;
    text-align: center;
    cursor: pointer;
    border: 0;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px 40px;
    width: 130px;
}

.vote-buttom:hover {
    background: #000;
}

.vote-buttom2 {
    background: #ccc;
}

.vote-l {
    padding: 10px 0 15px 0;
}

/* ==================== Рейтинг статьи */

.rating {
    width: 130px;
    height: 24px;
}
.unit-rating {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 130px;
    height: 24px;
    position: relative;
    background-image: url(../dleimages/rating.png);
    background-position: top left;
    background-repeat: repeat-x;
}
.unit-rating li {
    text-indent: -90000px;
    padding: 0px;
    margin: 0;
    float: left;
}
.unit-rating li a {
    display: block;
    width: 24px;
    height: 24px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 17;
    position: absolute;
    padding: 0px;
}
.unit-rating li a:hover {
    background-image: url(../dleimages/rating.png);
    background-position: left center;
    z-index: 2;
    left: 0px;
}
.unit-rating a.r1-unit {
    left: 0px;
}
.unit-rating a.r1-unit:hover {
    width: 26px;
}
.unit-rating a.r2-unit {
    left: 26px;
}
.unit-rating a.r2-unit:hover {
    width: 52px;
}
.unit-rating a.r3-unit {
    left: 52px;
}
.unit-rating a.r3-unit:hover {
    width: 78px;
}
.unit-rating a.r4-unit {
    left: 78px;
}
.unit-rating a.r4-unit:hover {
    width: 104px;
}
.unit-rating a.r5-unit {
    left: 104px;
}
.unit-rating a.r5-unit:hover {
    width: 130px;
}
.unit-rating li.current-rating {
    background-image: url(../dleimages/rating.png);
    background-position: left bottom;
    position: absolute;
    height: 24px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}

/* ==================== BB коды */

.bbcodes {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    color: #ffffff;
    font-size: 11px; /* ! */
    font-family: tahoma; /* ! */
    /*  width: 120px;  */
    height: 20px;
    background-image: url(../images/dlet_bttn_bbcodes.gif);
    background-repeat: repeat-x;
    font-weight: bold;
}

/* класс bbcodes_poll используем в poll.tpl, vote.tpl, addnews.tpl */

.bbcodes_poll {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    color: #ffffff;
    font-size: 11px; /* ! */
    font-family: tahoma; /* ! */
    width: 120px;
    height: 20px;
    background-image: url(../images/dlet_bttn_bbcodes.gif);
    background-repeat: repeat-x;
    font-weight: bold;
}

/* ==================== Выпадающее меню */

#dropmenudiv {
    border: 1px solid #ffffff;
    border-bottom-width: 0;
    font: normal 10px Verdana;
    background-color: #6497ca;
    line-height: 20px;
    margin: 2px;
    opacity: 0.92;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95) progid:DXImageTransform.Microsoft.Shadow(color=#cacaca, direction=135, strength=3)";
    filter: alpha(opacity=95, enabled=1) progid: DXImageTransform.Microsoft.Shadow(color=#cacaca, direction=135, strength=3);
}

#dropmenudiv a {
    display: block;
    text-indent: 3px;
    text-decoration: none;
    color: #ffffff;
    background: #6497ca;
    border: 1px solid #ffffff;
    padding: 1px 0;
    margin: 1px;
    font-weight: bold;
}

#dropmenudiv a:hover {
    background-color: #fdd08b;
    color: #000000;
}

/* ==================== Уведомление о получении новых PM */

#newpm {
    width: 400px;
    padding: 10px;
    background-color: #fdfdfd;
    border: 1px solid #bbbbbb;
    line-height: 135%;
}
#newpmheader {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    height: 20px;
    color: #636363;
    font-weight: bold;
    background-color: #b2c7f1;
    font-family: verdana;
    cursor: move;
}
#newpm a {
    background: transparent;
    color: #4b73d4;
    text-decoration: none;
}
#newpm a:hover {
    background: transparent;
    color: #4b73d4;
    text-decoration: underline;
}

/* ==================== Ссылка на скачивание прикрепленного файла */

.attachment {
    color: #f37c64;
}

/* ==================== показ оригинальной картинки загруженной на сайт из уменьшенной копии (*) */
.highslide-wrapper,
.highslide-outline {
    background: #ffffff;
    z-index: 100000;
}
.highslide-image {
    border: 2px solid #ffffff;
    z-index: 100000;
}
.highslide-active-anchor {
    visibility: hidden;
    z-index: 100000;
}
.highslide-active-anchor img {
    visibility: hidden;
    z-index: 100000;
}
.highslide-dimming {
    background: black;
    z-index: 100000;
}
.highslide-html {
    background-color: white;
    z-index: 100000;
}
.highslide-html-content {
    display: none;
    z-index: 100000;
}
.highslide-loading {
    display: block;
    color: white;
    font-size: 9px;
    font-weight: bold;
    text-decoration: none;
    padding: 3px;
    border: 1px solid white;
    background-color: black;
    z-index: 100000;
}
a.highslide-full-expand {
    background: url(../dleimages/fullexpand.gif) no-repeat;
    display: block;
    margin: 0 10px 10px 0;
    width: 34px;
    height: 34px;
    z-index: 100000;
}
.highslide-footer {
    height: 11px;
    z-index: 100000;
}
.highslide-footer .highslide-resize {
    float: right;
    height: 12px;
    width: 11px;
    background: url(../dleimages/resize.gif);
    z-index: 100000;
}
.highslide-resize {
    cursor: nw-resize;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.highslide-caption {
    display: none;
    padding: 5px;
    background: white;
}

.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.highslide-controls ul {
    position: relative;
    left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
    float: left;
    padding: 5px 0;
}
.highslide-controls a {
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none;
}
.highslide-controls a.disabled {
    cursor: default;
}
.highslide-controls a span {
    /* hide the text for these graphic buttons */
    display: none;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
    background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
    background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
    background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
    background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
    background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
    background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}

/* 
*****************************
Юзер инфа */
.user-info-table {
    width: 90%;
    margin: 0 00px 0 20px;
}

.user-info-table td {
    padding: 5px 5px 20px 5px;
    text-align: left;
}

.user-info-table td small {
    font-size: 14px;
    color: #af86522;
    font-weight: bold;
}

.user-info-table td a {
    color: #ff863d;
}

.user-info-table td i {
    color: #bfbfbf;
}

.buttom-add-news {
    margin: 5px 20px 5px 0;
    background: #777777;
    color: #fff;
    border: 1px #2b2b2b solid;
}

.user-info-table input {
    background: url(../images/form-text.gif);
    color: #2e2e2e;
    border: 1px #d0d0d0 solid;
}

/* Инфо */
.error {
    padding: 10px;
    padding-bottom: 150px;
    background: url(../images/error.png) center bottom no-repeat;
    text-align: center;
}

.error p {
    font-size: 15px;
    font-weight: bold;
}

.error a {
    color: #7cad37;
}

/* добавление новости */
.add-news-table td {
    padding: 10px 0 10px 5px;
}

.add-news-table textarea {
    height: 200px !important;
}

.vote-pool {
    margin: 20px 0 0 0;
    width: 400px;
}

/* DLE 8.5 */

/* Вид изображения: с прямыми краями и тенью */
.wide-border {
    background: white;
}
.wide-border .highslide-image {
    border-width: 10px;
}
.wide-border .highslide-caption {
    padding: 0 10px 10px 10px;
}

/* Вид изображения: только тень */
.borderless .highslide-image {
    border: none;
}
.borderless .highslide-caption {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    background: white;
}

/* Вид изображения: только рамка без тени */
.less .highslide-image {
    border: 1px solid #000000;
}
.less .highslide-caption {
    border: 1px solid #000000;
    background: white;
}

/* DLE 9.0 */

/* ==================== Информационное оконо загрузки AJAX */
#loading-layer {
    display: none;
    font-family: Verdana;
    font-size: 11px;
    background: #000;
    padding: 10px;
    text-align: center;
    border: 1px solid #000;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.nono #b_left,
.nono #b_center,
.nono #b_right,
.nono #b_spoiler {
    display: none;
}

input.textin {
    height: 38px;
    line-height: 38px;
    width: 100% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 15px;
    color: #c5c5c5;
    font-size: 13px;
    margin: 0;
    border: 0;
    outline: none;
    border: 1px solid #dedede;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.white input.textin {
    color: #333;
}

#searchtable input {
    background: #000;
    border: 1px #303030 solid;
}

.white #searchtable input {
    background: #eaf0f7;
    border: 1px #d6dde5 solid;
}

#searchtable #dofullsearch,
#searchtable #dosearch,
#doclear,
#doreset {
    display: inline-block;
    vertical-align: top;
    outline: none !important;
    background: #fff !important;
    border: 2px solid #ccc;
    border-radius: 10px;
    height: 46px;
    line-height: 40px;
    padding: 0 22px;
    margin: 0 30px 0 0;
    color: #141414;
    font-weight: 600;
    font-size: 15px;
}

#searchtable #dofullsearch:hover,
#searchtable #dosearch:hover,
#doclear:hover,
#doreset:hover {
    border: 2px solid #e81522;
}

/* ДЛЕ 9.2 */
.editor input[type="text"] {
    padding: 2px;
    background: #fff url("../images/fields.png") repeat-x;
    border: 1px solid #bcc0c2;
}

/* ==================== Автозаполнение облака тегов */
.ui-autocomplete {
    position: absolute;
    cursor: default;
}

* html .ui-autocomplete {
    width: 1px;
} /* without this, the menu expands to 100% in IE6 */

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    float: left;
    background: #fff 50% bottom repeat-x;
    border: 1px solid #dedede;
    color: #222;
}
.ui-menu .ui-menu {
    margin-top: -3px;
}
.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}
.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 0.2em 0.4em;
    line-height: 1.5;
    zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
    border: 1px solid #a7a7a7;
    color: #4e4e4e;
    font-weight: bold;
}

/*  */

.sp_search {
    width: 486px;
    margin: 0 0 15px 0;
    border: 2px #fff solid;
}

.sp_search_head {
    height: 37px;
    padding: 5px;
    color: #888;
    font: bold 17px Arial;
    line-height: 40px;
    text-transform: uppercase;
    background: #fff;
    border-bottom: 1px #ccc solid;
}

.sp_search_head img {
    float: left;
    margin-right: 7px;
}

.sp_search_table {
    font: 11px Tahoma;
    color: #080808;
    width: 100%;
    text-align: left;
    background: #d5f3ff;
}

.sp_search_table .sp_s1 {
    color: #1e81ba;
    text-decoration: underline;
    font-weight: bold;
}
.sp_search_table .sp_s2 {
    color: #1e81ba;
    text-decoration: underline;
    font-weight: bold;
}
.sp_search_table .sp_s3 {
    color: #1e81ba;
    text-decoration: underline;
    font-weight: bold;
}
.sp_search_table .sp_s4 {
    color: #1e81ba;
    text-decoration: underline;
    font-weight: bold;
}

.sp_search_table td.sp_name {
    padding: 6px 10px 8px 0;
    vertical-align: top;
    font: 12px Tahoma;
    color: #080808;
}

.sp_search_table a.sp_lnk {
    font: 12px Tahoma;
    color: #080808;
    text-decoration: underline;
}
.sp_search_table a.sp_lnk b {
    font-weight: bold;
}

.sp_search_table a.sp_lnk:hover,
.sp_search_table a.sp_lnk:hover span {
    text-decoration: none;
}

.sp_search_table td.sp_count {
    padding: 6px 24px 8px 0;
    vertical-align: top;
    text-align: right;
}

.sp_search_table td.sp_count span.sp_count_sp {
    color: #000;
    font-weight: bold;
}

.sp_search_table td.sp_count span.sp_count_sp2 {
    color: #1e81ba;
    font-weight: bold;
}

.sp_search_table td.sp_name .sp_im_bl {
    float: left;
    margin: -4px 0 0 0;
    width: 44px;
}
.sp_search_table td.sp_name .sp_im_bl img {
    display: block;
    margin: 0 auto;
}

/*---Подсветка кода в теге [code]---*/
pre code {
    display: block;
    padding: 0.5em;
    background: #f9fafa;
    border: 1px solid #dce7e7;
    overflow: auto;
    white-space: normal;
}

pre .comment,
pre .template_comment,
pre .diff .header,
pre .doctype,
pre .lisp .string,
pre .javadoc {
    color: #93a1a1;
    font-style: italic;
}

pre .keyword,
pre .css .rule .keyword,
pre .winutils,
pre .javascript .title,
pre .method,
pre .addition,
pre .css .tag,
pre .lisp .title {
    color: #859900;
}

pre .number,
pre .command,
pre .string,
pre .tag .value,
pre .phpdoc,
pre .tex .formula,
pre .regexp,
pre .hexcolor {
    color: #2aa198;
}

pre .title,
pre .localvars,
pre .function .title,
pre .chunk,
pre .decorator,
pre .builtin,
pre .built_in,
pre .lisp .title,
pre .identifier,
pre .title .keymethods,
pre .id {
    color: #268bd2;
}

pre .tag .title,
pre .rules .property,
pre .django .tag .keyword {
    font-weight: bold;
}

pre .attribute,
pre .variable,
pre .instancevar,
pre .lisp .body,
pre .smalltalk .number,
pre .constant,
pre .class .title,
pre .parent,
pre .haskell .label {
    color: #b58900;
}

pre .preprocessor,
pre .pi,
pre .shebang,
pre .symbol,
pre .diff .change,
pre .special,
pre .keymethods,
pre .attr_selector,
pre .important,
pre .subst,
pre .cdata {
    color: #cb4b16;
}

pre .deletion {
    color: #dc322f;
}

pre .tex .formula {
    background: #eee8d5;
}

/*---Вывод результатов голосования на сайте---*/
.voteprogress {
    overflow: hidden;
    height: 15px;
    margin-bottom: 5px;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.voteprogress span {
    color: #ffffff;
    text-align: center;
    text-indent: -2000em;
    height: 15px;
    display: block;
    overflow: hidden;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #0e90d2;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -ms-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(top, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
}

.voteprogress .vote2 {
    background-color: #dd514c;
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(top, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}

.voteprogress .vote3 {
    background-color: #5eb95e;
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -ms-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(top, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}

.voteprogress .vote4 {
    background-color: #4bb1cf;
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(top, #5bc0de, #339bb9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}

.voteprogress .vote5 {
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -ms-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(top, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
}

/*---Вывод результатов опросов в новостях---*/
.pollprogress {
    overflow: hidden;
    height: 18px;
    margin-bottom: 5px;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.pollprogress span {
    color: #ffffff;
    height: 18px;
    display: block;
    overflow: hidden;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #0e90d2;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -ms-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(top, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
}

.pollprogress .poll2 {
    background-color: #dd514c;
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(top, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}

.pollprogress .poll3 {
    background-color: #5eb95e;
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -ms-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(top, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}

.pollprogress .poll4 {
    background-color: #4bb1cf;
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(top, #5bc0de, #339bb9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}

.pollprogress .poll5 {
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -ms-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(top, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
}

/*---BB Редактор---*/

.bb-pane {
    height: 1%;
    overflow: hidden;
    padding-bottom: 5px;
    padding-left: 5px;
    margin: 0;
    height: auto !important;
    text-decoration: none;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fbfbfb), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #fbfbfb, 0%, #eaeaea, 100%);
    background-image: -moz-linear-gradient(top, #fbfbfb 0%, #eaeaea 100%);
    background-image: linear-gradient(to bottom, #fbfbfb 0%, #eaeaea 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#EAEAEA', GradientType=0);
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    box-shadow: none !important;
}

.bb-pane > b {
    margin-top: 5px;
    margin-left: 0;
    vertical-align: middle;
}
.bb-pane .bb-btn + .bb-btn,
.bb-pane .bb-btn + .bb-pane,
.bb-pane .bb-pane + .bb-btn,
.bb-pane .bb-pane + .bb-pane {
    margin-left: -1px;
}
.bb-btn {
    display: inline-block;
    overflow: hidden;
    float: left;
    padding: 4px 10px;
    border: 1px solid #d4d4d4;
    -webkit-box-shadow: inset 0 1px 2px white;
    -moz-box-shadow: inset 0 1px 2px white;
    box-shadow: inset 0 1px 2px white;
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left 0%, left 100%, color-stop(0%, #fdfdfd), color-stop(100%, #e9e9e9));
    background-image: -webkit-linear-gradient(top, #fdfdfd, 0%, #e9e9e9, 100%);
    background-image: -moz-linear-gradient(top, #fdfdfd, 0%, #e9e9e9, 100%);
    background-image: linear-gradient(to bottom, #fdfdfd 0%, #e9e9e9 100%);
}

.bb-btn:hover {
    background: #e6e6e6;
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #e6e6e6));
    background-image: -webkit-linear-gradient(top, #fdfdfd, 0%, #e6e6e6, 100%);
    background-image: -moz-linear-gradient(top, #fdfdfd, 0%, #e6e6e6, 100%);
    background-image: -o-linear-gradient(top, #fdfdfd, 0%, #e6e6e6, 100%);
    background-image: linear-gradient(to bottom, #fdfdfd 0%, #e6e6e6 100%);
    -webkit-transition: box-shadow 0.05s ease-in-out;
    -moz-transition: box-shadow 0.05s ease-in-out;
    -o-transition: box-shadow 0.05s ease-in-out;
    transition: box-shadow 0.05s ease-in-out;
}

.bb-btn:active {
    background: #f3f3f3;
    border-color: #cfcfcf;
    -webkit-box-shadow: 0 0 5px #f3f3f3 inset;
    -moz-box-shadow: 0 0 5px #f3f3f3 inset;
    box-shadow: 0 0 5px #f3f3f3 inset;
}

@font-face {
    font-family: "bb-editor-font";
    src:
        url(data:application/x-font-ttf;charset=utf-8;base64,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)
            format("truetype"),
        url(data:application/font-woff;charset=utf-8;base64,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)
            format("woff");
    font-weight: normal;
    font-style: normal;
}

[class^="bb-btn"],
[class*=" bb-btn"] {
    font-family: "bb-editor-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 12px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bb-sel {
    float: left;
    padding: 2px 2px 0 2px;
}
.bb-sel select {
    font-size: 11px;
}
.bb-sep {
    display: inline-block;
    float: left;
    width: 1px;
    padding: 2px;
}
.bb-btn {
    cursor: pointer;
    outline: 0;
}

#b_font select {
    padding: 0px;
}
#b_size select {
    padding: 0px;
}

#b_b:before {
    content: "\f032";
}
#b_i:before {
    content: "\f033";
}
#b_u:before {
    content: "\f0cd";
}
#b_s:before {
    content: "\f0cc";
}
#b_img:before {
    content: "\f03e";
}
#b_up:before {
    content: "\e930";
}
#b_emo:before {
    content: "\f118";
}
#b_url:before {
    content: "\f0c1";
}
#b_leech:before {
    content: "\e98d";
}
#b_mail:before {
    content: "\f003";
}
#b_video:before {
    content: "\e913";
}
#b_audio:before {
    content: "\e911";
}
#b_hide:before {
    content: "\e9d1";
}
#b_quote:before {
    content: "\e977";
}
#b_code:before {
    content: "\f121";
}
#b_left:before {
    content: "\f036";
}
#b_center:before {
    content: "\f037";
}
#b_right:before {
    content: "\f038";
}
#b_color:before {
    content: "\e601";
}
#b_spoiler:before {
    content: "\e600";
}
#b_fla:before {
    content: "\ea8d";
}
#b_yt:before {
    content: "\f166";
}
#b_tf:before {
    content: "\ea61";
}
#b_list:before {
    content: "\f0ca";
}
#b_ol:before {
    content: "\f0cb";
}
#b_tnl:before {
    content: "\ea61";
}
#b_br:before {
    content: "\ea68";
}
#b_pl:before {
    content: "\ea72";
}
#b_size:before {
    content: "\f034";
}
#b_font:before {
    content: "\f031";
}
#b_header:before {
    content: "\f1dc";
}
#b_sub:before {
    content: "\f12c";
}
#b_sup:before {
    content: "\f12b";
}
#b_justify:before {
    content: "\f039";
}

.bb-pane h1 {
    font-size: 36px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.bb-pane h2 {
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.bb-pane h3 {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.bb-pane h4 {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.bb-pane h5 {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.bb-pane h6 {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bb-pane-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 180px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 11px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    background: white;
    -webkit-box-shadow: 0 1px 2px #dadada;
    -moz-box-shadow: 0 1px 2px #dadada;
    box-shadow: 0 1px 2px #dadada;
}

.bb-pane-dropdown > li > a {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap;
}
.bb-pane-dropdown > li > a:hover,
.bb-pane-dropdown > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: whitesmoke;
}

.bb-pane-dropdown .color-palette div .color-btn {
    width: 17px;
    height: 17px;
    padding: 0;
    margin: 0;
    border: 1px solid #fff;
    cursor: pointer;
}
.bb-pane-dropdown .color-palette {
    padding: 0px 5px;
}

.bb-editor textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px;
    border: 1px solid #d7d7d7;
    width: 100%;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    margin-top: -1px;
}
.editorcomm .bb-editor {
    width: 565px;
}
.editorcomm .bb-editor textarea {
    height: 200px;
}

.clr {
    clear: both;
}

/*---Поля быстрого редактирования публикаций на сайте---*/
.quick-edit-text {
    padding: 0.4em;
    width: 350px;
}

.quick-edit-textarea {
    height: 250px;
    box-sizing: border-box;
    padding: 2px;
    border: 1px solid #d7d7d7;
    width: 100%;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
}

.clr {
    clear: both;
}

/*---Выделение текста и всплывающее окно (поделиться ссылкой)---*/
#marker-bar,
#txtselect_marker {
    display: block;
    visibility: hidden;
    position: absolute;
    z-index: 1200;
    opacity: 0;
    -webkit-transition:
        opacity 0.4s,
        visibility 0.1s linear 0.4s;
    -moz-transition:
        opacity 0.4s,
        visibility 0.1s linear 0.4s;
    -o-transition:
        opacity 0.4s,
        visibility 0.1s linear 0.4s;
    transition:
        opacity 0.4s,
        visibility 0.1s linear 0.4s;
}
#txtselect_marker {
    cursor: pointer;
    background: url(../dleimages/marker.png) -0px -0px no-repeat;
}

#txtselect_marker:hover {
    background-position: -0px -32px;
}

#marker-bar {
    border: 1px solid #ccc;
    border-radius: 15px;
    background: #fff;
    padding: 5px 10px;
    cursor: default;
    box-shadow: 0px 0px 4px #ccc;
}

#marker-bar.show {
    -webkit-transition:
        opacity 0.4s,
        visibility 0s;
    -moz-transition:
        opacity 0.4s,
        visibility 0s;
    -o-transition:
        opacity 0.4s,
        visibility 0s;
    transition:
        opacity 0.4s,
        visibility 0s;
    opacity: 1;
    visibility: visible;
}

#txtselect_marker.show {
    /* XXX make a common css fadeIn/fadeOut classes */
    visibility: visible;
    width: 32px;
    height: 32px;
    -webkit-transition:
        opacity 0.4s,
        visibility 0s;
    -moz-transition:
        opacity 0.4s,
        visibility 0s;
    -o-transition:
        opacity 0.4s,
        visibility 0s;
    transition:
        opacity 0.4s,
        visibility 0s;
    opacity: 1;
}

#marker-bar .masha-social,
#marker-bar .masha-marker {
    cursor: pointer;
    display: block;
    margin: 0 5px;
    float: left;
}

#marker-bar .masha-marker {
    line-height: 1em;
    color: #aaa;
    border-bottom: 1px dotted #aaa;
    margin-right: 10px;
}

#marker-bar .masha-marker:hover {
    color: #ea3e26;
    border-color: #ea3e26;
}

.user_selection,
.user_selection_true {
    background: #c4f47d;
    padding: 2px 0;
}
.user_selection a.txtsel_close,
.user_selection_true a.txtsel_close {
    display: none;
}
.user_selection .closewrap,
.user_selection_true .closewrap {
    position: relative;
}
.user_selection.hover a.txtsel_close,
.user_selection_true.hover a.txtsel_close {
    display: inline-block;
    position: absolute;
    top: -7px;
    left: -5px;
    width: 33px;
    height: 33px;
    background: url(../dleimages/closemarker.png) -0px -0px no-repeat;
}

.user_selection.hover a.txtsel_close:hover,
.user_selection_true.hover a.txtsel_close:hover {
    background-position: -0px -33px;
}

#share-popup {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 414px;
    display: none;
    z-index: 100;
    padding: 10px 0;
    opacity: 0;
    -webkit-transition:
        opacity 0.4s,
        visibility 0.1s linear 0.4s;
    -moz-transition:
        opacity 0.4s,
        visibility 0.1s linear 0.4s;
    -o-transition:
        opacity 0.4s,
        visibility 0.1s linear 0.4s;
    transition:
        opacity 0.4s,
        visibility 0.1s linear 0.4s;
}

#share-popup.show {
    display: block;
    opacity: 1;
    -webkit-transition:
        opacity 0.4s,
        visibility 0s;
    -moz-transition:
        opacity 0.4s,
        visibility 0s;
    -o-transition:
        opacity 0.4s,
        visibility 0s;
    transition:
        opacity 0.4s,
        visibility 0s;
    opacity: 1;
}

#share-popup .social {
    padding: 0 0 10px 17px;
    height: 40px;
}

#share-popup .social p {
    padding-bottom: 10px;
    margin: 0;
    font-weight: bold;
}

#share-popup .social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#share-popup .social ul li {
    float: left;
    margin-right: 20px;
    padding-top: 2px;
    position: relative;
}

#share-popup .social ul a {
    text-decoration: none;
    font-size: 11px;
    display: inline-block;
    color: #aaa;
    padding-left: 25px;
}

#share-popup .social ul a:hover {
    text-decoration: underline;
    color: #ea3e26;
}

#share-popup .social a span {
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: url(../dleimages/social-icons.png) 20px 20px no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

#share-popup .social .tw span {
    background-position: 0 -20px;
}

#share-popup .social .tw:hover span {
    background-position: 0 0;
}

#share-popup .social .fb span {
    background-position: -20px -20px;
}

#share-popup .social .fb:hover span {
    background-position: -20px 0;
}

#share-popup .social .vk span {
    background-position: -40px -20px;
}

#share-popup .social .vk:hover span {
    background-position: -40px 0;
}

#share-popup .social .gp span {
    background-position: -60px -20px;
}

#share-popup .social .gp:hover span {
    background-position: -60px 0;
}

#share-popup .link {
    clear: both;
    border-top: 1px solid #d9d9d9;
    padding: 10px 5px 0 10px;
    line-height: 1.2;
    overflow: hidden;
    margin: 0 7px;
}

#share-popup .link p {
    font-weight: bold;
    padding: 0 0 3px 0;
    margin: 0;
}

#share-popup .link span {
    color: #999;
    font-size: 10px;
    display: block;
    padding-top: 3px;
}

#share-popup .link a {
    display: block;
}

.ajaxProgress {
    background: #eee url(../images/loader.gif) no-repeat center center;
    display: block;
    width: 40px;
    height: 40px;
    margin: 10px auto;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.ias_trigger a {
    box-shadow: inset 0px 1px 0px 0px #fff;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: block;
    color: #777;
    font-weight: bold;
    padding: 10px 0;
    text-decoration: none;
    margin-bottom: 20px;
    text-shadow: 1px 1px 0px #fff;
    text-align: center;
    font-size: 14px;
    background: #f4f4f4;
    background: -moz-linear-gradient(top, #f4f4f4 0%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #eaeaea));
    background: -webkit-linear-gradient(top, #f4f4f4 0%, #eaeaea 100%);
    background: -o-linear-gradient(top, #f4f4f4 0%, #eaeaea 100%);
    background: -ms-linear-gradient(top, #f4f4f4 0%, #eaeaea 100%);
    background: linear-gradient(to bottom, #f4f4f4 0%, #eaeaea 100%);
    margin-left: 20px;
}
.ias_trigger a:hover {
    background: #efefef;
    background: -moz-linear-gradient(top, #efefef 0%, #e0e0e0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #e0e0e0));
    background: -webkit-linear-gradient(top, #efefef 0%, #e0e0e0 100%);
    background: -o-linear-gradient(top, #efefef 0%, #e0e0e0 100%);
    background: -ms-linear-gradient(top, #efefef 0%, #e0e0e0 100%);
    background: linear-gradient(to bottom, #efefef 0%, #e0e0e0 100%);
}
.ias_trigger a:active {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

/*---Найденные похожие новости при добавлении новостей на сайте---*/
.findrelated {
    width: 99%;
    background: #ffc;
    border: 1px solid #9e9e9e;
    padding: 5px;
    margin-top: 7px;
    margin-right: 10px;
}

.full-news-text ul,
.full-page-text ul {
    margin: 0 0 30px 0;
    padding: 0;
}

.full-news-text ul li,
.full-page-text ul li {
    list-style-type: none;
    display: block;
    padding: 0 0 13px 32px;
    margin: 0;
    position: relative;
}

.full-news-text ul li:after,
.full-page-text ul li:after {
    width: 16px;
    height: 16px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #4f92c1;
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    display: block;
}

.full-news-text ol,
.full-page-text ol {
    margin: 0 0 30px 0;
    padding: 0;
    counter-reset: listitem;
}

.full-news-text ol li,
.full-page-text ol li {
    list-style-type: none;
    display: block;
    padding: 2px 0 13px 42px;
    margin: 0;
    position: relative;
}

.full-news-text ol li:before,
.full-page-text ol li:before {
    counter-increment: listitem;
    content: counters(listitem, "") "";
    width: 26px;
    height: 26px;
    border: 1px solid #253a49;
    background: #1d303e;
    -moz-box-shadow: 3px 4px 2px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 3px 4px 2px rgba(0, 0, 0, 0.03);
    box-shadow: 3px 4px 2px rgba(0, 0, 0, 0.03);
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 26px;
}

.dark .logo {
    background-image: url(../images/logo-dark.png);
}

.dark .head-block {
    background: #000;
}

.dark {
    background: #171e25;
}

.dark .top-menu-link {
    color: #aeb7cb;
}

.dark .top-menu-link:hover {
    color: #52a0c3;
}

.dark .loging-shad {
    background: rgba(0, 0, 0, 0.7);
}

.dark .hello-block-title {
    color: #aeb7cb;
}

.dark .hello-block-text {
    color: #404961;
}

.dark .mlink {
    background-color: #000;
    color: #aeb7cb;
}

.dark .mlink:hover {
    opacity: 0.7;
}

.dark .topblock-title {
    color: #aeb7cb;
}

.dark .tnews-title {
    color: #fff;
}

.dark .tnews-title:hover {
    opacity: 0.7;
}

.dark .wblock {
    background: #000;
}

.dark .main-news-title a {
    color: #fff;
}

.dark .main-news-title a:hover {
    color: #52a0c3;
}

.dark .main-news-title {
    background: url(../images/main-news-title2.png) center bottom no-repeat;
}

.dark .navigation-center a {
    background: #232528;
}

.dark .navigation-center a:hover {
    opacity: 0.7;
}

.dark .mtags-title {
    color: #aeb7cb;
}

.dark .mtags-links a {
    background: #1d283a;
    color: #939bb2;
}

.dark .mtags-links a:hover {
    opacity: 0.7;
}

.dark .footer {
    background: #14191f;
}

.dark .footer-logo {
    background-image: url(../images/logo-dark.png);
}

.dark .footer-text {
    color: #303747;
}

.dark .footer-title {
    color: #aeb7cb;
}

.dark .footer-soc a {
    background-color: #000;
}

.dark .footer-soc a:hover {
    color: #fff;
}

.dark .full-news-cols:before {
    background: #000;
}

.dark .full-news-title {
    color: #fff;
}

.dark .full-news-cols-bg {
    background: #171e25;
}

.dark .full-news-imdb {
    background: #324353;
}

.dark .full-news-info-line i {
    color: #a9b0b5;
}

.dark .ddd-title i {
    background: #171e25;
}

.dark .ddd-title:before {
    background: #3b434b;
    border-bottom: 1px #292d30 solid;
}

.dark .fcomments-title {
    color: #aeb7cb;
}

.dark .com-item-info a {
    color: #fff;
}

.dark .com-item:after {
    background: #33383b;
    border: 0;
}

.dark .ddd-info {
    background: #202a36;
}

.dark .ddd-btn1,
.dark .ddd-btn2 {
    color: #aec2dd;
}

.dark .ddd-btn1:hover,
.dark .ddd-btn2:hover {
    color: #000;
}

.dark .nprofile-left {
    background: #1a1f24;
}

.dark .nprofile-login {
    color: #fff;
}

.dark .nrd-line strong {
    color: #69a2bb;
}

.dark .nprofile-reg-date {
    border-bottom: 1px #313131 solid;
}

.dark .nprofile-link {
    margin-bottom: 5px;
    color: #080808;
    background: #373b42;
}

.dark .nprofile-link:hover {
    background-color: #abb3bf;
}

.dark .full-news-dtitle {
    color: #fff;
}

.dark .main-news-r {
    background: #424d59;
}

.form-line-tt input {
    outline: none;
}

.dark .main-news-date {
    background: #424d59;
}

.dark .com-item-image {
    border: 6px solid #243242;
}

.dark .editarea {
    background: #1a1f24;
    border: 1px #324353 solid;
}

.dark .form-line-tt input {
    border: 1px solid #202a36;
    background: #000;
    color: #ccc;
}

.dark .editarea .form-line-tt {
    border-bottom: 1px #000000 solid;
}

.dark .theme-toggle {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 302.4 302.4' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cg%3E%3Cpath d='M204.8,97.6C191.2,84,172,75.2,151.2,75.2s-40,8.4-53.6,22.4c-13.6,13.6-22.4,32.8-22.4,53.6s8.8,40,22.4,53.6 c13.6,13.6,32.8,22.4,53.6,22.4s40-8.4,53.6-22.4c13.6-13.6,22.4-32.8,22.4-53.6S218.8,111.2,204.8,97.6z' fill='%23515b76' data-original='%23000000' style=''/%3E%3Cpath d='M151.2,51.6c5.6,0,10.4-4.8,10.4-10.4V10.4c0-5.6-4.8-10.4-10.4-10.4c-5.6,0-10.4,4.8-10.4,10.4v30.8 C140.8,46.8,145.6,51.6,151.2,51.6z' fill='%23515b76' data-original='%23000000' style=''/%3E%3Cpath d='M236.4,80.8l22-22c4-4,4-10.4,0-14.4s-10.4-4-14.4,0l-22,22c-4,4-4,10.4,0,14.4C225.6,84.8,232,84.8,236.4,80.8z' fill='%23515b76' data-original='%23000000' style=''/%3E%3Cpath d='M292,140.8h-30.8c-5.6,0-10.4,4.8-10.4,10.4c0,5.6,4.8,10.4,10.4,10.4H292c5.6,0,10.4-4.8,10.4-10.4 C302.4,145.6,297.6,140.8,292,140.8z' fill='%23515b76' data-original='%23000000' style=''/%3E%3Cpath d='M236,221.6c-4-4-10.4-4-14.4,0s-4,10.4,0,14.4l22,22c4,4,10.4,4,14.4,0s4-10.4,0-14.4L236,221.6z' fill='%23515b76' data-original='%23000000' style=''/%3E%3Cpath d='M151.2,250.8c-5.6,0-10.4,4.8-10.4,10.4V292c0,5.6,4.8,10.4,10.4,10.4c5.6,0,10.4-4.8,10.4-10.4v-30.8 C161.6,255.6,156.8,250.8,151.2,250.8z' fill='%23515b76' data-original='%23000000' style=''/%3E%3Cpath d='M66,221.6l-22,22c-4,4-4,10.4,0,14.4s10.4,4,14.4,0l22-22c4-4,4-10.4,0-14.4C76.8,217.6,70.4,217.6,66,221.6z' fill='%23515b76' data-original='%23000000' style=''/%3E%3Cpath d='M51.6,151.2c0-5.6-4.8-10.4-10.4-10.4H10.4c-5.6,0-10.4,4.8-10.4,10.4s4.8,10.4,10.4,10.4h30.8 C46.8,161.6,51.6,156.8,51.6,151.2z' fill='%23515b76' data-original='%23000000' style=''/%3E%3Cpath d='M66,80.8c4,4,10.4,4,14.4,0s4-10.4,0-14.4l-22-22c-4-4-10.4-4-14.4,0s-4,10.4,0,14.4L66,80.8z' fill='%23515b76' data-original='%23000000' style=''/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.blogtop-news {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px 0;
}

.blogtop-news-title {
    width: 100%;
    color: #141414;
    font-weight: 600;
    font-size: 30px;
    margin: 0 0 30px 0;
}

.blogtop-news-title a {
    color: #141414;
}

.blogtop-news-title a:hover {
    color: #e81522;
}

.blogtop-news-image {
    width: 172px;
}

.blogtop-news-image img {
    border-radius: 10px;
    width: 100%;
}

.blogtop-news-info {
    flex: 1;
    padding: 0 0 0 35px;
}

.blogtop-news-text {
    font-size: 17px;
    line-height: 24px;
    color: #000;
    margin: 0 0 24px 0;
}

.blogtop-news-btns {
    display: flex;
}

.blogtop-news-btns a {
    margin: 0 13px 0 0;
}

.favlinkblog {
    height: 46px;
    line-height: 46px;
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    font-weight: 400;
}

.favlinkblog2 {
    color: #e81522;
    font-size: 24px;
}

#bnght {
    background: #f5f5f5;
}

.head-8k-wrap {
    background: #000;
}

.head-8k-w {
    width: 1228px;
    margin: 0 auto;
    text-align: left;
    padding: 40px 0;
}

.head-8k-fl {
    display: flex;
    justify-content: space-between;
}

.head-8k-image {
    width: 208px;
}

.head-8k-image img {
    max-width: 100%;
}

.head-8k-r {
    width: calc(100% - 270px);
}

.head-8k-title {
    font-weight: bold;
    font-size: 36px;
    color: #fff;
    margin: 0 0 15px 0;
}

.head-8k-text {
    font-size: 16px;
    line-height: 26px;
    color: #848a94;
}

.mov8 {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin: 0 0 10px 0;
    display: flex;
    justify-content: space-between;
}

.mov8-image {
    width: 406px;
    height: 228px;
    border-radius: 5px;
    background-size: cover;
}

.mov8-image img {
    display: none;
}

.mov8-r {
    width: calc(100% - 430px);
}

.mov8-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #252525;
    margin: 0 0 12px 0;
}

.mov8-title h1 {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

.mov8-title a {
    color: #252525;
}

.mov8-title a:hover {
    color: #e81522;
}

.mov8-stat {
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
}

.mov8-k {
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    background: #e81522;
    border-radius: 3px;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    margin: 0 10px 0 0;
}

.mov8-stat-item {
    position: relative;
    padding: 0 0 0 24px;
    font-size: 14px;
    color: #848a94;
    margin: 0 2px 0 0;
}

.mov8-stat-item:before {
    content: "";
    background: #848a94;
    display: block;
    position: absolute;
    left: 12px;
    top: 50%;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    margin: -1px 0 0 0;
}

.mov8-stat-item img {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
}

.mov8-text {
    font-size: 14px;
    line-height: 22px;
    color: #252525;
    margin: 0 0 15px 0;
}

.mov8-rating {
    margin: 0 0 20px 0;
}

.mov8-link {
    display: inline-block;
    vertical-align: top;
    height: 44px;
    line-height: 44px;
    padding: 0 22px;
    border: 1px solid #848a94;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.mov8-link:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.700143 10.7141L1.64295 11.6569L7.29981 6.00001L1.64295 0.343152L0.700142 1.28596L5.41419 6.00001L0.700143 10.7141Z' fill='black'/%3E%3C/svg%3E%0A") center center no-repeat;
    width: 12px;
    height: 12px;
    margin: -2px 0 0 10px;
}

.mov8-link:hover {
    border: 1px solid #e81522;
}

.full8k {
    display: flex;
    justify-content: space-between;
    padding: 60px 0 0 0;
}

.full8k-left {
    width: 480px;
}

.full8k-big-image {
    margin: 0 0 30px 0;
}

.full8k-big-image img {
    max-width: 100%;
    display: block;
}

.full8k-small-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.full8k-small-images br {
    display: none;
}

.full8k-small-images:after {
    content: "";
    width: 32%;
    height: 0;
}

.full8k-small-images a {
    height: 92px;
    background-size: cover;
    width: 32%;
    margin: 0 0 6px 0;
    font-size: 0;
}

.full8k-right {
    width: calc(100% - 530px);
}

.full8k-right .mov8-rating {
    border-bottom: 1px #e4e4e4 solid;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

.full8k-right .full-news-text {
    margin: 0 0 10px 0;
}

.fnt {
    height: 96px;
    overflow: hidden;
    border: 0;
}

.fnt-btn {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-size: 16px;
    color: #9a9a9a;
}

.fnt-btn:hover {
    color: #000;
}

.full8k-links {
    margin: 20px 0;
    padding: 20px 0;
    border-bottom: 1px #e4e4e4 solid;
    border-top: 1px #e4e4e4 solid;
    display: flex;
    flex-wrap: wrap;
}

.d8k_m {
    content: "";
    width: 36px;
    height: 42px;
    margin: 0 12px 0 0;
    background: url("https://4k-hd.club/templates/4khdclub/images/mdl_w.svg") center no-repeat;
    background-size: 100%;
}
.d8k_t {
    content: "";
    width: 36px;
    height: 42px;
    margin: 0 12px 0 0;
    background: url("https://4k-hd.club/templates/4khdclub/images/tf_w.svg") center no-repeat;
    background-size: 100%;
}

.full8k-d {
    display: flex;
    align-items: center;
    height: 60px;
    background: #e81522;
    border-radius: 5px;
    padding: 0 20px;
    color: #fff;
    box-sizing: border-box;
    margin: 0 20px 20px 0;
}

.full8k-d > span {
    font-weight: 600;
    font-size: 11px;
}

.full8k-d i {
    font-weight: bold;
    font-size: 22px;
    display: block;
    font-style: normal;
}

.full8k-d:hover {
    background: rgba(214, 23, 34, 1);
}
.full8k-d:active {
    background: rgba(191, 25, 35, 1);
}

.full8k-c {
    display: flex;
    align-items: center;
    height: 60px;
    border-radius: 5px;
    padding: 0 20px;

    border: 1px solid #bebebe;
    box-sizing: border-box;
    border-radius: 5px;
    color: #848a94;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin: 0 20px 20px 0;
}

.full8k-c:before {
    content: "";
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1568 16.0858L13.571 17.5L12 19.071C10.0474 21.0236 6.88154 21.0236 4.92892 19.071C2.9763 17.1184 2.9763 13.9526 4.92892 11.9999L6.42887 10.5L7.84308 11.9142L6.34314 13.4142C5.17156 14.5857 5.17156 16.4852 6.34314 17.6568C7.51471 18.8284 9.4142 18.8284 10.5858 17.6568L12.1568 16.0858Z' fill='%23848A94'/%3E%3Cpath d='M11.8431 7.91421L10.4289 6.5L12 4.92887C13.9526 2.97625 17.1184 2.97625 19.0711 4.92888C21.0237 6.8815 21.0237 10.0473 19.0711 11.9999L17.5 13.571L16.0858 12.1568L17.6568 10.5857C18.8284 9.41416 18.8284 7.51466 17.6568 6.34309C16.4853 5.17152 14.5858 5.17152 13.4142 6.34309L11.8431 7.91421Z' fill='%23848A94'/%3E%3Cpath d='M7.87868 6.46436L6.46447 7.87855L10.5 11.9141L11.9142 10.4999L7.87868 6.46436Z' fill='%23848A94'/%3E%3Cpath d='M13.5 12.0858L12.0858 13.5L16.0355 17.4497L17.4498 16.0355L13.5 12.0858Z' fill='%23848A94'/%3E%3C/svg%3E%0A")
        center center no-repeat;
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0;
}

.full8k-c > span {
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
}

.full8k-c i {
    font-weight: bold;
    font-size: 16px;
    display: block;
    font-style: normal;
}

.full8k-c:hover {
    border: 1px solid #e81522;
}

.other-wrap {
    background: #f5f5f5;
    padding: 40px 0;
}

.form-block-wrap {
    display: flex;
    padding: 0 0 20px 0;
    margin: 0 0 40px 0;
    border-bottom: 1px solid #ebebeb;
}

.form-block {
    display: flex;
    flex: 1;
    margin: 0 0 0 0;
}

.form-item {
    flex: 1;
    margin: 0 16px 20px 0;
}

.form-item select {
    background: #fff url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L5 5L1 1' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") right 18px center no-repeat;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 0 12px;
    height: 48px;
    box-sizing: border-box;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    color: #000;
    font-size: 15px;
    transition: all 0.2s linear;
    cursor: pointer;
}

.form-item select:focus {
    border: 1px solid #e81522;
    color: #000;
}

.form-r {
    display: flex;
    margin: 0 0 16px 0;
}

.formb1 {
    margin: 0 16px 0 0;
    padding: 0 24px;
    cursor: pointer;
    background: #e81522;
    transition: all 0.2s ease;
    outline: none;
    border: 0;
    border-radius: 10px;
    height: 48px;
    line-height: 48px;
    padding: 0 40px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.formb1:hover {
    background: #cb131e;
}

.formb2 {
    margin: 0 0 0 0;
    padding: 0 24px;
    cursor: pointer;
    background: #fff;
    transition: all 0.2s ease;
    outline: none;
    border: 2px solid #ccc;
    border-radius: 10px;
    height: 48px;
    line-height: 44px;
    padding: 0 40px;
    color: #141414;
    font-weight: 600;
    font-size: 15px;
}

.formb2:hover {
    border: 2px #e81522 solid;
    color: #000;
}

#flfilter #dle-content {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

#flfilter .main-news {
    width: calc(25% - 20px);
    box-sizing: border-box;
    margin: 0 10px 20px 10px;
    transition: none;
    -webkit-transition: none;
}

.main-center-block[rel="ffrel"] {
    padding-top: 30px;
}

.dle-filter-title {
    font-size: 16px;
    color: #000;
    margin: 0 0 20px 0;
    font-weight: 600;
}

/*  Адаптивность  */

.mob-menu,
.mob-search {
    display: none;
}

@media (max-width: 1250px) {
    .fix-scroll {
        height: 100%;
        overflow: hidden;
        position: relative;
    }

    .mob-shad {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 8888;
        opacity: 0.8;
        cursor: pointer;
        left: 0;
        top: 0;
        display: none;
    }

    .mob-panel {
        position: fixed;
        width: 260px;
        height: 100%;
        background: #141414;
        -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.45);
        -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.45);
        box-shadow: 0 0 13px rgba(0, 0, 0, 0.45);
        z-index: 8889;
        left: -330px;
        top: 0;
        overflow-y: auto;
        text-align: left;
    }

    .mob-panel2 {
        padding: 0 0;
    }

    .mob-close {
        width: 30px;
        height: 30px;
        position: fixed;
        left: 275px;
        top: -50px;
        cursor: pointer;
        z-index: 8889;
        background: url(../images/close2.png) center center no-repeat;
    }

    .mob-menu {
        position: absolute;
        left: 0;
        top: 0;
        width: 60px;
        height: 100%;
        background: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 224 224' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cg xmlns='http://www.w3.org/2000/svg' transform='translate(0 -562.36)'%3E%3Cg%3E%3Cg%3E%3Cpath d='M13.35,590.166h197.3c17.8,0.5,17.8-28.299,0-27.799H13.35C-4.45,561.866-4.45,590.666,13.35,590.166z' fill='%23ffffff' data-original='%23000000' style='' class=''/%3E%3Cpath d='M210.65,660.464H13.35c-17.8-0.5-17.8,28.299,0,27.799h197.3C228.45,688.763,228.45,659.964,210.65,660.464z' fill='%23ffffff' data-original='%23000000' style='' class=''/%3E%3Cpath d='M210.65,758.061H13.35c-17.8,0-17.8,28.299,0,28.299h197.3C228.45,786.36,228.45,758.061,210.65,758.061z' fill='%23ffffff' data-original='%23000000' style='' class=''/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")
            center center no-repeat;
        background-size: 22px auto;
        display: block;
        cursor: pointer;
    }

    .head-line {
        height: 80px;
    }

    .head-line-w {
        width: auto;
        padding: 0 15px 0 70px;
    }

    .login-block {
        right: 5px;
    }

    .top-menu {
        display: none;
    }

    .mob-panel .top-menu {
        display: block;
        height: 0;
    }

    .top-menu > li {
        height: auto;
        display: block;
        position: relative;
        border-bottom: 1px #404040 solid;
    }

    .top-menu-link {
        height: auto;
        line-height: 20px;
        color: #fff;
        font-size: 16px;
        padding: 20px 20px;
    }

    .top-menu ul {
        position: static;
        display: none;
        width: auto;
        background: #303030;
        border-radius: 0px;
        margin: 0;
        padding: 0;
        opacity: 1;
        transform: scale(1);
    }

    .mopensub {
        display: block;
        position: absolute;
        width: 60px;
        height: 60px;
        cursor: pointer;
        right: 0;
        top: 0;
        background: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 447.243 447.243' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg transform='matrix(-1,3.67394039744206e-16,-3.67394039744206e-16,-1,447.2422256469727,447.24151992797846)'%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M420.361,192.229c-1.83-0.297-3.682-0.434-5.535-0.41H99.305l6.88-3.2c6.725-3.183,12.843-7.515,18.08-12.8l88.48-88.48 c11.653-11.124,13.611-29.019,4.64-42.4c-10.441-14.259-30.464-17.355-44.724-6.914c-1.152,0.844-2.247,1.764-3.276,2.754 l-160,160C-3.119,213.269-3.13,233.53,9.36,246.034c0.008,0.008,0.017,0.017,0.025,0.025l160,160 c12.514,12.479,32.775,12.451,45.255-0.063c0.982-0.985,1.899-2.033,2.745-3.137c8.971-13.381,7.013-31.276-4.64-42.4 l-88.32-88.64c-4.695-4.7-10.093-8.641-16-11.68l-9.6-4.32h314.24c16.347,0.607,30.689-10.812,33.76-26.88 C449.654,211.494,437.806,195.059,420.361,192.229z' fill='%23fff' data-original='%23000000' style='' class=''/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")
            center center no-repeat;
        background-size: 18px auto;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
    }

    .mopensub2 {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .slider-nav {
        display: none;
    }

    .slider-block {
        width: auto;
    }

    .slider-item {
        height: calc(100vw / 3);
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

    .slider-item-b {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

    .slider-item-title {
        font-size: 20px;
        line-height: 24px;
    }

    .slider-item-left {
        width: auto;
        flex: 1;
        margin: 0 30px 0 0;
    }

    .slider-item-right {
        width: auto;
    }

    .main-center-block {
        width: auto;
    }

    .mainflex {
        justify-content: center;
    }

    #flfilter #dle-content {
        justify-content: center;
        margin-right: 0;
        margin-left: 0;
    }

    .main-news {
        margin: 0 10px 20px 10px;
    }

    #flfilter .main-news {
        width: 292px;
        margin: 0 10px 20px 10px;
    }

    .npn {
        display: none;
    }

    .footer-w {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-text {
        padding: 40px 0;
        font-size: 13px;
        line-height: 23px;
    }

    .footer-line {
        display: block;
        text-align: center;
    }

    .footer-logo {
        display: inline-block;
        vertical-align: top;
        margin: 0 auto;
    }

    .footer-copy {
        padding: 15px 0;
    }

    .slider-wrap:before {
        display: none;
    }

    .full-news-top-wrap {
        margin: 20px 0 40px 0 !important;
    }

    .full-news-top-wrap:before {
        display: none;
    }

    .full-news-top {
        width: auto;
        margin-right: 20px;
        margin-left: 20px;
        height: calc(100vw / 2.9);
    }

    .full-news-left {
        float: none;
        width: auto;
        margin-right: 20px;
        margin-left: 20px;
    }

    .full-news-title,
    .full-news-title h1,
    .full-news-top-b {
        font-size: 18px;
    }

    .full-card-info {
        font-size: 14px;
        line-height: 20px;
    }

    .relwrap {
        margin: 0 0 40px 0;
    }

    .rel-link {
        margin: 0 10px 20px 10px;
    }

    .rtc {
        text-align: center;
    }

    .full-news-right {
        float: none;
        width: 396px;
        margin: 0 auto;
    }

    .head-blog {
        width: auto;
        padding: 20px;
        background: none;
        min-height: 10px;
    }

    .head-blog-info {
        width: auto;
    }

    .head-blog-title {
        font-size: 30px;
    }

    .blog-news {
        margin: 0 20px 46px 20px;
    }

    .blog-news-title {
        font-size: 18px;
        line-height: 25px;
    }

    .blog-news-author,
    .blog-news-date,
    .blog-news-stat,
    .blog-news-text {
        font-size: 14px;
    }

    .blog-news-image {
        width: 43vw;
        height: calc(43vw / 1.7);
    }
    .blog-news-r {
        margin: 0 0 0 30px;
    }

    .show-active:after {
        display: none;
    }

    .blogtop {
        margin: 0 20px;
    }

    .blogtop-news-btns {
        flex-wrap: wrap;
    }

    .head-8k-w {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .mov8 {
        margin-right: 20px;
        margin-left: 20px;
    }

    .full8k {
        padding-left: 20px;
        padding-right: 20px;
    }

    .full8k {
        display: block;
    }

    .full8k-left {
        width: auto;
        margin: 0 0 20px 0;
    }

    .full8k-left img {
        max-width: 100%;
    }

    .full8k-small-images {
        display: flex;
        flex-wrap: nowrap;
        width: calc(100% + 20px);
        overflow-x: auto;
        justify-content: flex-start;
        margin: 0 -20px 20px 0;
    }

    .full8k-small-images a {
        width: 120px !important;
        margin: 0 20px 0 0;
        flex: 0 0 auto;
    }

    .full8k-right {
        width: auto;
    }

    .other-wrap {
        margin: 0 !important;
    }

    .other-wrap .ftitle {
        margin-left: 20px;
    }

    .form-block-wrap,
    .cttitle {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1000px) {
    .nprofile-menu {
        display: none;
    }

    .nprofile {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .nprofile-left {
        float: none;
        width: auto;
        padding: 0 40px 30px 30px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-right: 0;
        text-align: center;
    }

    .nprofile-right {
        margin-left: 0;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        text-align: center;
    }

    .nprofile-title {
        text-align: center;
    }

    .nprofile-right .mainflex {
        width: auto;
    }

    .stt-block-content {
        text-align: left;
    }
}

.com-item-text > div {
    word-wrap: break-word !important;
    word-break: break-all;
}

@media (max-width: 880px) {
    .head-8k-fl {
        display: block;
    }

    .head-8k-image {
        display: none;
    }

    .head-8k-r {
        width: auto;
    }

    .mov8-image {
        width: 150px;
    }

    .mov8-r {
        width: calc(100% - 170px);
    }
}

@media (max-width: 820px) {
    .slider-item {
        height: auto;
    }

    .slider-item-b {
        padding: 100px 20px 20px 20px;
        display: block;
    }

    .slider-item-left {
        margin: 0 0 20px 0;
    }

    .fblock {
        position: static;
        width: auto;
        height: auto;
        display: flex;
        margin: 0 10px 20px 10px;
    }

    .fblock-right {
        padding: 20px;
    }

    .footer-bg {
        padding: 20px 0 0 0;
    }

    .fblock-title {
        font-weight: 500;
        font-size: 14px;
        line-height: 19px;
    }

    .blog-full {
        width: auto;
    }

    .blog-full-bg {
        display: none;
    }

    .blog-full-title {
        background: #141414;
        padding: 60px 20px 30px 20px;
    }

    .blog-full-intro {
        background: #141414;
        padding: 0 20px 40px 20px;
        margin: 0;
    }

    .blog-full-info {
        background: #141414;
        padding: 0 20px 40px 20px;
        margin: 0;
    }

    .blog-full .full-news-text {
        padding: 20px;
    }

    .blog-full .comments-wrap {
        padding: 0 20px;
    }

    .blog-full-title h1,
    .blog-full-title {
        font-size: 24px;
        line-height: 30px;
    }

    .blog-full-intro {
        font-size: 14px;
        line-height: 21px;
    }

    .form-block-wrap {
        flex-wrap: wrap;
    }

    .form-block {
        margin: 0;
        flex: 0 auto;
        width: 100%;
    }

    .form-item:last-child {
        margin-right: 0;
    }
}

@media (max-width: 720px) {
    .blog-news {
        flex-wrap: wrap;
    }

    .blog-news-image {
        width: 100%;
        height: calc(90vw / 1.7);
        margin: 0 0 30px 0;
    }

    .blog-news-r {
        margin: 0;
    }
}

@media (max-width: 650px) {
    .footer {
        padding: 30px 0 0 0;
    }

    .mob-search {
        position: absolute;
        right: 70px;
        top: 18px;
        display: block;
        width: 45px;
        height: 45px;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background: #303030 url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.4339 10.8194C14.3404 8.14424 14.0937 4.40634 11.6936 2.00631C9.01856 -0.668771 4.68139 -0.66877 2.00631 2.00631C-0.668771 4.68139 -0.668771 9.01856 2.00631 11.6936C4.40634 14.0937 8.14424 14.3404 10.8194 12.4339L14.3854 16L16 14.3854L12.4339 10.8194ZM10.0791 3.62087C11.8625 5.40425 11.8625 8.2957 10.0791 10.0791C8.2957 11.8625 5.40425 11.8625 3.62087 10.0791C1.83748 8.2957 1.83748 5.40425 3.62087 3.62087C5.40425 1.83748 8.2957 1.83748 10.0791 3.62087Z' fill='%23D7D7D7'/%3E%3C/svg%3E%0A") center center no-repeat;
        cursor: pointer;
    }

    .mob-search2 {
        background: #303030 url("data:image/svg+xml,%3Csvg height='365pt' viewBox='0 0 365.71733 365' width='365pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f44336'%3E%3Cpath d='m356.339844 296.347656-286.613282-286.613281c-12.5-12.5-32.765624-12.5-45.246093 0l-15.105469 15.082031c-12.5 12.503906-12.5 32.769532 0 45.25l286.613281 286.613282c12.503907 12.5 32.769531 12.5 45.25 0l15.082031-15.082032c12.523438-12.480468 12.523438-32.75.019532-45.25zm0 0'/%3E%3Cpath d='m295.988281 9.734375-286.613281 286.613281c-12.5 12.5-12.5 32.769532 0 45.25l15.082031 15.082032c12.503907 12.5 32.769531 12.5 45.25 0l286.632813-286.59375c12.503906-12.5 12.503906-32.765626 0-45.246094l-15.082032-15.082032c-12.5-12.523437-32.765624-12.523437-45.269531-.023437zm0 0'/%3E%3C/g%3E%3C/svg%3E") center center no-repeat;
        background-size: 16px auto;
    }

    .search-block {
        position: absolute;
        left: 0;
        top: 80px;
        z-index: 222;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: none;
    }

    .full-news-top-b {
        padding: 100px 20px 20px 20px;
    }

    .full-card {
        display: block;
    }

    .full-card-image {
        width: auto;
        margin: 0 0 30px 0;
    }

    .full-card-image img {
        width: 250px;
        height: 305px;
        margin: 0 auto;
        display: block;
    }

    .full-card-right {
        padding: 0 0 0 0;
    }

    .full-news-text {
        font-size: 14px;
    }

    .full-news .quote {
        font-size: 13px;
        line-height: 20px;
    }

    .full-news-top-wrap {
        display: none;
    }

    .full-news {
        margin-top: 20px;
    }

    .form-line-tt input[type="text"],
    .form-line-tt input[type="password"] {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .full-news {
        overflow: hidden;
    }

    .blogtop-news-text {
        font-size: 15px;
        line-height: 24px;
    }

    .blogtop-news-image {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .blogtop-news-image img {
        width: auto;
        max-width: 100%;
    }

    .blogtop-news-info {
        padding: 0;
    }

    .blogtop-news {
        margin-bottom: 60px;
    }

    .blogtop-news-btns a {
        margin-bottom: 10px;
    }

    .blogtop-news-title {
        font-size: 20px;
    }

    .full8k-links a {
        width: 100%;
        margin: 0 0 20px 0;
        justify-content: center;
    }

    .form-block {
        display: block;
    }

    .form-item {
        margin: 0 0 15px 0;
    }

    .form-r {
        justify-content: space-between;
        width: 100%;
    }

    .formb1,
    .formb2 {
        margin: 0;
        width: calc(50% - 8px);
        box-sizing: border-box;
        text-align: center;
    }
}

.mob-login {
    display: none;
}

@media (max-width: 600px) {
    .head-8k-title {
        font-size: 24px;
    }

    .mov8 {
        display: block;
    }

    .mov8-image {
        display: block;
        background: none !important;
        margin: 0 0 15px 0;
        width: auto;
        height: auto;
    }

    .mov8-image img {
        display: block;
        border-radius: 5px;
        max-width: 100%;
    }

    .mov8-r {
        width: auto;
    }

    .mov8-stat {
        flex-wrap: wrap;
    }

    .mov8-stat-item,
    .mov8-k {
        margin-bottom: 10px;
    }
}

@media (max-width: 460px) {
    .full-news-right {
        width: auto;
        margin: 0 20px;
    }

    .full-card {
        padding: 20px;
        margin-left: -20px;
        margin-right: -20px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        display: flex;
        flex-direction: column-reverse;
    }

    .full-card-i-item {
        margin: 0 0 10px 0;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .ftitle,
    .stt-block-title {
        font-size: 18px;
    }

    .com-item {
        margin-left: -10px;
        margin-right: -10px;
        padding: 20px;
        margin-bottom: 25px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        display: block;
    }

    .com-item-info {
        padding: 10px 0 0 0px;
    }

    .com-item-text {
        font-weight: 500;
        font-size: 13px;
        line-height: 20px;
    }

    .comrating {
        right: 15px;
        top: -53px;
    }

    .blog-news-info {
        flex-wrap: wrap;
        justify-content: center;
    }

    .blog-news-more {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin: 0 0 20px 0;
    }

    .head-blog-title {
        font-size: 18px;
    }

    .head-blog-text {
        font-size: 14px;
        line-height: 20px;
    }

    .blog-full-info {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .blog-full-info-left {
        margin-bottom: 20px;
    }

    .dwlink {
        padding: 15px;
    }

    .dwlink i {
        font-style: normal;
        padding: 0 10px 0 0;
    }

    .dwlink u {
        background-position: 13px center;
    }
}

@media (max-width: 400px) {
    .mob-menu {
        width: 50px;
    }

    .head-line-w {
        padding: 0 5px 0 56px;
    }

    .mob-search {
        right: 55px;
    }

    .logo {
        font-size: 20px;
    }

    .slider-block .rbt,
    .slider-block .wbt {
        padding: 0 14px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }

    .slider-item-title {
        font-size: 16px;
        line-height: 22px;
    }

    .slider-item-text {
        font-size: 12px;
        line-height: 18px;
    }

    .slider-item-b {
        padding: 60px 20px 20px 20px;
    }

    .fblock {
        display: block;
    }

    .fblock-left {
        display: block;
        height: calc(100vw / 3);
        width: 100%;
        -moz-border-radius: 20px 20px 0 0;
        -webkit-border-radius: 20px 20px 0 0;
        border-radius: 20px 20px 0 0;
    }

    .fblock-right {
        width: auto;
        -moz-border-radius: 0 0 20px 20px;
        -webkit-border-radius: 0 0 20px 20px;
        border-radius: 0 0 20px 20px;
    }

    .footer-copy {
        font-size: 13px;
    }

    .login-block2 {
        width: 315px;
    }
}

/*  */
@media (max-width: 700px) {
    table.pm tr td:nth-child(1) {
        width: 2% !important;
    }

    table.pm tr td:nth-child(2) {
        width: 60% !important;
    }

    table.pm tr td:nth-child(3) {
        width: 5% !important;
    }

    table.pm tr td:nth-child(4) {
        width: 5% !important;
    }

    table.pm tr td:nth-child(5) {
        width: 2% !important;
    }

    table.pm select {
        width: 80px !important;
    }

    table.pm option {
        width: 80px !important;
    }

    .tabs-profile .index-tabs span {
        border: 1px #dadada solid;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        bottom: 0px;
        cursor: pointer;
        border-bottom: 1px #dadada solid;
        margin: 0 2px 5px 0;
    }

    .tabs-profile .active-ttab {
        height: 34px !important;
        line-height: 34px !important;
    }

    .dle-popup-replycomments {
        width: 300px !important;
    }

    .dle-popup-replycomments input {
        width: 250px !important;
    }
}

@media (max-width: 600px) {
    #searchsuggestions {
        width: 100% !important;
    }

    .dle-popup-userprofile {
        width: 250px !important;
    }

    .user-card-tt {
        padding: 40px 0px 10px 140px;
    }

    .user-card-tt-right {
        display: none;
    }

    .dle-popup-userprofile .user-card-tt-left {
        left: 50%;
        margin: 0 0 0 -50px;
    }

    .dle-popup-userprofile .ui-dialog-buttonset {
        height: auto;
        padding: 30px 5px 10px 0px;
        position: relative;
        text-align: center;
    }

    .dle-popup-userprofile .ui-dialog-buttonset button {
        display: block;
        font-size: 13px;
        margin: 0px auto 10px auto;
        padding: 8px 10px;
    }

    .pmtt-mess-menu a {
        margin-bottom: 10px;
    }

    .dle-popup-complaint {
        width: 300px !important;
    }

    .profile-tt-info {
        padding: 200px 25px 10px 25px;
    }

    .profile-tt-menu {
        padding-left: 25px;
    }

    .profile-tt-menu a {
        margin-bottom: 5px;
    }

    .dle-popup-newpm {
        width: 320px !important;
    }

    .user-card-tt {
        min-height: 82px;
    }
}

@media (max-width: 400px) {
    .pmtt-menu a {
        font-size: 12px;
    }

    .comment-item-left {
        position: static;
        margin: 0 0 10px 0;
    }

    .comment-item {
        padding: 0;
    }

    .tabs-profile .index-tabs span {
        margin: 0 0 5px 0;
        display: block;
    }
}

.quote {
    background: #e8ebef;
}

.white .stt-block {
    background: #fff;
}

.white .gray-theme.fr-box .fr-counter {
    color: #535353;
    background: #fff;
    border-top: solid 1px #1b242c;
    border-left: solid 1px #1b242c;
}

.white .gray-theme.fr-toolbar {
    color: #37474f;
    background: #edeff1;
}

.white .gray-theme .fr-separator {
    background: #fff;
}

.white .gray-theme.fr-toolbar .fr-command.fr-btn,
.gray-theme.fr-popup .fr-command.fr-btn {
    color: #000;
}

.white .gray-theme.fr-desktop .fr-command:hover,
.gray-theme.fr-desktop .fr-command:focus {
    background: #fff;
}

.white .form-line-tt textarea,
.white .form-line-tt .fr-view {
    background: #edeff1;
    border: 1px #edeff1 solid;
}

.white .form-line-tt input {
    border: 1px solid #e4e4e4;
    background: #ffffff;
}

.white .tabs-profile .index-tabs span {
    background: -moz-linear-gradient(top, #fdfdfd 5%, #f1f5f6 100%);
    background: -webkit-linear-gradient(top, #fdfdfd 5%, #f1f5f6 100%);
    background: -o-linear-gradient(top, #fdfdfd 5%, #f1f5f6 100%);
    background: -ms-linear-gradient(top, #fdfdfd 5%, #f1f5f6 100%);
    background: linear-gradient(to bottom, #fdfdfd 5%, #f1f5f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f1f5f6', GradientType=0);
    background-color: #fdfdfd;
    border: 1px #dadada solid;
    color: #979797;
}

.white .tabs-profile .active-ttab {
    background: #fff !important;
    color: #363636 !important;
}

.white .tabs-profile .tt-panel {
    border: 1px #dadada solid;
    background: #fff;
}

.white .profile-tt-image {
    border: 1px solid #d9d9d9;
    background: #fff;
}

.white .profile-tt-image img {
    background: #ccc;
}

.white .profile-tt-rating {
    color: #fff;
    background: #abc544;
}

.white .profile-tt-info {
    background: -moz-linear-gradient(top, #fff 5%, #fafbfd 100%);
    background: -webkit-linear-gradient(top, #fff 5%, #fafbfd 100%);
    background: -o-linear-gradient(top, #fff 5%, #fafbfd 100%);
    background: -ms-linear-gradient(top, #fff 5%, #fafbfd 100%);
    background: linear-gradient(to bottom, #fff 5%, #fafbfd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fafbfd', GradientType=0);
    background-color: #fff;
    border-bottom: 1px #dadada solid;
}

.white .profile-tt-name {
    color: #000;
}

.white .profile-tt-name i {
    background: #ff8a00;
    color: #fff;
}

.white .profile-tt-name i span {
    color: #fff !important;
}

.white .profile-tt-line {
    color: #828282;
}

.white .profile-tt-line span {
    color: #000;
}

.white .profile-tt-menu {
    color: #fff;
}

.white .profile-tt-menu a {
    background: #eeeeee;
    color: #5e5e5e;
}

.white .profile-tt-menu a:hover {
    background: #ff8a00;
    color: #fff;
}

.white .profile-tt-text {
    color: #7f7f7f;
}

.white .profile-tt-text a {
    color: #000;
}

.white .nidf .profile-tt-line a {
    color: #ff6000;
}

.white .nidf .profile-tt-line a:hover {
    color: #000;
}

.white .herh .form-line-tt {
    border-bottom: 1px #f0f0f0 solid;
}

.white .herh .form-line-tt:nth-child(2n) {
    background: #f8f8f8;
}

.white .user-profile-tt .form-line-tt a {
    color: #ff6000;
}

.white .pmtt-menu {
    border-bottom: 1px #e7e7e7 solid;
}

.white .pmtt-menu a {
    background: -moz-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
    background: -webkit-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
    background: -o-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
    background: -ms-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
    background: linear-gradient(to bottom, #fdfdfd 5%, #f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f8f8f8', GradientType=0);
    background-color: #fdfdfd;
    border: 1px solid #e2e2e2;
    color: #565656;
    -moz-box-shadow:
        inset 0 0 18px rgba(0, 0, 0, 0.04),
        inset 0 2px 2px rgba(255, 255, 255, 0.08),
        0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow:
        inset 0 0 18px rgba(0, 0, 0, 0.04),
        inset 0 2px 2px rgba(255, 255, 255, 0.08),
        0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow:
        inset 0 0 18px rgba(0, 0, 0, 0.04),
        inset 0 1px 2px rgba(255, 255, 255, 0.08),
        0 1px 1px rgba(255, 255, 255, 0.75);
}

.white .pmtt-menu a:hover {
    background: #e81522;
    color: #fff;
    border: 1px #e81522 solid;
}

.white .pmtt-menu a i {
    position: absolute;
    color: #808080;
}

.white .pmtt-menu a:hover i {
    color: #fff;
}

.white .pmtt-pm-list-content table {
    border: 1px #f1f1f1 solid;
}

.white .pmtt-pm-list-content table td {
    border-bottom: 1px #f1f1f1 solid;
}

.white .pmtt-pm-list-content tr:first-child td {
    border-bottom: 1px #f1f1f1 solid;
}

.white .pmtt-pm-list-content table tr:nth-child(2n) td {
    background: #f9f9f9;
    border-bottom: 1px #f1f1f1 solid;
}

.white .pm_progress_bar {
    background: #eeeeee;
    border: 1px #e5e5e5 solid;
}

.white .pm_progress_bar span {
    background: #e81522;
    color: #fff;
}

.white .pmtt-new-title {
    border-bottom: 1px #dcdcdc solid;
}

.white .pmtt-mess-title {
    border-bottom: 1px #dcdcdc solid;
}

.white .pmtt-mess-title i {
    color: #b2b2b2;
}

.white .pmtt-mess-theme {
    border-bottom: 1px #dcdcdc dotted;
}

.white .pmtt-mess-theme i {
    color: #b2b2b2;
}

.white .pmtt-mess-menu a {
    background: -moz-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
    background: -webkit-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
    background: -o-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
    background: -ms-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
    background: linear-gradient(to bottom, #fdfdfd 5%, #f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f8f8f8', GradientType=0);
    background-color: #fdfdfd;
    border: 1px solid #e2e2e2;
    color: #565656;
    -moz-box-shadow:
        inset 0 0 18px rgba(0, 0, 0, 0.04),
        inset 0 2px 2px rgba(255, 255, 255, 0.08),
        0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow:
        inset 0 0 18px rgba(0, 0, 0, 0.04),
        inset 0 2px 2px rgba(255, 255, 255, 0.08),
        0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow:
        inset 0 0 18px rgba(0, 0, 0, 0.04),
        inset 0 1px 2px rgba(255, 255, 255, 0.08),
        0 1px 1px rgba(255, 255, 255, 0.75);
}

.white .pmtt-mess-menu a:hover {
    background: #f1f1f1;
    -moz-box-shadow:
        inset 0 -9px 18px rgba(0, 0, 0, 0.06),
        0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow:
        inset 0 -9px 18px rgba(0, 0, 0, 0.06),
        0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow:
        inset 0 -9px 18px rgba(0, 0, 0, 0.06),
        0 1px 1px rgba(255, 255, 255, 0.75);
}

.vote-pool {
    padding: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.vote-pool-title {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 20px 0;
}

.vote-pool-list {
    margin: 0 0 20px 0;
}

.pollanswer {
    font-size: 14px;
    margin: 0 0 5px 0;
}

.pollanswer input {
    margin: 0 5px 0 0;
}

.poll-btn {
    display: inline-block;
    vertical-align: top;
    height: 38px;
    line-height: 36px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    border-radius: 19px;
    background: -moz-linear-gradient(left, #991fb7 0%, #fb7579 100%);
    background: -o-linear-gradient(left, #991fb7 0%, #fb7579 100%);
    background: -webkit-linear-gradient(left, #991fb7 0%, #fb7579 100%);
    background: linear-gradient(left, #991fb7 0%, #fb7579 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    padding: 0 30px;
    margin: 0 20px 0 0;
    border: 0;
}

.poll-btn:hover {
    background: #e2216a;
}

.poll-btn2 {
    display: inline-block;
    vertical-align: top;
    height: 38px;
    line-height: 36px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    border-radius: 19px;
    border: 0;
    background: #fff;
    color: #333;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    padding: 0 30px;
    margin: 0 5px 0 0;
}

.poll-btn2:hover {
    background: #e2216a;
    color: #fff;
}

.voteblock {
    text-align: left;
}

.vote {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    margin: 0 0 5px 0;
}

.vote input {
    display: none;
}

.vote label {
    position: relative;
    padding: 0 0 0 26px;
}

.vote label > span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #848a94;
    box-sizing: border-box;
    border-radius: 5px;
    cursor: pointer;
}

.vote input:checked + span:before {
    background: #303030 url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.14286 4.00001L5.14286 8.00001L4 9.14287L0 5.14287L1.14286 4.00001Z' fill='white'/%3E%3Cpath d='M4 6.85714L10.8571 0L12 1.14286L5.14286 8.00001L4 6.85714Z' fill='white'/%3E%3C/svg%3E%0A") center center no-repeat;
    border: 0;
}

.vote_list {
    margin: 0 0 24px 0;
}

.vbtn1 {
    display: inline-block;
    vertical-align: top;
    height: 35px;
    line-height: 30px;
    background: #e81522;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 0 30px;
    margin-right: 10px;
    outline: none;
    cursor: pointer;
    border: 0;
}

.vbtn1:hover {
    background: #cb131e;
}

.vbtn2 {
    display: inline-block;
    vertical-align: top;
    height: 35px;
    line-height: 30px;
    background: #e4e4e4;
    border-radius: 5px;
    color: #848a94;
    font-weight: 600;
    font-size: 15px;
    padding: 0 30px;
    margin-right: 10px;
    outline: none;
    cursor: pointer;
    border: 0;
}

.vbtn2:hover {
    background: #cb131e;
    color: #fff;
}

.rblock2 {
    background: #ffffff;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
}

.rblock2 .rblock-title {
    font-size: 15px !important;
}

.rblock2 .rblock-content {
    padding: 25px;
}

.full-news-text a[target="_blank"] img {
    margin: 0 5px 0 0;
}
.image-bordered {
    border: 1px solid #ddd;
}

.image-shadows {
    box-shadow:
        rgb(9 30 66 / 25%) 0px 4px 8px -2px,
        rgb(9 30 66 / 8%) 0px 0px 0px 1px;
}

.image-padded {
    padding: 0.5rem;
}

.comments-user-profile {
    font-weight: bold;
    cursor: pointer;
    color: #3394e6;
}
.title_spoiler svg {
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 7px;
    height: 16px;
    width: 16px;
}
.film-stat {
    line-height: 25px;
    color: #676767;
    font-weight: 500;
    font-size: 13px;
    margin: 0 0 25px 0;
}

.film-stat-title {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.film-stat span {
    color: #b8b8b8;
}
.mce-accordion summary {
    cursor: pointer;
}

.self_delete_link {
    border: 0 none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 12px 27px;
    border-radius: 10px;
    outline: none;
    background-color: #f44336;
    color: #fff;
    text-shadow: 0 1px #333;
    text-decoration: none !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    transition: all ease 0.1s;
    transition: all ease 0.1s;
}

.DLEPush {
    z-index: 2001;
    position: fixed;
    right: 20px;
    top: 20px;
}

@keyframes DLEPush-show {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.DLEPush-notification.wrapper {
    animation-name: DLEPush-show;
    animation-duration: 1s;
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    color: #333;
    margin-bottom: 10px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 20%);
    background-color: #fff;
    border-radius: 10px;
}

.DLEPush-notification .DLEPush-icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 45px;
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
}

.DLEPush-notification .DLEPush-icon svg {
    scale: 0.8;
}

.DLEPush-notification .DLEPush-header {
    font-weight: 500;
    grid-column: 2;
    grid-row: 1;
    font-size: 1rem;
    margin-left: 1rem;
    margin-top: 0.5rem;
}
.DLEPush-notification .DLEPush-header:empty {
    margin-top: 0;
}

.DLEPush-notification .DLEPush-message {
    grid-column: 2;
    grid-row: 2;
    font-size: 0.875rem;
    margin: 1rem;
}

.DLEPush-notification .DLEPush-message li,
.DLEPush-notification .DLEPush-message ul {
    list-style-type: none;
    padding-left: 0;
}

.DLEPush-notification .DLEPush-close {
    position: absolute;
    top: 8px;
    right: 10px;
    font-weight: 300;
    background: none;
    border: 0;
    font-size: 1.15rem;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    color: inherit;
    outline: 0;
    opacity: 0.75;
}

@media only screen and (min-width: 601px) {
    .DLEPush-notification.wrapper {
        min-width: 400px;
    }
}

.DLEPush-notification .DLEPush-close:hover {
    opacity: 1;
}

.DLEPush-notification.wrapper.push-success {
    background-color: #e0f2f1;
}

.DLEPush-notification.wrapper.push-success .DLEPush-icon {
    background-color: #00897b;
}

.DLEPush-notification.wrapper.push-warning {
    background-color: #fff3e0;
}

.DLEPush-notification.wrapper.push-warning .DLEPush-icon {
    background-color: #ff9800;
}

.DLEPush-notification.wrapper.push-error {
    background-color: #fbe9e7;
}

.DLEPush-notification.wrapper.push-error .DLEPush-icon {
    background-color: #ff5722;
}

input[type="text"].comments_author_field {
    width: 100%;
    margin-bottom: 10px;
}

/*17.2 to 17.3*/
.ui-dialog-buttonset button.ui-button-delete {
    background-color: #f44336;
    border-color: #f44336;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(51, 51, 51, 0.5);
}
.ui-dialog-buttonset button.ui-button-delete:hover {
    background-color: #db3a2f;
    border-color: #db3a2f;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(51, 51, 51, 0.5);
}
.form-check-label {
    cursor: pointer;
}
.form-check-input {
    color: #0c5f7eed;
    flex-shrink: 0;
    width: 1.12rem;
    height: 1.12rem;
    margin: -0.188rem 0.625rem 0 0;
    appearance: none;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #0c5f7eed;
    vertical-align: middle;
}

.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%230c5f7eed' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%230c5f7eed'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"] {
    border-radius: 0.25rem;
}

.form-check-input[type="radio"] {
    border-radius: 50%;
}

/* 17.3 to 18 */
.pm th {
    text-align: left;
    font-weight: 500;
    white-space: nowrap;
}
.pm th.pm_checkbox {
    text-align: center;
}
.pm_list.pm_subj,
.pm_list.pm_icon,
.pm_list.pm_last_user {
    cursor: pointer;
}
.pm_list.pm_icon svg {
    width: 1.4rem;
    height: 1.4rem;
    vertical-align: middle;
}

.pm_list.pm_icon.pm-unread-image {
    color: #3394e6;
}
.pm td.pm_list.pm_icon,
.userstop td,
th.pm_head.pm_icon {
    border-bottom: none;
}
.pm_list.pm_icon.pm-reply-image {
    color: #087e02c4;
}
.pm_list.pm_icon.pm-read-image {
    color: #afafaf;
}

.pm_list .pm_last_message,
.pm_list .pm_last_date,
.pm_list .pm_with_user {
    color: #64748b;
    font-size: 0.8rem;
}
.pm tbody > tr:hover {
    background-color: #e2e8f099;
}
.pm_navigation {
    margin-top: 1rem;
}
.pm_navigation .navigation {
    display: inline-block;
    color: #333333;
    background-color: #f5f5f5;
    border-radius: 0.188rem;
    padding: 0.4rem;
}

.pm_navigation .navigation a,
.pm_navigation .navigation span {
    padding: 0.5rem;
    min-width: 2.25rem;
}
.pm_navigation .navigation span {
    background-color: #4581d0;
    color: #fff;
}
.pm_navigation .navigation a {
    text-decoration: none;
    color: #000;
}
.pm_navigation .navigation a:hover {
    background-color: #e2e8f0;
}
.quote_link {
    float: right;
}
.quote_link svg {
    color: #6c838e;
    vertical-align: middle;
}

.favlink {
    height: 30px;
    line-height: 28px;
    padding: 0 20px 0 40px;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 10px;
    margin: 0 0 10px 0;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    background-color: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(2px);
    transition:
        background-color 0.18s,
        border-color 0.18s,
        color 0.18s;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.favlink > span {
    font-size: 30px;
    font-weight: 400;
    position: absolute;
    left: 14px;
    top: 0px;
}

.favlink:hover {
    background-color: #e81522;
    border-color: #e81522;
    text-shadow: none;
}
.clipboard-copy-link svg {
    color: #6c838e;
    vertical-align: middle;
    margin-top: -3px;
}
/* Оформление Яндекс Captcha */
.smart-captcha {
    display: inline-block;
}

/* Оформление математических формул */
.mathml-container {
    font-family: math;
}
div.mathml-block {
    font-size: 1.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.139em 0.35em;
}

div.mathml-block .katex {
    font-size: 1.1em;
}

span.mathml-inline {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.12em;
}

/* Оформление блока скрытого текста */
.dleshowhidden {
    color: #104d92;
    background-color: #e3f2fd;
    border: 1px solid #1e88e5;
    box-shadow: 0 5px 12px rgba(126, 142, 177, 0.2);
    padding: 0.83em;
}

/* Source: contactnew.tpl */
.stb-grey {
    padding: 32px 20px;
    background: #F5F5F5;
}

.stb-title {
    text-align: center;
    color: #000;
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.stb-title h1 {
    font-weight: inherit;
    font-size: inherit;
    display: inline;
    margin: 0;
    padding: 0;
}

.stb-title2 {
    color: #636870;
    font-size: 16px;
    text-align: center;
}

.stb-wrap {
    width: 900px;
    margin: 0 auto;
    text-align: left;
    padding: 40px 0;
    font-size: 16px;
    color: #717171;
    line-height: 22px;
}

.stb-sp {
    margin: 0 0 16px 0;
}

.stb-sp-title {
    padding: 18px 70px 18px 24px;
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    background: #F9F9F9;
    position: relative;
    transition:all 0.3s ease;
}

.stb-sp-title:after {
    content: '';
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM11 7V11H7V13H11V17H13V13H17V11H13V7H11ZM4 12C4 16.41 7.59 20 12 20C16.41 20 20 16.41 20 12C20 7.59 16.41 4 12 4C7.59 4 4 7.59 4 12Z' fill='%23141414'/%3E%3C/svg%3E") center center no-repeat;
    width: 24px;
    height: 100%;
    position: absolute;
    right: 20px;
    top: 0;
    display: block;
    transition:all 0.3s ease;
}

.stb-sp-title:hover {
    background: #ECECEC;
}

.stb-sp-content {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition:all 0.3s ease;
    color: #52565D;
    font-size: 16px;
    line-height: 22px;
}

.stb-wrap a {
    color: #E81522;
}

.stb-wrap a:hover {
    color: #000;
}

.stb-sp-active .stb-sp-title:after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM4 12C4 16.41 7.59 20 12 20C16.41 20 20 16.41 20 12C20 7.59 16.41 4 12 4C7.59 4 4 7.59 4 12ZM7 11V13H17V11H7Z' fill='%23141414'/%3E%3C/svg%3E");
}

.stb-sp-active .stb-sp-content {
    height: auto;
    opacity: 1;
    border: 1px solid #F5F5F5;
    border-top: 0;
    padding: 24px;
}

.stb-sp-active .stb-sp-title {
    background: #F5F5F5;
    border-radius: 8px 8px 0px 0px;
}

.stb-sp-content ol {
    margin: 0;
    padding: 0;
    counter-reset: listitem;
}

.stb-sp-content ol li {
    margin: 0;
    padding: 0 0 0 20px;
    list-style-type: none;
    position: relative;
}

.stb-sp-content ol li:before {
    counter-increment: listitem;
    content: counters(listitem, '') '.';
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 950px) {

    .stb-wrap {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .stb-title {
        font-size: 28px;
    }

}

/* Source: fullstory.tpl */
.full-news-original {
    margin-top: 5px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: rgba(255,255,255,.5);
    border-left: 2px solid rgba(255,255,255,.12);
    padding-left: 10px;
}

.full-news-original span {
    color: #fff;
    opacity: 0.85;
}

.stb-wrap {
    margin: 0 auto;
    text-align: left;
    font-size: 16px;
    color: #717171;
    line-height: 22px;
}

.stb-sp {
    margin: 0 0 16px 0;
}

.stb-sp-title {
    padding: 18px 70px 18px 24px;
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    background: #F9F9F9;
    position: relative;
    transition: all 0.3s ease;
}

.stb-sp-title:after {
    content: '';
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM11 7V11H7V13H11V17H13V13H17V11H13V7H11ZM4 12C4 16.41 7.59 20 12 20C16.41 20 20 16.41 20 12C20 7.59 16.41 4 12 4C7.59 4 4 7.59 4 12Z' fill='%23141414'/%3E%3C/svg%3E") center center no-repeat;
    width: 24px;
    height: 100%;
    position: absolute;
    right: 20px;
    top: 0;
    display: block;
    transition: all 0.3s ease;
}

.stb-sp-title:hover {
    background: #ECECEC;
}

.stb-sp-content {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    color: #52565D;
    font-size: 16px;
    line-height: 22px;
}

.stb-wrap a {
    color: #E81522;
}

.stb-wrap a:hover {
    color: #000;
}

.stb-sp-active .stb-sp-title:after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM4 12C4 16.41 7.59 20 12 20C16.41 20 20 16.41 20 12C20 7.59 16.41 4 12 4C7.59 4 4 7.59 4 12ZM7 11V13H17V11H7Z' fill='%23141414'/%3E%3C/svg%3E");
}

.stb-sp-active .stb-sp-content {
    height: auto;
    opacity: 1;
    border: 1px solid #F5F5F5;
    border-top: 0;
    padding: 24px;
}

.stb-sp-active .stb-sp-title {
    background: #F5F5F5;
    border-radius: 8px 8px 0px 0px;
}

.stb-sp-content ol {
    margin: 0;
    padding: 0;
    counter-reset: listitem;
}

.stb-sp-content ol li {
    margin: 0;
    padding: 0 0 0 20px;
    list-style-type: none;
    position: relative;
}

.stb-sp-content ol li:before {
    counter-increment: listitem;
    content: counters(listitem, '') '.';
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 950px) {
    .stb-wrap {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .stb-title {
        font-size: 28px;
    }
}

.flbtn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flbtn a {
    margin: 0 10px 33px 10px;
}

@media (min-width: 1240px) {
    .relwrap {
        margin-right: 0;
    }

    .rel-link {
        width: 260px;
        height: 430px;
    }
}

.full-images-fhd {
    margin: 0 0 30px;
}

.full-images-fhd > ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    overflow-x: auto;
    white-space: nowrap;
    display: block;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #FFD600 rgb(255, 214, 0);
}

.full-images-fhd > ul > li {
    margin: 0 10px 10px 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: inline-block !important;
    vertical-align: top;
    width: 220px;
    height: 140px;
    overflow: hidden;
    background: none !important;
    position: relative;
}

.full-images-fhd > ul > li::before,
.full-images-fhd > ul > li::after {
    content: none !important;
    display: none !important;
}

.full-images-fhd > ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-decoration: none !important;
}

.full-images-fhd > ul > li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.full-images-fhd > ul > li:last-child {
    margin-right: 0 !important;
}

.full-images-fhd > ul::-webkit-scrollbar {
    height: 10px;
    border-radius: 5px;
}

.full-images-fhd > ul::-webkit-scrollbar-track {
    background: rgba(217, 217, 217, 0.08);
    border-radius: 5px;
}

.full-images-fhd > ul::-webkit-scrollbar-thumb {
    background: #0073ba;
    border-radius: 5px;
}

.full-card {
    position: relative;
}

.badges {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    pointer-events: none;
    z-index: 10;
}

.badge {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 6px;
    box-shadow: 0 6px 16px rgba(0,0,0,.35), inset 0 -1px 0 rgba(0,0,0,.15);
    transition: opacity .25s ease, transform .25s ease;
}

.badge-new {
    background: rgba(255, 214, 0, 0.18);
    backdrop-filter: blur(6px);
    color: #FFD600;
    border: 1px solid rgba(255,214,0,.45);
}

.badge-upd {
    background: rgba(0,0,0,.65);
    color: #E6C24A;
    border: 1px solid rgba(230,194,74,.45);
}

.full-card:hover .badge {
    opacity: .7;
    filter: saturate(.85);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .full-card .badges {
        bottom: -14px;
        top: auto;
        right: 12px;
        flex-direction: row;
    }

    .full-card .badge {
        background: rgba(0,0,0,.82);
        color: #E6C24A;
        border: 1px solid rgba(230,194,74,.5);
        box-shadow: 0 8px 22px rgba(0,0,0,.45), inset 0 -1px 0 rgba(255,255,255,.06);
    }
}

.rate-thumb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform .25s ease;
}

.rate-thumb-svg {
    width: 34px;
    height: 34px;
    fill: #B8A94A;
    transition: fill .25s ease, filter .25s ease, transform .15s ease;
}

.rate-thumb:hover .rate-thumb-svg {
    fill: #FFD600;
    filter: drop-shadow(0 4px 10px rgba(255,214,0,.45));
    transform: translateY(-2px) scale(1.05);
}

.rate-thumb:active .rate-thumb-svg {
    transform: scale(.9);
    filter: drop-shadow(0 2px 6px rgba(255,214,0,.65));
}

.rate-thumb:focus {
    outline: none;
}

@media (max-width: 768px) {
    .rate-thumb-svg {
        width: 30px;
        height: 30px;
    }
}

/* Source: hdownload.tpl */
.nmfl-wrap {
    width: 900px;
    margin: 0 auto;
    text-align: left;
}

.nmfl {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.nmitem {
    width: calc(33.33% - 14px);
    margin: 0 7px 14px 7px;
    border-radius: 8px;
    background: #FFF;
    box-sizing: border-box;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    padding: 20px 16px;
}

.nmitem-num {
    color: #E38F8F;
    font-size: 46px;
    font-weight: 700;
    flex: 1;
}

.nmitem-title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.nmitem-text {
    color: #52565D;
    font-size: 14px;
    line-height: 20px;
}

.spitem {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 24px 0;
    margin: 0 0 24px 0;
    border-bottom: 1px #E0E0E0 solid;
}

.spitem-left {
    width: calc(100% - 500px);
}

.spitem-title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.spitem-text {
    color: #52565D;
    font-size: 16px;
    line-height: 22px;
}

.spitem-right {
    width: 430px;
    height: 230px;
    border-radius: 6px;
    background: #F5F5F5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spitem-right img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 6px;
}

.stb-grey {
    padding: 32px 20px 65px 20px;
    background: #F5F5F5;
}

.stb-title {
    text-align: center;
    color: #000;
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 80px 0;
}

.stb-title h1 {
    font-weight: inherit;
    font-size: inherit;
    display: inline;
    margin: 0;
    padding: 0;
}

.stb-title2 {
    color: #636870;
    font-size: 16px;
    text-align: center;
}

.stb-wrap {
    width: 900px;
    margin: 0 auto;
    text-align: left;
    padding: 40px 0;
    font-size: 16px;
    color: #717171;
    line-height: 22px;
}

.stb-sp {
    margin: 0 0 60px 0;
}

.stb-sp-title {
    padding: 18px 70px 18px 24px;
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    background: #F9F9F9;
    position: relative;
    transition:all 0.3s ease;
}

.stb-sp-title:after {
    content: '';
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM11 7V11H7V13H11V17H13V13H17V11H13V7H11ZM4 12C4 16.41 7.59 20 12 20C16.41 20 20 16.41 20 12C20 7.59 16.41 4 12 4C7.59 4 4 7.59 4 12Z' fill='%23141414'/%3E%3C/svg%3E") center center no-repeat;
    width: 24px;
    height: 100%;
    position: absolute;
    right: 20px;
    top: 0;
    display: block;
    transition:all 0.3s ease;
}

.stb-sp-title:hover {
    background: #ECECEC;
}

.stb-sp-content {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition:all 0.3s ease;
    color: #52565D;
    font-size: 16px;
    line-height: 22px;
}

.stb-wrap a {
    color: #E81522;
}

.stb-wrap a:hover {
    color: #000;
}

.stb-sp-active .stb-sp-title:after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM4 12C4 16.41 7.59 20 12 20C16.41 20 20 16.41 20 12C20 7.59 16.41 4 12 4C7.59 4 4 7.59 4 12ZM7 11V13H17V11H7Z' fill='%23141414'/%3E%3C/svg%3E");
}

.stb-sp-active .stb-sp-content {
    height: auto;
    opacity: 1;
    border-top: 0;
    padding: 24px 0;
}

.stb-sp-active .stb-sp-title {
    background: #F5F5F5;
    border-radius: 8px 8px 0px 0px;
}

.stb-sp-content ol {
    margin: 0;
    padding: 0;
    counter-reset: listitem;
}

.stb-sp-content ol li {
    margin: 0;
    padding: 0 0 0 20px;
    list-style-type: none;
    position: relative;
}

.stb-sp-content ol li:before {
    counter-increment: listitem;
    content: counters(listitem, '') '.';
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 950px) {

    .stb-wrap {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .nmfl-wrap {
        width: auto;
    }

    .stb-title {
        font-size: 28px;
    }

    .nmitem {
        width: calc(50% - 14px);
    }

    .spitem {
        display: block;
    }

    .spitem-left, .spitem-right {
        width: auto;
        height: auto;
    }

    .spitem-left {
        margin: 0 0 20px 0;
    }

    .spitem-right {
        padding: 10px;
    }

    .spitem-right img {
        max-width: 100%;
        max-height: 10000px;
    }

}

@media (max-width: 650px) {

    .nmitem {
        width: calc(100% - 14px);
    }

    .stb-title {
        margin-bottom: 32px;
    }

}

/* Source: list.tpl */
/* ===== HERO BLOCK ===== */
.stb-grey {
    padding: 32px 20px;
    background: #F5F5F5;
}

.stb-title {
    text-align: center;
    color: #000;
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.stb-title h1 {
    font-weight: inherit;
    font-size: inherit;
    display: inline;
    margin: 0;
    padding: 0;
}

.stb-title2 {
    color: #636870;
    font-size: 16px;
    text-align: center;
}

@media (max-width: 950px) {
    .stb-title {
        font-size: 28px;
    }
}

/* ===== FORM ===== */
.form-horizontal {
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: #333;
    margin-bottom: 20px;
}

/* ===== FILTER ROW ===== */
.filter-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-controls {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    flex: 1 1 auto;
}

.filter-controls label {
    font-weight: normal;
    color: #333;
    margin-right: 4px;
    cursor: pointer;
    white-space: nowrap;
}

.filter-controls input[type="radio"] {
    margin: 0 4px;
    vertical-align: middle;
}

.filter-controls select[name="limit"] {
    padding: 5px 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    color: #555;
}

/* ===== SEARCH BOX ===== */
.search-box {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    position: relative;
}

.search-box input[type="text"] {
    padding: 7px 32px 7px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
    width: 220px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.search-box input[type="text"]:focus {
    border-color: #888;
    outline: none;
    box-shadow: 0 0 5px rgba(136,136,136,0.5);
}

.search-icon {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    line-height: 1;
    color: #999;
    cursor: default;
    user-select: none;
    transition: color 0.2s;
    pointer-events: none;
}

.search-icon.is-reset {
    cursor: pointer;
    pointer-events: auto;
}

.search-icon.is-reset:hover {
    color: #e81621;
}

@media (max-width: 768px) {
    .filter-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .search-box {
        width: 100%;
    }

    .search-box input[type="text"] {
        width: 100%;
    }
}

/* ===== FOCUS STATES ===== */
select[name="limit"]:focus,
input[type="radio"]:focus {
    border-color: #888;
    outline: none;
    box-shadow: 0 0 5px rgba(136,136,136,0.5);
}

/* ===== TABLE ===== */
.table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin-top: 20px;
    color: #333;
}

.table th {
    background-color: #f8f9fa;
    color: #212529;
    font-weight: bold;
    padding: 12px;
    text-align: left;
    border-bottom: 2px solid #dee2e6;
}

.table td {
    padding: 12px;
    border-bottom: 1px solid #dee2e6;
    color: #000;
    font-size: 15px;
}

.table a {
    color: #000;
    text-decoration: none;
}

.table a:hover {
    color: #e81621;
    text-decoration: underline;
}

.table a:active {
    color: #0056b3;
    text-decoration: underline;
}

.table-striped tr:nth-child(even) {
    background-color: #f9f9f9;
}

.table-hover tr:hover {
    background-color: #f1f1f1;
}

/* ===== КОЛОНКА ЗАКЛАДОК ===== */
.table td.col-fav {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    text-align: center;

}
/* Убрать фон на чётных строках чтобы не конфликтовал с table-striped */

/* ===== NO RESULT ===== */
.no-result {
    padding: 20px;
    text-align: center;
    color: #888;
    font-size: 15px;
}

/* ===== PAGINATION ===== */
.pagination {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    list-style-type: none;
    margin: 20px 0 0;
    flex-wrap: wrap;
}

.pagination li {
    margin: 5px;
}

.pagination li a {
    color: #555;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
    background-color: #fff;
    font-size: 14px;
}

.pagination li a:hover {
    background-color: #e0e0e0;
}

@media (max-width: 768px) {
    .pagination li a {
        padding: 6px 10px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .pagination {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .pagination li {
        flex: 0 0 auto;
    }

    .pagination li a {
        padding: 5px 8px;
        font-size: 12px;
    }
}

/* Source: pm.tpl */
/* Styles for sender's messages */
.pmtt-mess-content.message-sender {
    background-color: #e3f2fd; /* Light blue background */
    border-color: #90caf9; /* Light blue border */
    margin-left: 20%; /* Align to the right */
}

/* Styles for receiver's messages */
.pmtt-mess-content.message-receiver {
    background-color: #f5f5f5; /* Light gray background */
    border-color: #e0e0e0; /* Light gray border */
    margin-right: 20%; /* Align to the left */
}

/* Common styles for all messages */
.pmtt-mess-content {
    margin-bottom: 20px; /* Spacing between messages */
    padding: 15px; /* Inner padding */
    border: 1px solid #e0e0e0; /* Border around the message */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Shadow for a "lifted" effect */
}

.pmtt-mess-content .pmtt-mess-theme {
    font-weight: bold; /* Bold font for the author */
    margin-bottom: 10px; /* Spacing between author and text */
    color: #333; /* Text color */
}

.pmtt-mess-content .pmtt-mess-text {
    color: #555; /* Message text color */
    line-height: 1.5; /* Line spacing */
}

.pmtt-mess-menu {
    margin-top: 10px; /* Spacing between message text and menu */
}

.pmtt-mess-menu a {
    margin-right: 10px; /* Spacing between menu buttons */
    color: #007bff; /* Link color */
    text-decoration: none; /* Remove underline */
}

.pmtt-mess-menu a:hover {
    text-decoration: underline; /* Underline on hover */
}

.pmtt-reply {
    margin-top: 20px; /* Spacing between the last message and the editor */
    padding-top: 20px; /* Inner padding at the top */
    border-top: 1px solid #e0e0e0; /* Top border */
}

/* Source: premium.tpl */
/* =============================
4K-HD.CLUB
Фон: #fff/#F5F5F5
Текст: #141414 / #848A94
Акцент: #E81522
Шрифт: Montserrat
============================= */

.prem-wrap {
    font-family: Montserrat, sans-serif;
    max-width: 1228px;
    margin: 0 auto;
    color: #848A94;
    font-size: 15px;
    line-height: 24px;
    background: #fff;
}

/* --- Header --- */
.prem-head {
    text-align: center;
    padding: 60px 20px 40px;
    border-bottom: 3px solid #E81522;
    margin-bottom: 40px;
}

.prem-head h1 {
    font-size: 36px;
    font-weight: bold;
    color: #141414;
    text-transform: uppercase;
    margin: 0 0 12px;
    letter-spacing: 0.5px;
}

.prem-head h1 span {
    color: #E81522;
}

.prem-head p {
    font-size: 16px;
    color: #848A94;
    margin: 0;
}

/* --- Intro text --- */
.prem-intro {
    padding: 25px 30px;
    border-left: 4px solid #E81522;
    background: #F5F5F5;
    border-radius: 0 10px 10px 0;
    margin-bottom: 50px;
    font-size: 15px;
    line-height: 24px;
    color: #848A94;
}

.prem-intro strong, .prem-intro b {
    color: #141414;
    font-weight: 600;
}

/* --- Section title --- */
.prem-section-title {
    font-size: 22px;
    font-weight: bold;
    color: #141414;
    margin: 0 0 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.prem-section-title::before {
    content: '';
    display: block;
    width: 5px;
    height: 24px;
    background: #E81522;
    border-radius: 3px;
    flex-shrink: 0;
}

/* --- Table --- */
.prem-table-wrap {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 50px;
    box-shadow: 4px 4px 20px rgba(0,0,0,0.08);
}

.prem-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    text-align: center;
}

.prem-table th, .prem-table td {
    padding: 18px 20px;
    border-bottom: 1px solid #F0F0F0;
}

.prem-table th {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.prem-table th:first-child,
.prem-table td:first-child {
    text-align: left;
    font-weight: 600;
    color: #141414;
    padding-left: 25px;
}

.prem-table tr:last-child td {
    border-bottom: none;
}

.prem-table tbody tr:nth-child(odd) {
    background: #FAFAFA;
}

.prem-table tbody tr:hover {
    background: #F5F5F5;
}

.th-feature {
    background: #303030;
    color: #fff;
}

.th-premium {
    background: #E81522;
    color: #fff;
}

.th-free {
    background: #848A94;
    color: #fff;
}

.td-premium {
    color: #141414;
    font-weight: 600;
}

.td-free {
    color: #848A94;
}

/* --- Buttons --- */
.prem-btns {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin: 30px 0;
}

.btn-prem-red {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    background: #E81522;
    border-radius: 10px;
    padding: 0 35px;
    font-weight: 600;
    font-size: 15px;
    color: #fff !important;
    text-decoration: none;
    font-family: Montserrat, sans-serif;
    transition: background 0.3s;
}

.btn-prem-red:hover {
    background: #cb131e;
}

.btn-prem-outline {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    border: 2px solid #CCCCCC;
    border-radius: 10px;
    padding: 0 35px;
    font-weight: 600;
    font-size: 15px;
    color: #141414 !important;
    text-decoration: none;
    font-family: Montserrat, sans-serif;
    transition: border-color 0.3s;
}

.btn-prem-outline:hover {
    border-color: #E81522;
    color: #E81522 !important;
}

/* --- No subscription callout --- */
.prem-callout {
    background: #F5F5F5;
    border-radius: 15px;
    padding: 35px;
    text-align: center;
    margin-bottom: 50px;
}

.prem-callout h2 {
    font-size: 24px;
    font-weight: bold;
    color: #141414;
    margin: 0 0 10px;
}

.prem-callout p {
    font-size: 15px;
    color: #848A94;
    margin: 0 0 25px;
}

.prem-callout-note {
    font-size: 13px;
    color: #848A94;
    margin-top: 20px;
}

/* --- Service cards --- */
.prem-service {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 50px;
    background: #fff;
    border: 1px solid #ECECEC;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 4px 4px 15px rgba(0,0,0,0.06);
    transition: box-shadow 0.3s;
}

.prem-service:hover {
    box-shadow: 4px 4px 25px rgba(0,0,0,0.12);
}

.prem-service-img {
    width: 35%;
    min-width: 220px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.prem-service-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}

.prem-service-body {
    flex: 1;
}

.prem-service-body h2 {
    font-size: 22px;
    font-weight: bold;
    color: #141414;
    margin: 0 0 15px;
}

.prem-service-body p {
    color: #848A94;
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 12px;
}

.prem-service-body strong {
    color: #141414;
}

.prem-service-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #E81522;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    margin-top: 5px;
}

.prem-service-link:hover {
    color: #141414;
}

/* --- Trial block --- */
.prem-trial {
    border: 2px dashed #ECECEC;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    margin-bottom: 50px;
}

.prem-trial h2 {
    font-size: 22px;
    font-weight: bold;
    color: #141414;
    margin: 0 0 15px;
}

.prem-trial p {
    color: #848A94;
    font-size: 15px;
    line-height: 24px;
    margin: 0 auto 25px;
    max-width: 700px;
}

.prem-trial img {
    max-width: 100%;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 4px 4px 20px rgba(0,0,0,0.1);
}

.prem-trial-note {
    border-left: 4px solid #E81522;
    background: #F5F5F5;
    border-radius: 0 10px 10px 0;
    padding: 18px 22px;
    text-align: left;
    margin: 25px auto 0;
    max-width: 900px;
    font-size: 14px;
    color: #848A94;
    line-height: 24px;
}

.prem-trial-note strong {
    color: #141414;
}

.prem-trial-note a {
    color: #E81522;
    text-decoration: none;
    font-weight: 600;
}

.prem-trial-note a:hover {
    color: #141414;
}

/* --- Contacts --- */
.prem-contacts {
    background: #F5F5F5;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    font-size: 15px;
    color: #848A94;
}

.prem-contacts strong {
    color: #141414;
}

.prem-contacts a {
    color: #E81522;
    text-decoration: none;
    font-weight: 600;
}

.prem-contacts a:hover {
    color: #141414;
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .prem-service {
        flex-direction: column;
    }

    .prem-service-img {
        width: 100%;
    }

    .prem-head h1 {
        font-size: 24px;
    }

    /* ============================
    Мобильные исправления
    ============================= */

    @media (max-width: 768px) {

        /* Шапка */
        .prem-head {
            padding: 40px 15px 30px;
        }

        .prem-head h1 {
            font-size: 22px;
        }

        /* Intro */
        .prem-intro {
            padding: 18px 18px;
        }

        /* Таблица — горизонтальный скролл */
        .prem-table-wrap {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            border-radius: 10px;
        }

        .prem-table {
            min-width: 540px; /* Фиксированная минимальная ширина, чтобы не сжималась */
        }

        .prem-table th,
        .prem-table td {
            padding: 14px 12px;
            font-size: 13px;
        }

        .prem-table th:first-child,
        .prem-table td:first-child {
            padding-left: 14px;
            min-width: 150px;
        }

        /* Карточки сервисов — вертикальный стек */
        .prem-service {
            flex-direction: column;
            padding: 18px;
            gap: 15px;
        }

        .prem-service-img {
            width: 100%;
            min-width: unset;
        }

        /* Callout */
        .prem-callout {
            padding: 25px 18px;
        }

        .prem-callout h2 {
            font-size: 18px;
        }

        /* Кнопки — вертикально */
        .prem-btns {
            flex-direction: column;
            align-items: center;
            gap: 12px;
        }

        .btn-prem-red,
        .btn-prem-outline {
            width: 100%;
            max-width: 320px;
            text-align: center;
            padding: 0 20px;
            box-sizing: border-box;
        }

        /* Trial */
        .prem-trial {
            padding: 25px 15px;
        }

        .prem-trial h2 {
            font-size: 18px;
        }

        .prem-trial-note {
            padding: 15px 15px;
            font-size: 13px;
        }

        /* Contacts */
    .prem-contacts {
        padding: 20px 15px;
    }
}

}

/* Source: regpage.tpl */
.button-container {
    text-align: center;
    margin-top: 50px;
}

.button {
    background-color: #4CAF50; /* Green background */
    border: none; /* Remove borders */
    color: white; /* White text */
    padding: 15px 32px; /* Some padding */
    text-align: center; /* Center the text */
    text-decoration: none; /* Remove underline */
    display: inline-block; /* Make the buttons appear side by side */
    font-size: 16px; /* Increase font size */
    margin: 10px; /* Add some margin */
    cursor: pointer; /* Add a pointer cursor on hover */
    border-radius: 8px; /* Rounded corners */
    transition: background-color 0.3s; /* Smooth transition */
}

.button:hover {
    background-color: #45a049; /* Darker green on hover */
}

.decline {
    background-color: #f44336; /* Red background */
}

.decline:hover {
    background-color: #da190b; /* Darker red on hover */
}

/* Source: rtop1.tpl */
/* TOP 10 Lastviews - минимальные стили */
.top10-block {
    margin: 15px 0;
}

.top10-item {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1.4;
}

.top10-num {
    color: #ffb400;
    font-weight: bold;
    margin-right: 8px;
    min-width: 20px;
}

.top10-link {
    color: #e0e0e0;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
}

.top10-link:hover {
    color: #ffb400;
    text-decoration: underline;
}

/* Source: shortstory.tpl */
.badges{
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    pointer-events: none;
    z-index: 5;
}

.badge{
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 6px;

    /* универсальная тёмная подложка */
    background: rgba(0,0,0,.7);

    box-shadow:
    0 6px 16px rgba(0,0,0,.35),
    inset 0 -1px 0 rgba(255,255,255,.06);

    transition:
    opacity .25s ease,
    transform .25s ease,
    filter .25s ease;
}

/* NEW — спокойный UHD gold */
.badge-new{
    color: #E6C24A;
    border: 1px solid rgba(230,194,74,.45);
}

/* UPDATED — чуть менее акцентный */
.badge-upd{
    color: #BFA74A;
    border: 1px solid rgba(191,167,74,.35);
    font-size: 10px;
    font-weight: 700;
}

/* Hover — исчезновение (как ты хотел) */
.main-news:hover .badge{
    opacity: 0;
    transform: translateY(-6px);
    filter: saturate(.8);
}

/* Source: tagscloud.tpl */
.tags-block {
    margin: 20px 0;
    padding: 15px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.tags-title {
    font-weight: 600;
    font-size: 16px;
    margin-right: 8px;
    color: #374151;
}

.tags-block a {
    display: inline-block;
    margin: 5px 6px 0 0;
    padding: 6px 12px;
    font-size: 14px;
    color: #2563eb;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.tags-block a:hover {
    background: #2563eb;
    color: #fff;
    border-color: #2563eb;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);
}

/* Template utility classes replacing static inline styles. */
.tpl-bordered-panel.tpl-bordered-panel.tpl-bordered-panel {
    border: 1px solid rgb(204,204,204);
    padding: 0.7rem;
}

.tpl-clear.tpl-clear.tpl-clear {
    clear: both;
}

.tpl-clear-h1.tpl-clear-h1.tpl-clear-h1 {
    clear: both;
    height: 1px;
}

.tpl-clear-h10.tpl-clear-h10.tpl-clear-h10 {
    clear: both;
    height: 10px;
}

.tpl-clear-h15.tpl-clear-h15.tpl-clear-h15 {
    clear: both;
    height: 15px;
}

.tpl-clear-h20.tpl-clear-h20.tpl-clear-h20 {
    clear: both;
    height: 20px;
}

.tpl-clear-h40.tpl-clear-h40.tpl-clear-h40 {
    clear: both;
    height: 40px;
}

.tpl-color-blue.tpl-color-blue.tpl-color-blue {
    color: #39a5d9;
}

.tpl-color-green.tpl-color-green.tpl-color-green {
    color: green;
}

.tpl-color-offline.tpl-color-offline.tpl-color-offline {
    color: #cdcdcd;
}

.tpl-color-online.tpl-color-online.tpl-color-online {
    color: #82a90d;
}

.tpl-comment-field.tpl-comment-field.tpl-comment-field {
    padding: 10px 0 5px 0;
    margin: 0;
}

.tpl-copy-intro.tpl-copy-intro.tpl-copy-intro {
    font-size: 16.4px;
    letter-spacing: 1px;
    margin-bottom: 1.2rem;
}

.tpl-copy-text.tpl-copy-text.tpl-copy-text {
    font-size: 16.4px;
    letter-spacing: 1px;
}

.tpl-font-16.tpl-font-16.tpl-font-16 {
    font-size: 16px;
}

.tpl-font-16-4.tpl-font-16-4.tpl-font-16-4 {
    font-size: 16.4px;
}

.tpl-form-reset.tpl-form-reset.tpl-form-reset {
    margin: 0;
    padding: 0;
}

.tpl-full-news-text.tpl-full-news-text.tpl-full-news-text {
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
}

.tpl-full-width.tpl-full-width.tpl-full-width {
    max-width: 100%;
    width: 100%;
}

.tpl-grid-full.tpl-grid-full.tpl-grid-full {
    grid-column: 1 / -1;
}

.tpl-height-10.tpl-height-10.tpl-height-10 {
    height: 10px;
}

.tpl-height-200.tpl-height-200.tpl-height-200 {
    height: 200px;
}

.tpl-hidden.tpl-hidden.tpl-hidden {
    display: none;
}

.tpl-info-panel.tpl-info-panel.tpl-info-panel {
    color: #104d92;
    background-color: #e3f2fd;
    padding: 0.7rem;
}

.tpl-inline-rating.tpl-inline-rating.tpl-inline-rating {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.tpl-inline-rating-wide.tpl-inline-rating-wide.tpl-inline-rating-wide {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.tpl-letter-spacing.tpl-letter-spacing.tpl-letter-spacing {
    letter-spacing: 1px;
}

.tpl-margin-bottom-10.tpl-margin-bottom-10.tpl-margin-bottom-10 {
    margin-bottom: 10px;
}

.tpl-margin-bottom-50.tpl-margin-bottom-50.tpl-margin-bottom-50 {
    margin-bottom: 50px;
}

.tpl-nav-icon.tpl-nav-icon.tpl-nav-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
}

.tpl-padding-0.tpl-padding-0.tpl-padding-0 {
    padding: 0;
}

.tpl-padding-10.tpl-padding-10.tpl-padding-10 {
    padding: 10px;
}

.tpl-padding-top-15.tpl-padding-top-15.tpl-padding-top-15 {
    padding-top: 15px;
}

.tpl-padding-top-2.tpl-padding-top-2.tpl-padding-top-2 {
    padding-top: 2px;
}

.tpl-padding-top-4.tpl-padding-top-4.tpl-padding-top-4 {
    padding-top: 4px;
}

.tpl-padding-y15.tpl-padding-y15.tpl-padding-y15 {
    padding: 15px 0;
}

.tpl-padding-y5.tpl-padding-y5.tpl-padding-y5 {
    padding: 5px 0 5px 0;
}

.tpl-profile-grid.tpl-profile-grid.tpl-profile-grid {
    display: grid;
    grid-template-columns: 160px 1fr;
    row-gap: 0.6rem;
    align-items: start;
    font-size: 16.4px;
    letter-spacing: 1px;
}

.tpl-rating-value.tpl-rating-value.tpl-rating-value {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
}

.tpl-rating-value-large.tpl-rating-value-large.tpl-rating-value-large {
    font-size: 18px;
    font-weight: 700;
}

.tpl-rating-wrap.tpl-rating-wrap.tpl-rating-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.tpl-registration-grid.tpl-registration-grid.tpl-registration-grid {
    display: grid;
    grid-template-columns: 160px 1fr;
    row-gap: 0.6rem;
    align-items: center;
    font-size: 16.4px;
    letter-spacing: 1px;
}

.tpl-size-320x70.tpl-size-320x70.tpl-size-320x70 {
    width: 320px;
    height: 70px;
}

.tpl-size-80x100.tpl-size-80x100.tpl-size-80x100 {
    width: 80%;
    height: 100px;
}

.tpl-size-80x70.tpl-size-80x70.tpl-size-80x70 {
    width: 80%;
    height: 70px;
}

.tpl-submit-button.tpl-submit-button.tpl-submit-button {
    background-color: rgb(0,137,123);
    color: #ffffff;
    border: 1px solid rgb(0, 137, 123);
    padding: 0.5rem 2.5rem;
    font-size: 16.4px;
    letter-spacing: 1px;
    cursor: pointer;
    border-radius: 2px;
}

.tpl-submit-wrap.tpl-submit-wrap.tpl-submit-wrap {
    margin-top: 1.2rem;
    text-align: center;
}

.tpl-text-center.tpl-text-center.tpl-text-center {
    text-align: center;
}

.tpl-tracking-pixel.tpl-tracking-pixel.tpl-tracking-pixel {
    position: absolute;
    left: -9999px;
}

.tpl-video-frame.tpl-video-frame.tpl-video-frame {
    padding: 56.25% 0 0 0;
    position: relative;
}

.tpl-video-iframe.tpl-video-iframe.tpl-video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tpl-warning.tpl-warning.tpl-warning {
    color: red;
    font-size: 12px;
}

.tpl-width-100.tpl-width-100.tpl-width-100 {
    width: 100%;
}

.tpl-width-100px.tpl-width-100px.tpl-width-100px {
    width: 100px;
}

.tpl-width-115px.tpl-width-115px.tpl-width-115px {
    width: 115px;
}

.tpl-width-120px.tpl-width-120px.tpl-width-120px {
    width: 120px;
}

.tpl-width-165px.tpl-width-165px.tpl-width-165px {
    width: 165px;
}

.tpl-width-200px.tpl-width-200px.tpl-width-200px {
    width: 200px;
}

.tpl-width-300px.tpl-width-300px.tpl-width-300px {
    width: 300px;
}

.tpl-width-304px.tpl-width-304px.tpl-width-304px {
    width: 304px;
}

.tpl-width-95.tpl-width-95.tpl-width-95 {
    width: 95%;
}

/* Legacy Internet Explorer fixes (merged from style-ie.css). */
body {
    _background: #4d4d4d;
}

body div {
    _display: none;
}

.alert {
    position: absolute;
    width: 500px;
    height: 500px;
    display: block !important;
    background: url(../images/ie6.jpg) left top no-repeat;
    left: 50%;
    top: 50%;
    margin: -250px 0 0 -250px;
    z-index: 100000;
}

.bn-otpravit {
    display: block;
    padding: 14px 0 0;
}

.pm_head input {
    margin: 0 0 0 20px;
}

.pm-content {
    padding: 50px 0 0;
}

.vote-buttom {
    padding: 0 !important;
    margin: 0 0 -25px !important;
}

/* 4K movie catalog */
.movie-list-page {
    padding: 40px 0 70px;
    color: #303030;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.movie-list-hero {
    padding: 46px 52px;
    overflow: hidden;
    position: relative;
    border-radius: 22px;
    color: #fff;
    background:
        radial-gradient(circle at 88% 10%, rgba(143, 0, 255, 0.24), transparent 35%),
        radial-gradient(circle at 72% 120%, rgba(0, 41, 255, 0.2), transparent 38%),
        #141414;
}

.movie-list-hero::after {
    content: "";
    width: 180px;
    height: 180px;
    position: absolute;
    right: 42px;
    top: 50%;
    border: 28px solid rgba(255, 255, 255, 0.035);
    border-radius: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.movie-list-eyebrow {
    display: block;
    margin-bottom: 12px;
    color: #ff3541;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.movie-list-hero h1 {
    margin: 0;
    position: relative;
    z-index: 1;
    color: inherit;
    font-size: 42px;
    line-height: 1.15;
}

.movie-list-hero p {
    max-width: 760px;
    margin: 18px 0 0;
    position: relative;
    z-index: 1;
    color: #b9bdc5;
    font-size: 16px;
    line-height: 1.65;
}

.movie-list-form {
    margin: 24px 0 0;
}

.movie-list-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 24px;
    align-items: end;
    padding: 24px;
    border: 1px solid #303236;
    border-radius: 18px;
    background: #202124;
    box-shadow: 0 12px 30px rgba(20, 20, 20, 0.1);
}

.movie-list-filter-groups {
    display: flex;
    gap: 24px;
    align-items: flex-end;
    min-width: 0;
}

.movie-list-filter {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.movie-list-filter legend,
.movie-list-limit > span {
    display: block;
    margin: 0 0 9px;
    color: #a8adb5;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.movie-list-choice {
    display: inline-block;
    margin: 0 6px 0 0;
    cursor: pointer;
}

.movie-list-choice input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.movie-list-choice span {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 14px;
    border: 1px solid #414348;
    border-radius: 10px;
    color: #d7d9dd;
    background: #2a2b2f;
    font-size: 13px;
    font-weight: 600;
    transition:
        color 0.18s,
        border-color 0.18s,
        background-color 0.18s,
        transform 0.18s;
}

.movie-list-choice:hover span {
    border-color: #777b83;
    color: #fff;
}

.movie-list-choice input:checked + span {
    border-color: #e81522;
    color: #fff;
    background: #e81522;
    box-shadow: 0 5px 14px rgba(232, 21, 34, 0.22);
}

.movie-list-choice input:focus-visible + span {
    outline: 3px solid rgba(232, 21, 34, 0.28);
    outline-offset: 2px;
}

.movie-list-limit {
    flex: 0 0 auto;
}

.movie-list-limit select {
    width: 92px;
    height: 38px;
    box-sizing: border-box;
    padding: 0 32px 0 12px;
    border: 1px solid #414348;
    border-radius: 10px;
    outline: none;
    color: #fff;
    background: #2a2b2f;
    font: 600 13px Montserrat, sans-serif;
    cursor: pointer;
}

.movie-list-limit select:focus {
    border-color: #e81522;
    box-shadow: 0 0 0 3px rgba(232, 21, 34, 0.18);
}

.movie-list-search {
    position: relative;
}

.movie-list-query {
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    padding: 0 52px 0 16px;
    border: 1px solid #414348;
    border-radius: 12px;
    outline: none;
    color: #fff;
    background: #2a2b2f;
    font: 500 14px Montserrat, sans-serif;
    transition:
        border-color 0.18s,
        box-shadow 0.18s,
        background-color 0.18s;
}

.movie-list-query::placeholder {
    color: #979ca5;
    opacity: 1;
}

.movie-list-query::-webkit-search-cancel-button {
    display: none;
}

.movie-list-query:focus {
    border-color: #e81522;
    background: #303136;
    box-shadow: 0 0 0 3px rgba(232, 21, 34, 0.18);
}

.movie-list-search-button {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 4px;
    top: 4px;
    padding: 0;
    border: 0;
    border-radius: 9px;
    background: transparent;
    cursor: default;
}

.movie-list-search-button::before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: 12px;
    top: 10px;
    box-sizing: border-box;
    border: 2px solid #a8adb5;
    border-radius: 50%;
}

.movie-list-search-button::after {
    content: "";
    width: 7px;
    height: 2px;
    position: absolute;
    left: 23px;
    top: 24px;
    border-radius: 2px;
    background: #a8adb5;
    transform: rotate(45deg);
}

.movie-list-search-button.is-reset {
    background: rgba(232, 21, 34, 0.12);
    cursor: pointer;
}

.movie-list-search-button.is-reset::before,
.movie-list-search-button.is-reset::after {
    width: 16px;
    height: 2px;
    left: 12px;
    top: 19px;
    border: 0;
    border-radius: 2px;
    background: #ff3541;
}

.movie-list-search-button.is-reset::before {
    transform: rotate(45deg);
}

.movie-list-search-button.is-reset::after {
    transform: rotate(-45deg);
}

.movie-list-table-wrap {
    margin-top: 24px;
    overflow-x: auto;
    border: 1px solid #e6e7e9;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(20, 20, 20, 0.07);
}

.movie-list-table {
    width: 100%;
    min-width: 680px;
    border-spacing: 0;
    border-collapse: separate;
    color: #303030;
    font-family: Montserrat, sans-serif;
}

.movie-list-table th {
    padding: 17px 20px;
    color: #aeb2b9;
    background: #141414;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.movie-list-table th:first-child {
    border-radius: 17px 0 0;
}

.movie-list-table th:last-child {
    border-radius: 0 17px 0 0;
}

.movie-list-table td {
    height: 62px;
    box-sizing: border-box;
    padding: 12px 20px;
    border-bottom: 1px solid #eceef0;
    background: #fff;
    font-size: 14px;
    transition: background-color 0.15s;
}

.movie-list-table tbody tr:nth-child(even) td {
    background: #fafafb;
}

.movie-list-table tbody tr:hover td {
    background: #fff4f5;
}

.movie-list-table tbody tr:last-child td {
    border-bottom: 0;
}

.movie-list-date-column,
.movie-list-date {
    width: 125px;
    color: #848a94;
    white-space: nowrap;
}

.movie-list-name a {
    color: #202124;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    text-decoration: none;
}

.movie-list-name a:hover {
    color: #e81522;
}

.movie-list-favorite-column,
.movie-list-favorite {
    width: 116px;
    text-align: right !important;
}

.movie-list-favorite > a {
    display: inline-block;
    text-decoration: none;
}

.movie-list-favorite-button {
    min-width: 82px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    gap: 7px;
    padding: 0 12px;
    border: 1px solid #d8dade;
    border-radius: 9px;
    color: #484c52;
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    transition:
        color 0.18s,
        border-color 0.18s,
        background-color 0.18s;
}

.movie-list-favorite-button > span {
    color: #e81522;
    font-size: 19px;
    line-height: 1;
    font-weight: 500;
}

.movie-list-favorite > a:hover .movie-list-favorite-button {
    border-color: #e81522;
    color: #fff;
    background: #e81522;
}

.movie-list-favorite > a:hover .movie-list-favorite-button > span {
    color: #fff;
}

.movie-list-favorite-button.is-added {
    border-color: #ffd4d7;
    color: #c3131e;
    background: #fff1f2;
}

.movie-list-favorite .favlink {
    min-width: 82px;
    height: 34px;
    line-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    gap: 7px;
    padding: 0 12px;
    margin: 0;
    border: 1px solid #ffd4d7;
    border-radius: 9px;
    color: #c3131e;
    background: #fff1f2;
    font-size: 12px;
    font-weight: 700;
    text-shadow: none;
    backdrop-filter: none;
}

.movie-list-favorite .favlink > span {
    position: static;
    color: #e81522;
    font-size: 19px;
    line-height: 1;
    font-weight: 500;
}

.movie-list-favorite > a:hover .favlink {
    border-color: #e81522;
    color: #fff;
    background: #e81522;
}

.movie-list-favorite > a:hover .favlink > span {
    color: #fff;
}

.movie-list-empty {
    margin-top: 24px;
    padding: 42px 24px;
    border: 1px dashed #d8dade;
    border-radius: 18px;
    color: #6f747c;
    background: #fafafb;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.movie-list-pagination .pagination {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

.movie-list-pagination .pagination li {
    margin: 0;
}

.movie-list-pagination .pagination a,
.movie-list-pagination .pagination span {
    min-width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 11px;
    border: 1px solid #dedfe2;
    border-radius: 10px;
    color: #51555b;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.movie-list-pagination .pagination a:hover {
    border-color: #e81522;
    color: #e81522;
    background: #fff5f5;
}

.movie-list-pagination .pagination span {
    border-color: #e81522;
    color: #fff;
    background: #e81522;
}

@media (max-width: 1050px) {
    .movie-list-toolbar {
        grid-template-columns: 1fr;
    }

    .movie-list-search {
        max-width: none;
    }
}

@media (max-width: 760px) {
    .movie-list-page {
        padding: 20px 0 45px;
    }

    .movie-list-hero {
        padding: 30px 24px;
        border-radius: 16px;
    }

    .movie-list-hero::after {
        right: -70px;
    }

    .movie-list-hero h1 {
        font-size: 30px;
    }

    .movie-list-hero p {
        font-size: 14px;
        line-height: 1.6;
    }

    .movie-list-toolbar {
        gap: 20px;
        padding: 18px;
        border-radius: 15px;
    }

    .movie-list-filter-groups {
        align-items: stretch;
        flex-direction: column;
        gap: 18px;
    }

    .movie-list-choice span {
        min-height: 40px;
    }

    .movie-list-limit select {
        width: 100%;
        height: 42px;
    }

    .movie-list-table-wrap {
        border-radius: 14px;
    }

    .movie-list-table th:first-child {
        border-radius: 13px 0 0;
    }

    .movie-list-table th:last-child {
        border-radius: 0 13px 0 0;
    }
}

@media (max-width: 430px) {
    .movie-list-choice {
        margin-right: 3px;
    }

    .movie-list-choice span {
        padding: 0 10px;
        font-size: 12px;
    }
}
